Search found 718 matches
- Sat Apr 11, 2026 10:43 pm
- Forum: General programming
- Topic: table dimensioning...
- Replies: 3
- Views: 487
Re: table dimensioning...
thats because you can have table inside table (multidimensional tables) but tables are anonymous, only pointing by its position check this, simulates what you want creating 3 player with 3 "rows" and x and y to each "row" just keep in mind that "row" is the second dimen...
- Fri Apr 03, 2026 5:18 pm
- Forum: General programming
- Topic: Problem with mouseover and context menues
- Replies: 6
- Views: 1690
Re: Problem with mouseover and context menues
the problem i saw it in you example, also in my second example appears in both cases using enablebutton() in eventhandler seems like a working workaround (or maybe its the correct way ?) in my example is ready , you can uncomment it ot see it happens in your example add enablebutton in OnMouseOut OR...
- Thu Apr 02, 2026 5:52 pm
- Forum: General programming
- Topic: Problem with mouseover and context menues
- Replies: 6
- Views: 1690
Re: Problem with mouseover and context menues
yes i see this in this example, however enablebutton() makes this active !? check this simplified example and comment/uncomment enablebutton() CreateMenu(1, {{"Unused", { {"Cut1", ID = "cut1"}, {"Copy1", ID = "copy1"}, {"Paste1", ID = "...
- Thu Apr 02, 2026 4:47 pm
- Forum: General programming
- Topic: Problem with mouseover and context menues
- Replies: 6
- Views: 1690
Re: Problem with mouseover and context menues
you have use custom functions to process menu item "mouseover" AND "right click over button" ? context menu do it them selfs does this problem occur and in this simplified example ? (i cant reproduce or i have not understand ?) xml$ = [[ <?xml version="1.0" encoding=&qu...
- Sun Mar 29, 2026 8:10 pm
- Forum: Newbie questions
- Topic: First Compiling - Designer 5
- Replies: 2
- Views: 836
Re: First Compiling - Designer 5
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)
anyway Designer creates hws which compiles with holylwood, AFAIk requirements are always base . ie works hollywood 7 (+8 +9 +10 etc)
- Sat Mar 14, 2026 5:20 pm
- Forum: Newbie questions
- Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
- Replies: 3
- Views: 2864
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: 12603
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: 12603
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: 21995
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: 21995
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...