what is designer.dat? p.s designer & is the latest designer
anyway Designer creates hws which compiles with holylwood, AFAIk requirements are always base . ie works hollywood 7 (+8 +9 +10 etc)
Search found 714 matches
- Sun Mar 29, 2026 8:10 pm
- Forum: Newbie questions
- Topic: First Compiling - Designer 5
- Replies: 1
- Views: 20
- Sat Mar 14, 2026 5:20 pm
- Forum: Newbie questions
- Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
- Replies: 3
- Views: 1822
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
maybe accidental or some stupid antivirus delete it ?
reinstall probably will solve it
- Thu Mar 05, 2026 10:23 pm
- Forum: RapaGUI
- Topic: CopyFile and Progressbar
- Replies: 5
- Views: 11318
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...
- Thu Mar 05, 2026 8:51 pm
- Forum: RapaGUI
- Topic: CopyFile and Progressbar
- Replies: 5
- Views: 11318
Re: CopyFile and Progressbar
Yes
You should update rapagui view e.g. progressbar
with runcallback()
You should update rapagui view e.g. progressbar
with runcallback()
- Mon Feb 23, 2026 11:30 pm
- Forum: Newbie questions
- Topic: image dimensions
- Replies: 8
- Views: 19332
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...
- Mon Feb 23, 2026 10:36 pm
- Forum: Newbie questions
- Topic: image dimensions
- Replies: 8
- Views: 19332
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...
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...
- Mon Feb 23, 2026 10:11 pm
- Forum: Showcase
- Topic: Hollywood11 Coderise Player Applet - PengoBrain
- Replies: 4
- Views: 20963
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)
i am under windwos 11
also windwos [X] dont work always (ctrl-c works always)
- Mon Feb 23, 2026 9:42 pm
- Forum: Newbie questions
- Topic: image dimensions
- Replies: 8
- Views: 19332
Re: image dimensions
image you mean a loaded brush ?
use GetAttribute()
use GetAttribute()
Code: Select all
LoadBrush(1,"c:\\23.png")
DebugPrint(GetAttribute(#BRUSH,1,#ATTRWIDTH))
DebugPrint(GetAttribute(#BRUSH,1,#ATTRHEIGHT))
- Sun Feb 22, 2026 9:04 pm
- Forum: Showcase
- Topic: Hollywood11 Coderise Player Applet - Balloons
- Replies: 3
- Views: 24101
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 !?
this one can be slightly modified to be mobile app too
i try it but fails to read brushes !?
- Sun Feb 22, 2026 8:51 pm
- Forum: Showcase
- Topic: Hollywood11 Coderise Player Applet - PengoBrain
- Replies: 4
- Views: 20963
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!
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!