Search found 462 matches

by plouf
Mon Mar 18, 2024 9:25 pm
Forum: General programming
Topic: Record desktop screen
Replies: 5
Views: 186

Re: Record desktop screen

i dont think its possible to screenshot with mouse, afaik all screenhots, including OS's "printscreen" take not mouse in. you must take mouse position and draw something here is an example of a Screenrecorder free in hollywood few lines of code :) HideDisplay() BeginAnimStream(1, "tes...
by plouf
Sun Mar 17, 2024 8:48 pm
Forum: General programming
Topic: Chr(0,#ENCODING_RAW)
Replies: 3
Views: 95

Re: Chr(0,#ENCODING_RAW)

how do you check it ? look same to me dont forget strings terminated with a 0 :) edit correct myself, Chr is a code point converter , so its 0 which is alreay an empty string (string terminate with 0 so zero is emptty string anyway bytechr add the value to the string which is a single byte 0 since i...
by plouf
Sun Mar 17, 2024 8:45 pm
Forum: General programming
Topic: Record desktop screen
Replies: 5
Views: 186

Re: Record desktop screen

what do you thjink ?

personaly i would prefer BeginAnimStream() , because it is easier, and save it to GIF because its native supported to HOlylwood , and every available software out there...
by plouf
Thu Mar 14, 2024 9:17 pm
Forum: RapaGUI
Topic: moai.Request shows weird requesters...
Replies: 1
Views: 92

Re: moai.Request shows weird requesters...

its a "feature" only basic "OK" "yes" etc uses widnwos API, if you change it a custom one used

check https://forums.hollywood-mal.com/viewtopic.php?t=3291
by plouf
Tue Mar 12, 2024 6:00 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

Is this tool a hollywood app? If yes what apng plugin uses ?
Or is configured to use datattpes? (You have apng datatype?)

Yes anim stop to a bird
by plouf
Mon Mar 11, 2024 8:11 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

my code should load AND play

Code: Select all

@REQUIRE "apng"
LoadAnim(1,"elephant.png")

PlayAnim(1)

WaitLeftMouse()
anyway your test.apng with horses do not play, seems ,to me, some incombatibility with hollywood, with compression method used
by plouf
Mon Mar 11, 2024 3:28 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

you dont provide enought info ..
provide apng to test..
also have you test it with minimal code ? i have provide a minimal working code a few post above, does works using this code ?

all these info help...
by plouf
Mon Mar 11, 2024 6:38 am
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

Plugin in libs is older version ?
How do you compile ? Localy or cross compile from pc? Maybe is not in linkerplugins in that case
by plouf
Sun Mar 10, 2024 10:30 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

ok about isanim()
correct is isAnim("elephant.png")
by plouf
Sun Mar 10, 2024 10:15 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 433

Re: apng plugin problem

i dont know about isanim() maybe a bug

but in first post you said you see only first frame, i can see elephant running (all frames)
also isAnim = anims (gif/apng) siVideo (mpg avi etc)