RES: [flexcoders] Re: Flex 2.0 : How to validate form fields ?

2005-12-01 Thread Michel Bertrand
@yahoogroups.com, Michel Bertrand [EMAIL PROTECTED] wrote: Hi ! I've tried to find an approuch to validate fields of a data form. chech this: http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?forumid =72catid=582flcache=2109871 -- Flexcoders Mailing List FAQ: http

[flexcoders] Flex 2.0 : How to validate form fields ?

2005-11-30 Thread Michel Bertrand
Title: Flex 2.0 : How to validate form fields ? Hi ! I've tried to find an approuch to validate fields of a data form. Actually, my form looks like: ?xml version=1.0 encoding=utf-8? mx:Canvas creationComplete=onComplete() mx:Metadata [Event(validate)] /mx:Metadata

[flexcoders] Flex 2.0: DataGrid.addChild - TypeError

2005-11-23 Thread Michel Bertrand
Title: Flex 2.0: DataGrid.addChild - TypeError Hello ! I've got TypeError: Error #1034: Type Coersion failed: cannot convert [EMAIL PROTECTED] to flash.display.DisplayObject in Flex 2.0. I have the error using mx.controls.DataGrid in the following way: var dataProvider:Array = new

RES: [flexcoders] Flex 2.0 - Loader - Error #2036 : Load Never Completed

2005-11-21 Thread Michel Bertrand
ode. I'm using Flash Player version 8,5,0,133. Any idea ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia -- Flexcoders Mailing List FAQ: http://groups.yahoo

RES: [flexcoders] Flex 2.0 - Loader - Error #2036 : Load Never Completed

2005-11-21 Thread Michel Bertrand
"source" contains the path to my MXML that is located at the same directory of MyLoader, for example, "source" content is "MyComponent.mxml.swf". So, I've ever had "Error #2036 : Load Never Completed" when running this code.

[flexcoders] Flex 2.0 - Another way to load a SWF ?

2005-11-18 Thread Michel Bertrand
! Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Flex 2.0 - Loader - Error #2036 : Load Never Completed

2005-11-17 Thread Michel Bertrand
of MyLoader, for example, source content is MyComponent.mxml.swf. So, I've ever had Error #2036 : Load Never Completed when running this code. I'm using Flash Player version 8,5,0,133. Any idea ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse

[flexcoders] Flex Builder 2.0 - HTTPService - Security Error

2005-11-11 Thread Michel Bertrand
taServiceTest useProxy=false /mx:HTTPService I'm sure that URL (Servlet) works perfectly. I can access it by hand and it's not a protected URI. Did I miss something ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse www.datasuldirect.com.br e conheça mais sobr

RES: [flexcoders] Flex Builder 2.0 - HTTPService - Security Error

2005-11-11 Thread Michel Bertrand
00 size=2>http://localhost:8080/Teste/servlet/DataServiceTest"useProxy="false" /mx:HTTPService I'm sure that URL (Servlet) works perfectly. I can access it by hand and it's not a protected URI. Did I miss something ? Thanks in advance !

RES: [flexcoders] HTTPService and Flex 2.0

2005-11-09 Thread Michel Bertrand
lhost:8080/Teste/servlet/TestDataService" 6 useProxy="false"/ The editor marks line 3 (method="POST") as error reason, any idea ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça mai

[flexcoders] Flex running on JBoss 4.03

2005-10-31 Thread Michel Bertrand
-objects registered. The same application works on JBoss 4.0.1 SP1 without any error. Any ideia ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia -- Flexcoders Mailing

RES: [flexcoders] Flex running on JBoss 4.03

2005-10-31 Thread Michel Bertrand
registered. The same application works on JBoss 4.0.1 SP1 without any error. Any ideia ? Thanks in advance ! Michel Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia -- Flexcoders Ma

[flexcoders] ViewHelper and Cairngorm

2005-10-27 Thread Michel Bertrand
Title: ViewHelper and Cairngorm Hello ! How can I use ViewHelper on Cairngorm ? Could anybody give me a sample ? Thanks in advance, Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse www.datasuldirect.com.br e conheça mais sobre os produtos e soluções de tecnologia

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
r( event );" fault="event.call.faultHandler( event );" /mx:RemoteObject What's wrong ? Where should I look for the error ? Thanks in advance, Michel Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
showBusyCursor="true" result="event.call.resultHandler( event );" fault="event.call.faultHandler( event );" /mx:RemoteObject What's

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
fault="event.call.faultHandler( event );" /mx:RemoteObject What's wrong ? Where should I look for the error ? Thanks in advance, Michel Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect

