Search found 5635 matches

by airsoftsoftwair
Sun Jan 12, 2025 10:39 pm
Forum: RapaGUI
Topic: How to dynamically add Radio items, and a page.
Replies: 6
Views: 1427

Re: How to dynamically add Radio items, and a page.

Oh actually, it's a case of RTFM, here's what the moai.CreateObject() manual says about the parent parameter: Normally, you just have to pass the identifier of the window that you want to attach the MOAI object to as the parent. There is one exception: If you plan to add the MOAI object to a group w...
by airsoftsoftwair
Sun Jan 12, 2025 10:35 pm
Forum: RapaGUI
Topic: How to dynamically add Radio items, and a page.
Replies: 6
Views: 1427

Re: How to dynamically add Radio items, and a page.

Which platform are you running that on?
by airsoftsoftwair
Sun Jan 12, 2025 10:33 pm
Forum: Hollywood bugs
Topic: ChangeInterval() and GetAttribute()
Replies: 1
Views: 1726

Re: ChangeInterval() and GetAttribute()

Clearly a bug, will be fixed, thanks for reporting!
by airsoftsoftwair
Sun Jan 12, 2025 10:31 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 5
Views: 2382

Re: hurl and formdata Limits

Ok, now I see it. Looks like UploadFile() doesn't grow the stack so that everything in the table fits. It's a bug I'm afraid. Will be fixed.
by airsoftsoftwair
Mon Jan 06, 2025 10:53 pm
Forum: Newbie questions
Topic: ListRequest goes behind the screen, can i get it front?
Replies: 10
Views: 4841

Re: ListRequest goes behind the screen, can i get it front?

to answer original "can i get to front" , seems that workarounds are 1) a minor delay i.e wait(20) 2) also if you start with hidden display as said in other post will have no problem i.e. @DISPLAY {hidden=True} 3) final you can closedisplay(1) before listrequest, and then opendisplay(1) (...
by airsoftsoftwair
Mon Jan 06, 2025 10:51 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 5
Views: 2382

Re: hurl and formdata Limits

There should be no limit here. Can you post the actual code?
by airsoftsoftwair
Mon Jan 06, 2025 10:50 pm
Forum: General programming
Topic: Hollywood key not recognized under Linux
Replies: 4
Views: 2161

Re: Hollywood key not recognized under Linux

Yes, remember that Linux is case sensitive.
by airsoftsoftwair
Mon Jan 06, 2025 10:49 pm
Forum: Windows IDE
Topic: Compiling Linux execatable does not work
Replies: 2
Views: 2625

Re: Compiling Linux execatable does not work

RapaGUI has quite a lot of dependencies on Linux and if one of those can't be found the plugin won't load. You need to check if your Linux has GTK2 or GTK3 and whether or not it has the GTK-Webkit component and then use the correct flavour of RapaGUI. If you check out the RapaGUI archive for Linux y...
by airsoftsoftwair
Mon Jan 06, 2025 10:44 pm
Forum: RapaGUI
Topic: Inconsistent behaviour between RG 1.2 and previous versions
Replies: 5
Views: 3267

Re: Inconsistent behaviour between RG 1.2 and previous versions

Can you provide an MCVE that I can try to see the issue?
by airsoftsoftwair
Mon Dec 23, 2024 11:14 pm
Forum: Newbie questions
Topic: ListRequest goes behind the screen, can i get it front?
Replies: 10
Views: 4841

Re: ListRequest goes behind the screen, can i get it front?

This is strange. Please post an MCVE.