Hi,

iUIScroll extension makes using iScroll a peace of cake for non-javascript 
skilled people.
Simple to implement comes at a prize: it makes the whole active panel 
scrollable. 
That's pretty much it.

So if you need to implement multiple scrollable DIVs or elements in iUI, then 
you have to do it by yourself from scratch i'm afraid.


Remi

Le 10 avr. 2013 à 05:56, microchipmatt <[email protected]> a écrit :

> Hi shawn, thanks for your reply, okay I looked at the thread...all I really 
> need is the top navigation bar to remain stationary like in a native app.  I 
> have Remi and Matteo's test code working on my server, my only server, with 
> 0.4 for what I currently need to do, my only problem is this, and I hope I 
> explain this well.  All of the examples in the code are based around one 
> object per page, with one block of text within tags, IE:  
> One set of [ul] [/ul]  with a list inbetween, one block in a page
> One [Fieldset] with a block of text, not several
> But my initial page looks something like this:
> 
>     <div id="home" Title="OURAPP-2-GO" class="panel"  selected="true" 
> class="iuiscroll">
>      <fieldset>
>       <center><img src="images/imagestrans.png"> 
>     </fieldset>
> 
>       <fieldset>
>       </center><p class="normalText"><b>Welcome to our mobile App!</b></p>
>          </fieldset>
> 
> 
>       <h2>Main Menu</h2>
> 
>         
> 
>       <ul>
> 
>         <li><a href="#aboutus">About Our School</a></li>
>         <li><a href="#blablaname">Our Social</a></li>
>         <li><a target="_blank" href="http://www.someurl.com/calendar";>Our 
> Calendar</a></li>
>         <li><a target="_blank" href="http://www.bussystem.com";>Our 
> Busses</a></li>
>       </ul>
>      
> 
>      </div>
> 
> So the question of the week is, as you can see this div block constitues my 
> main page/panel, and has a fieldset, and a list menu etc, so how to I, "WRAP" 
> them all so that all of these items are contained with the right tags, so 
> that the page can scroll, but the navigation menu stays stationary, as 
> iscroll was designed to do within html5 code...I'm not an expert and since 
> remi's code only contains a single item such as a panel with a fieldset, or 
> one panel with a "ul" how do I do it, when the page contains several of this 
> items...I hope this all makes sense, thanks for all your help in advance.
> 
> On Tuesday, April 9, 2013 5:39:40 PM UTC-6, Sean Gilligan wrote:
> 
> On 4/9/13 11:43 AM, microchipmatt wrote: 
> > Hello, I need some help, I am desperately trying, based on these examples: 
> > http://code.google.com/p/iui/wiki/iScrollExtension 
> 
> I recommend you take a look at the recent thread in this group called 
> "iuiPad and msgilligan-iuiscroll repository"  That should help. 
> 
> -- Sean 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "iPhoneWebDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

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


Reply via email to