For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 13 replies, 2 voices, and was last updated 12 years, 4 months ago by
RichardOne.
-
AuthorPosts
-
RichardOneMemberHi,
I have t pages within a MultiPage,
On one of these pages, I have a button which is linked to another app page made seperatley.
Here’s the thing, whilst the button has been corretly setup i.e calls the correct external page, it actually brings up a totally diffierent page from within the MultiPage?
Scratching my head on this one?
November 6, 2013 at 11:51 am #344138
RichardOneMemberHi,
Well, I have tried pretty much every way to make this work to no avail.
It seems that you cannot call a page outside a widget even though its part of the project :
1) Created a widget containing 5 pages,
2) Created a single seperate page,
3) On one of the pages within the widget, placed a button linking to seperate page,
4) When button selected, it goes to a page ‘within’ the widget even though it was not linked?
November 6, 2013 at 12:46 pm #344140
support-octavioMemberHi Richard,
As Wayne says: “90 percent of the solution is the problem statement”. Please describe what you want to achieve and also include a screenshot(s). I’ve noted that you are calling “widget” to a multipage widget, but what is not clear is what you mean with “call a page”, are you referring to a page in the multipage widget or another .mobi screen?
November 6, 2013 at 1:26 pm #344143
RichardOneMemberHi Octavio,
Thanks for that,
I’ll have another go ;
1) I created a ‘multipage’ containing 5 pages,
2) I then created a single seperate page,
3) On one of the pages within multipage, I placed a button linking to seperate page I created earlier,
4) When this button selected, it goes to a page ‘within’ multipage even though it was not linked?
I have since taken a look at the project .php source code; it seems that it contains two of the same page?
Here are some images :
Attachments:
You must be logged in to view attached files.November 6, 2013 at 2:19 pm #344147
support-octavioMemberHi Richard,
Could you share with us a sample project that help us replicate the issue and investigate it?
November 6, 2013 at 5:15 pm #344155
RichardOneMemberHi,
Sure, how do I sent it to you? PM?
November 6, 2013 at 5:34 pm #344159
support-octavioMemberHi Richard,
You can send us the sample project to support at genuitec dot com, using title mobione data from Richard, please keep it as much simple as you can, just include the necesary components to help us replicate the issue you’ve reported.
November 6, 2013 at 7:12 pm #344162
RichardOneMemberDone,
Two files in question sent
November 6, 2013 at 7:26 pm #344165
RichardOneMemberGuys,
Sent again with full project .zipc
November 7, 2013 at 11:25 am #344192
RichardOneMemberHi,
Looking at the source code for the appdev file, it shows that there is other unrelated page content in there as well?
When I try to view appdev via the simulator; it brings up the ‘other’ page’ – I cannot view appdev.mobi?
November 7, 2013 at 12:18 pm #344194
RichardOneMemberFound the problem!
It appears that the page was within a multipage which also contained other pages from the same project?
Must be something I did…don’t know how, but there you go
November 7, 2013 at 12:21 pm #344197
support-octavioMember>When I try to view appdev via the simulator; it brings up the ‘other’ page’ – I cannot view appdev.mobi?
I have reviewed your project, and the screen show after pushing your button is shown, the problem is that your tab2(which contains the information you want to show) is not the default in your Multipage Widget in your appdev. Also, I’ve noted that the other 4 tabs contains duplicated information from main screen, you might want to delete them so you won’t get confuse again in the future. And lastly, if you only need to show the information in your tab2 you also could delete the Multipage widget and use just a panel with the information in your appdev.mobi.Hope this make sense.
November 7, 2013 at 3:01 pm #344200
RichardOneMemberThanks for that – noted :-
November 9, 2013 at 5:57 am #344261
RichardOneMemberOctavio,
First, thank you for looking at this for me, appreciated.
I see what you mean and removed the items you refered.
Once last point if I may, and with regard transition.
Whilst in a page ‘outside’ the multipage widget, when I select a button that refes to a page in multipage, the screens ‘blinks or flickers or flashes’.
Any ideas why this may be?
-
AuthorPosts
