search for: fxsel

Displaying 4 results from an estimated 4 matches for "fxsel".

Did you mean: fasel
2012 Mar 08
5
FXRuby 1.6.23 released
...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 zero terminated FXchar* (such as fillItems methods) * Fix FXApp#addInput for Ruby 1.9 on Linux * Fix "ruby_code case not handled: Regexp" issue with newer...
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
2004 Oct 04
1
Making a FXListBox open up
How would I programatically make a FXListBox pop open? I have searched through the Fox mailing list archive, but did not find anything. Thanks. Jamey Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified
2010 Jul 28
6
FXTextField.connect(SEL_CHANGED)
When I do an assignment to the text in a FXTextField, SEL_CHANGED is not raised. The text is changed on the screen. How do I detect that the text has been changed and/or ... how do I raise SEL_CHANGED? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100728/e0d169e5/attachment.html>