search for: layoutconstraint

Displaying 12 results from an estimated 12 matches for "layoutconstraint".

Did you mean: layoutconstraints
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...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>[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>778</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-12-03 12:30:10 -0500 (Sun, 03 De...
2007 Sep 11
1
LayoutConstraints upgrade path
Hey there. I have an application that I developed with an older branch of wxruby some time ago, and I made heavy use of the LayoutConstraints class. I''ve been looking around, but so far haven''t found much in the way of advice for this scenario. Is there any existing documentation as to updating such applications? Thanks, Ess -- SO not teh 1337
2005 Sep 13
1
LayoutConstraints
LayoutConstraint examples don''t seem to be working currently. Given that they''re deprecated, do we want to just remove the class and give up on debugging it?
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
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 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...childframe.html has no methods warning: docmdichildframe.html has no methods warning: eventhandlingoverview.html has no methods warning: fontdialog.html has no methods warning: grid.html has no methods warning: gridsizer.html has no methods warning: htmlwindow.html has no methods warning: individuallayoutconstraint.html has no metho warning: internationalization.html has no methods warning: layoutconstraints.html has no methods warning: listbook.html has no methods warning: log.html has no methods warning: mediaevent.html has no methods warning: metafiledc.html has no methods warning: mimetypesmanager.html ha...
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...s>+ *set_size*(%(arg-type)Integer% x, %(arg-type)Integer% y, + %(arg-type)Integer% width, %(arg-type)Integer% height, + %(arg-type)Integer% sizeFlags = SIZE_AUTO) </ins><span class="cx"> </span><del>- *set_constraints*(%(arg-type)LayoutConstraints% constraints) </del><ins>+Specifies the size and position of the window, in pixel units. </ins><span class="cx"> </span><del>-Sets the window to have the given layout constraints. The window -will then own the object, and will take care of its deletio...
2006 Dec 12
0
[784] trunk/wxruby2/Changelog: Pre 0.0.38 changes
...s">@@ -1,3 +1,8 @@ </span><ins>+- Tweak binary library loading so errors are raised with accurate info (Alex Fenton) +- Added HelpController and HtmlHelpController, plus bigdemo sample (Alex Fenton) +- Added TreeCtrl#traverse method (Alex Fenton) +- Removed broken and deprecated LayoutConstraints (Alex Fenton) +- Added Wx::Bitmap.draw, analogous to Wx::Window.paint (Alex Fenton) </ins><span class="cx"> - More i18n support: add Locale class, get/set encodings & languages (Alex Fenton) </span><span class="cx"> - Nicer to_s output, esp for Colou...
2007 Apr 26
0
[973] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix crasher with Window#get_handle, also comment the paint method
...span><span class="cx"> %ignore wxWindow::PopEventHandler; </span><span class="cx"> </span><ins>+// A custom method is required to do the correct casting - see below +%ignore wxWindow::GetHandle; + </ins><span class="cx"> // LayoutConstraints are deprecated and not supported in WxRuby </span><span class="cx"> %ignore wxWindow::SetConstraints; </span><span class="cx"> </span><span class="lines">@@ -143,6 +146,10 @@ </span><span class="cx"> </s...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...lt;span class="cx"> %ignore wxWindow::GetAccessible; </span><span class="cx"> %ignore wxWindow::PopEventHandler; </span><del>-# %ignore wxWindow::SetCaret; </del><span class="cx"> </span><span class="cx"> // LayoutConstraints are deprecated and not supported in WxRuby </span><span class="cx"> %ignore wxWindow::SetConstraints; </span><span class="lines">@@ -24,7 +23,7 @@ </span><span class="cx"> </span><span class="cx"> %apply int *...
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 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...;<span class="cx"> excluding title bar, border, scrollbars, etc. </span><span class="cx"> </span><span class="lines">@@ -861,7 +859,7 @@ </span><span class="cx"> </span><span class="cx"> "LayoutConstraints":layoutconstraints.html *get_constraints*() </span><span class="cx"> </span><del>-Returns a pointer to the window''s layout constraints, or NULL if there are none. </del><ins>+Returns a pointer to the window''s layout constraints,...