Re: [Fxruby-users] getApp() disappeared?
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-11-24 15:57:17
|
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 > does not seem to be listed at fxruby.org in the API docs. Should I > be using something else, is this change inadvertent, or is something > else amiss with my code? The getApp() method is still there, although only its alias "app" is documented in the API docs. 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). |