[flexcoders] Possible to cancel a tooltip event?

2010-04-14 Thread G
I am trying to cancel a tooltip event (I only want it to display when the mouse is hovered over a certain area), and can't seem to figure it out. I tried stopPropagation, preventDefault, and stopImmediatePropagation, but none of them seem to work. Here the code I am using: private

[flexcoders] Re: Charts - complex label

2010-04-14 Thread pullzmag
Yes, even with validateNow() --- In flexcoders@yahoogroups.com, thomas parquier mailingli...@... wrote: even with a validateNow() upon label ? --- thomas parquier http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@... softphone : sip:webattit...@... sip%3awebattit...@...

Re: [flexcoders] NumericStepper as itemRenders in DataGrid don't work as expected

2010-04-14 Thread Tom Chiverton
On Tuesday 13 Apr 2010, Tom Chiverton wrote: It's meant to Just Work. As it is, I think it's down to the labelFunction. I put a test case up on http://bugs.adobe.com/jira/browse/SDK-26209 -- Helping to vitalistically lead sexy prospective eligible attention-grabbing convergence as part of

Re: [flexcoders] Generate Flash Flv

2010-04-14 Thread Tom Chiverton
On Wednesday 14 Apr 2010, Christophe wrote: How to generate a flash video flv for YouTube from a flex application ? From what source ? -- Helping to simultaneously aggregate corporate cutting-edge products as part of the IT team of the year 2010, '09 and '08

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Tom Chiverton
On Tuesday 13 Apr 2010, Fotis Chatzinikos wrote: What about reversing the arm byte code to objective-c? Read what he said. That would amount to open sourcing the Player. -- Helping to centrally cluster seamless leading-edge users as part of the IT team of the year 2010, '09 and '08

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Fotis Chatzinikos
I do not think you read what i said... Just add an extra step that decompiles the already created arm code to a quite difficult to read but working objective c code. And if that amounts to open sourcing the player what stops me for example to get the arm bytecode decompile it myself? I do not

Re: [flexcoders] Flex Coloring with CMYK

2010-04-14 Thread Oleg Sivokon
Hi. CMYK color separation is a science all by itself, you'd need to learn and understand hardware color profiles, printing techniques and all that involves rasterizing images before they get printed. I'm afraid there is nothing built in in the framework for that purpose as it is a quite particular

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Guy Morton
Flipping this whole discussion on its head for a moment Adobe used to have the best SVG runtime player in the land. It was fast, had good support for the SVG standard and it was stable. Then Adobe bought Macromedia. They discontinued development and support for their SVG player because now

Re: [flexcoders] Problems with crossdomain and upload

2010-04-14 Thread Oleg Sivokon
Hi. crossdomain.xml should be deployed like so: MUST HAVE: root site folder of the destination server. possible: additional policy files in subfolders (if the top-level policy file allows that). If your server can accept HTTP uploads it can also host policy file, else, it's not really an HTTP

Re: [flexcoders] Re: Charts - complex label

2010-04-14 Thread thomas parquier
Did you set any rotation to labels ? --- thomas parquier http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2010/4/14 pullzmag deegregg_ml...@poczta.fm Yes, even

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Adnan Doric
On 14/04/2010 13:10, Guy Morton wrote: Flipping this whole discussion on its head for a moment Adobe used to have the best SVG runtime player in the land. It was fast, had good support for the SVG standard and it was stable. Then Adobe bought Macromedia. They discontinued development

[flexcoders] Re: Charts - complex label

2010-04-14 Thread pullzmag
No, just a standard label, with a default font that is also used and working correctly in other parts of the application. --- In flexcoders@yahoogroups.com, thomas parquier mailingli...@... wrote: Did you set any rotation to labels ? --- thomas parquier

[flexcoders] Feature request i am adding to go wish

