Search found 5635 matches
- Sun Jan 12, 2025 10:39 pm
- Forum: RapaGUI
- Topic: How to dynamically add Radio items, and a page.
- Replies: 6
- Views: 277
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...
- Sun Jan 12, 2025 10:35 pm
- Forum: RapaGUI
- Topic: How to dynamically add Radio items, and a page.
- Replies: 6
- Views: 277
Re: How to dynamically add Radio items, and a page.
Which platform are you running that on?
- Sun Jan 12, 2025 10:33 pm
- Forum: Hollywood bugs
- Topic: ChangeInterval() and GetAttribute()
- Replies: 1
- Views: 256
Re: ChangeInterval() and GetAttribute()
Clearly a bug, will be fixed, thanks for reporting!
- Sun Jan 12, 2025 10:31 pm
- Forum: General plugin questions
- Topic: hurl and formdata Limits
- Replies: 5
- Views: 482
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.
- Mon Jan 06, 2025 10:53 pm
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2591
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) (...
- Mon Jan 06, 2025 10:51 pm
- Forum: General plugin questions
- Topic: hurl and formdata Limits
- Replies: 5
- Views: 482
Re: hurl and formdata Limits
There should be no limit here. Can you post the actual code?
- Mon Jan 06, 2025 10:50 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 637
Re: Hollywood key not recognized under Linux
Yes, remember that Linux is case sensitive.
- Mon Jan 06, 2025 10:49 pm
- Forum: Windows IDE
- Topic: Compiling Linux execatable does not work
- Replies: 2
- Views: 606
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...
- Mon Jan 06, 2025 10:44 pm
- Forum: RapaGUI
- Topic: Inconsistent behaviour between RG 1.2 and previous versions
- Replies: 5
- Views: 1872
Re: Inconsistent behaviour between RG 1.2 and previous versions
Can you provide an MCVE that I can try to see the issue?
- Mon Dec 23, 2024 11:14 pm
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2591
Re: ListRequest goes behind the screen, can i get it front?
This is strange. Please post an MCVE.