We were using qooxdoo 0.8.x, and finally I updated to the last version
(1.x). With the last version it happens randomly when I open the
window that have the qx.ui.basic.Image and only the first time I open
it.

In fact, the image is really simple, first, we create it:

then, we set the image:

                                        this._inputImage = new 
qx.ui.basic.Image().set({
                                                width: 85,
                                                height: 85,
                                                allowGrowX: false,
                                                allowGrowY: false,
                                                marginBottom: 6,
                                                padding: 7,
                                                scale: true,
                                                decorator: new 
qx.ui.decoration.Single(1, 'solid', '#C5C5C5')
                                        });

Later in the code:

                        if (this.getUserImage() != null) {
                                
this._inputImage.setSource('index.php?checknum=' +
this.getChecknum() + '&message=__FileSystem_readFile&params[path]=' +
this.getUserImage());
                        } else {
                                
this._inputImage.setSource('index.php?extern=images/empty_profile.png');
                        }


2010/7/20 Adrian Olaru <[email protected]>:
>
> Hi Jose,
>
> if you are using the  qooxdoo 0.8.x version, it's a known bug.
>
> If it's another version, can you tell us which, and also, paste some testing
> code?
>
> Thanks,
> Adrian
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Problem-with-qx-ui-basic-Image-in-IE-tp5315899p5316432.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to