Displaying 5 results from an estimated 5 matches for "fxwindows".
Did you mean:
xwindows
2012 Mar 08
5
FXRuby 1.6.23 released
...s FXApp#modalWindow, as described in rdoc
* Add quality parameter to FXJPGImage and FXJPGIcon
* Fix invalid memory access in final GC call when using FXMenuCommand
with acckey
* Fix double referenced foxObj when borrowed object registration is
triggered from C++
* Fix Segfault while GC''ing FXWindows
* Fix ''object allocation not allowed while garbage collection'' bug
* Fix clipboard handling on windows
* Add missing namespace qualifier to FXSEL in FXAccelTable
* Fix GC bug in FXAccelTable
* Fix double free in FXMemoryStream#giveBuffer
* Fix invalid memory access in typemap to z...
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 Dec 22
1
FxTopWindow problem
I have an fxRuby GUI app that I am having problems with. I want to bring up a help window from the main window when someone selects a help/help from the help menu. I have created a helpWindow that inherits from FXDialogBox. It has an FXMenuBar, FXStatusBar, and an FXtext which gets filled with help text from a file. When the help/help menu is selected from the main window, I make a new helpWindow,
2005 Dec 01
1
Can''t add text to FXCanvas
I have a ruby program that uses a FXCanvas, and I have attached a FXDCWindow
to control it. It lets me draw lines, rectangles and ellipses, but not text.
If I attempt to draw text, I get the following error
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application''s support team for more information.
>Exit code: 3
I also get this
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