search for: spinbutton

Displaying 10 results from an estimated 10 matches for "spinbutton".

2007 Jul 04
0
[1102] trunk/wxruby2/doc/textile/spinbutton.txtl: Doc patch to SpinButton from wxWidgets 2.8
...#ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1102] trunk/wxruby2/doc/textile/spinbutton.txtl: Doc patch to SpinButton from wxWidgets 2.8</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1102</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-04 14:5...
2006 Nov 29
5
wxSugar control problem
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am coming up with an error when trying to create a SpinCtrl (and quite a few others have exactly the same prob.): #file date_picker.rb class DatePicker < Wx::Dialog def initialize super(nil, :title => "Pick a date...") @cal = Wx::CalendarCtrl.new(self) add(@cal) #works fine up to
2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...span class="cx"> </span><span class="cx"> module Demo </span><del>- def Demo.run(frame,nb,log) - win = TestPanel.new(nb, log) - return win - end - - def Demo.overview - "Wx::SpinCtrl combines Wx::TextCtrl and Wx::SpinButton in one control." - end </del><ins>+ def Demo.run(frame,nb,log) + win = TestPanel.new(nb, log) + return win + end + + def Demo.overview + "Wx::SpinCtrl combines Wx::TextCtrl and Wx::SpinButton in one control." + end </ins><span class="cx&quo...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...ms :pos, :size, :style => Wx::SL_HORIZONTAL </span><span class="cx"> # wx_ctor_params :validator, :name => ''radioButton'' </span><span class="cx"> end </span><span class="cx"> </span><ins>+ +# wxSpinButton - Has two small up and down (or left and right) arrow buttons +WxSugar.define_keyword_ctors(''SpinButton'') do + wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL + wx_ctor_params :name => ''spinButton'' +end + </ins><span class="cx&quot...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...ent.o obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SystemSettings.o obj/TaskB...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...ent.o obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StandardPaths.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/Symbol...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...; ''radioButton'' </del><ins>+ wx_ctor_params :validator, :name => ''slider'' </ins><span class="cx"> end </span><span class="cx"> </span><del>- </del><span class="cx"> # wxSpinButton - Has two small up and down (or left and right) arrow buttons </span><span class="cx"> WxSugar.define_keyword_ctors(''SpinButton'') do </span><span class="cx"> wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL </span><...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...eInfo_hasgripper +* "AuiPaneInfo#has_gripper_top":#AuiPaneInfo_hasgrippertop +* "AuiPaneInfo#has_maximize_button":#AuiPaneInfo_hasmaximizebutton +* "AuiPaneInfo#has_minimize_button":#AuiPaneInfo_hasminimizebutton +* "AuiPaneInfo#has_pin_button":#AuiPaneInfo_haspinbutton +* "AuiPaneInfo#hide":#AuiPaneInfo_hide +* "AuiPaneInfo#is_bottom_dockable":#AuiPaneInfo_isbottomdockable +* "AuiPaneInfo#is_docked":#AuiPaneInfo_isdocked +* "AuiPaneInfo#is_fixed":#AuiPaneInfo_isfixed +* "AuiPaneInfo#is_floatable":#AuiPaneInfo_isfl...
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/