Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Apperyio().hide() and Apperyio().show();

Well, that's at least promising now I can move onto other things. Will have to delay release for a bit.

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Apperyio().hide() and Apperyio().show();

Maryna, do you have a date for this fix to be deployed yet?

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Apperyio().hide() and Apperyio().show();

Hi Jason,

This bug should be fixed in a few weeks.

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Apperyio().hide() and Apperyio().show();

Maryna said the end of November now you are telling me late into December???

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Apperyio().hide() and Apperyio().show();

Release should be next Monday, but unfortunately it was rescheduled for a week or a few.

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Apperyio().hide() and Apperyio().show();

So it would seem that this bug still exists and now it's the very end of December and there was a new release on the 25th.

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

Apperyio().hide() and Apperyio().show();

Hello Jason,

This bug was fixed, codeApperyio("").show();/code makes hidden components visible. Could you please share your project with support, tell us its name and provide with the steps to reproduce?

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Apperyio().hide() and Apperyio().show();

I sent into support how to reproduce on my app. That was a week ago with nothing more. I have waited 2 months for this fix......

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Apperyio().hide() and Apperyio().show();

hi Jason,

I am kinda new too to appery and not that experienced but what if you replace

Apperyio('fldExpiration2').hide();
with
Apperyio('fldExpiration2').css('display', 'none');

and

Apperyio('fldExpiration').show();
with
Apperyio('myinput').css('display', 'block');

I think it may work :-)

Cheers,
M&M

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Apperyio().hide() and Apperyio().show();

sorry typo error in code

and

Apperyio('fldExpiration').show();
with
Apperyio('fldExpiration').css('display', 'block');

Return to “Issues”