Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont work in SDK 3.1.2.GA and 3.1.3.GA. #1

Open
pedrobrasileiro opened this issue Sep 19, 2013 · 7 comments
Open

Dont work in SDK 3.1.2.GA and 3.1.3.GA. #1

pedrobrasileiro opened this issue Sep 19, 2013 · 7 comments

Comments

@pedrobrasileiro
Copy link

it not open picker, in iOS 6.1 and iOS 7.
I used before and worked fine, but not now...

@orthlieb
Copy link
Owner

I'll be looking into porting over an app to iOS 7 shortly. I'll update the
widget after I knock the bugs out. Thanks for bringing this to my attention.

On Thu, Sep 19, 2013 at 10:14 AM, Pedro Brasileiro <[email protected]

wrote:

it not open picker, in iOS 6.1 and iOS 7.
I used before and worked fine, but not now...


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@iantearle
Copy link

Any news on the update for this?

@orthlieb
Copy link
Owner

Hi Ian, I'm using this widget successfully in at 312 GA on iOS 7 and not sure what issues you're running into. Can you be more explicit with what you're seeing?

Sent from my iPhone

On Oct 29, 2013, at 8:19 AM, Ian Tearle [email protected] wrote:

Any news on the update for this?


Reply to this email directly or view it on GitHub.

@iantearle
Copy link

The picker isn't opening when clicking on the field. I'm on mavericks so im not getting any info in the terminal currently so cant debug it as well as normal. But saw this issue and thought it may be a global problem - maybe not?

Running

3.1.3.GA
1.2.2 Alloy
iOS7 Simulator

@iantearle
Copy link

Ok, so I have it working. Almost. I can see the toolbar slide up, but then it disappears.

Also. The docs are out of date.

This vital information from your example app:

$.distance.init($.getView());
$.distance.choices = distances;

is missing

@iantearle
Copy link

Figured it out. Doesnt like vertical layout.

@mcvendrell
Copy link

I found the same error, but I can be more specific (2 hours testing to found it):

(Environment: Mavericks with Ti 3.1.3)

You can test it easily, just make a new tabbed project and in any tab, use this code:

< Tab >
< Require src="tab1" / >
< /Tab >

In the tab1.xml you can use your example docs code and you will find that the picker don't work well: sometimes appears 2 times (and displaced from bottom), sometimes doesn't appear...

There is a WARN error while this happens:

New layout set while view [object pickerview] animating: Will relayout after animation

If you put code directly on the Tab, instead a require, all works well (iOS only, in Android works well).

I hope you can check it, it is a very good widget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants