Is it possible (necessary) to pre-fetch image bundles?

2009-07-23 Thread Benjii
Hi all, I'm trying to avoid visible loading while my applet is displayed. I have a "please wait" screen in place, and pre-fetch my images. My question is about ImageBundle. I can see the images loading onto button faces, so I'm guessing there is no prefetch occurring behind the scenes. I've adde

Re: Is it possible (necessary) to pre-fetch image bundles?

2009-07-23 Thread Benjii
, 10:02 am, Benjii wrote: > Hi all, > > I'm trying to avoid visible loading while my applet is displayed. I > have a "please wait" screen in place, and pre-fetch my images. > > My question is about ImageBundle. I can see the images loading onto > button faces,

ImageBundle: Why background?

2009-08-04 Thread Benjii
Hello, I've been looking at the ImageBundle implementation. Its pretty cool, except for being unable to resize images. It seems that this is a limitation of using background image in the ImageBundle implementation. Is there a reason for doing this? I am no expert, but it seems like an img and a c

Problem with onKeyPress: Firefox treats cursor down as '(' character?

2009-09-15 Thread Benjii
Does anyone know whats going on here? I have a KeyPressHandler and KeyDownHandler (see below) and I setup a simple VerticalPanel to view debug output. If I press the down arrow in IE / Safari / Chrome / Hosted Mode, I see: K. DOWN: 40 If I press down arrow in FireFox, I see: K.Down: 40 K.PRESS