search for: exit_main_loop

Displaying 5 results from an estimated 5 matches for "exit_main_loop".

2005 May 03
4
Wx::HtmlWindow.on_link_clicked
...br /> <a href="mailto:dmiceman@mail.ru">mail me</a><br /> </body> </html> EOF sizer.add html, 1, Wx::EXPAND dialog.set_size Wx::Size.new(400, 300) dialog.center_on_screen Wx::BOTH dialog.show true dialog.evt_close do exit_main_loop end end end app = App.new app.main_loop ===================================================== -- Dmitry mailto:dmiceman@ubiz.ru _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinf...
2007 Nov 21
10
bugs
Bonjour tout le monde. Parfois j''ai mon application qui se ferme toute seul et voila l''erreur qui apparaƮt: "Exit code: -1073741819" Est-ce que quelqu''un peut m''expliquer ce que veut dire ce message d''erreur? Je vous remercie. sebastien http://beusse.liveror.com _______________________________________________ wxruby-users mailing list
2006 Oct 24
0
[714] trunk/wxruby2/doc/textile/app.txtl: Removed create_log_target
...n><span class="cx"> * "App#argv":#App_argv </span><del>-* "App#create_log_target":#App_createlogtarget </del><span class="cx"> * "App#dispatch":#App_dispatch </span><span class="cx"> * "App#exit_main_loop":#App_exitmainloop </span><span class="cx"> * "App#filter_event":#App_filterevent </span><span class="lines">@@ -98,18 +97,6 @@ </span><span class="cx"> Command line arguments (after environment-specific processing). &...
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote: > I''m a big fan of automated UI testing (i.e. driving the UI from some robot API). I appreciate this > is potentially a whole new project, but does wxwidgets provide a method of clicking buttons, > typing into components ... if so, would it be technically possible to expose this in wxruby. I like automated UI testing too, but