2010-04-14 Thread Patrick
It would be nice if hexadecimal colors in the ide text editor would show the color they reference, how handy, huh? (well maybe not for white on white... but you get the idea

RE: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Battershall, Jeff
Reports of Flash's demise are premature to say the least. I think Flash will likely be around for some time and will live long and prosper in a variety of contexts. Steve isn't seeing the future so much as trying to create a future that provides best competitive advantage to Apple. And of

[flexcoders] Re: I get these random errors when using tree and viewstack?

2010-04-14 Thread advancedonsite
Turned out to be a caching issue on my browser :( --- In flexcoders@yahoogroups.com, advancedonsite nos...@... wrote: I'm pulling my hair out on this problem which seems to me to be a problem with the main framework not my code. I have a tree and then viewstacks on the right side when a

RE: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Gregor Kiddie
I do agree that the main problem is that there isn't really an excellent competitor to the App store. Once Flash is on absolutely everything, the Flash Store will be that competitor. It doesn't matter what device you use, mobile, PC, television, set top box, tablet, some future brain implant, it's

Re: [flexcoders] Re: Charts - complex label

2010-04-14 Thread thomas parquier
There's an issue with canStagger, rotation and fonts of labels along an axisrenderer. I look back at a previous work. --- thomas parquier http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone

Re: [flexcoders] Possible to cancel a tooltip event?

2010-04-14 Thread Alex Harui
One option would be to float an transparent UIComponent over the area in question and give it the tooltip. On 4/13/10 11:37 PM, G gmonie...@yahoo.com wrote: I am trying to cancel a tooltip event (I only want it to display when the mouse is hovered over a certain area), and can't seem to

[flexcoders] Re: Is it possible to inspect a function (to determine it's and parameters)?

2010-04-14 Thread kidl33t
Indeed it is =) tyvm for the link. --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: lol its rob --- In flexcoders@yahoogroups.com, kidl33t kidl33t@ wrote: I have a method which takes a function as one of its parameters. Is there any way to inspect this function and

[flexcoders] Re: Possible to cancel a tooltip event?

2010-04-14 Thread G
Thats a good idea. I'll give that a shot. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: One option would be to float an transparent UIComponent over the area in question and give it the tooltip. On 4/13/10 11:37 PM, G gmonie...@... wrote: I am trying to

[flexcoders] SWC's vs. source

2010-04-14 Thread Scott
What are the ramifications of using precompiled SWC vs. source in a project? Does the whole SWC load into memory or just the classes that are being used? I'm experimenting with other libraries out there and have access to both the source and SWC. It seems accessing the SWC is a lot easier, but

Re: [flexcoders] SWC's vs. source

2010-04-14 Thread Oleg Sivokon
Generally, SWC should be more efficient in terms of compilation time since you will be using already compiled code vs the code the compiler still needs to analyse or resources to encode. However, I haven't benchmarked that. So, could be there's something which escaped my attention. Best. Oleg

RE: [flexcoders] SWC's vs. source

2010-04-14 Thread Scott
What about file size? Does it link the whole SWC into the final product? Scott From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Oleg Sivokon Sent: Wednesday, April 14, 2010 1:04 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: SWC's vs. source

2010-04-14 Thread Jeffry Houser
We are told that the SWF compiler optimizes to remove unused classes. However, I have had some inconsistent results: http://www.flextras.com/blog/index.cfm/2009/6/25/How-does-SWC-size-affet-SWF-size I suspect--but never verified--that this is due to static classes or classes w/ static methods.

[flexcoders] Flex 4 State Names and Binding

2010-04-14 Thread turbo_vb
Hi All, Unlike Flex 3, it seems that Flex 4 doesn't allow state names to be bound to constants anymore. An example that no longer works would be something like this: mx:State name={ MyNavigationConstants.STATE_OPEN }/ While I appreciate the improvements that have been made to Flex 4 states,

[flexcoders] VideoPlayer Skinning

2010-04-14 Thread Dan Pride
I am trying to skin a videoplayer so that when you hover over it with a mouse it enlarges but when you remove the mouse it goes back to normal. When I set up a skinclass however I see no hover state. How do I go about this and is skinning the player the most appropriate way to do this.

[flexcoders] What is the MXML syntax for this?

2010-04-14 Thread Christopher McArthur
I have a component, that has a property of type Image. I need to assign a new Image component to it. this is trivial to do in action script. But, how do I do it in MXML? Example: mxml: local:myContainerComponent id=containerComponent/ actionscript: var myImage:Image = new

[flexcoders] Re: Custom Gridline Help

2010-04-14 Thread Jason
Anybody? I can't figure this out :(

[flexcoders] iwobanas MDatagrid Control

2010-04-14 Thread Angelo Anolin
Has anyone here already used Iwo Banas MDatagrid control?   I am having problem when I try to use an XMLListCollection as my data provider for the MDatagrid.   Using an ordinary datagrid, the data contained in my XMLListCollection is displayed.   My XMLListCollection is defined as:  

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Guy Morton
On 15/04/2010, at 1:34 AM, Battershall, Jeff wrote: Reports of Flash’s demise are premature to say the least. I think Flash will likely be around for some time and will live long and prosper in a variety of contexts. Steve isn’t seeing the future so much as trying to create a future

Re: [flexcoders] Re: SWC's vs. source

2010-04-14 Thread Alex Harui
Jeffry, it would be interesting to see the link-reports from your tests. On 4/14/10 11:25 AM, Jeffry Houser j...@dot-com-it.com wrote: We are told that the SWF compiler optimizes to remove unused classes. However, I have had some inconsistent results:

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Guy Morton
Mmmm. As Adnan said to me Good luck with that :-) I'm sure MS has the same dream of Silverlight everywhere. That ain't going to happen either. On 15/04/2010, at 1:42 AM, Gregor Kiddie wrote: I do agree that the main problem is that there isn’t really an excellent competitor to the App

RE: [flexcoders] Re: SWC's vs. source

2010-04-14 Thread Scott
Great; thanks. I guess I'll play with the SWCs then which will make my life easier anyway. sj From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeffry Houser Sent: Wednesday, April 14, 2010 1:26 PM To:

[flexcoders] Exceeding Flash's Capabilities?

2010-04-14 Thread trefalgar
The majority of my flex work revolves around graphing data. If for some reason a user picks a lot of statistics to graph, over an even longer period of time, the amount of data that comes back to the Flash application overwhelms flash, consuming all of the boxes resources and regularly crashing

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Nick Collins
If that were the case, then OpenPlug wouldn't be able to to it with Elips Studio, but they are. They basically are providing a modified Flex 3.x SDK to use within Flex Builder. Then their IDE extensions output an XCode project that even will give you hooks so you can tie into native services, like

[flexcoders] Re: SWC's vs. source

2010-04-14 Thread Jeffry Houser
I'm not sure if I should feel foolish for asking or not; but what is a link-report and how do I get it? Some compiler option? I created the files; recorded the final file sizes. It was close to a year ago now; so to redo anything I'd have to start from scratch. I could put it on my

Re: [flexcoders] Exceeding Flash's Capabilities?

2010-04-14 Thread Richard Rodseth
How many items are you (and the Excel user) talking about? What sort of Flex charts are you using? Are you using AMF, XML or JSON to retrieve the data? On Wed, Apr 14, 2010 at 3:48 PM, trefalgar trefal...@yahoo.com wrote: The majority of my flex work revolves around graphing data. If for some

Re: [flexcoders] Exceeding Flash's Capabilities?

2010-04-14 Thread Paul Andrews
On 14/04/2010 23:48, trefalgar wrote: The majority of my flex work revolves around graphing data. If for some reason a user picks a lot of statistics to graph, over an even longer period of time, the amount of data that comes back to the Flash application overwhelms flash, consuming all of

Re: [flexcoders] Re: SWC's vs. source

2010-04-14 Thread Alex Harui
It is an MXMLC option. -link-report=somexmlfile. It will show you all classes in the SWF. I think there is a tool called itDepends that can help you read one. No big deal to me if you never get to it. On 4/14/10 4:09 PM, Jeffry Houser j...@dot-com-it.com wrote: I'm not sure if I

Re: [flexcoders] What is the MXML syntax for this?

2010-04-14 Thread Alex Harui
Are you looking for: local:myContainerComponent id=”containerComponent” local:imageVar mx:Image source=”myTestImage.jpg” / /local:imageVar /local:myContainerComponent On 4/14/10 12:53 PM, Christopher McArthur cmcart...@riotgames.com wrote: I have a component, that has a