Displaying 15 results from an estimated 15 matches for "spinctrl".
Did you mean:
pinctrl
2007 Jul 04
0
[1101] trunk/wxruby2/doc/textile/spinctrl.txtl: Doc patch to SpinCtrl 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>[1101] trunk/wxruby2/doc/textile/spinctrl.txtl: Doc patch to SpinCtrl from wxWidgets 2.8</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1101</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-07-04 14:52:...
2005 Aug 04
2
Next swig problem
After getting past the icon problem I ran into my next problem:
SpinCtrl.cpp
src/SpinCtrl.cpp(1141) : error C2065: ''cWxSpinCtrl'' : undeclared identifier
src/SpinCtrl.cpp(1141) : error C2228: left of ''.klass'' must have
class/struct/union type
src/SpinCtrl.cpp(1147) : error C2371: ''cWxSpinCtrl'' : redefinition;
differ...
2006 Nov 30
0
[764] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Correct duplicate and incorrect definition of SpinCtrl constructor
...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>[764] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Correct duplicate and incorrect definition of SpinCtrl constructor</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>764</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-11-29 19:08:57 -0500 (Wed, 29 Nov 2006)</dd&g...
2006 Nov 28
2
(no subject)
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am
coming up with a strange error when trying to create a SpinCtrl:
class DatePicker < Wx::Dialog
def initialize
super(nil, :title => "Pick a date...")
arrange_vertically(:padding => 5)
@month = Wx::SpinCtrl.new(self) # line 19
add(@month)
end
end
gives error:
ArgumentError: Error initializing # Sent paramters: [...
2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...lid #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>[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1078</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>200...
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 this point, will make a lovely ca...
2005 Aug 10
5
more patches
Here are a few patches 2 small changes and one a little hefty. All are
to *.i files.
SpinCtrl.patch - Changes cWxSpinCtrl.klass to mWxSpinCtrl in rb_define_method.
Dialog.patch - Removed the %ignore wxDialog::wxDialog line, this line
prevents Dialogs working with XRC.
Window.i - Added special code for find_window_* methods so the correct
object type is returned, this is very important whe...
2007 Jul 04
0
[1102] trunk/wxruby2/doc/textile/spinbutton.txtl: Doc patch to SpinButton from wxWidgets 2.8
...quot;> A SpinButton has two small up and down (or left and right) arrow buttons. It
</span><span class="cx"> is often used next to a text control for increment and decrementing a value.
</span><span class="cx"> Portable programs should try to use "SpinCtrl":spinctrl.html instead
</span><del>-as SpinButton is not implemented for all platforms.
</del><ins>+as SpinButton is not implemented for all platforms but SpinCtrl is as it
+degenerates to a simple "TextCtrl":textctrl.html on such platforms.
</ins><sp...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...outWindow.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/TaskBarIcon.o obj/Te...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...outWindow.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/SymbolPickerDialog.o...
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 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...+ grid_sizer.add(s7); grid_sizer.add(s10)
+ grid_sizer.add(s8); grid_sizer.add(s11)
+
+ cont_sizer =Wx::BoxSizer.new(Wx::VERTICAL)
+ cont_sizer.add(grid_sizer, 1, Wx::EXPAND|Wx::ALL, 5)
+ self.set_sizer(cont_sizer)
+ get_sizer.set_size_hints(self)
+ update_colours
+
+ evt_spinctrl(ID_PaneBorderSize) { | e | on_pane_border_size(e) }
+ evt_spinctrl(ID_SashSize) { | e | on_sash_size(e) }
+ evt_spinctrl(ID_CaptionSize) { | e | on_caption_size(e) }
+ evt_button(ID_BackgroundColour) { | e | on_set_colour(e) }
+ evt_button(ID_SashColour) { | e | on_set_colour(e) }
+...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...and/or icons, plus a multicolumn report view|
+|ListView|A simpler interface (fa¹Âde for wxListCtrl in report mode|
+|TextCtrl|Single or multiline text editing control|
+|TreeCtrl|Tree (hierarchy) control|
+|ScrollBar|Scrollbar control|
+|SpinButton|A spin or ''up-down'' control|
+|SpinCtrl|A spin control - i.e. spin button and text control|
+|StaticText|One or more lines of non-editable text|
+|StaticBitmap|A control to display a bitmap|
+|RadioBox|A group of radio buttons|
+|RadioButton|A round button to be used with others in a mutually exclusive way|
+|Slider|A slider that can be...
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/
2005 Aug 09
43
Some patches.
...Linux
(wxGTK), the wx manual says: "NB: This class is not available under
wxUniversal ports such as wxX11." - I don''t think this is a problem,
since our main targets are wxMSW, wxMAC and wxGTK, right?
spinevt-fix.patch - Swap the SPIN_UP and SPIN_DOWN events, the were
reversed.
spinctrl-fix.patch - Remove some workaround code - this works without
problems in wxGTK, I tested the set_selection function and it does like
it is told ;)
notebook-fix.patch - Notebook works in wxGTK, so no need to disable it.
remove-kluges.patch - Remove Ruby workarounds for Notebook and
ToggleButton, t...