For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 17 replies, 7 voices, and was last updated 13 years, 2 months ago by
Rathinavel.
-
AuthorPosts
-
marko.sekulicMemberWhen I make multipage, how can I enable to slide left and right from page to page?
February 12, 2013 at 2:15 pm #335334
paulDMemberMobione doesn’t support horizontal scrolling or finger swipes i’m afraid.
hopefully in a future release we will get a horizontal scroller.
February 13, 2013 at 3:15 pm #335391
Max87MemberHi marko,
you can try swipeview js plugin, i’m using it to swipe transition between pages and it’s working fine.February 14, 2013 at 1:14 am #335405
paulDMemberHey Max thanks for sharing the link. looks really useful
February 14, 2013 at 2:56 am #335408
marko.sekulicMemberHey Max, thank you:) Demo looks good and it probably will solve the problem. I am not programmer but very basic user so I still do not get how to use plug-ins but hopefully I will figure out. In the meantime if you can suggest where to find any instruction or help I would appreciate it:)
BR, M.
February 14, 2013 at 5:23 am #335413
paulDMemberMax
Any chance you could post a quick demo on how you integrated it with mobione?
Thanks
Paul
February 14, 2013 at 7:06 am #335418
Max87MemberHi guys,
please read the swiper.txt file, I can’t post my answer directly on the topic(it generates unknown error)
ThanksAttachments:
You must be logged in to view attached files.February 14, 2013 at 9:47 am #335424
paulDMemberThanks Max i’ll have a go and see how i get on.
February 15, 2013 at 2:52 am #335459
marko.sekulicMemberHello Max, I still have certain problems with the swipe and to cut the long story short I have explained everything in 1 min movie and uploaded it to you tube:) I hope you can help.
http://www.youtube.com/watch?v=9G-FBluyU_Y&feature=youtube_gdata_player
BR, M.
February 15, 2013 at 4:31 am #335466
Max87MemberHi Marko,
I think that reason, why is not swiping working for you, is that you just copied tcmswipeview.js into your project folder.
You have to add it to project. on main screen in design center click on Design screen2.mobi, down in properties find Javascript Libraries and choose tcmswipeview.js(as seen on screen). When you send your project to Test center, Mobione will create link to this js library and swipe should work.To your second question, if it’s possible to change only part of the screen without header and footer – I don’t really know, I created all my screens with same widgets…I don’t use Multipage widget(I don’t know how to 🙂 )
Attachments:
You must be logged in to view attached files.February 15, 2013 at 11:30 am #335481
marko.sekulicMemberHey Max:)
I have tried but it still does not work:(
re. MultiPage, it is simple. First you insert MultiPage widget from the left palette to the screen and then insert whatever you want to the page (image, text, lists…). Once you want new page you simply make a right click on MultiPage in right outline view and choose “New Page”… This way you can make different contents with the same header and footer…
Attachments:
You must be logged in to view attached files.February 16, 2013 at 1:10 am #335492
Max87MemberHi Marko,
can you please send me your project with all screens and files to max87[at]centrum[dot]sk and I’ll look at it.edit: Hi Marko, I’ve managed how to use swipeview with multipage widget. Please try this instead of phoneui.gotoPage in my txt file:
phoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2', 'SLIDE_LEFT');m1-project1-multiPage1 – name of multipage widget
m1-project-page2 – sub-page name in multipage widget
SLIDE_LEFT – transition styleIt’s not perfect, but it partially works 🙂 Please take a look on this, I hope this helps.
BR
Max87March 6, 2013 at 10:48 am #336302
fcodonlucasParticipantHi Max87….. you can make an example to see it work better … because I have tried to do as you mention but I have not been successful, I hope you can create an example, I would greatly appreciate … thanks…
March 8, 2013 at 12:18 am #336395
fcodonlucasParticipantHi max87… please 🙂
March 10, 2013 at 10:37 am #336477
YannMemberHi everyone
i tried to put your functionphoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2', 'SLIDE_LEFT');but nothin happen , i edited phoneui.js to add alert with param widgetId, targetType, pageId, transition to verify if params are sent to phoneui.gotoMultiPagePage
i also tested withphoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2', phoneui.transitions.slideLeft);Result: All params are sent , no error js but nothing happen.
Is it a bug of 2.3.2 Dev10 version?
Yann -
AuthorPosts
