Search found 42 matches
- Mon Feb 29, 2016 1:50 pm
- Forum: General Developer Support
- Topic: How to Get/Read Console palette setting (from C)?
- Replies: 5
- Views: 5414
Re: If palette in Console is System Pens or ANSI colors?
For example: I have this program called ShowFiles (sf), I want to output file links in green color to the console, so I use pen 2 to do so if the user uses ANSI colors. But if the user uses System Pens, it outputs links in white color (instead of green), which is wrong. Instead my code should detect...
- Mon Feb 29, 2016 1:50 pm
- Forum: General Developer Support
- Topic: How to Get/Read Console palette setting (from C)?
- Replies: 5
- Views: 5414
Re: If palette in Console is System Pens or ANSI colors?
@tonyw Okej.. but I'm looking for a way of doing the other way around... I want to get (from my C code), if a user have set the Console palette to "System Pens" or "Full ANSI colors". Being able to read/get what kind of palette the user have chosen in the Console, allows my code ...
- Mon Feb 29, 2016 1:24 pm
- Forum: AmigaOS Feature Requests
- Topic: Filer: Suggestion: drawers -> folders
- Replies: 16
- Views: 13028
Re: Filer: Suggestion: drawers -> folders
@tonyw
Nice
Nice
- Sat Feb 27, 2016 11:53 pm
- Forum: AmigaOS Feature Requests
- Topic: Filer: Suggestion: drawers -> folders
- Replies: 16
- Views: 13028
Re: Filer: Suggestion: folders -> drawers
Hmm, what I got was that Hyperion got the Filer application from OpenAmiga.org and now controls it too, no?
- Sat Feb 27, 2016 10:58 pm
- Forum: General Developer Support
- Topic: SOLVED - Shell/Console width and height in characters?
- Replies: 3
- Views: 4543
Re: Shell/Console width and height in characters?
@thomasrapp
Thanks for the pointers onto that Console_Device amigaos wiki page, very good info on that page
@tonyw
Thanks
Thanks for the pointers onto that Console_Device amigaos wiki page, very good info on that page
@tonyw
Thanks
- Sat Feb 27, 2016 7:52 pm
- Forum: AmigaOS Feature Requests
- Topic: AmiUpdate: Suggestion: Timeout + Alt.-URL for Self-Update
- Replies: 0
- Views: 3294
AmiUpdate: Suggestion: Timeout + Alt.-URL for Self-Update
Hi, sometimes (not very often, but annoying when it happens) when I start AmiUpdate it is stuck waiting for the server/internet, so it can perform a Self-Update check... So I suggest... * A timeout variable (maybe it already exists?) (that is perhaps set in the preferences), that waits/reconnects n ...
- Sat Feb 27, 2016 7:47 pm
- Forum: AmigaOS Feature Requests
- Topic: AmiUpdate: Suggestion: Optional homepage URL for progs
- Replies: 0
- Views: 3227
AmiUpdate: Suggestion: Optional homepage URL for progs
(While I'm at it) I suggest an optional HomePage/HelpPage link for applications (that a prog's developer sets), that is accessible from Info on each update in AmiUpdate, thanks.
- Sat Feb 27, 2016 7:43 pm
- Forum: AmigaOS Feature Requests
- Topic: AmiUpdate: Suggestion: Timeout + Alt.-download-URL for Progs
- Replies: 0
- Views: 3240
AmiUpdate: Suggestion: Timeout + Alt.-download-URL for Progs
When AmiUpdate tries to update an application but gets stuck loading the update from the application update location... * I suggest a timeout variable kicks in for applications as well. * An optional alternative-download-location for applications, that a prog's developer sets. (when timeouted this U...
- Sat Feb 27, 2016 7:39 pm
- Forum: AmigaOS Feature Requests
- Topic: Filer: Suggestion: drawers -> folders
- Replies: 16
- Views: 13028
Filer: Suggestion: drawers -> folders
In Filer, since we are running Workbench, I suggest changing the "folders" string in status to "drawers", please.
- Sat Feb 27, 2016 7:36 pm
- Forum: General Developer Support
- Topic: How to Get/Read Console palette setting (from C)?
- Replies: 5
- Views: 5414
How to Get/Read Console palette setting (from C)?
Hi, I wonder if it's possible (how) to easily detect (in C code), if the palette in Console is set to "System Pens" or ANSI colors? In other words, I want to Get/Read the Console palette setting, from my C code/program? If it's "System Pens" or "Full ANSI colors" or oth...