Search found 625 matches

by lazi
Thu Nov 11, 2021 12:51 am
Forum: GL Galore
Topic: IPC message port not working
Replies: 1
Views: 5993

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: 6934

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: 6934

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: 6934

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: 2078

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: 1648

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: 10954

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.
by lazi
Sun Jun 06, 2021 10:17 pm
Forum: RapaGUI
Topic: Wrong window position after reopen
Replies: 4
Views: 2178

Re: Wrong window position after reopen

That sounds good! No more question :-)
by lazi
Sat Jun 05, 2021 9:18 pm
Forum: RapaGUI
Topic: Wrong window position after reopen
Replies: 4
Views: 2178

Re: Wrong window position after reopen

That is nice, it solves the first feature mentioned but the second problem, the full sized window reopening may be considered a bug. I have just tried it again.. And I got it! It reopens the window with x position to the mouse x position. Just try the example and use space or enter to trigger the bu...