Great explanation, thanks!
Tried it (on OS4.1 FE) and it worked. I noticed that although the alpha channel part of is ignored, I still had to set it to 0xFF (like the docs say), or Text() would not show text in the chosen color.
Search found 24 matches
- Mon Sep 14, 2020 12:43 pm
- Forum: General Developer Support
- Topic: Pens and colors
- Replies: 2
- Views: 832
- Sun Sep 13, 2020 6:49 pm
- Forum: General Developer Support
- Topic: Pens and colors
- Replies: 2
- Views: 832
Pens and colors
Hello, What is the right way to set a pen to a certain color and then use it from within your program running in a window you openend on say the Workbbench screen? My guess is that you have to use ObtainPen() and GetColorMap(), but after reading the AutoDocs, I still have no idea how to do it as I c...
- Fri Apr 13, 2018 10:24 am
- Forum: General AmigaOS
- Topic: no way back
- Replies: 4
- Views: 3728
Re: no way back
Did not think of that. Thanks.salass00 wrote:For "Reboot ?" at least you can stop it from rebooting by pressing CTRL-C before RETURN.
- Thu Apr 12, 2018 6:03 pm
- Forum: General AmigaOS
- Topic: no way back
- Replies: 4
- Views: 3728
no way back
Shouldn't commands like NetShutDown and Reboot do nothing when called with a question mark with nothing entered?
I think a command that will do something as drastic as rebooting should at least ask if you are sure, or otherwise be called with something like Reboot FORCE or Reboot RIGHTNOW.
I think a command that will do something as drastic as rebooting should at least ask if you are sure, or otherwise be called with something like Reboot FORCE or Reboot RIGHTNOW.
- Thu Apr 12, 2018 5:25 pm
- Forum: General AmigaOS
- Topic: online/offline
- Replies: 0
- Views: 1654
online/offline
Is there a command or utility that will enable or disable the connection to the internet quickly and easily?
I've tried netshutdown but that closes apps (which I don't want) and will sometimes wait forever.
Maybe the program Granite could have an option to block everything temporarily?
I've tried netshutdown but that closes apps (which I don't want) and will sometimes wait forever.
Maybe the program Granite could have an option to block everything temporarily?
- Sat Mar 22, 2014 10:26 pm
- Forum: General AmigaOS
- Topic: Strange behaviour of Multiview
- Replies: 3
- Views: 1577
Re: Strange behaviour of Multiview
You are right...i never ever imagined that clicking *into* the Multiview window to make it active might cause Multiview to think i marked a character. Well, why would you if MultiView doesn't give you a clue? Maybe changing this behaviour to only *mark* something if at least one character has actua...
- Sat Mar 22, 2014 5:48 pm
- Forum: General AmigaOS
- Topic: Strange behaviour of Multiview
- Replies: 3
- Views: 1577
Re: Strange behaviour of Multiview
I think MultiView is saving a marked block of text of zero size.
I can save a file fine, but if I click on any character, and then save the file, it is empty.
If I save it again without clicking in the text, the whole text is saved again.
I can save a file fine, but if I click on any character, and then save the file, it is empty.
If I save it again without clicking in the text, the whole text is saved again.
- Wed Feb 19, 2014 5:13 pm
- Forum: AmigaOS Feature Requests
- Topic: Window size safety check
- Replies: 10
- Views: 6981
Re: Window size safety check
@tonyw I haven't tried to duplicate your invalid call I'm doing and then execute WM_OPEN upon the successfully created object, which is hardly an invalid call. The window opens fine if I specify WA_InnerWidth and WA_InnerHeight with some meaningful values. Now it came to me that I haven't updated i...
- Sun Jan 26, 2014 7:05 pm
- Forum: General AmigaOS
- Topic: Wide 'W'
- Replies: 13
- Views: 3793
Re: Wide 'W'
@broadblues I still think this is a bug. The first letter of a normal text should not expand to the left (except if you're writing from right to left). Well, to be honest I feel like that too. Because I see no good reason for it. And to have to check for the extent without a good reason, needlessly...
- Sun Jan 26, 2014 4:11 pm
- Forum: General AmigaOS
- Topic: Wide 'W'
- Replies: 13
- Views: 3793
Re: Wide 'W'
I can't see that there is any bug here, you *should* check your textextent before rendering text and make any adjustments required for negative values etc. I see, so not a bug then. I never knew you had to do this. I haven't found anything about it in the SDK. I wonder then why some fonts feel the ...