Re: incubator gen2 vs. widgetideas

2009-10-13 Thread Kevin Wong
Also, I had to include the following in my GWT XML to get the slider to look right. stylesheet src=SliderBar.css/ Shouldn't there be instructions for this somewhere? On Oct 13, 3:25 pm, mrpantsuit kevin.peter.w...@gmail.com wrote: There is a SliderBar in both

Re: ImageBundle reuse images

2009-06-11 Thread Kevin Wong
Awesome. Thanks guys. On Jun 11, 11:19 am, Jason Essington jason.essing...@gmail.com wrote: Images widgets at their core contain a DOM element and you can't have   an element in two places at once. However the beauty of ImageBundle is that it caches that actual image   so you don't incur

Re: Scriptaculous appear effect with PNG with transparency shows black background on IE

2009-06-10 Thread Kevin Wong
Sorry, I should have specified that. The problem occurs in both IE6 and IE8. (I didn't test on IE7, but I assume it's the same.) I don't think the problem is due to the lack of PNG transparency support in IE6, since it also occurs in IE8; but is perhaps a subclass of that problem related to

Re: IE6 PNG transparency fixes for CSS images

2009-05-25 Thread Kevin Wong
Thanks. No, I couldn't seem to get iepngfix to work either. I must've been doing something wrong. ImageBundles are not an option, as the images are specified in the CSS. I got a solution working where I use a IE6 specific CSS file that references GIF versions of my PNGs, and apply it like so: