The StageText clear button is now optional on iOS

2017-01-17 Thread engorila
How can we use it in Flex? Thanks

stageText.clearButtonMode  

For getting access to the optional clear button support, AS developers can
now use a clearButtonMode property to set different modes.
 
There are four modes associated with this property:

   To show clearButton while editing:
StageTextClearButtonMode.WHILE_EDITING
   To never show clearButton: StageTextClearButtonMode.NEVER
   To always show clearButton: StageTextClearButtonMode.ALWAYS
   To show clearButton unless editing:
StageTextClearButtonMode.UNLESS_EDITING

By default,  clearButtonMode property is set as
StageTextClearButtonMode.WHILE_EDITING.

Requirements

The application must be packaged with latest AIR SDK (version 23).
SWF version must be 34 or later.

Sample snippet

You can use this example code snippet for your reference.

public function ClearButtonMode()
{
label = new StageText();
label.clearButtonMode = StageTextClearButtonMode.NEVER;
label.textAlign = "right";
label.stage = stage;
label.viewPort = new Rectangle(20, 20, 90, 90);
}

Limitations for using stageText.clearButtonMode property 

This property is not available in StageText with multi-line
This property is a No-Op for Android  


More info at:

https://forums.adobe.com/thread/2193554




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/The-StageText-clear-button-is-now-optional-on-iOS-tp14507.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: AIR 23

2016-09-19 Thread engorila
Hi again!

I need to use Apache Flex & Adobe AIR 23 to fix some bugs...

Please can you update Apache Flex Installer with AIR 23?

Thanks :)



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/AIR-23-tp13539p13566.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: AIR 23

2016-09-14 Thread engorila
They have released it yesterday:

http://www.adobe.com/devnet/air/air-sdk-download.html



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/AIR-23-tp13539p13540.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


AIR 23

2016-09-14 Thread engorila
Can you update Apache Flex SDK Installer to be compatible with Adobe AIR 23?

Thanks so much!!!



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/AIR-23-tp13539.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: flex installer air19

2015-09-26 Thread engorila
Please its very urgently we need AIR 19 



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/flex-installer-air19-tp11206p11234.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.