Displaying 9 results from an estimated 9 matches for "wizardpagesimple".
2007 Dec 28
1
Wx:Wizard, Wx::WizardPageSimple
Ok, here is my class:
#====================================
class SetupWizard < Wx::Wizard
def initialize(timefly, title)
setup_image = Wx::Bitmap.new("wizard_side.png", Wx::BITMAP_TYPE_PNG)
super(nil, -1, title, setup_image)
@timefly = timefly
step_one = Wx::WizardPageSimple.new()
setup_page_one(step_one)
step_two = Wx::WizardPageSimple.new(nil, step_one)
step_one.set_next(step_two)
setup_page_two(step_two)
run_wizard(step_one)
#self.show(true)
end
def setup_page_one(step)
intro_label =
"some
text
here"
Wx::Stat...
2006 Dec 03
0
[772] trunk/wxsugar/lib/wx_sugar/class_definitions.rb: Added HtmlWindow
...+52,8 @@
</span><span class="cx"> ''SashLayoutWindow'',
</span><span class="cx"> ''VScrolledWindow'',
</span><span class="cx"> ''WizardPage'',
</span><del>- ''WizardPageSimple''
</del><ins>+ ''WizardPageSimple'',
+ ''HtmlWindow''
</ins><span class="cx"> )
</span><span class="cx">
</span><span class="cx"> WxSugar.define_class_group(''CONTROL_CLA...
2006 Jul 25
6
Wizards
Hi
Please find attached a set of patches and swig files to implement
Wizards for wxruby. Also a brief sample.
Quick q - the C declarations of evt_xxx_xxx methods and their attaching
to Ruby classes seems to be duplicated across Events.i and EvtHandler.i
- is one of these the right place to be adding them? or both?
Thanks
alex
_______________________________________________
2007 Sep 28
1
WxWizard Error
...errors out from another part of Wx::Wizard,
which is Wx::SimpleWizardPage.
>ruby RubyIM.rb
C:/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/keyword_ctors.rb:202:in
`initialize'': (ArgumentError)
Original Error wrong # of arguments(5 for 0)
Error initializing #<Wx::WizardPageSimple:0x282e8ec>
Sent parameters: [#<SetupWizard:0x282f8b4>, -1, nil, nil,
#<Wx::Bitmap:0x2db1878>]
Correct parameters are:
id (Fixnum)
prev (NilClass)
next (NilClass)
bitmap (Wxruby2::Bitmap)
from ./libs/Wizard.rb:7:in `new''
from ./libs/Wizard.rb:7:in `initialize'...
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci.
quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite.
Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...gleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/UpdateUIEvent.o obj/Validator.o obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o obj/XmlResource.o obj/RubyConstants.o obj/RubyStockObjects.o obj/Functions.o obj/Mac.o obj/wx.o -pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_...
2006 Nov 13
0
[732] trunk/wxruby2/samples: Fixed a few crashes related to the about box menu.
...ABOUT) { onAbout }
</del><ins>+ evt_menu(Wx::ID_EXIT) { on_quit }
+ evt_menu(Wx::ID_ABOUT) { on_about }
</ins><span class="cx"> w = Wx::Wizard.new(self, -1, ''The WxRuby Wizard'')
</span><span class="cx"> p1 = Wx::WizardPageSimple.new(w)
</span><span class="cx"> s = Wx::StaticText.new(p1, -1, ''This is the first page'')
</span><span class="lines">@@ -54,14 +54,14 @@
</span><span class="cx"> w.run_wizard(p1)
</span><span class=&...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...elWindow.o
obj/TreeCtrl.o obj/TreeEvent.o obj/Treebook.o obj/TreebookEvent.o
obj/UpdateUIEvent.o obj/VListBox.o obj/VScrolledWindow.o obj/Validator.o
obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o
obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o
obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o
obj/XmlResource.o obj/RubyConstants.o obj/RubyStockObjects.o
obj/Functions.o obj/Mac.o obj/wx.o -pthread -Wl,-Bsymbolic-functions
-lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_media-2.8
-lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8
-lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/