Displaying 6 results from an estimated 6 matches for "fxdialogbox".
Did you mean:
dialogbox
2008 Jan 12
3
Is there a way to handle window (FXDialogBox) "close event" (or any other event/message)?
I cannot figure out how to call a function (or have a block executed)
when a FXDialogBox closes (to have some program variables set from the
text-fields in the dialog).
Also, how do I close the dialog box when user presses Enter in some
text-field, I know how to handle Enter key-press but not how to send
message to the FXDialogBox window).
Vlad
PS: I searched and tried but still fai...
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 R...
2007 Aug 24
2
setting the font in FXText
I have subclassed a FXDialogBox and put a FXText in it for displaying a
hex dump in my application. I want to change the font to a courier type
font since it''s a hex dump. When do the following it works as expected:
# A little dialog box to use in our tests
class FXTextDialog < FXDialogBox
def initialize(owner)...
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, and call create on it. This all seems to work well, but I was unhappy with the look and feel of the FXDialog. I basically...
2006 Mar 07
5
FXProgressDialog trouble
Hey all,
I''m having trouble with FXProgressDialog-- I''m trying to use it to show the
progress of a file upload..
I am running the upload in a separate thread that calls the dialog''s destroy
method when its done.. the dialog closes, but the application remains
non-responsive (as if its still in the execute loop). I''ve tried sending
ID_ACCEPT to the dialog with
2010 Jul 31
2
Non-modal FXMessageBox
Is there a way to make FxMessageBox non-modal?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100731/bd63db58/attachment-0001.html>