Search found 5446 matches

by airsoftsoftwair
Tue Jan 09, 2018 11:51 pm
Forum: GL Galore
Topic: Error reading pixels from hardware bitmap!
Replies: 4
Views: 8635

Re: Error reading pixels from hardware bitmap!

Yes, this is a known issue but it only happens on MiniGL. So far I haven't found a way to fix it but it is known.
by airsoftsoftwair
Tue Jan 09, 2018 11:41 pm
Forum: Wishlist
Topic: SaveBrush() => png 8 bits indexed
Replies: 6
Views: 5724

Re: SaveBrush() => png 8 bits indexed

Actually, there is a little undocumented function called GetPen(). This can be used to get a palette entry but it will only work with IFF ILBM images. It is needed by Malibu, that's why it is there. And since it only works with IFF ILBM it is undocumented. You have to pass the desired palette index ...
by airsoftsoftwair
Sun Jan 07, 2018 12:13 pm
Forum: Wishlist
Topic: Windows 10 Notifications
Replies: 12
Views: 11147

Re: Windows 10 Notifications

No need to use ARexx. Hollywood has had Ringhio support since v6.0.
by airsoftsoftwair
Sat Jan 06, 2018 12:20 pm
Forum: Wishlist
Topic: Windows 10 Notifications
Replies: 12
Views: 11147

Re: Windows 10 Notifications

Makes sense. Request noted.
by airsoftsoftwair
Sat Jan 06, 2018 12:19 pm
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14631

Re: Transparent app's background

Not sure I understand this question but why do you say you get "nastily looking corners" when using circular-shaped window? Using alpha channel transparency your windows can have any shape you like and there should be no nastily looking corners or there's something wrong. Have you checked ...
by airsoftsoftwair
Sat Jan 06, 2018 12:17 pm
Forum: Wishlist
Topic: SaveBrush() => png 8 bits indexed
Replies: 6
Views: 5724

Re: SaveBrush() => png 8 bits indexed

Sure it's possible but I'm not sure if it's worth wasting time and energy on this. Why not use GIF?
by airsoftsoftwair
Sat Jan 06, 2018 12:16 pm
Forum: General programming
Topic: MacOS Binaries
Replies: 17
Views: 22037

Re: MacOS Binaries

Sorry, you need at least 10.4. Even though Hollywood on PowerPC is a Carbon application, it uses lots and lots of things introduced in 10.0 and later. So no chance to run this on OS 9.
by airsoftsoftwair
Thu Jan 04, 2018 8:26 pm
Forum: Newbie questions
Topic: How to check what combination of keys was pressed?
Replies: 9
Views: 9250

Re: How to check what combination of keys was pressed?

Done. That was a pile of work because it is low level stuff so it had to be implemented for Amiga, Windows, Linux, Mac OS (Carbon), Mac OS (Cocoa), Android, and iOS separately. Since Hollywood's original key event handler is incompatible with modifier keys, there are two new event handlers now: OnRa...
by airsoftsoftwair
Fri Dec 29, 2017 9:52 pm
Forum: RapaGUI
Topic: InstallEventHandler & RapaGUI...
Replies: 22
Views: 17603

Re: InstallEventHandler & RapaGUI...

I can reproduce it. Could be a MUI bug (or feature). Thore should be able to explain this so it might be worth filing a ticket over at http://muidev.de for it...
by airsoftsoftwair
Fri Dec 29, 2017 12:13 pm
Forum: RapaGUI
Topic: InstallEventHandler & RapaGUI...
Replies: 22
Views: 17603

Re: InstallEventHandler & RapaGUI...

Which platform?