Displaying 20 results from an estimated 38 matches for "wxtextctrl".
2007 Jul 12
0
[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway
...gin: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>[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1112</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date...
2006 Apr 23
2
wxTextCtr.h.patch
I think I had to do this to get the tarball to compile on Windows
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 25
3
Patch to wxTextCtrl.rbw
This patch enables the char event and changes the set and kill focus
events to be attached to the correct items
2007 Apr 21
0
[971] branches/wxruby2/wxwidgets_282/swig/classes: Added method to turn off ''Check Spelling as You Type'' on OS X 10.4.x and above.
...ex.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesTextCtrli">branches/wxruby2/wxwidgets_282/swig/classes/TextCtrl.i</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTextCtrlh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTextCtrl.h</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="brancheswxruby2wxwidgets_282swigclassesTextCtrli"></a>
<div class="modfile"&...
2006 Aug 24
0
Patch to wxTextCtrl.h
This removes duplicately defined functions.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Aug 19
28
Documents, Views and DocManagers
Hi,
Are there any effort in making wxDocument, wxView, etc types of classes
avaiable under wxRuby? For supporting SDI/MDI architecture.
Cheers,
Phuah Yee Keat
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies to other installs. You should check. In a couple
places AcceptFocus is #ifdef''ed to only affect Windows, for the same...
2009 Apr 03
2
Problem with spacing
...el>Company:</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<flag>wxALL</flag>
<border>5</border>
<object class="wxTextCtrl" name="companyText">
<size>200,-1</size>
<value></value>
<maxlength>0</maxlength>
</object>
</object>
<object class="sizeritem">
&l...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...extCtrl & document them; tidy up header file</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2doctextiletextctrltxtl">trunk/wxruby2/doc/textile/textctrl.txtl</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxTextCtrlh">trunk/wxruby2/swig/classes/include/wxTextCtrl.h</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwxruby2doctextiletextctrltxtl"></a>
<div class="modfile"><h4>Modified: trunk/wx...
2009 Nov 23
1
xrcise not working
...</object>
<object class="sizeritem">
<option>0</option>
<flag>wxALL</flag>
<border>5</border>
<object class="wxTextCtrl" name="m_textCtrl4">
<value></value>
<maxlength>0</maxlength>
</object>
</object>
</object>
</object>...
2003 Nov 06
4
wxWindows 2.4.2
My system just upgraded itself to wxGtk 2.4.2. I re-built everything,
and had no compile errors. The minimal sample worked fine. I haven''t had
a chance to do more testing.
But, it appears that wxruby is compatible with wxWindows 2.4.2.
Kevin
2010 Nov 13
2
Scrolling / wxPanel / wxFlexGridSizer
I have a problem getting scroll bars to become active. Scrollbars
appear but do not actually scroll. The problem I am trying to
solve is to list a large number of key/value pairs. I looked
to use PropertyGrid but did not find it in wxruby 2.0.1. I''m
really stuck and would appreciate any help.
Thanks,
Dave
Details:
I am starting with an .xrc file containing:
...
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
2007 Apr 18
5
Turning off spell checker in TextCtrl
Hi,
I''m running WxRuby2 on Mac OS X. Something is spell checking the text
that I put into it; words it doesn''t recognize get an annoying red
line under them. How can I turn the spell checker off?
Thanks,
Paul
2006 Sep 21
9
problem with TextCtrl#get_insertion_point
I''m trying to un-ignore TextCtrl#get_selection. The typemaps work fine,
but in the process it breaks get_insertion_point.
This is because (on Mac, tho not GTK), get_insertion_point calls
get_selection internally and simply returns the first value. I think the
return value is being converted from a long to a ruby int twice, because
when get_selection is wrapped, it works fine but the
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...;>
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxGROW|wxALL</flag>
<border>5</border>
<option>1</option>
<object class="wxTextCtrl" name="text_box1"
subclass="CaseChangeTextCtrl1">
<style>wxTE_MULTILINE</style>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_CENTER_H...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
...wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<flag>wxALL</flag>
<border>5</border>
<object class="wxTextCtrl" name="m_textCtrl1">
<value></value>
<maxlength>0</maxlength>
</object>
</object>
<object class="sizeritem">
<option>0</option>...
2006 Aug 24
5
TreeCtrl background?
On my windows build, I just noticed that the background of my TextCtrl''s
is grey by default, and when I try to set the default style I get the error:
TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for
#<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError)
from TestTextCtrl.rb:15:in `initialize''
from TestTextCtrl.rb:24:in
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...wxPanel", false, page_bmp )
+
+
+ ctrl.add_page( Wx::TextCtrl.new( ctrl, Wx::ID_ANY, "Some text",
+ Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE,
+ Wx::TE_MULTILINE|Wx::NO_BORDER),
+ "wxTextCtrl 1", false, page_bmp )
+
+ ctrl.add_page( Wx::TextCtrl.new( ctrl, Wx::ID_ANY, "Some more text",
+ Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE,
+ Wx::TE_MULTILINE|Wx::NO_BORDER),
+ "wxTextCtrl...