Displaying 5 results from an estimated 5 matches for "fxwindow".
Did you mean:
xwindow
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...
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
Universidade Federal do Ri...
2005 Dec 22
1
FxTopWindow problem
...all seems to work well, but I was unhappy with the look and feel of the FXDialog. I basically wanted something that looked like a real window, with minimize, restore, and close boxes in the upper right, and windowy ( if that''s a word ) border.
I tried using FXMainWindow, FXTopWindow, and FXWindow, but I am again faced with my arch nemesis of error messages:
"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 have gotten this is the past when I tried to us...
2005 Dec 01
1
Can''t add text to FXCanvas
...(self,
LAYOUT_SIDE_TOP|LAYOUT_SIDE_RIGHT|LAYOUT_FILL_Y)
FXVerticalSeparator.new(self,
LAYOUT_SIDE_RIGHT|LAYOUT_FILL_Y|SEPARATOR_GROOVE)
colorButton = FXButton.new(@rightFrame,
"&Colors\tOpen Color Dialog\tOpen a dialog for selecting colors",
nil, colorDialog, FXWindow::ID_SHOW,
FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, 0,0, 70,
30)
fontButton = FXButton.new(@rightFrame,
"&Axes\nFont\tChoose Axis Font\tSelect a font for the Axis Display",
nil, @fontDialog, FXWindow::ID_SHOW,
FRAME_RAISED|FRAME_THICK|LA...
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