How to open several screen together in 10 Blackberry like on the page on my current application

Hi all

I am currently the application design in which there is a button action as assistance or to this date.

When I click that button, I did the implementation such that he calls an other html.

With the help of bb.pushScreen

When I came back from About.html it will load the previous (main.html)

but in this way the setting values and current variables are lost in main.html.

There are many apps that do as they can slip on the dialog box as see main application together.

Is it sort of wrong to broadcast any dialogue on Main.html main.html still works when I close any dialogue.

Please help me!

Thank you

GBA

I think I understand 2 questions in what you describe.

1. you have the data loaded into your default main.html page and if it is changed by the user, it is not present when it is reloaded? You can get around this by having a global data or using localStorage object. In the function onscreenready in the index, you can update the values of your fields of data using the data in your global object or variable localStorage. If you look at page options of the sensors sample, you will see an example to have a screen to update objects screen with values of global data loading. https://github.com/BlackBerry/BB10-WebWorks-samples/tree/master/sensors

2. you want to implement the gesture of glance in your application, so that you can slide the screen to the right and see a bottom at the same time. This feature is not included in the current bbUI.js. You can try to add in there, but we don't have any samples for her.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for