Displaying 11 results from an estimated 11 matches for "logtextctrl".
2007 May 28
0
[1034] trunk/wxruby2/swig/classes/LogTextCtrl.i: Avoid GC crasher when LogTextCtrl is active log target
...#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>[1034] trunk/wxruby2/swig/classes/LogTextCtrl.i: Avoid GC crasher when LogTextCtrl is active log target</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1034</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-0...
2008 May 11
4
Choosing a Sizer
...sizer.add_growable_row( 1, 1)
Three items added:
@button = Wx::Button.new(panel, :label => ''Export'')
sizer.add(button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
@gauge = Wx::Gauge.new(panel, :range => STEPS)
sizer.add(@gauge, 0, Wx::GROW|Wx::ALL, 2)
@log = LogTextCtrl.new(panel) # (LogTextCtrl < Wx::TextCtrl)
sizer.add(@log, 1, Wx::GROW|Wx::ALL, 2)
Yvon
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jul 21
0
[1139] trunk/wxruby2/samples/text/textctrl.rb: Place TextCtrl sample in a panel so gets correct bg color on MSW
...fo'')
</ins><span class="cx"> sizer.add(button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
</span><span class="cx"> evt_button(button.get_id) { | e | on_click(e) }
</span><span class="cx">
</span><del>- @log = LogTextCtrl.new(self)
</del><ins>+ @log = LogTextCtrl.new(panel)
</ins><span class="cx"> sizer.add(@log, 1, Wx::GROW|Wx::ALL, 2)
</span><span class="cx">
</span><del>- self.set_sizer( sizer )
</del><ins>+ panel.set_si...
2006 Oct 19
0
[694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
...you can render OpenGL calls to.|
</span><span class="cx"> |GLContext|Class to ease sharing of OpenGL data resources.|
</span><span class="cx"> |LayoutAlgorithm|An alternative window layout facility|
</span><ins>+|Log|Base class for logging|
+|LogTextCtrl|A TextCtrl that displays application log messages|
</ins><span class="cx"> |Process|Process class|
</span><span class="cx"> |Timer|Timer class|
</span><span class="cx"> |TaskBarIcon|Icon that appears in the task bar, system tray or d...
2006 Oct 19
0
[690] trunk/wxruby2/samples/text/unicode.rb: Placed controls within a panel so they appear on the correct themed background
...on'')
</ins><span class="cx"> sizer.add(button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
</span><span class="cx"> evt_button(button.get_id) { | e | on_click(e) }
</span><span class="cx">
</span><del>- @log = LogTextCtrl.new(self)
</del><ins>+ @log = LogTextCtrl.new(panel)
</ins><span class="cx"> sizer.add(@log, 1, Wx::GROW|Wx::ALL, 2)
</span><del>- sizer.add( Wx::StaticText.new(self, -1, ''Some controls with unicode''),
</del><ins>...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...inkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o obj/MoveEvent.o obj/MultiChoiceDialog.o obj/Notebook.o obj/NotebookEvent.o obj/NotifyEve...
2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
...an class="cx"> #''wxEditor'',
</span><span class="lines">@@ -355,8 +352,9 @@
</span><span class="cx"> @log.set_max_length(0)
</span><span class="cx"> Wx::Log::set_active_target(Wx::LogTextCtrl.new(@log))
</span><span class="cx">
</span><del>- splitter2.split_horizontally(@nb, @log, 350)
</del><span class="cx"> splitter.split_vertically(@tree, splitter2, 190)
</span><ins>+ splitter2.split_ho...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...inkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o
obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o
obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o
obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o
obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o
obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o
obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o
obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o
obj/MouseState.o obj/MoveEvent.o obj/MultiChoiceDialog.o
obj/NavigationKeyEvent.o obj/No...
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
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I
also expanded the bigdemo window a little bit. I really think we should
go larger but I suppose there might be some people at 800x600 still.
Note that creating your own art provider still doesn''t quite work
correctly. I didn''t have time to get into that.
The RubyConstants.i.patch file looks weird. Not
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/