Search found 152 matches

by sashapont
Sat Jun 09, 2018 2:44 pm
Forum: RapaGUI
Topic: Modal Dialogs in Linux Ubuntu
Replies: 34
Views: 21867

Re: Modal Dialogs in Linux Ubuntu

If I add this to xml
<listview id="lv" notify="active; doubleclick">

and DoubleClick on list view in example dialogs
Version is ubuntu-18.04-desktop-amd64.iso
by sashapont
Sat Jun 09, 2018 2:34 pm
Forum: RapaGUI
Topic: Build app with Rapa gui and without it from one source file
Replies: 7
Views: 6315

Build app with Rapa gui and without it from one source file

Is it possible to build app for different platforms with and without Rapafrom one source file? I try to do this @IF #HW_ANDROID @DISPLAY {Color = #WHITE, Sizeable = True, Width =800,Height =600, ScaleMode=#SCALEMODE_AUTO, ScreenName="Fireplace",Title = "Fireplace", Menu = 1} @ELS...
by sashapont
Thu Jun 07, 2018 9:42 am
Forum: RapaGUI
Topic: MaximizeGadget="False" bug
Replies: 1
Views: 2431

Re: MaximizeGadget="False" bug

Yes!!! I understand^ this window flag works iа ш set SizeGadget="False"!
by sashapont
Thu Jun 07, 2018 9:38 am
Forum: RapaGUI
Topic: MaximizeGadget="False" bug
Replies: 1
Views: 2431

MaximizeGadget="False" bug

MinimizeGadget="False"

Is working, for window but
MaximizeGadget="False" is not, is it possible to fix that?
by sashapont
Wed Jun 06, 2018 10:01 pm
Forum: RapaGUI
Topic: Modal Dialogs in Linux Ubuntu
Replies: 34
Views: 21867

Re: Modal Dialogs in Linux Ubuntu

Other app crash in linux Ubuntu is
Case "DoubleClick": on list view
by sashapont
Wed Jun 06, 2018 6:24 pm
Forum: RapaGUI
Topic: Modal Dialogs in Linux Ubuntu
Replies: 34
Views: 21867

Re: Modal Dialogs in Linux Ubuntu

Yes it works. I try to create dialogs from code without xml files. App crashes after this
moai.DoMethod("dlg2", "endmodal", If i click close button in window tittle all ok.
by sashapont
Tue Jun 05, 2018 8:29 pm
Forum: RapaGUI
Topic: Modal Dialogs in Linux Ubuntu
Replies: 34
Views: 21867

Re: Modal Dialogs in Linux Ubuntu

how I can check it and install?

I try to install this pack
sudo apt-get install libcanberra-gtk-module

App crash after this
moai.DoMethod("dlg2", "endmodal", 0)
by sashapont
Tue Jun 05, 2018 4:43 pm
Forum: RapaGUI
Topic: Modal Dialogs in Linux Ubuntu
Replies: 34
Views: 21867

Modal Dialogs in Linux Ubuntu

When I try to create modal dialog in Linux Ubuntu I have error like
GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

But this dialog works in windows Mac an amiga
by sashapont
Fri Jun 01, 2018 11:23 am
Forum: RapaGUI
Topic: fixes size windows
Replies: 1
Views: 2361

fixes size windows

How I can create first windows without resizing?