[fxruby-users] adding text to a running FXApp
Lyle Johnson
lyle.johnson at gmail.com
Wed Jun 6 12:03:36 EDT 2007
On 6/6/07, Tom <tl2001 at pacbell.net> wrote:
> Does this mean if I pass the app variable into the new
> Thread, I could get access to all functions and vars
> in this new FXWindow class?
In *what* new FXWindow class? I don't understand the question.
> Also, I don't see app.enableThreads being used, when is this function
> call out or used?
FXRuby's support for cooperating with Ruby threads is enabled by
default, so you don't have to explicitly call enableThreads() unless
you've previously called disableThreads().
More information about the fxruby-users
mailing list