Search found 80 matches

by Hans-Joerg Frieden
Fri Sep 02, 2011 11:56 am
Forum: Forum Questions
Topic: Locked topic?
Replies: 3
Views: 8325

Re: Locked topic?

If you have a problem with a moderator decision, please ask the moderator or an admin of the board. Do not start a new thread about it. Thank you :)
by Hans-Joerg Frieden
Tue Aug 30, 2011 7:35 pm
Forum: General AmigaOS
Topic: Update 3 scroll wheel no longer working
Replies: 34
Views: 38523

Re: Update 3 scroll wheel no longer working

I had a similar problem in the past, on the Pegasos I think. What I did (and still do everywhere) is comment out the bootmouse and bootkeyboard from the kicklayout and add HID.usbfd instead. Works for me.
by Hans-Joerg Frieden
Wed Aug 17, 2011 9:06 am
Forum: Platform: AmigaOne 500 and Sam series
Topic: Radeon RV710 memory...
Replies: 4
Views: 6047

Re: Radeon RV710 memory...

Is this the same problem that Radeon 9250 cards have seeing only 128mb of the 256mb of ram? As Hans said, it's a different problem. We have tried to place both PCI apperatures so that they form a continuous block, but that doesn't work either. OTOH, I have a Radeon 9250 with 256 MB that has one app...
by Hans-Joerg Frieden
Tue Aug 16, 2011 10:20 am
Forum: General AmigaOS
Topic: AmigaOS 4.1 on Apple Powerbook?
Replies: 1
Views: 2010

Re: AmigaOS 4.1 on Apple Powerbook?

wlamee wrote:Is there now - or will there sometime in the (near) future be - a possibility to run AmigaOS 4.1 on an Apple Powerbook?
I am sorry, but this is not a support question and therefore doesn't belong here. Any new hardware support will be announced by Hyperion in due time.
by Hans-Joerg Frieden
Thu Aug 04, 2011 10:43 am
Forum: General AmigaOS
Topic: Application Package Woes
Replies: 12
Views: 7759

Re: Application Package Woes

noarchPack = AddPackage (FILEPACKAGE, name = "YourApp", /* AND YES ON THE LINE BELOW THE ADDPACKAGE COMMAND */ description = "YourApp Installation Files", files = ["YourApp_files/"], optional = False ) I hope I have correctly assumed that every python installation scri...
by Hans-Joerg Frieden
Wed Aug 03, 2011 9:48 pm
Forum: Forum Questions
Topic: Users online
Replies: 1
Views: 5058

Re: Users online

Antique wrote:From time to time i notice user like Google [Bot] and others, What's that????
Exactly what the name says. It's a login for Google so that it can collect and index the web pages.
by Hans-Joerg Frieden
Wed Aug 03, 2011 9:43 pm
Forum: General AmigaOS
Topic: Application Package Woes
Replies: 12
Views: 7759

Re: Application Package Woes

@chris I can't speak for anyone else, but I don't use the Lisp-based installer because it's another (and quite strange!) language to learn, and I'd rather use that time for programming. I guess if I make enough things that need an installer, then I might be able to justify learning it... Installing...
by Hans-Joerg Frieden
Wed Aug 03, 2011 9:41 pm
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9040

Re: Suggestion: Click Cursor Position in CLI

chris wrote:I think he means, when you click the mouse in the Shell/a console window, the cursor should move to that place. No other cleverness. This would actually be very useful.
That would be usable indeed. Also, double clicking a word to select it would be useful.
by Hans-Joerg Frieden
Wed Aug 03, 2011 11:24 am
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9040

Re: Suggestion: Click Cursor Position in CLI

It would be a nice feature to click the Cursor for example to the first char of "NotyourHDDName" to delete manually by Keyboard the Drive-Name to type in one fitting Name of your system. Otherwise you have to press Backspace or Cursor left a few times to reach "NotyourHDDName" t...
by Hans-Joerg Frieden
Mon Aug 01, 2011 11:56 am
Forum: General AmigaOS
Topic: Application Package Woes
Replies: 12
Views: 7759

Re: Application Package Woes

I think it is next to impossible to squeeze every application into a common framework. Other systems rarely do that either. Linux/UNIX has a rigid directory structure, and therefore packaging stuff is simple IF you stay within distro. MacOS has bundles, most apps appear as a single icon/object that ...