Re: Possible bug in MouseEvent handling

2013-11-20 Thread MVBaker
I don't know enough about the code to tell what would be the best fix. I'm not familiar with the *why* part of changing the cancellable property. I was just thinking that if we did a copy then it would definitely work in the same fashion for all cases without having to be maintained in the future f

Re: Possible bug in MouseEvent handling

2013-11-20 Thread MVBaker
My idea was that using the getDefinitionByName would allow the function to work as intended with whatever extension of MouseEvent was used rather than bypassing it if it was an extended class. Should we only apply this transformation of !cancellable to cancellable if it's the super class? I don't k

Re: Possible bug in MouseEvent handling

2013-11-19 Thread MVBaker
Hi Alex, Thanks for taking the time. I'm not sure about the proper way to correct this. I created a new JIRA item (https://issues.apache.org/jira/browse/FLEX-33915). I have an idea for how to fix it below that uses the same class type as that which was passed to the function. I'm not sure if the m

Possible bug in MouseEvent handling

2013-11-18 Thread MVBaker
I'm using PaperVision3d and a click on an interactive object is causing a crash. I went through their code and found that they're instantiating a MouseEvent extended class called VirtualMouseMouseEvent. Later in their code they're testing to see if an event they're processing is an event of this ty

RE: soft keyboard won't show

2013-10-10 Thread MVBaker
Thanks for the info. It turns out the mobile.swc was missing from the builder settings. I don't know how this got left out. When I started this migration I created a brand new project using File / New / Flex Mobile Project so it should have been created with the mobile swcs. Perhaps I missed the 't

soft keyboard won't show

2013-10-09 Thread MVBaker
I have a mature application in both web and AIR versions that I'm trying to migrate to mobile for iOS. I created a new Flex Mobile project, I have an with the following I've been reading about how to display the keyboard, I've made the TextInput editable="true", needsSoftK