Page 2 of 3

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

Posted: Mon Nov 03, 2014 8:48 pm
by Jason Baird

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


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

Posted: Tue Nov 25, 2014 4:19 pm
by Jason Baird

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


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

Posted: Tue Nov 25, 2014 4:36 pm
by Ihor Didevych

Hi Jason,

This bug should be fixed in a few weeks.


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

Posted: Tue Nov 25, 2014 4:41 pm
by Jason Baird

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


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

Posted: Tue Nov 25, 2014 5:02 pm
by Ihor Didevych

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


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

Posted: Wed Dec 31, 2014 5:09 pm
by Jason Baird

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.


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

Posted: Wed Dec 31, 2014 5:19 pm
by Evgene Karachevtsev

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?


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

Posted: Tue Jan 06, 2015 1:02 pm
by Jason Baird

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......


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

Posted: Tue Jan 06, 2015 1:24 pm
by M&M

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


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

Posted: Tue Jan 06, 2015 1:30 pm
by M&M

sorry typo error in code

and

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