Hi Thomas

You should definitely go 0.40dev2. It's way more usable than 0.3.
We are planning to release a 0.40dev3 pretty soon (right Sean?! :) ) in which you can use the events like "focus", "beforetransition" or "aftertransition" to load a Javascript when needed.

You can also take a look at the ext-sandbox called JIT, which stand for "Just In Time" Javascript loader.
http://iui-js.appspot.com/iui/ext-sandbox/jit-loader/test-jit-loader.html
It's still a bit buggy anyway... peharps once 0.40dev3 is out, we could debug that with your help.

here is the about info text

// This is a work-in-progress and that's why it's in the "sandbox"
// This version should load external scripts that referenced in the @src attribute
// of <script> tags that are loaded via Ajax.
// beforeInsert finds <script> elements and adds them to loadingScripts[]; // afterInsertEnd asynchronously loads scripts one at a time - the onload callback for
// script n starts the load of script n+1

JIT doesn't provide any CSS loading but i assume you can add an appendChild script for that in your first script

R.

Le 7 févr. 11 à 15:27, Thomas Bentzen a écrit :

Hello

I'm currently starting an application which I like to implement using
iUI. The application has to have full offline support utilizing the
embedded database as well as some other features. I'm in the planning
phase and currently only one thing seems to stop me:

How am I to run my scripts based on the user activates a panel?
In the latter part of the article under further experimentation by
C.W. Zachary, he talks about some enhancements features. These
features is just what I need, however the does not seem to work with
the stable release (0.31). Is there any plans about taking those
features in? Are they there already and I have not found them? Is
there another way to do this?

Looking forward to your replies.

Best regards

Thomas Bentzen

--
You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en .


--
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to