[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ri problem

Pokkai Dokkai

8/12/2007 9:19:00 AM

in ruby 1.8.4 (2006-04-14) [i386-mswin32]

how to get help for Fox::FXApp#threadsEnabled?

because already two same method are there
try it...


>ri Fox::FXApp#threadsEnabled?
--
Posted via http://www.ruby-....

1 Answer

Dejan Dimic

8/12/2007 6:45:00 PM

0

On Aug 12, 11:18 am, Pokkai Dokkai <bad_good_l...@yahoo.com> wrote:
> in ruby 1.8.4 (2006-04-14) [i386-mswin32]
>
> how to get help for Fox::FXApp#threadsEnabled?
>
> because already two same method are there
> try it...
>
> >ri Fox::FXApp#threadsEnabled?
>
> --
> Posted viahttp://www.ruby-....

It works chez moi
Perhaps you have more then one FXRuby versions on your system.

c:\>ri Fox::FXApp#threadsEnabled?
---------------------------------------------
Fox::FXApp#threadsEnabled?
threadsEnabled?()
------------------------------------------------------------------------
Check to see if multithreaded applications are supported

c:\>ruby -v
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]