search for: addinput

Displaying 2 results from an estimated 2 matches for "addinput".

Did you mean: add_input
2006 Oct 26
0
Question about events and addInput
...popup FXruby window to show what was happening and perhaps warn before rebooting, etc. Q1: I hit on the idea of having my main script start the FXruby program as a separate process and use stdout/stdin to tell the window what text to display - is this a reasonable approach? Q2: When I add the addInput code (below) I can run the FXruby window program from a command prompt and type in text and it updates; however, the window also displays the hourglass icon when the mouse pointer is over it and it blocks using the window cancel button (upper right X) to close it. Am I doing something wrong in my c...
2012 Mar 08
5
FXRuby 1.6.23 released
...llection'' 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 rubygems -- Regards, Lars