Re: Samsung Windows

2014-02-05 Thread Jeffry Houser
Vote for AIR support on Windows Phone 8 here: https://bugbase.adobe.com/index.cfm?event=selectBugCFGRIDKEY=3648920 I think I get a couple of notifications a day on votes vs comments. . Adobe's response to date has been No; but if people keep voting perhaps they will listen to their

Re: Samsung Windows

2014-02-05 Thread Angelo Lazzari
Already put my vote, thanks. Please guys, who didn't vote yet, put your vote! PS: Please don't add a simple note, please LOGIN and press My Vote button positioned on the right side. Thanks! Angelo 2014-02-05 Jeffry Houser jef...@dot-com-it.com: Vote for AIR support on Windows Phone 8 here:

Re: Samsung Windows

2014-02-05 Thread Tom Chiverton
On 05/02/2014 15:26, Jeffry Houser wrote: Vote for AIR support on Windows Phone 8 here: https://bugbase.adobe.com/index.cfm?event=selectBugCFGRIDKEY=3648920 As I understand things, and why both AIR and Flash on Linux were killed off, Adobe does not want to invest resource in maintaining

Re: Samsung Windows

2014-02-05 Thread Alex Harui
For the record, I am still pursuing FlexJS output through Cordova as an alternate way to get to places AIR isn't or won't. On 2/5/14 7:26 AM, Jeffry Houser jef...@dot-com-it.com wrote: Vote for AIR support on Windows Phone 8 here:

Re: Printing at a set DPI

2014-02-05 Thread Arne Broedel
I was working on a project some time ago and had problems with bad quality. I dont have it on my computer here but I remember that I scaled all objects up before printing to get a better resolution in the pdf or printout. What I did maybe a poor solution but it worked okay for me. Something like

AW: Simple way to parse I18N dates?

2014-02-05 Thread Christofer Dutz
Hmmm ... strangely the following expression allways returns null: DateFormatter.parseDateString(20140227, MMDD); So what am I actually doing wrong? Chris -Ursprüngliche Nachricht- Von: Harbs [mailto:harbs.li...@gmail.com] Gesendet: Montag, 3. Februar 2014 08:03 An:

Changing style in text flow

2014-02-05 Thread Scott Matheson
Hi i have a simple challenge, i want to click a sentence in a paragraph, turn the sentence blue (turn all other sentence black) second click{ plays a sound based on sentence number 1,2,3,4 etc then tunes the colour back to black } so i have been trying ti use text flow, however i am having

Re: Changing style in text flow

2014-02-05 Thread Justin Mclean
Hi, I'd try evt.currrentTarget.color = blue ; or evt.currentTarget.setStyle(color, blue); also note the American spelling of color. Thanks, Justin

Current Click Position in text filed

2014-02-05 Thread Scott Matheson
still working on my sentence in a paragraph problem, is there a method that would return the current position i.e. character clicked on by a mouse ie the man walk down the road: if you clicked on say ''a of walk, the current position is 9 Disclaimer: This

Re: Current Click Position in text filed

2014-02-05 Thread Scott Matheson
It makes now difference, the user can not edit, only click on the text Sent from my iPad On 5 Feb 2014, at 22:36, Alex Harui aha...@adobe.com wrote: TextField or RichEditableText? On 2/5/14 2:07 PM, Scott Matheson smathe...@intralinks.com wrote: still working on my sentence in a

Flex iOs project compiling in a Mac VM under VirtualBox ?

2014-02-05 Thread Claude BERNARDINI
Hi, I try to compile a iOs flex Project (with ane)on a iAktos Mac OS 10.7 VM under VirtualBox. All seems good : - Flash Builder 4.7 works well - XCode is installed But the compilation freezes under Flash Builder. Please note I've deactivated the Ane extensions for testing my first

Re: Current Click Position in text filed

2014-02-05 Thread Alex Harui
I'm pretty sure the code to determine the character clicked is different for TextField vs RichEditableText components. Which one are you using? On 2/5/14 2:38 PM, Scott Matheson smathe...@intralinks.com wrote: It makes now difference, the user can not edit, only click on the text Sent from my

Re: Current Click Position in text filed

2014-02-05 Thread Scott Matheson
Textfield Sent from my iPhone On 5 Feb 2014, at 23:00, Alex Harui aha...@adobe.com wrote: I'm pretty sure the code to determine the character clicked is different for TextField vs RichEditableText components. Which one are you using? On 2/5/14 2:38 PM, Scott Matheson

Re: Current Click Position in text filed

2014-02-05 Thread Alex Harui
Try: TextField.getCharIndexAtPoint On 2/5/14 3:04 PM, Scott Matheson smathe...@intralinks.com wrote: Textfield Sent from my iPhone On 5 Feb 2014, at 23:00, Alex Harui aha...@adobe.com wrote: I'm pretty sure the code to determine the character clicked is different for TextField vs