Debug Worker

2019-12-12 Thread ImadEddine
Hi ... I am using this https://github.com/doublefx/easyWorker When i try debug a worker i have this error I don't understand what is it Type.forName error: A class with the name 'com.doublefx.as3.thread.api.IProperty' could not be found. The class 'com.doublefx.as3.thread.api.IProperty' is

Re: Set Focus at TextInput Inside Spark List ItemRenderer

2019-05-03 Thread ImadEddine
Thank you. I understood the idea ... it works -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Set Focus at TextInput Inside Spark List ItemRenderer

2019-05-03 Thread ImadEddine
Thanks for your reply yes ... When i add item to my list i needed a focus at TextInput inside itemrenderer -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Set Focus at TextInput Inside Spark List ItemRenderer

2019-05-03 Thread ImadEddine
Please I needed help I have this code -- ... -- I want to set Focus at articleQTe Like this : articleQte.setFocus() ; -- Sent from:

Set Focus at TextInput Inside Spark List ItemRenderer

2019-05-03 Thread ImadEddine
Please I needed Help I Have This flex code -- .. --- I want to set focus at articleQte like this :

Apache Flex BUILD FAILED

2017-10-09 Thread ImadEddine
Hello, I try to use apache ant to install Apache Flex 4.16 AIRSDK 27.0b I have this problem I don't Understand what's the problem Please any ideas -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Editing Spark DataGrid

2016-10-25 Thread ImadEddine
That's OK I change from contentBackgroundAlpha="0" To contentBackgroundAlpha="1" Thank-you very much Alex -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13930.html Sent from the Apache Flex Users mailing list archive at

Re: Editing Spark DataGrid

2016-10-25 Thread ImadEddine
I don't using any itemEditor only itemRendrer for data grid -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13926.html Sent from the Apache Flex Users mailing

Re: Editing Spark DataGrid

2016-10-24 Thread ImadEddine
Thank-you Like This ... My Question is there any method for hiding the old value when changing ?? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13906.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Editing Spark DataGrid

2016-10-24 Thread ImadEddine
Why ScreenShot not displayed ?? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13904.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Editing Spark DataGrid

2016-10-23 Thread ImadEddine
Salam All Members When I start editing cell in this annoy the customers Thank-you very match -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FDBC for Flex Like JDBC

2016-06-11 Thread ImadEddine
Thanks for your reply Sorry for broken links https://github.com/uhoh-itsmaciek/pegasus https://github.com/s9tpepper/MongoAS3 https://github.com/weimingtom/assql Although open source projects ? -- View this message in context:

FDBC for Flex Like JDBC

2016-06-11 Thread ImadEddine
Hi All members Just a suggestion... why Apache Community not add this component (FDBC like JDBC)Not necessarily create from begin ... just using existing API and fixed some errors for exampleMYSQL : https://github.com/weimingtom/assqlPostegres : https://github.com/uhoh-itsmaciek/pegasusMongoDB :

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply I have just discovered something strange ... in this panel like this : -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12764.html Sent

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
The conclusion : The First get (SELECT * FROM MYTABLE) --> I received '??' as you have seen The 2nd get --> I received 'عماد الدين' when you SELECT a DATA from database ... must be contains Arabic character in the first time else the same result '?' after applied this idea

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
The original code like this: if ( charSet == "utf8" ) { // not "utf-8" out = rowData.readMultiByte(colLengths[colIndex], "utf-8"); } else { out = rowData.readUTFBytes(colLengths[colIndex]); // this instruction

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply Yes i am sure -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12760.html Sent from the Apache Flex Users mailing list archive at

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply No problem when i insert data (this data in Arabic inserted from my flex application) only when i get data (select * from myTable) about issue with the ASSQL project a set of issues doen't replyed since a long time ago -- View this message in context:

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply in this part look photo : "if ( charSet == "utf-8" ) {" at getString function charSet received "utf-8" --> the Right part was "utf8" i change it to "utf-8" but in the 2cases the same result (???) before this i don't know ... i am just like beginner in flex -- the

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply in Declaration bloc : -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12757.html Sent from the Apache Flex Users mailing list archive

Re: Flex MySQL Connector

2016-05-25 Thread ImadEddine
Thanks for your reply The Data type is String in Arabic ... when i received ... it transform in '?? ' after decoding bytes i think the problem is in this function getString the https://github.com/weimingtom/assql -- View this message in context:

Flex MySQL Connector

2016-05-24 Thread ImadEddine
sorry for englishHi All ... I need helpI'm using asSQL-Beta2.8.swc ... the problem when select datas ... no problem whan insert or update -- View this message in context: