Open Pop up window

Posted by mobiletest on 26-Jan-2015 12:28

Guys,


In appery this works:

Apperyio("Mypopup_10").popup( "open" );



But in Rollbase mobile, i cannot open the pop up window like above? I have replaces Apperyio with Progress, also that doenst make sense.

Ive also tried:

Appery.navigateTo('
Mypopup_10
', { transition: 'pop' });
:


any idea's?

All Replies

Posted by egarcia on 26-Jan-2015 12:55

Hello,

I took a look at the generated code for open poup and found that the following code is used:

   Appery.openPopup('Screen1', $(this));

I hope this helps.

Posted by mobiletest on 26-Jan-2015 13:58

tx it worked. Now a new challenge.

I attached the pop up after receiving a push message. When the application is open/runs, then everhything works fine. I can see the pop up and can click it away. Only when the app is closed and i receive a push message, the app opens automatically and the pop will be shown. However, after 3 seconds the pop up closes automatically. I don't want this. How can i leave the pop up till an user event?

Posted by pantipov on 27-Jan-2015 06:29

Hello,

Could you please send us backup of your project (menu Actions->Backup)?

We can't reproduce it.

Posted by mobiletest on 27-Jan-2015 06:54

To which email address?

Posted by pantipov on 27-Jan-2015 06:59

pantipov@progress.com

Posted by pantipov on 28-Jan-2015 03:43

I am sorry, I still did not receive the backup of your project. Did you send it?

This thread is closed