Search found 732 matches

by Allanon
Wed Nov 03, 2021 10:53 am
Forum: Showcase
Topic: SHA and HMAC functions ported to Hollywood
Replies: 10
Views: 6934

SHA and HMAC functions ported to Hollywood

Hello all! I've been melting my brain for some time trying to bring hashing functions to Hollywood and I finally succeeded, but only after endless debugging sessions :) You can download the library from Github, here: https://github.com/Allanon71/lib_sha The port for Hollywood I brought is based from...
by Allanon
Thu Sep 16, 2021 8:48 am
Forum: Wishlist
Topic: Extending TextWidth()
Replies: 2
Views: 2454

Re: Extending TextWidth()

I've tried it: it worked great :)
Thanks for the tip!
by Allanon
Wed Sep 08, 2021 7:48 pm
Forum: Wishlist
Topic: Extending TextWidth()
Replies: 2
Views: 2454

Extending TextWidth()

Hello :) If it is possible I'd like to have an additional parameter to exclude from the returned size any formatting tags, I've some custom functions for this job but parsing many strings results in a general slowdown, an inbuilt function could help a lot :) For example, if I have to manually positi...
by Allanon
Sat Aug 14, 2021 4:30 pm
Forum: Hollywood bugs
Topic: Border tag does not work
Replies: 3
Views: 1698

Re: Border tag does not work

:) Great, thank you!
by Allanon
Thu Aug 12, 2021 11:29 am
Forum: Hollywood bugs
Topic: Border tag does not work
Replies: 3
Views: 1698

Re: Border tag does not work

Another problem:

Works fine:

Code: Select all

TextOut(10, 10, "[edge=$44000000,1]test")


Triggers the error "Closing square bracket expected":

Code: Select all

TextOut(10, 10, "[EDGE=$44000000,1]test")
by Allanon
Thu Aug 12, 2021 11:21 am
Forum: Hollywood bugs
Topic: Border tag does not work
Replies: 3
Views: 1698

Border tag does not work

Hello, today I was trying the new [border...] tag that should replace the [edge...] one with a TextOut() command. From the manual: [border=color,size]: Adds a border effect to the text. This border will use the color specified in color and the size specified in size. The color can be a RGB or ARGB c...
by Allanon
Mon Jul 12, 2021 5:33 pm
Forum: Showcase
Topic: Smartclock 2
Replies: 2
Views: 2847

Smartclock 2

Hello guys! Some time ago I posted about a project called Smartclock, but my first try, even if it was nice, ended up in a complicated-to-configure program, with way too many configurable options, even for me that I coded it! :) So I saved the good stuff and I have built a new version which is, best...
by Allanon
Mon Jul 12, 2021 5:06 pm
Forum: General programming
Topic: Raspberry Pi & Layers
Replies: 2
Views: 2136

Re: Raspberry Pi & Layers

Hi, yes I've tried with simple RebelSDL routing without good results, anyway I've converted my code using double buffer which seems the best option :)

Thanks anyway
by Allanon
Fri Jun 25, 2021 8:34 pm
Forum: General programming
Topic: Raspberry Pi & Layers
Replies: 2
Views: 2136

Raspberry Pi & Layers

Hello guys! Maybe I'm a bit rusted with graphic stuff but I was wondering if there is a way to achieve a reasonable drawing speed on the Raspberry Pi using Hollywood layers. On my Windows machine it runs smoothly with the new renderer & sync set to on, on my Pi4 it leterally sucks :D Seems to fa...
by Allanon
Sun May 02, 2021 8:29 am
Forum: Newbie questions
Topic: External Ip Address?
Replies: 7
Views: 3823

Re: External Ip Address?

Thank you all, after reading a bit about this topic I've found some ways to obtain the public ip address :)