Page 2 of 2

Re: Random errors whilst populating option button

Posted: Mon Jun 04, 2012 12:59 pm
by Nakia
Its on its way.

Thanks so much for taking a look for me. It really is an error that I cant understand with my limited knowledge.

Re: Random errors whilst populating option button

Posted: Tue Jun 05, 2012 3:22 am
by Nakia
Hi Bernd,

Replied to your email this morning (my time here in Australia)
unfortunately the error is still occuring randomly..

Thanks for your help

Re: Random errors whilst populating option button

Posted: Tue Jun 05, 2012 9:46 am
by Nakia
Hi Again,

I would like to commend and thank Bernd for his assistance in helping me resolve this issue.
It was nice to see that it wasn't a problem with my STACK but rather a potential Bug.


Thanks so much, it really helped me out a lot..

Kia

Re: Random errors whilst populating option button

Posted: Tue Jun 05, 2012 10:09 am
by bn
Thanks Nakia,

for the sake of completeness here is what happened.

Nakia used a option menu button to pop up a list to choose from in iOS on an iPad. It turns out that at irregular intervals, apparently random, in the popUp stray characters where appended (see screenshot in the original post). It could be one or more of those stray characters. At first I thought it was a unicode problem but setting the unicodetext of the button did not solve it.
It appears that right now the option menu on the iPad is not working correctly.

The solution is to use iphonPick instead of the option menu.

That works correctly and is conforming to the user interface of the iPad: i.e. if you click outside of the popUp the popUp disappears = cancel. And the option menu has the first line hilited by default, iphonePick has no hilited line.

Kind regards
Bernd

Re: Random errors whilst populating option button

Posted: Tue Jun 05, 2012 10:05 pm
by bn
Created a bug report and sample stack for those who have access to the bug database (also known as the Quality Control Center)
bug number #10254

Kind regards
Bernd

Re: Random errors whilst populating option button

Posted: Tue Jul 03, 2012 5:41 pm
by strongbow
Soo... how do you display unicodeText in a iPhonePick control? Does that actually work??