similar to: fxruby and framecontrole

Displaying 20 results from an estimated 100 matches similar to: "fxruby and framecontrole"

2007 Dec 14
3
FXTabBook / FXTabItem / FXTabBar
Lyle and Henon; thanks for helping out with ''clearing'' the frames. It''s working. I end up using; parent.removeChild(righttopframe) righttopframe = nil Am afraid I stumbled on another question. I managed to put my application in a tabbook. I am looking to catch the event ''click on tabitem''. I tried SEL_COMMAND on TabItem but that seems not to work.
2003 Jun 04
2
plot rpart tree's from list object
Hello, i want the post plot's from a rpart list object with 18 tree's , getting no error - but getting no files,too? Perhaps i should using assign!? for (i in 1:length(treeList)) { post(treeList[[i]],filename=paste("Tree","i",sep=".ps"), title="Arbeitszufriedenheit", digits=getOption("digits") - 0,use.n=TRUE) } many thanks for help,
2008 Apr 12
1
acts_as_tree undefined method?
i have acts_as_tree installed as plugin under rails 2.0.2 and also its defined in class TreeItems, but when i put this in my view <ul class="tree_level1" id="cars">Furniture <% TreeItem.root.category.children do |cat_children| %> <li><a class="list_item" href="#"><%=h cat_children.name %></a></ li> <%
2007 Dec 30
1
ReOrdering Wx::TreeCtrl Items
Given the following hash: #... @project_list = { ''Contract0'' => nil, ''Contract1'' => { ''Project1'' => nil, ''Project2'' => nil, ''Project3'' => { ''task1'' =>
2009 Aug 28
2
TreeCtrl Scrolling
I have been playing around with the wxRuby TreeCtrl for a couple of weeks now and I can''t figure out how to get the scrolling to work. I believe it has scrolling built in but I can''t get the to show up. I can place the TreeCtrl in a ScrolledWindow and scroll around over the tree but that breaks TreeItem visibility checks because the TreeCtrl doesn''t know about
2008 Jun 09
1
FX ruby program error EOF
Since a week or so I am getting this error in a program which has been running fine for 6 months or so. I have a hard time running debug on this error and finding the cause. As it seems that the error is in the middle of fxruby and not in my application. I click on button1 - the first time every works perfect. Handling the next record, pressing button1 leads to this error. Any help is
2007 Nov 13
3
New wxTree method
Here''s my first try at a contribution to the wxRuby project: The tree control seemed to lack a more Ruby-ish way to add a bulk of items to a tree control (and to easily connect a data structure to a tree). Since tree view can be seen as an array of arrays, I simply added a method called append_array (see attached file). With it, you can add a full tree as simple as: --- root =
2008 May 20
0
At InfoQ: Interview about FXRuby, plus an exclusive chapter from the FXRuby Book
InfoQ has just published Werner Schuster''s interview with me, in which we discuss the FOX toolkit and FXRuby''s implementation: http://www.infoq.com/articles/johnson-fxruby-book-excerpt The article also includes an exclusive sample chapter from the new book, "FXRuby: Create Lean and Mean GUIs with Ruby". To read more about the book, please see its web page at the
2008 Jun 06
0
FXRuby 1.6.15 Now Available
All, FXRuby version 1.6.15 is now available for download from this page: http://rubyforge.org/frs/?group_id=300&release_id=22658 Note that if you''re building FXRuby from source, you should be using FOX 1.6.16 or later due to some important changes made in that release of FOX. For a summary of the changes in this release of FXRuby, please see this page:
2007 May 17
0
fxruby on cygwin...so close
On 5/17/07, bwv549 <jtprince at gmail.com> wrote: > It compiles happily, says it is install on the system: > make install > make: Nothing to be done for `install''. > > make clean <snip> There''s your trouble. There was a bug in RubyGems (which has since been fixed) that caused it to immediately clobber compiled extensions ("make
2009 Feb 07
0
Error installing MacPorts rb-fxruby...
Hi all, I''m encountering an error while trying to install the MacPorts version of fxruby on a Intel Mac running 10.4.11. It appears to be having trouble installing and building the ''fox'' library prerequisite. It looks like it''s having trouble generating the libraries: "-o .libs/libFOX-1.6.0.0.34.dylib" and "-o libFOX-1.6.la". The errors
2009 Sep 28
0
FxRuby 1.9 Binary Gem?
Hello! I am a beginner to Ruby but i like it very much. After installing the One-Click-Installer Version 1.8.6 i was very happy- everything worked finde. But i had update to version ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] because of Look-Behinds in Regular Expressions. But now the FxRuby Gem installed just fine but doesn''t work anymore- I got an error, that
2006 Dec 18
0
[fxruby] howto show a warningmessage thatdisappears again?
fxruby-users-bounces at rubyforge.org wrote: > Dear Philippe, > > thank you for responding. > I think I normally would have used FXMessageBox, but here, I > want to tell an impatient user to wait a while while an > external application is started. > I want the MessageBox to be shown, say 3 to 5 seconds, and > then disappear again, without further user action, like clicking
2010 Jul 20
1
ruby\samples\FXRuby\splitter.rbw
I am running the above sample and there are 3 panels (and, thus, two, uh, sliders). The left hand slider behaves the way I want. That is, when I move it left or right, the right hand slider does not move. The right hand slider does not do that. When I move it ... it moves the left hand slider. How do I make the right hand slider behave like the left hand slider? - - - - On a slightly
2005 Jan 04
0
patch for FXHeaderItem#justification= in FXRuby 1.2
On the subject of 1.2, here''s a patch to fix a "method missing" error when using FXHeaderItem#justification=. --- aliases.rb.bck 2004-12-30 17:33:34.376851376 -0500 +++ aliases.rb 2004-12-30 17:33:34.379850872 -0500 @@ -2048,7 +2048,7 @@ getJustify() end def justification=(j) # :nodoc: - setJustification(j) + setJustify(j) end
2005 Mar 08
0
Re: [Foxgui-users]FXRuby: 1.4?
On Mar 7, 2005, at 11:12 PM, Jacob Hanson wrote: > I''m using FXRuby and I like it quite a bit. But I''ve been hitting > barriers that Fox1.4 would provide for, but Fox1.2 doesn''t (new > controls, new features, etc). Is FXRuby 1.4 coming soon? I remember > hearing 1.3 was going to be skipped due to large API changes. But what > about 1.4? I''d love
2012 Feb 15
0
fxruby maintenance
Hi everybody, I''m glad to see that Lars is the new maintainer of fxruby :) regards, andy
2012 Mar 17
1
Slow loading with Ruby 1.9.3 and FXRuby 1.6.23
We have been using Ruby 1.8.6 and FXRuby 1.6.16 under Windows, from the old one step installer. The following code takes less than a second to load and execute on my five-year old Windows XP PC. puts ''Starting'' require ''fox16'' puts ''Done'' With Ruby 1.9.3 and FXRuby 1.6.23, it takes 12 or more seconds. Both tests are with all files on
2006 Jun 05
0
FXRuby: updating a text label/positioning question
On 6/5/06, Nuralanur at aol.com <Nuralanur at aol.com> wrote: > I''ve searched the archive of the mailing lists, and found > a way to add a label , to recalc everything and to create the > whole frame anew... <snip> > but I can''t change the content of @header in its original place. How could > that be done ? I didn''t follow all of that very
2009 May 14
0
fxruby 1.6.19 gem fails to find appropriate libpng library under Mac OS X 10.4.11
On May 11, 2009, at 6:07 PM, Ronald D. Mabbitt wrote: > I was curious -- is there a known issue with trying to use fxruby > gems under Mac OS X 10.4.11? After installing fxruby-1.6.19 via gem > under ruby 1.8.6, I''m getting load errors indicating that fxruby is > looking for the libpng library in /usr/X11/lib, when in fact Mac OS > X 10.4.11 doesn''t even