Search found 77 matches

by NubeCheCorre
Sat Aug 22, 2020 5:40 pm
Forum: RapaGUI
Topic: Sql database and utf8
Replies: 2
Views: 2302

Re: Sql database and utf8

Thanks!
by NubeCheCorre
Fri Aug 21, 2020 5:45 pm
Forum: RapaGUI
Topic: Sql database and utf8
Replies: 2
Views: 2302

Sql database and utf8

Sorry for the very stupid question but I would like to know (if there is a way), if it is necessary, to set the charset inside sql database to utf-8 .. I ask this because I have knowledge about mysql but not about sql3 and speaking about mysql, when I set the html page with ut-8 I also set the datab...
by NubeCheCorre
Sun Aug 16, 2020 9:26 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Re: Switch loop and dialog

ok thanks, i send you an email with the script attached
by NubeCheCorre
Sun Aug 16, 2020 9:19 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Re: Switch loop and dialog

ok but this new version of rapagui is available in the download section of hollywood site or it has to be releasead still? :-)
by NubeCheCorre
Sun Aug 16, 2020 6:33 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Re: Switch loop and dialog

ok it is random... I don't know why.. may I send you my little project so that you can try to understand if I am missing something or if there is a bug inside rapagui?
by NubeCheCorre
Sun Aug 16, 2020 6:09 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Re: Switch loop and dialog

Ok I don't know if it is a bug but I just tested the demo "Dialog" inside Hollywood and it has the same behaviour of my app but in my app, it happens when i press "cancel" while in the dialog demo happens when i press "OK". Here I am working on Debian 10 buster.
by NubeCheCorre
Sun Aug 16, 2020 12:16 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Re: Switch loop and dialog

Sorry :-D

Code: Select all

Function p_CloseDialog()

	moai.DoMethod("dlg", "endmodal",0)	
					
EndFunction
by NubeCheCorre
Sat Aug 15, 2020 9:33 pm
Forum: RapaGUI
Topic: Switch loop and dialog
Replies: 8
Views: 4742

Switch loop and dialog

I wrote this simple code to check for event and id but I don't know what i am doing wrong.. When i press "cancel" to close the dialog window instead it closes also my app.. Here is the code, may you help me? Function p_EventFunc(msg) Switch msg.action Case "RapaGUI": Switch msg.a...
by NubeCheCorre
Fri Aug 14, 2020 9:49 pm
Forum: RapaGUI
Topic: Newbie question about SQLite3
Replies: 4
Views: 2962

Re: Newbie question about SQLite3

Maybe you were right, I still have a question, and before I populate the database I would like to know a thing, If I set the main app with utf-8 charset how do I set the database with that charset? I am able to do that when I use mysql and php but I don't know how to do it with Sqlite3
by NubeCheCorre
Fri Aug 14, 2020 9:25 pm
Forum: RapaGUI
Topic: fool screen
Replies: 4
Views: 4407

Re: fool screen

Maybe it could be handy, I don't know, but if you set the screen size in the xml declaration you can have a window at the full size of the hosted screen using this syntax: <window id="win" menubar="mymenubar" title="CMS" width="Screen:100%" height="Screen...