Re: [Java-gnome-developer] Re: About window
Brought to you by:
afcowie
From: Rishabh M. <rma...@gm...> - 2004-10-10 18:18:31
|
Hi, Thanks for writing back. I tried using Program.initGnomeUI(I think thats wat u meant) and used showAll on every widget. Yet I get the same error. What I mean by nothing happens is that Once I have opened the Help->About window(all the click events on the menubar are working just fine), No click events are registered on the About window which has just been opened. For example when I click on Close, the window doesnt close, if I click on credits, the new window showing all the credits doesnt open up either. Basically No click events work on the newly opened About window. However, the main window still works just fine. I hope this clears up what I meant by nothing happens. I am attaching my .java file incase you/someone has time to go over it and suggest a solution/workaround. Thanks --Rishabh On Sun, 10 Oct 2004 18:12:23 +0100, Mark Howard <mh...@ti...> wrote: > You definitely need to use Program.UnitGnomeUI -- this will load the static > gnome libraries (so it can find gnome_about_new). What exactly happens when you > say the window opens but nothing can be done with it? > > BTW: you should use showAll() in preference to show() -- in fact, that might > hopefully solve your problem :) > > -- > .''`. Mark Howard > : :' : > `. `' http://www.tildemh.com > `- mh...@de... | mh...@ti... > |