[flexcoders] HELPPPP... Whitch one I must use RemoteObject or mxml.RemoteObject ?

2007-05-23 Thread Carlos Humberto
Hi all, I've spent hours and hours thinking how to use the showBusyCursor property and I've resolved with simple way, just modifying the import of RemoteObject from import mx.rpc.remoting.RemoteObject to import mx.rpc.remoting.mxml.RemoteObject My question is how can I know when I must use on

Re: [flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
tions are clear. Just follow each step. > > It is free for Remote Objects. There will be a paid version that will > > do everything Data Services can, but that isn't available yet and will > > cost $10,000. > > > > -Peace > > > > -Original Message- &

Re: [flexcoders] Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
-Peace > > -Original Message- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Carlos Humberto > *Sent:* Tuesday, May 22, 2007 10:11 AM > *To:* Lista - Flexcoders > *Subject:* [flexcoders] Solutions FREE for Remote SharedObject > >

[flexcoders] Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
Hi All, Firstly excuse my terrible English. I'm Brazilian ! I like indications of solutions FREE for Remote SharedObject. What do intend to do? Something relatively simple as that: (Remote SharedObject example) Ball control - http://www.themidnightcoders.com/weborb/dotnet/examples.shtm Anybody

[flexcoders] Solutions FREE for Remote SharedObject

2007-05-21 Thread Carlos Humberto
Hi All, Firstly excuse my terrible English. I'm Brazilian ! I like indications of solutions FREE for Remote SharedObject. What do intend to do? Something relatively simple as that: (Remote SharedObject example) Ball control - http://www.themidnightcoders.com/weborb/dotnet/examples.shtm Anybody

[flexcoders] Alguem tem experiencia em FLEX com Central 1.5 ?

2007-05-09 Thread Carlos Humberto
Bom Dia Pessoal, Andei lendo algo sobre Flex com Central 1.5, mas não entendi bem o objetivo... Alguém tem alguma experiência com isso ? Teria a mesma função do Apollo ? De poder migrar uma aplicação Web para o Desktop ? Abraços ! Carlos H.

[flexcoders] Helllp... Error message in a ComboBox ?!

2007-04-24 Thread Carlos Humberto
Hi All, Firstly excuse my terrible English !!! I'm Brazilian. How to define error message in a ComboBox, because it doesn't have the property errorString ? Ex: In textInput use: field.errorString = "error message"; In a ComboBox as it would be? Thank's a lot !

[flexcoders] Error 1009 - keyDownHandler - ComboBox

2007-04-24 Thread Carlos Humberto
Pessoal, Preciso imensamente da ajuda de vocês. Tenho um combobox populado por um XML em um form. Quando venho preenchendo os dados e pulando os campos com o tab e quando chegue no combobox e pressiono KeyDown aparece o erro abaixo... O que seria isso ? Ja tentei de tudo e o erro persiste... Só n

[flexcoders] Bloquear edição direta em NumericSteppe r

2007-04-11 Thread Carlos Humberto
Pessoal, Tenho um NumericStepper que tem um limite minino e maximo. Quando o usuario clica pela seta cima e seta baixo ele nao ultrapassa o limite, mas como bloquear a edição direta pelo usuário ? Já que ele pode colocar o valor diretamente dentro do campo. Abraços, Carlos H.

[flexcoders] How do put HTML in an Alert

2007-04-04 Thread Carlos Humberto
How do put HTML in an Alert? Don't work: Alert.show("Hi", "Alert !", 3, this, handler_alert); Obs: I'm Brazilian. Excuse my terrible English! Thanks a lot ! Carlos H

[flexcoders] Problems with tooltip position

2007-03-30 Thread Carlos Humberto
At first I apologize for my terrible English. I have two TextInput and I want to show a tootip informing that the "caps lock is on" at the both fields. My problem is to position the tooltip because the way I was doing is not the best one. I used the global coordinates and for the first field works