Languages

Menu
Sites
Language
Scroll as in menu

hello

please tell me how I can make scroll like in menu?

I want:

Responses

5 Replies
Marco Buettner

Try SectionChanger

Fedor Efimenko
<div id="sectionchanger" class="ui-content">
          <div>
	         <section>
	            <h3>1 PAGE</h3>
	         </section>
	         <section class="section-active">
	            <h3>2 PAGE</h3>
	            Touch and move this box with one finger.
			 </section>
	         <section>
	            <h3>3 PAGE</h3>
	         </section>
	         <section>
	            <h3>4 PAGE</h3>
	         </section>
	      </div>
	   </div>
sectionChanger = new tau.SectionChanger(element, {
         circular: true,
	     orientation: "horizontal",
	     useBouncingEffect: false
	  });

Thank you 

but how can i make scroll visible?

Marco Buettner

Read the documentation and you will find some properties of sectionChanger

I prefer the tab type also you can use scroll

Fedor Efimenko

Please give a link to this documentation (properties of sectionChanger

I found only http://img-developer.samsung.com/contents/cmm/SamsungGearApplication_UIDesignGuideline_1.0.pdf

Marco Buettner

Look at the SDK you can find it on "Help" -> "Help Contents"