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 probably an internal class or it
may not have been compiled.
Type.forName error: A class with the name
'com.doublefx.as3.thread.api.SharableData' could not be found. The class
'com.doublefx.as3.thread.api.SharableData' is probably an internal class or
it may not have been compiled.
Type.forName error: A class with the name
'com.doublefx.as3.thread.api.IDataProducer' could not be found. The class
'com.doublefx.as3.thread.api.IDataProducer' is probably an internal class or
it may not have been compiled.
Type.forName error: A class with the name
'com.doublefx.as3.thread.util.AsynchronousDataManager' could not be found.
The class 'com.doublefx.as3.thread.util.AsynchronousDataManager' is probably
an internal class or it may not have been compiled.
Type.forName error: A class with the name
'com.doublefx.as3.thread.error.IllegalStateError' could not be found. The
class 'com.doublefx.as3.thread.error.IllegalStateError' is probably an
internal class or it may not have been compiled.
Type.forName error: A class with the name
'com.doublefx.as3.thread.error.UnsupportedOperationError' could not be
found. The class 'com.doublefx.as3.thread.error.UnsupportedOperationError'
is probably an internal class or it may not have been compiled.
Dep: com.doublefx.as3.thread.event.ThreadProgressEvent tag: [82:DoABC] Lazy:
true, Name: com/doublefx/as3/thread/event/ThreadProgressEvent, Length: 1384
Dep: com.doublefx.as3.thread.api.IWorker tag: [82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/api/IWorker, Length: 617
Dep: com.doublefx.as3.thread.api.Runnable tag: [82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/api/Runnable, Length: 456
Dep: workers.ComplexWorker tag: [82:DoABC] Lazy: true, Name:
workers/ComplexWorker, Length: 1288
Dep: com.doublefx.as3.thread.event.ThreadFaultEvent tag: [82:DoABC] Lazy:
true, Name: com/doublefx/as3/thread/event/ThreadFaultEvent, Length: 1074
Dep: com.doublefx.as3.thread.event.ThreadResultEvent tag: [82:DoABC] Lazy:
true, Name: com/doublefx/as3/thread/event/ThreadResultEvent, Length: 1079
Dep: mx.core.DebuggableWorker tag: [82:DoABC] Lazy: true, Name:
mx/core/DebuggableWorker, Length: 957
Dep: com.doublefx.as3.thread.error.NotImplementedRunnableError tag:
[82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/error/NotImplementedRunnableError, Length: 693
Dep: com.doublefx.as3.thread.event.ThreadActionRequestEvent tag: [82:DoABC]
Lazy: true, Name: com/doublefx/as3/thread/event/ThreadActionRequestEvent,
Length: 834
Dep: com.doublefx.as3.thread.event.ThreadActionResponseEvent tag: [82:DoABC]
Lazy: true, Name: com/doublefx/as3/thread/event/ThreadActionResponseEvent,
Length: 1100
Dep: com.doublefx.as3.thread.util.ClassAlias tag: [82:DoABC] Lazy: true,
Name: com/doublefx/as3/thread/util/ClassAlias, Length: 555
Dep: com.doublefx.as3.thread.api.CrossThreadDispatcher tag: [82:DoABC] Lazy:
true, Name: com/doublefx/as3/thread/api/CrossThreadDispatcher, Length: 1477
Dep: com.doublefx.as3.thread.util.Closure tag: [82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/util/Closure, Length: 973
Dep: com.doublefx.as3.thread.util.DecodedMessage tag: [82:DoABC] Lazy: true,
Name: com/doublefx/as3/thread/util/DecodedMessage, Length: 682
[SWF]
  Header:
Version: 43
Compression: None
FileLength: 22177
FileLengthCompressed: 22177
FrameSize: (550,400)
FrameRate: 50
FrameCount: 1
  Tags:
[69:FileAttributes] AS3: true, HasMetadata: true, UseDirectBlit: false,
UseGPU: false, UseNetwork: false
[64:EnableDebugger2] Password: null, Reserved: 0x1975
[09:SetBackgroundColor] Color: #ff
[77:Metadata]  http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
  http://purl.org/dc/elements/1.1";>
application/x-shockwave-flash
Apache Flex Application
http://flex.apache.org/
Apache Software Foundation
Apache Software Foundation
en_US
Dec 12, 2019
  

[65:ScriptLimits] MaxRecursionDepth: 1000, ScriptTimeoutSeconds: 60
[41:ProductInfo] ProductID: 3, Edition: 6, Version: 4.16 r20171115,
CompileDate: Thu Dec 12 20:51:36 GMT+0100 2019
[43:FrameLabel] Name: ThreadRunner
[82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/event/ThreadProgressEvent, Length: 1384
[82:DoABC] Lazy: true, Name: com/doublefx/as3/thread/api/IWorker,
Length: 617
[82:DoABC] Lazy: true, Name: com/doublefx/as3/thread/api/Runnable,
Length: 456
[82:DoABC] Lazy: true, Name: workers/ComplexWorker, Length: 1288
[82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/event/ThreadFaultEvent, Length: 1074
[82:DoABC] Lazy: true, Name:
com/doublefx/as3/thread/event/ThreadResultEvent, Length: 1079
[82:DoABC] Lazy: true, Name: mx/core/DebuggableWorker, Length: 957
[82:DoABC] Lazy: true,

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: 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 flex code 

--



 
  
   
  
   
   

 ..
---

I want to set focus at articleQte like this : articleQte.setFocus() ;



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Apache Flex BUILD FAILED

2017-10-15 Thread ImadEddine
I Have The same Error

  [get] Error getting
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/tr
unk/frameworks/libs/OSMF2_0.swc?format=raw&ts=201710152115 to
D:\FlexDeveloper\s
dks\4.16.27\frameworks\libs\osmf.swc

BUILD FAILED
D:\FlexDeveloper\sdks\4.16.27\installer.xml:705: The following error
occurred wh
ile executing this line:
D:\FlexDeveloper\sdks\4.16.27\installer.xml:916: The following error
occurred wh
ile executing this line:
D:\FlexDeveloper\sdks\4.16.27\installer.xml:924: The following error
occurred wh
ile executing this line:
D:\FlexDeveloper\sdks\4.16.27\installer.xml:966:
javax.net.ssl.SSLHandshakeExcep
tion: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source
)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown
Source)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown
Sou
rce)
at
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:7
12)
at
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:7
37)
at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:626)
at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:616)

Total time: 20 seconds



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Apache Flex BUILD FAILED

2017-10-08 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 Nabble.com.


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 list archive at Nabble.com.


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: 
http://apache-flex-users.246.n4.nabble.com/FDBC-for-Flex-Like-JDBC-tp12823p12825.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


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 :
https://github.com/s9tpepper/MongoAS3As what Oracle Corporation do for MS
Access Database connector in Java8 when using :
https://sourceforge.net/projects/ucanaccess/



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FDBC-for-Flex-Like-JDBC-tp12823.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


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 from the Apache Flex Users mailing list archive at Nabble.com.


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 

 

any idea ??



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


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 execute always
}

but the same result --> 



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


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 Nabble.com.


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: 
http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12755.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


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 bytes as
uint 



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


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 at Nabble.com.


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: 
http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12751.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


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: 
http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.