@jpv
Thanks! That is a handy solution.
Search found 600 matches
- Sun Feb 20, 2022 11:50 am
- Forum: Announcements
- Topic: Plananarama 2.0 released
- Replies: 7
- Views: 994
- Fri Feb 18, 2022 6:58 pm
- Forum: Announcements
- Topic: Plananarama 2.0 released
- Replies: 7
- Views: 994
Re: Plananarama 2.0 released
And I am sure, you will address this one sooner or later. Just as usual.airsoftsoftwair wrote: ↑Mon Feb 14, 2022 8:46 pmThat's definitely something that needs to be changed.
Until then we can install HW9 to an emulated or real classic machine.
- Sun Feb 13, 2022 11:53 pm
- Forum: Announcements
- Topic: Plananarama 2.0 released
- Replies: 7
- Views: 994
Re: Plananarama 2.0 released
It is marvellous! It simply adds another new platform! To quickly try out I wanted to compile one of the example script on OS4. If I understand correctly, palette mode scripts can be run only on 68k OS 3.x because that is the only platform that have Plananarama.hwp. But even the compiling is fails o...
- Sun Feb 06, 2022 2:10 pm
- Forum: RapaGUI
- Topic: ChangeDisplaySize() vs SetDisplayAttributes()
- Replies: 1
- Views: 316
ChangeDisplaySize() vs SetDisplayAttributes()
While RapaGUI in on and I want to change a separate -non embedded- display's size, only SetDisplayAttributes() makes visible effect. Try this test case: @REQUIRE "rapagui" @DISPLAY 1,{hidden=False, title="World", mode="windowed", width=320, height=200} Const #scrolldisplay = 1 OpenDisplay(#scrolldis...
- Sun Jan 23, 2022 5:58 pm
- Forum: Announcements
- Topic: Iconic 1.0 released
- Replies: 4
- Views: 1011
Re: Iconic 1.0 released
Ahh! 20th anniversary?
It is a paradoxon: I wish I was born at the same time as Hollywood, but I know and respect Hollywood because born much earlier.
Nice plugin again! From this time no excuse on default icons at any target.
It is a paradoxon: I wish I was born at the same time as Hollywood, but I know and respect Hollywood because born much earlier.

Nice plugin again! From this time no excuse on default icons at any target.
- Thu Nov 11, 2021 12:51 am
- Forum: GL Galore
- Topic: IPC message port not working
- Replies: 1
- Views: 2181
IPC message port not working
It seems that OnUserMessage eventhandler is not working with GLGalore (OS4). The port is opened because the other program's SendMessage() function gives no error, but the event function not called. When @require "glgalore" is commented out, the messageport ot commands correctly. Can it be resolved s...
- Sat Nov 06, 2021 9:39 pm
- Forum: Showcase
- Topic: SHA and HMAC functions ported to Hollywood
- Replies: 7
- Views: 2382
Re: SHA and HMAC functions ported to Hollywood
Can it be little endian only?
If so, could you point me parts that could be affected?
Edit:
It is obviously an endian problem
If so, could you point me parts that could be affected?
Edit:
It is obviously an endian problem

- Sat Nov 06, 2021 8:53 pm
- Forum: Showcase
- Topic: SHA and HMAC functions ported to Hollywood
- Replies: 7
- Views: 2382
Re: SHA and HMAC functions ported to Hollywood
I have just tried it and the tests are failing. The file I have downloaded: lib_sha.hws 96450 bytes ed9a71153bcd38304aa2ef881e0caf8c lib_sha.hws md5sum Run after uncomment last line: +---------------------------------+ | TESTING... | +---------------------------------+ Tool:Hollywood/Projects/Szamla...
- Sat Nov 06, 2021 8:25 pm
- Forum: Showcase
- Topic: SHA and HMAC functions ported to Hollywood
- Replies: 7
- Views: 2382
Re: SHA and HMAC functions ported to Hollywood
Ohohoo! That is great!
Thank you Allanon for sharing it with the public. It could serve the next step for one my projects.
I'll tell you about that if it happens.
Thanks again!
Thank you Allanon for sharing it with the public. It could serve the next step for one my projects.
I'll tell you about that if it happens.
Thanks again!
- Sat Aug 28, 2021 11:21 pm
- Forum: Newbie questions
- Topic: Is FreeBrush() necessary to call before LoadBrush()
- Replies: 5
- Views: 1746
Re: Is FreeBrush() necessary to call before LoadBrush()
Suggested read: RapaGUI - Image cache
https://www.hollywood-mal.com/docs/html ... Cache.html
https://www.hollywood-mal.com/docs/html ... Cache.html