Dave Troxel
Posts: 0
Joined: Fri May 09, 2014 1:07 pm

jquery popup as confirmation

Katya, someone... I am still lost here. I can get the popup to occur, but the 'delete' button I am attaching it to still fires even before anything can be selected. Can you help me figure out what I am doing wrong?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

jquery popup as confirmation

Hello Dave,

Please try this code. It should help you and it has better structure and it is easier for understanding: https://getsatisfaction.com/apperyio/...

Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

jquery popup as confirmation

I want to get a message dialog box when the count value is greater than 1000 on an input box of type = number. MessageDialog function is not working on ValueChange event that is when my value changes to a value more than 1000 ... it does not gives a Message Dialog pop-up in Appery. Urgently help needed.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

jquery popup as confirmation

Hello Jitendra,

You need to check any mistakes in console and check that event is fired (for example using alert):
http://devcenter.appery.io/documentat...

Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

jquery popup as confirmation

I want to Fadeout this MessageDialog alert box after 1 second . What do I need to do for that ?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

jquery popup as confirmation

Hi Jitendra.

If you need navigate to other page with some effect after some delay you can use following code:

pre

//Here you should set delay before action in miliseconds.
var delay = 1000;

var onDelay = function(){
Apperyio.navigateTo('Screen11', {
transition: 'fade'
});
};

window.setTimeout(onDelay, delay);

/pre

Also you can find other transitions here:

http://demos.jquerymobile.com/1.2.0/d...

Regards.

Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

jquery popup as confirmation

I am getting the Black Background rectangle on the screen when I Open the popup and when I say OK or when Pop up closes, that black rectangle disappears.

Please find the attached screenshot. Image

Waiting for a favorable reply.

Thanks in advance.

Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

jquery popup as confirmation

Further, I am facing the above issue on Android 4.3,Samsung Galaxy S-3 phone only not on iOS phones.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

jquery popup as confirmation

Hi Jitendra,

Glad you solved it! Thank you for sharing this.

Return to “Issues”