Search found 627 matches

by lazi
Sun Feb 06, 2022 2:10 pm
Forum: RapaGUI
Topic: ChangeDisplaySize() vs SetDisplayAttributes()
Replies: 1
Views: 1554

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 #scrolldisp...
by lazi
Sun Jan 23, 2022 5:58 pm
Forum: Announcements
Topic: Iconic 1.0 released
Replies: 4
Views: 4353

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.
by lazi
Thu Nov 11, 2021 12:51 am
Forum: GL Galore
Topic: IPC message port not working
Replies: 1
Views: 6301

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 ...
by lazi
Sat Nov 06, 2021 9:39 pm
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 10
Views: 7108

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 :-)
by lazi
Sat Nov 06, 2021 8:53 pm
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 10
Views: 7108

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...
by lazi
Sat Nov 06, 2021 8:25 pm
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 10
Views: 7108

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!
by lazi
Sat Aug 28, 2021 11:14 pm
Forum: Wishlist
Topic: GetTime() to be able to print milliseconds with 2nd param
Replies: 3
Views: 2155

Re: GetTime() to be able to print milliseconds with 2nd param

Hello Michael!

Maybe you are already familiar with GetTimer(), but I would like to mention that I am using always that function for measuring code timing.
You can use StartTimer() anywhere and get milliseconds with GetTimer(). It is a very convinient way of doing precise time measurements.
by lazi
Sat Aug 28, 2021 11:07 pm
Forum: RapaGUI
Topic: Disabled functions
Replies: 2
Views: 1712

Disabled functions

Could you elaborate this change a bit deeper? - Change: Since modal event loops are no longer supported by RapaGUI, the plugin now disables all Hollywood functions which attempt to start a modal event loop, e.g. WaitLeftMouse(), WaitSampleEnd(), InKeyStr(), etc.; these can't be used together with Ra...
by lazi
Wed Jul 28, 2021 1:06 pm
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 11282

Re: RapaGUI 2.0 released

Excellent news! Thank you again! As RapaGUI developing with more and more features is it affects the future of MUIRoyale? Do you plan to maintain the two plugins for the same area? I hope we can rely both of them because MUIRoyal is the best fit for Amiga systems and RapaGUIi is best for portability.