[flexcoders] Binding Style in ActionScript

2008-02-23 Thread Eric GUESDON
Hi to all, I'm trying to bind a style using ActionScript. do you have any ideas Thanks in advance Eric

[flexcoders] HistoryManagement

2007-11-28 Thread eric . guesdon
Hi to all, Did you already meet this issue ? I made a simple application with tabnavigator. Within one of its container i put a link to an external html location. So, i expect to play with both Back and Forward navigator Button. Expected behavior is ok with Netscape 9 - FireFox 2 but with

[Flexcoders]How to Pass Data From Server to Client On App Load

2007-09-15 Thread eric . guesdon
Hi Charlie, Hervé's solution is right if you just want to get simple and non secure data to the client. But careful, if you want to get any security matrix information. From my point of view security must not apply client size. Regards Eric Guesdon

[flexcoders] Flex Library and FDS

2007-05-25 Thread eric . guesdon
Hi to all, I'm trying to compile a Flex Library that containt classes tagged [RemoteClass(alias=com.alligra.project.java.business.data.UserVo)]. Actually my Library Classes acced correctly to Java services (i used -services compiler option) but java service that should returns a UserVo

Re: Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread eric . guesdon
Hello Jean-François, Comment vas-tu ? Fellicitation pour ton fwk, j'aime bien l'implémentation du pattern Moderateur entre Modèles et Vues I tried that by private var userClass : Class = UserVo ; private var user : UserVo ; but compiler don't care about that. My case is the following I have

Re: Re : Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread eric . guesdon
Thanks for your help I load my .swf with a Loader like that context = new LoaderContext () context.securityDomain = SecurityDomaine.currentDomain context.applicationDomaine = ApplicationDomain.currentDomain // i also try context.applicationDomain = new ApplicationDomain

[flexcoders] Compc Problem

2007-05-21 Thread Eric Guesdon
Hi to all, I'm going to use my best english to explain my problem... :) I have a fds flex projet I have a flex lib projet In flex lib project I have a class within I call a RemoteObject I compile this class using ant like this. At last I have a .swf that my first projet load and execute My

[FlexCoders] makeObjectBindable

2007-05-21 Thread Eric Guesdon
I'solved my problem about compc but i have know a other Type Coercion Error In fact server return me an ObjectProxy. That the case when server do not have the reference to my custom object but I set [RemoteClass] correctly I set an empty constructor in both java and as classes Of course I import

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Eric Guesdon
Hi to all, I’m not sure we will need a database like you are talking about… I would prefer something like Apollo:LocalDataBase …/ something like SharedObject (I hope to delegate security aspect to Apollo sandbox). I have some difficulties to believe that I need standard database

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Eric Guesdon
I mean nothing, i just asked every one if something like SharedObject (of course more robust and larger) should answer to the database subject. What do you think about that… from my point of view a system like sharedobject should be enough I don’t know if you downloaded New York Times

[flexcoders] list of events really dispatched by a view

2007-02-27 Thread Eric Guesdon
Hi to All, I'm looking to get the list of events really connected in a view. For example: mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=dispatchEvent (new Event ('myViewCreationCompleteHandler')) mx:Button id=myButton

[flexcoders] Tree DataGrid

2005-07-19 Thread Eric Guesdon
Hi to all, In join file i make a Tree DataGrid that can expand / collapse. The join file isn't complete, it doesn't care about sort for moment. In fact sort must be captured by headerRelease to rewrite sort/group by functionality. I would really please to read you about my little solution

[FlexCoders]

2005-07-18 Thread Eric Guesdon
Hi to all, Im looking for validator without mx:Model or mx:Validator. In fact how to make validation totally with actionscript I didnt find any solutions for the moment First is it possible ? Second are there any old messages about this use of validation Thanks in advance

[FlexCoders] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon
Hi to all, I’m looking for validator without mx :Model or mx :Validator. In fact how to make validation totally with actionscript I didn’t find any solutions for the moment First is it possible ? Second are there any old messages about this use of validation Thanks in advance for your help

RE: [FlexCoders] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon
for you help Eric -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Eric Guesdon Envoyé : lundi 18 juillet 2005 20:32 À : flexcoders@yahoogroups.com Objet : [FlexCoders] Validator width actionscript and without model tag Hi to all, I’m looking

RE: [FlexCoders] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon
 : Re: [FlexCoders] Validator width actionscript and without model tag Eric Guesdon wrote: I do this code and i retreived true or false from validate method but i would like to retreive default validators behaviors (TextInput with red border and error tooltip attach to the error field) That's

[flexcoders] cursor manager bug

2005-07-16 Thread Eric Guesdon
Hi to All, It seems to be a bug In your first .mxml file copy and paste this peace of code // * \\ mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Loader source=MainDivider.mxml.swf autoLoad=true

Re:[flexcoders] Word Wrap in DataGrid

2005-06-14 Thread Eric Guesdon
first you have to set variableRowHeight to true in the mx:DataGrid tag best regards From flexcoders@yahoogroups.com To flexcoders@yahoogroups.com Cc Date Mon, 13 Jun 2005 20:01:44 -0700 (PDT) Subject [flexcoders] Word Wrap in DataGrid Hi, How can i enable

RE: [flexcoders] SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread Eric Guesdon
Hi, That's a really good news. Venom is going to do it's first effect. You can find more information here http://fr.news.moneycentral.msn.com/ticker/article.asp?Symbol=US:MACRFeed=P RDate=20050426ID=4395937 Eric Guesdon / Capgemini / France Consultant Technology Senior / Technology

[flexcoders] selectedIndices

2005-02-04 Thread Eric Guesdon
Hi to all, Are there any possibilities to select programmaticaly more than one row in Datagrid or in List where multipleSelection propertie is true. Best regards. -- Eric Guesdon / Capgemini / France http://www.capgemini.com This message contains information that may be privileged

Re: [flexcoders] Context menu

2004-05-06 Thread Eric Guesdon
hi, have a look in Flash documentation.I can't send you some example cosi'm not front of my computer Eric Message du 06/05/04 16:37 De : "Steve Pruitt" <[EMAIL PROTECTED]> A : flexcoders@yahoogroups.com Copie à : Objet : [flexcoders] Context menu I recall the Beta documentation containing

Re: [flexcoders] Can I add scrollbar to a menu?

2004-05-06 Thread Eric Guesdon
hi, Did you try rowcount properties ?I'm not 100% sure but i think Menu is List-based component Regards Eric Message du 06/05/04 17:14 De : "Hans Omli" <[EMAIL PROTECTED]> A : flexcoders@yahoogroups.com Copie à : Objet : [flexcoders] Can I add scrollbar to a menu? Anyonebeen able to figure out

[flexcoders] Dnamic DataGridColumn

2004-05-03 Thread Eric Guesdon
Hi, Could you help me to add, at runtime, a column to a dataGrid In the same time how to add, at run time, tag to a mx:Model Sorry for my English Eric

RE: [flexcoders] Dnamic DataGridColumn

2004-05-03 Thread Eric Guesdon
Hi, I answer to my question. myDataGrid.columnNames = [firstname,lastnameemail] thanks to all Eric     De: Eric Guesdon [mailto:[EMAIL PROTECTED] Envoyé: lundi 3 mai 2004 23:15 À: flexcoders@yahoogroups.com Objet: [flexcoders] Dnamic DataGridColumn