search for: modeless

Displaying 9 results from an estimated 9 matches for "modeless".

Did you mean: modelers
2007 Jul 28
4
Modeless Dialog causes Application to hang on exit
...eview-0.0.40 But let''s speak about the current problem, I''m facing. I''m having a problem, which was already mentioned on this list back in 2004 (http://rubyforge.org/pipermail/wxruby-users/2004-June/000612.html) but I cannot find any hint on a solution. I try building a modeless dialog (a plain WxDialog) with some controls and Ok Cancel buttons. I''m registering the Ok Click Event to store something in the database and closing the dialog using close or hide (I tried both). The dialog closes as expected. But unfortunately the whole application does not close, after...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2004 Jun 12
0
New Tutorial : dialogs
...I added a new tutorial to the WxRuby Wiki about using dialogs. Links to the pages (it''s in two parts) are on http://wxruby.rubyforge.org/wiki/wiki.pl?WxRuby_Tutorial As usual, comments, criticisms and improvements gratefullly received. Also ... for some reason, my final example with a modeless dialog hangs on exit if the dialog has been shown. The example in dialogs.rbw doesn''t do this, but I can''t see what I''m doing wrong. Tips appreciated. cheers alex
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...d and doesn''t work for all ports, just use "show_modal":dialog.html#Dialog_showmodal to show a modal dialog instead. + +Allows the programmer to specify whether the dialog box is modal ("Dialog::show":dialog.html#Dialog_show blocks control until the dialog is hidden) or modeless (control returns immediately). + +h4. Parameters + +* _flag_ If true, the dialog will be modal, otherwise it will be modeless. + +h3(#Dialog_setreturncode). Dialog#set_return_code + + *set_return_code*(%(arg-type)Integer% ret_code) + +h4. Parameters + +* _ret_code_ The integer return code, usually...
2006 Jan 12
4
edit.data.frame
Dear list, Sometimes I have huge data.frames and the small spreadsheetlike edit.data.frame is quite handy to get an overview of the data. However, when I close the editor all data are rolled over the console window, which takes time and clutters the window. Is there a way to avoid this? Fredrik
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...set_escape_id":#Dialog_setescapeid. + +Also notice that the "create_button_sizer()":#Dialog_createbuttonsizer() +should be used to create the buttons appropriate for the current platform and +positioned correctly (including their order which is +platform-dependent). + +h2. Modal and modeless dialogs + </ins><span class="cx"> There are two kinds of dialog -- _modal_ and _modeless_. A modal dialog </span><span class="cx"> blocks program flow and user input on other windows until it is dismissed, </span><span class="cx"> wh...
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
..."", self) </span><span class="cx"> else </span><span class="lines">@@ -89,33 +89,33 @@ </span><span class="cx"> def initialize(parent) </span><span class="cx"> super(parent, -1, "Modeless dialog") </span><span class="cx"> </span><del>- sizerTop = BoxSizer.new(VERTICAL) </del><ins>+ sizer_top = BoxSizer.new(VERTICAL) </ins><span class="cx"> </span><span class="cx"> btn = Button....
2015 Aug 12
2
[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro
Hi Daniel, On Wed, Aug 12, 2015 at 04:16:25PM +0200, Daniel Vetter wrote: > > * Reprobing if the inactive GPU initializes before the apple-gmux module: > > v1 used Matthew Garrett's approach of adding a driver callback. > > v2 simply generates a hotplug event instead. nouveau polls its outputs > > every 10 seconds so we want it to poll immediately once apple-gmux
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This function is deprecated and doesn''t work for all ports, just use - to show a modal dialog instead. - -Allows the programmer to specify whether the dialog box is modal (wxDialog::Show blocks control -until the dialog is hidden) or modeless (control returns immediately). -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const bool -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - - void SetModal(const bool flag ) ; -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp...