RE: [help] plus window not showing
Now I'm not much objects like that, but what I noticed was that Balloon is a function correct? But when you create a new instance of it, you call it with "new Balloon()" but up top that function requires arguments. Later you call testballoon.show and pass all the arguments there but show doesn't require any arguments. So maybe swap the arguments on those two?
All in all I think it's failing because you don't pass the Window ID when you create a new instance of Balloon.
If I'm horribly wrong, then disregard my noobness with relation to objects.
|