I am writing an app for an embedded device which unfortunately does
not have any server side scripting available and I need to create my
pages dynamically.  The solution is to have the device serve up xml
files that contain the information needed to draw the pages. I drop my
own click handler in place before Joe's to grab the xml file and load
the page into a div using dom functions.  After this completes, Joe's
handler takes over and beautifully slides the pages by id.  All of
this is working great until I get an xml files with 100 lines to draw
and it is just too much to scroll through.  I would really like to be
able to paginate this data by placing a next and previous blue button
in the upper right hand corner and have the pages slide back and
forth.  All the while the iui back button, page title and history
staying in place (current page).  My thoughts are to have a div with
id=new, draw the next/prev page in the new div, slide the pages, swap
the ids and finally clear out the child nodes from new.  I run into a
problem when trying to use iui.showPage to slide my pages.  It
obviously updates the back button, page title and history.  Anyone
have any ideas or hints on what I can try to do to solve this issue?


--~--~---------~--~----~------------~-------~--~----~
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