thron7-2 wrote:
> 
> Well, for one thing we don't usually have the issue with re-rendering the
> page during load as the loading HTML mostly has no contents on it own. The
> whole UI comes from Javascript. And for those scenarios adding just a
> waiting PNG to the HTML - that is later replaced by the JS UI - would be
> all you need.
> 
> But this might be different for mobile and inline apps that carry actual
> HTML content. So I'd welcome an enhancement bug nevertheless :-). I
> haven't read the Kendo article in detail, but my impression is that you
> need to stuff the transition effect into the HTML page directly (which I
> guess would make it less suitable for the generator to generate). Is that
> right?
> 
> (NB: I was halfway expecting to see you in Berlin?! The Jsconf party was
> again open for guests ...).
> 

Hi Thomas,

I would have liked to go to jsconf, but I am too busy with other things ...
sorry to have missed you guys this year - next year perhaps!

I was actually thinking about the "loading" part only since you're right
that the flickering effect known from dojo etc. doesn't apply to qooxdoo. 

So what I had in mind is that the generator injected the HTML and css
necessary for a nice loading screen into the page from script, and does the
fading out of the loading screen out before the main() method is called. All
behind the scenes, without the user having to change anything in index.html,
controllable a config.json directives (for loading/splash image, transition
length, etc. ). This would also allow to have a generic "powered by qooxdoo"
splash screen which could stay even longer than the actual load time --
maybe good for marketing - of course this could all be turned off in
config.json. 

I'll add the feature request and you'll make of it what you want ...

Cheers,
C. 


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Loading-Screen-reloaded-tp6869852p6872404.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to