RE: RemoteOperation last result not garbage collected

2013-11-06 Thread Maurice Amsellem
That's what I was thinking about too. Something like keepLastResult=true|false. I will create a JIRA for that. Note: lastResult is actually managed in AbstractInvoker super class. Maurice -Message d'origine- De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Envoyé :

RE: Variable Naming Convention

2013-11-06 Thread Maurice Amsellem
FYI, naming conventions are now on Apache WIKI, in a more reable format: https://cwiki.apache.org/confluence/display/FLEX/Flex+SDK+coding+conventions+and+best+practices -Message d'origine- De : Tintin [mailto:1955.mille.mig...@googlemail.com] Envoyé : mercredi 6 novembre 2013 09:36 À 

RE: Draw on top of other components regardless of layout

2013-11-06 Thread Maurice Amsellem
Why not using toolTip property? If it is too simple, you can customize the skin and/or content: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f3f.html You could also display the help tip in a Callout, available for desktop apps in SDK 4.10 / 4.11

Re: RemoteOperation last result not garbage collected

2013-11-06 Thread Paul Hastings
On 11/6/2013 8:05 AM, Maurice Amsellem wrote: I discovered a not-so-known behavior of RemoteObject that could be useful to the community: RemoteObject RemoteOperations are keeping a reference to the last call result, that can be retrieved through lastResult property. Most of the time, you

RE: Variable Naming Convention

2013-11-06 Thread Tintin
Hello Maurice You're quite correct, this is much more pleasant to read. Thank you -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Variable-Naming-Convention-tp3517p3559.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Spark VideoDisplay Source Path

2013-11-06 Thread Tintin
Hello I am building a very simple application which displays an FLV file in a Spark VideoDisplay. I have created an 'assets' package and placed an FLV movie into it. I have set my VideoDisplay.source as assets/movie_01.flv and when I run the application on my Mac the movie displays fine in

Re: after subcribe

2013-11-06 Thread Alex Harui
To subscribe, please send an email to users-subscr...@flex.apache.org On 11/5/13 11:01 PM, Abid a...@myworldofexpo.com wrote: Hello All, Subcribe me. Abid khan Flex developer (MYworldofexpo)

Re: Flex Application Demo.

2013-11-06 Thread Alex Harui
Someday, one of us will find time to put together a showcase. In the meantime, you can submit your app via JIRA under the component Showcase so we can track it. Thanks, -Alex On 11/5/13 9:24 PM, SHIVANG SANGHI shivangsan...@gmail.com wrote: Hi, I have developed an Tshirt Designer Application

Re: Flex Application Demo.

2013-11-06 Thread Scott Matheson
Really cool, you should be proud nice app On 11/6/13 8:55 PM, Alex Harui aha...@adobe.com wrote: Someday, one of us will find time to put together a showcase. In the meantime, you can submit your app via JIRA under the component Showcase so we can track it. Thanks, -Alex On 11/5/13 9:24 PM,

FB 4.7 on Windows 8.1 running on VMWare

2013-11-06 Thread mark goldin
Anyone is running it on the same configuration? Mine is so slow when I try to to run or export release build. Any idea? Thanks

Re: Spark VideoDisplay Source Path

2013-11-06 Thread OmPrakash Muppirala
On Wed, Nov 6, 2013 at 5:27 AM, Tintin 1955.mille.mig...@googlemail.comwrote: Hello I am building a very simple application which displays an FLV file in a Spark VideoDisplay. I have created an 'assets' package and placed an FLV movie into it. I have set my VideoDisplay.source as

Re: Flex Application Demo.

2013-11-06 Thread jude
Nice Shivang. Did you use object handles, GreenSock Transform or roll your own? I like the snap rulers. One thing I didn't see was a place to change the text entered. Good job! On Wed, Nov 6, 2013 at 2:59 PM, Scott Matheson smathe...@intralinks.comwrote: Really cool, you should be proud nice

Re: Flex Application Demo.

2013-11-06 Thread Thiago Maia
Uau, very good, great work. On 11/6/2013 5:11 PM, jude wrote: Nice Shivang. Did you use object handles, GreenSock Transform or roll your own? I like the snap rulers. One thing I didn't see was a place to change the text entered. Good job! On Wed, Nov 6, 2013 at 2:59 PM, Scott Matheson

Re: Flex Application Demo.

2013-11-06 Thread Angelo Lazzari
Great really cool application! Just a couriosity: what did you used to create the front end web app showed when i click the link you gave us? Thanks Angelo Sent from my  On Nov 6, 2013, at 21:59, Scott Matheson smathe...@intralinks.com wrote: Really cool, you should be proud nice app

Re: Draw on top of other components regardless of layout

2013-11-06 Thread Alex Harui
Spark layouts support includeInLayout which might help you add a child anywhere. Is that what you are looking for? On 11/6/13 2:43 AM, Jan Flyborg jan.flyb...@gmail.com wrote: Hi, I have implemented my own classes to draw notification bubbles on certain components (mostly buttons) to guide my

subcribe

2013-11-06 Thread raghav kulshrestha
Hello Abid khan, To Subscribe ,Please send an email to users-subscr...@flex.apache.org Raghav Kulshrestha Senior Flex Developer

Re: RemoteOperation last result not garbage collected

2013-11-06 Thread Alex Harui
Isn't it true that lastResult is used in binding expressions which is why it has to be sticky? And don't you normally have references to data from the lastResult around in your app until the next invocation? But also, what could possibly break if you add a flag and default it to the old

Re: RemoteOperation last result not garbage collected

2013-11-06 Thread Paul Hastings
On 11/7/2013 12:12 PM, Alex Harui wrote: Isn't it true that lastResult is used in binding expressions which is why it has to be sticky? And don't you normally have references to data from the lastResult around in your app until the next invocation? for remoting w/coldfusion we pretty much

Re: Open source flash player

2013-11-06 Thread Alex Harui
This was discussed on dev@. Shumway may not help Flex at all. It seems more oriented to the rendering side of Flash, not the user interaction side. On 11/6/13 8:11 PM, Thiago Maia a...@a00s.com wrote: What I understood seens they are trying to build an opensource flash player to replace adobe

Re: Open source flash player

2013-11-06 Thread Adam Malejko
Yeah, Shumway may or may not help; but I'm not holding my breath on it. What will hopefully help Flex a bunch is the JS output that Alex is working on. Can't wait! I don't personally need it, but I know a lot of clients that do! ... and as soon as my boss lays off a bit, I hope to start at least