search for: zijp

Displaying 11 results from an estimated 11 matches for "zijp".

Did you mean: zijn
2005 Mar 23
2
FXListBox size behavior?
The default behavior of FXListBox seems to be to grow and shrink in width depending on the length of the selected entry in the list. This is a problem when the list contains items of varying width, because if a short item is picked then the longer entries are obscured in the drop-down list. Is this deliberate, an oversight, or a bug? Its certainly not how I''d choose it to act. Is
2007 Jan 18
9
QtRuby
Hello, Has anyone tested QtRuby? I''m doing a small OpenGL application http://www.discretizer.org and just want to know the arguments for staying with fxruby. This is what I have discovered: Pros: -Fxruby seems to have a very nice OpenGL support (FXGLViewer) which is what I really need. -Nice looks. No unnecessary theming support. -Very fast and light on system resources. Cons: -No
2008 Jul 02
2
FXTextField and text alignment
Hi, When the text inside an FXTextField is larger that the available space, the FXTextField apparently "switches" from left alignment to right aligment: you only see the end of the text. When the text is smaller than the available space, text is aligned on the left. Is there a way to change that, and have left alignment all the time? I''ve been trying a few things, like
2006 Feb 13
1
FXDialogBox and the destroy and close methods
Hi everyone! I constructed a FXDialogBox instance. When I call the TXTopWindow?s close() method or the FXWindow?s destroy() method, the FXMainWindow becomes unavailable for use. It becomes inoperative. What can I do to solve this problem? Very thanks, Waiting for answer. ----------------------------------------- Ronaldo Rodrigues Ferreira rrferreira at inf.ufrgs.br
2005 Mar 20
2
[Q] Scrolling a tabbook?
I am using the Tabbook widget to manage multiple files in an editor. One problem is when there too many files loaded the new tabs get created on the far right of the Tabbook and cannot be accessed. Any hint, tip or work aorund for this? (using FOX 1.2) Thanks! Laurent
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.
2008 Jun 12
0
[Foxgui-users] Segmentation fault on exit
How would you delete the Menu Pane using FXRuby? -----Original Message----- From: foxgui-users-bounces at lists.sourceforge.net [mailto:foxgui-users-bounces at lists.sourceforge.net] On Behalf Of Jeroen van der Zijp Sent: Thursday, June 12, 2008 10:22 AM To: Dr Gavin Tabor Cc: FOX Users Subject: Re: [Foxgui-users] Segmentation fault on exit On Thursday 12 June 2008, you wrote: > Hi there. I am probably doing something really stupid here, but I am > having difficulty getting my Fox application to exit cl...
2005 Feb 18
2
Fixed column widths in FXTable?
Is there a way to make an FXTable''s column widths (and row heights) unchangeable by the user? By experimentation it looks to me like leaving out TABLE_COL_SIZABLE and TABLE_ROW_SIZABLE from the options field in FXTable.new() has no effect. I can still drag the intersection between two column heading buttons to change the column width. The code I''m using to test this is
2006 May 15
3
FXTextField - posSelected?(pos)
Hi, I wonder if am facing a bug or something else On a FXtextField, I want to detect the low and high pos of the selected string example: the text is: 0123456789 The selected string is : 234567 first = last = -1 atext.text.length.times do |pos| first = pos if atext.posSelected?(pos) and first < 0 last = pos if atext.posSelected?(pos)
2006 Mar 29
2
intercepting messages from FXScrollBar toFXScrollArea
Hello Lyle, the Task, I want to accomplish: I''ve created a little app that is used on a PC with a touch screen. To ease hitting the keys, the keys and the scrollbars are really big (45 pixels). So the ScrollCorner is also really big and I just wanted to use this space by moving the ScrollDown Botton down to the position of the ScrollCorner (like the attachment shows) The code looks like
2010 Aug 04
16
Moving On
...uby. If I tried to name all of those contributors, I would invariably leave someone off the list by accident, so let me just say: Thanks, you guys; you know who you are. A special thanks as well to those of you who bought the book. And of course, I owe an immense debt of gratitude to Jeroen van der Zijp, without whom there would be no FOX toolkit, and thus no FXRuby. Someone on the mailing list asked whether FOX and FXRuby are "pretty much dead." I can''t speak for Jeroen or the FOX project. As for FXRuby, however, that''s up to you. FXRuby is, and always has been, an op...