Search found 720 matches

by plouf
Fri Apr 17, 2026 8:47 pm
Forum: Showcase
Topic: HollyTris - modern Tetris clone
Replies: 7
Views: 427

Re: HollyTris - modern Tetris clone

very nice nice work
cool music ! you wrote it ?

i will only suggest in two player mode "drop " "space key" to be palyer two and player 1 ,who control arrows to have ctrl or something near him
as hands confused this way
by plouf
Thu Apr 16, 2026 11:50 am
Forum: APK Compiler
Topic: hurl requirement
Replies: 6
Views: 733

Re: hurl requirement

Maybe

But reading manual says latest version is compiled over a newer curl and libssl
So maybe oits a compatibility issue with this relative old android version ?!??

Since as you sayruns ok in newer android !
by plouf
Sat Apr 11, 2026 10:43 pm
Forum: General programming
Topic: table dimensioning...
Replies: 3
Views: 1171

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...
by plouf
Fri Apr 03, 2026 5:18 pm
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2047

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...
by plouf
Thu Apr 02, 2026 5:52 pm
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2047

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 = "...
by plouf
Thu Apr 02, 2026 4:47 pm
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2047

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...
by plouf
Sun Mar 29, 2026 8:10 pm
Forum: Newbie questions
Topic: First Compiling - Designer 5
Replies: 2
Views: 1093

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)
by plouf
Sat Mar 14, 2026 5:20 pm
Forum: Newbie questions
Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
Replies: 3
Views: 3432

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: 13103

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: 13103

Re: CopyFile and Progressbar

Yes
You should update rapagui view e.g. progressbar
with runcallback()