Re: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-18 Thread Romain de Wolff
You can always try a Java Applet. But this suggestion might be off topic! On Wed, Nov 19, 2008 at 12:04 AM, Mark Easton [EMAIL PROTECTED]wrote: I'd be using C++. :) I already have a C++ application running on our gateway which deals with grabbing data from the stations. It then passes

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Romain de Wolff
It's a pretty hot topic on the web, the battle PureMVC vs Cairngorm. Imho, PureMVC is a bit more complicated to put in place, but is a great pleasure to use after set up. The best'd be to test them both if you have time :) Regards, Romain de Wolff Le 13 nov. 08 à 17:18, gabriel montagné

Re: [flexcoders] How do you load a page in a tab

2008-11-15 Thread Romain de Wolff
As far as I know, this is not a supported action. You cannot choose to open a link in a tab, as it's not standard to have tabs in a browser. Even if this is very common now. It's up to the user to choose the option, for exemple, to force new windows to open in a tab. Maybe I'm wrong.. let's see

[flexcoders] mxml implements actionscript interface

2008-11-07 Thread Romain de Wolff
Hello all, Is there a way to implement an interface within an MXML file? Thanks for any info!

Re: [flexcoders] tile list animation / transition throws error when height shrinks(not always!)

2008-11-07 Thread Romain de Wolff
We need more code to see what happens there. You have events that might have not set a var? There is something to dig into your event order, or item initialization. Cheers, G Le 7 nov. 08 à 12:19, fotis.chatzinikos a écrit : Hello all, can anybody throw any pointer on this? I have a

Re: [flexcoders] Re: AS3 Class, MXML implements it

2008-11-07 Thread Romain de Wolff
Thanks a lot! I was looking for this to architecture my project in a best way! Regards, Romain DW Le 7 nov. 08 à 16:34, florian.salihovic a écrit : Just just the implements Attribute in the root node and specify ypur interface, which will be implement. Best regards. --- In flexcoders

[flexcoders] Re: dispatchevent question when in a custom component.

2007-06-06 Thread Romain
'); e.rowIndex=ev.rowIndex; e.itemRenderer = ev.itemRenderer; // that does the trick dispatchEvent(e); } Romain. --- In flexcoders@yahoogroups.com, Roman Protsiuk [EMAIL PROTECTED] wrote: Why don't you use custom events? I use standard events in my components only in situations like

[flexcoders] Re: Flex and Adsense

2007-06-05 Thread Romain
to integrate Adsense into Software Applications otherwise they will terminate your account. Romain.

[flexcoders] Re: Flex and Adsense

2007-06-05 Thread Romain
Maybe some Adobe Flex/Apollo evangelist could take up the gauntlet ? Any in the room ? --- In flexcoders@yahoogroups.com, James [EMAIL PROTECTED] wrote: Well if it is true that their current TOS disallows flash site usage, then we need to start a petition or something. But first we need to

[flexcoders] dispatchevent question when in a custom component.

2007-06-05 Thread Romain
component event and not the low-level datagrid event Is there a way to wrap the datagrid event [and keep its content] whilst still renaming it ? Or maybe there is just a simpler way to do this ? Thanks, Romain.

RE: [flexcoders] dynamic function in AS3/Flex.

2007-05-14 Thread Eude Romain
; } but I get an error (not such variable epar_document)... too bad. Thanks anyway. Romain. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Tom Chiverton Sent: 11 May 2007 11:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dynamic

RE: [flexcoders] dynamic function in AS3/Flex.

2007-05-14 Thread Eude Romain
Actually, my mistake, it works ! I was running in debug and it messed up my output. Thanks a lot in deed Tom. btw, there is a good article on http://www.adobe.com/devnet/flex/articles/e4x_04.html that does the same thing in a slightly different manner. Romain. -Original Message

[flexcoders] dynamic function in AS3/Flex.

2007-05-10 Thread Eude Romain
} // or // return item[column.datafield] } Does anyone know if this is at possible to do this in AS3 ? Thanks in advance. Romain. This e-mail has been scanned for all