Search found 554 matches
- Mon May 10, 2021 1:11 pm
- Forum: General AmigaOS
- Topic: Bug in FE Update 2 Date Command
- Replies: 42
- Views: 3047
Re: Bug in FE Update 2 Date Command
After adding the update.amigaos.net server, I am asked for connection parameters for AmigaOSUpdateServer. I don't know these parameters (Username / Password) ... How can I connect to the server? ITs the same user/pass which you had for Hyperion's site on the web. I changed mine a while back, and it...
- Sun May 09, 2021 8:10 pm
- Forum: General AmigaOS
- Topic: Bug in FE Update 2 Date Command
- Replies: 42
- Views: 3047
Re: Bug in FE Update 2 Date Command
I have to chuckle as I woke up this morning to this crash. You had recommend to me a while back to replace timeguard(still does not work) with a scheduler that runs DATE SERVER PERFS and sure enough it DSI'd this morning. Bit late to this or would have suggested it earlier, but have you considered ...
- Sun Nov 11, 2018 11:27 pm
- Forum: General Developer Support
- Topic: Newlib bug report
- Replies: 3
- Views: 3060
Re: Newlib bug report
I've seen a problem with this myself. My notes say (and this is all the information I have): WaitSelect() from bsdsocket.library returns -1 if the task was * signalled with a Ctrl-C. waitselect() from newlib.library does not. * Adding the Ctrl-C signal to our user signal mask causes a Ctrl-C to * oc...
- Sat Apr 14, 2018 9:01 pm
- Forum: General Developer Support
- Topic: RAWBInfo extras
- Replies: 3
- Views: 2567
Re: RAWBInfo extras
There's also DONOTWAIT. I forget what RAWBInfo shows that as, but now having a WBStartUp drawer is not standard it doesn't tend to get shown and we're back to the tooltype anyway.
- Sat Nov 25, 2017 3:37 pm
- Forum: AmigaOS Feature Requests
- Topic: ASL print request
- Replies: 2
- Views: 3063
Re: ASL print request
Youe mean like: printer.device/PRD_EDITPREFS printer.device/PRD_EDITPREFS NAME PRD_EDITPREFS - open the driver preferences window (V44) FUNCTION New drivers can have own preferences. This commands ask the driver to open a window to allow the user to change the prefs. Typically this is done with an ...
- Fri Nov 24, 2017 4:32 pm
- Forum: AmigaOS Feature Requests
- Topic: ASL print request
- Replies: 2
- Views: 3063
ASL print request
I'd like to see a standard print requester in ASL. Currently most software just dumps everything to printer.device:0, which is, quite frankly, a bit rubbish. A proper print requester that allows the user to select which printer they want to print to, and returns a PrinterData structure with the user...
- Sun Sep 10, 2017 1:18 pm
- Forum: General Developer Support
- Topic: ExtMemObjects...Window vs Actual...
- Replies: 2
- Views: 3390
Re: ExtMemObjects...Window vs Actual...
You can map parts of extended memory objects. See the documentation for Map() - http://forum.hyperion-entertainment.biz ... 153#p35042
- Thu Aug 31, 2017 11:42 pm
- Forum: AmigaOS Documentation Wiki
- Topic: DataTypes page - incorrect path
- Replies: 3
- Views: 5479
Re: DataTypes page - incorrect path
Thanks!tonyw wrote:I have edited the page now.
- Wed Aug 23, 2017 3:58 pm
- Forum: AmigaOS Documentation Wiki
- Topic: DataTypes page - incorrect path
- Replies: 3
- Views: 5479
DataTypes page - incorrect path
http://wiki.amigaos.net/wiki/Programmin ... internally
The first "SYS:Storage/DataTypes" here should be "Devs:DataTypes"
The first "SYS:Storage/DataTypes" here should be "Devs:DataTypes"
- Mon Aug 07, 2017 11:38 pm
- Forum: General Developer Support
- Topic: AvailFonts()
- Replies: 7
- Views: 6730
Re: AvailFonts()
Am I doing something wrong, or is this a bug in AvailFonts? It's the former. In your loop you access the AvailFonts structures by using an index on af but you also increment the pointer every iteration so you end up skipping every second font entry and eventually crashing because you've gone past a...