Adding and Image to a Panel will not working for firefox and chrome

2009-01-12 Thread tr.x
Hello guys, The following code does not seem to work on FF and Chrome, however works without any problems in IE. public void onModuleLoad() { Image testImg = new Image("test.png"); testImg.setVisible( true );

Re: Adding and Image to a Panel will not working for firefox and chrome

2009-01-13 Thread Adam T
you need to set the size of the AbsolutePanel. //Adam On 13 Jan, 02:48, "tr.x" wrote: > Hello guys, > > The following code does not seem to work on FF and Chrome, however > works without any problems in IE. > >         public void onModuleLoad() >         { >                 Image >            

Re: Adding and Image to a Panel will not working for firefox and chrome

2009-01-13 Thread hermis
Works great! Thanks Adam :) On Jan 13, 11:44 am, Adam T wrote: > you need to set the size of the AbsolutePanel. > //Adam > > On 13 Jan, 02:48, "tr.x" wrote: > > > Hello guys, > > > The following code does not seem to work on FF and Chrome, however > > works without any problems in IE. > > >