Re: [Fxruby-users] getApp() disappeared?
Status: Inactive
Brought to you by:
lyle
From: Hugh S. S. E. E. <hg...@dm...> - 2003-11-24 17:00:47
|
On Mon, 24 Nov 2003, Lyle Johnson wrote: > Hugh Sasse Staff Elec Eng wrote: > > > I am getting errors complaining about the getApp method being > > indefined, though I used it successfully in the past. Indeed, it s/in/un/; :-) > > The getApp() method is still there, although only its alias "app" is > documented in the API docs. OK. ...Incidentally, I don't see that in the rightmost pane of the rdocs... addTimeout is followed by append. > > What kind of object are you trying to call getApp() on? It is only > defined for FXDC, FXFileDict, FXIconDict and FXId (and their subclasses, > of course). I substituted @@app the last time it cropped up, and can't remember which object it was, but in creating new code I saw it again in code I was pasting, so raised the matter pre-emptively this time. In this case it is a child of FXId so should be OK. Thank you, Hugh |