Hello uglyhunK,
absolute positioned elements are perfect since they do not influence the
HTML generated by qooxdoo. Your code should be working perfectly.
Cheers
Jonathan
-
Jonathan Weiß
Framework Engineer
http://mysterycity.de/blog Blog - http://www.linkedin.com/in/jonathanrass
Link
Jonathan,
Thanks for the input.
---code
#status {
position:absolute;
top: 50%;
left: 50%;
width:100px;
height:100px;
margin-top: -50px;
margin-left: -50px;
}
ajax-loader.gif
---end code---
The above code seems t
Also, see this recent thread on the ml:
http://qooxdoo.678.n2.nabble.com/Reorganisation-of-abandoned-ProgressBar-contrib-tp5019268p5019268.html
Maybe you want join forces with Christian.
T.
On 05/12/2010 09:53 AM, uglyhunK wrote:
>
> Hi,
>
> I just deployed a small application but, as expected
Hello uglyhunK,
at the moment there is no loading indicator widget in qooxdoo. You could add
an animated gif to your index.html file and hide it when your qooxdoo
application has loaded. Be sure to center the image and make it the topmost
HTML element.
Cheers,
Jonathan
-
Jonathan Weiß
F
Hi,
I just deployed a small application but, as expected, there is pause of
about 12 secs for the initial page to appear. It is obvious that the culprit
here is javascript resource. I expected the webserver to compress (gzip) the
file but that did not happen. I will look into that. But still I pr