[flexcoders] Remote Object not found in Flex config

2005-10-25 Thread Michel Bertrand
protocol=http showBusyCursor=true result=event.call.resultHandler( event ); fault=event.call.faultHandler( event ); /mx:RemoteObject What's wrong ? Where should I look for the error ? Thanks in advance, Michel Bertrand | Desenvolvimento | DATASUL Tecnologia Acesse

[flexcoders] Cairngorm and FrontControllers

2005-10-18 Thread Michel Bertrand
Title: Cairngorm and FrontControllers Hi ! About Cairngorn FrontController, how many should I have per application ? Exactly one or could I have more ? Thanks in advance ! Michel. -- Flexcoders Mailing List FAQ:

RES: [flexcoders] Getting a null object reference

2005-10-05 Thread Michel Bertrand
Title: Mensagem Hi ! You were right ! Iadded"creationComplete" to Compositionand now I have everything working ! Thank you very much ! My last test fail due to a mistake. Regards, Michel. -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em

RES: [flexcoders] Getting a null object reference

2005-10-04 Thread Michel Bertrand
Title: Mensagem Thank you for your suggestion ... I changed to creationComplete, but still not working ... -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Matt ChotinEnviada em: terça-feira, 4 de outubro de 2005 01:32Para:

[flexcoders] Getting a null object reference

2005-10-03 Thread Michel Bertrand
Title: Getting a null object reference Hi ! I'm trying to do the following: mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml xmlns:framework=com.datasul.framework.ui.template.view.* width=100% height=100% initialize=initialize() mx:Script ![CDATA[

[flexcoders] Compilation Error - Unresolved Symbol

2005-09-29 Thread Michel Bertrand
Title: Compilation Error - Unresolved Symbol Hi ! I'm having the following compilation error: Unresolved symbol, , required by __Packages.SideSelector I don't know how to fix it. I don't know to find out where is the piece of code causing the error. Below the component code for

RES: [flexcoders] Compilation Error - Unresolved Symbol

2005-09-29 Thread Michel Bertrand
Title: Mensagem Just to register ... I found the error ... I cannothave icon="" in the code ... -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Michel BertrandEnviada em: quinta-feira, 29 de setembro de 2005 11:20Para:

[flexcoders] ClassUtil Question

2005-09-21 Thread Michel Bertrand
Title: ClassUtil Question Hi ! Can I use mx.utils.ClassUtil to load an MXML file ? Thanks in advance ! Michel. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Help to create an object instance dynamically

2005-09-15 Thread Michel Bertrand
Title: Help to create an object instance dynamically Hi all ! I'm trying to get a component instance using the following: var workspace:Workspace = Workspace.getInstance(); var name:String = com.datasul.framework.custom.view.LoanForm; var type:Function =

RES: [flexcoders] Cairgorm features

2005-09-02 Thread Michel Bertrand
Title: Mensagem Hello Steven ! -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Steven WebsterEnviada em: quinta-feira, 1 de setembro de 2005 17:04Para: flexcoders@yahoogroups.comAssunto: RE: [flexcoders] Cairgorm features Hey Michel, -

[flexcoders] Creating a new Flex component

2005-08-17 Thread Michel Bertrand
Title: Creating a new Flex component Hello ! I would like to create some new Flex components, like extended grids, text input and so on. My ideia is not only to add some new behavior to them but new faces too. Does anybody know where could a find documentation about it ? Thanks in

RES: [flexcoders] Creating a new Flex component

2005-08-17 Thread Michel Bertrand
Title: Mensagem Thanks ! I will take a look on it ! -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Tariq AhmedEnviada em: quarta-feira, 17 de agosto de 2005 13:26Para: flexcoders@yahoogroups.comAssunto: Re: [flexcoders]

[flexcoders] Dinamically adding itens to a grid

2005-08-15 Thread Michel Bertrand
Title: Dinamically adding itens to a grid Hi all ! I'm new at the list and a new flex coder. I'm trying to add GridRows to a Grid using the following code: function addFilterCondition(){ var fieldName = new ComboBox(); var operation = new TextInput(); var condition

RES: [flexcoders] Dinamically adding itens to a grid

2005-08-15 Thread Michel Bertrand
Title: Mensagem Hi Allen ! Thanks for your answer ! I tried to use aDataGrid and it's property of type DataProvider but I didn't have success. I got a message saying that this kind of container cannot display visual components. I will try do build my component in another way.