Search found 713 matches

by plouf
Sat Mar 14, 2026 5:20 pm
Forum: Newbie questions
Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
Replies: 3
Views: 1550

Re: Miniwood .. Library "dos.hwl" cannot be loaded!

i try and works here loading

maybe accidental or some stupid antivirus delete it ?
reinstall probably will solve it
by plouf
Thu Mar 05, 2026 10:23 pm
Forum: RapaGUI
Topic: CopyFile and Progressbar
Replies: 5
Views: 10974

Re: CopyFile and Progressbar

hm you are right, CopyFile() it self is an exception and updates itself i try following example and progressbar works (windows 11) @REQUIRE "RapaGUI" filesource$="H:\\Users\\plouf\\Downloads\\a.exe" filedest$ = "h:\\" moai.CreateApp([[ <?xml version="1.0" enco...
by plouf
Thu Mar 05, 2026 8:51 pm
Forum: RapaGUI
Topic: CopyFile and Progressbar
Replies: 5
Views: 10974

Re: CopyFile and Progressbar

Yes
You should update rapagui view e.g. progressbar
with runcallback()
by plouf
Mon Feb 23, 2026 11:30 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 18161

Re: image dimensions

well as for image size you said 1. Load the image and read the dimensions after this which is obvious a loadbrush() you can get image size as for the complicated level, is not that complicated since you are using a veryhigh level languange and a layer (hollywood) most probably the problem is that yo...
by plouf
Mon Feb 23, 2026 10:36 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 18161

Re: image dimensions

whats your logic?
how you plan to manipulate image ? you first have to load it correct?
but yes you cant find image size without loading it first

you can however examine image header, but is not that simple...
by plouf
Mon Feb 23, 2026 10:11 pm
Forum: Showcase
Topic: Hollywood11 Coderise Player Applet - PengoBrain
Replies: 4
Views: 18600

Re: Hollywood11 Coderise Player Applet - PengoBrain

still the same problem

i am under windwos 11

also windwos [X] dont work always (ctrl-c works always)
by plouf
Mon Feb 23, 2026 9:42 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 18161

Re: image dimensions

image you mean a loaded brush ?

use GetAttribute()

Code: Select all

LoadBrush(1,"c:\\23.png")

DebugPrint(GetAttribute(#BRUSH,1,#ATTRWIDTH))
DebugPrint(GetAttribute(#BRUSH,1,#ATTRHEIGHT))
by plouf
Sun Feb 22, 2026 9:04 pm
Forum: Showcase
Topic: Hollywood11 Coderise Player Applet - Balloons
Replies: 3
Views: 21944

Re: Hollywood11 Coderise Player Applet - Balloons

another good work congratulations

this one can be slightly modified to be mobile app too :)
i try it but fails to read brushes !?
by plouf
Sun Feb 22, 2026 8:51 pm
Forum: Showcase
Topic: Hollywood11 Coderise Player Applet - PengoBrain
Replies: 4
Views: 18600

Re: Hollywood11 Coderise Player Applet - PengoBrain

well done
very intresting

i think you should clear memorized move before each start, i notice that if i push a numebr of arrows it keep it memory leading pengiun to die after moving it self, after "RETURN" each time!
by plouf
Wed Feb 18, 2026 12:07 am
Forum: General programming
Topic: readtable & json file
Replies: 3
Views: 16808

Re: readtable & json file

cant use Seek() as said in manual to move pointer to end of first table and read next?