Search found 650 matches

by lazi
Thu Dec 15, 2022 11:26 pm
Forum: Announcements
Topic: XML plugin 2.0 released
Replies: 2
Views: 12695

Re: XML plugin 2.0 released

It is state of the art!

Was just a minute to adapt XMLparser based source.
And the new features generates lot of new ideas.

Great! Thank you!
by lazi
Sat Nov 05, 2022 11:05 pm
Forum: Announcements
Topic: 20th anniversary: XLSX plugin 1.0 released
Replies: 8
Views: 17551

Re: 20th anniversary: XLSX plugin 1.0 released

Happy birthday to Hollywood!
Continuous development for twenty years is a marvellous achievement.
Admirable!

Thanks for XLSX plugin! I used to make some functions for getting data from xlsx, but this complete solution will surely helpful for the next time.
Worksheets to Hollywood table? Insane! :-)
by lazi
Wed Oct 26, 2022 10:28 pm
Forum: Announcements
Topic: Hollywood 9.1 add-ons released
Replies: 4
Views: 19207

Re: Hollywood 9.1 add-ons released

Thanks!
That worked. I have to learn read through all the lines :-)
by lazi
Tue Oct 25, 2022 11:13 am
Forum: Announcements
Topic: Hollywood 9.1 add-ons released
Replies: 4
Views: 19207

Re: Hollywood 9.1 add-ons released

I have trouble to find the 9.1 player for Android. My phone installs 9.0 and I can't find upgrade. It says: updated 07.21.2021.
May I ask for some assistance?

Thanks!
by lazi
Mon Oct 17, 2022 8:16 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 95213

Re: Documentation problems

That's correct! :-) I am very sorry that I made a useless record in the forum database. To lower my sin a bit, here is my "Master Hollywood Guide" which links most of the Hollywood related guides into one guide: https://i.postimg.cc/YqRJmGdP/mhg.jpg @database "HollywoodLibrary.guide&q...
by lazi
Mon Oct 17, 2022 3:31 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 95213

Re: Documentation problems

It seems to me that @Font accepts "engine" tag in the table argument which is important to use font files directly.
It is missing from the current documentation.
by lazi
Sat Oct 01, 2022 11:29 pm
Forum: Showcase
Topic: Lyrics Jukebox
Replies: 14
Views: 64428

Re: Lyrics Jukebox

You did not cared about real operating systems! :-)
Could you include in the archive a compiled applet for example Amiga-like systems?

Thanks!
The description and screenshots are makes this program very interesting.
by lazi
Thu Sep 29, 2022 12:25 pm
Forum: Hollywood bugs
Topic: Does TextObject uses palette by default?
Replies: 3
Views: 3886

Does TextObject uses palette by default?

As trying to make a hardware brush with text I found that I need to RemoveBrushPalette() from the brush before CopyBrush() to hardware brush if the source brush comes from a textobject. :-) Here is the code that tells it more understandable: @REQUIRE "glgalore" CreateTextObject(1,"Hol...
by lazi
Thu Jun 02, 2022 11:35 am
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 11
Views: 16423

Re: SHA and HMAC functions ported to Hollywood

Speedwise my Peg2/G4@1.00 GHz does the test in 33872ms without linehook.
Don't understand correctly your remarks on speed at the end of the script, but seems there is better times on a Pi4.
Not the speed was my target to choose this system :-)
I will check it on the X5000 later...
by lazi
Thu Jun 02, 2022 11:28 am
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 11
Views: 16423

Re: SHA and HMAC functions ported to Hollywood

Dear @Allanon! I think you have solved the OS4 related problem. Thank you! The new version seems to work as intended. Here is the output of the test_hash_lib(): +---------------------------------+ | TESTING... | +---------------------------------+ === sha256 === Some tests strings... Chunk-by-chunk ...