[flexcoders] RemoteObject and Arguments Order

2008-03-25 Thread Franca Daniel
HI all, Iam using remoteObject (WebOrb) in my flex application and i got a problem with arguments order, argumentNames doen´t working. Thats only work when i fill argumentNames with same Server side declaration order, Whys that ? why we need argumentNames array ? Anyone have a idead ?

[flexcoders]MUltiply PrintDataGrid

2006-08-31 Thread Franca Daniel
--- Franca Daniel [EMAIL PROTECTED] escreveu: Data: Thu, 31 Aug 2006 15:14:42 + (GMT) De: Franca Daniel [EMAIL PROTECTED] Assunto: [FlexCoders]MUltiply PrintDataGrid Para: flexcoders@yahoogroups.com Hi, I need to use a dynamic number of PrintDataGrid to make a Report

[FlexCoders]MUltiply PrintDataGrid

2006-08-31 Thread Franca Daniel
Hi, I need to use a dynamic number of PrintDataGrid to make a Report. Anyone hava some idea how to do that ? Thank you! ___ O Yahoo! está de cara nova. Venha conferir! http://br.yahoo.com -- Flexcoders Mailing List

[flexcoders] how to get a tree item in flex 2.0 beta 3 ?

2006-06-06 Thread Franca Daniel
HI, I am trying to jump to beta 3 but getItemAt does not exists anymore in Trees, so how to do that ? Thanks! __ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/

[flexcoders] WebService in Beta 3

2006-06-01 Thread Franca Daniel
Hi, I was working with flex 2.0 beta 2 and i jump to beta 3.0 yesterday. my webservices does not work anymore. i put destination on same xml file. I need some adictional configuration in beta 3 or what ? Please help me, i need to finish a job! Thank you all! my destination is defined

[flexcoders] Repeater Creationcomplete

2006-05-18 Thread Franca Daniel
Hi All, I am trying to set a dataprovider to a Repeater object on Createcomplete but Repeater dont call it, Anyone knows why ? Thank you! ___ Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e

[flexcoders] getting Date from webservices

2006-05-15 Thread Franca Daniel
i wrote a webservice using c# and it return a DateTime object. When i use it in flex the date looks like a stranger number, anyone knows how to convert it to a Date object in flex ? thank you! Daniel ___ Navegue com o Yahoo! Acesso

[flexcoders] How to use flash movies in mxml flex files ?

2006-05-10 Thread Franca Daniel
i need to put a flash movie inside a mxml page, how cani do that ? thank you! ___ Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. http://br.info.mail.yahoo.com/ --

[flexcoders] MenuItem with icon

2006-05-10 Thread Franca Daniel
How can i put icon on menuitem ? i have trying this : mx:XML menuitem label=Option menuitem label= A1 data=""> icon=images/ico.png/ menuitem label=A2 data="" / menuitem label=A3 data="" / /menuitem /mx:XML but does not work... HELP PLEASE!

[flexcoders] Current Node in tree when drop

2006-05-09 Thread Franca Daniel
How can i get current node of the Tree when i drop a element from grid to that Tree ? Help please, Thank you! ___ Navegue com o Yahoo! Acesso Grátis, assista aos jogos do Brasil na Copa e ganhe prêmios de hora em hora!

RE: [flexcoders] Current Node in tree when drop

2006-05-09 Thread Franca Daniel
called calculateDropIndex() which (according to the docs) you should be able to call from your dragOver and dragDrop handlers to work out the drop location within the tree. Paul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Franca Daniel Sent

[flexcoders] Drag and drop DataGrid to Tree

2006-05-06 Thread Franca Daniel
Hey you all, i am trying build a application where i need drag a item from DataGrid to drop in a Tree. Anyone have a idea how to do that ? Please help me ,Thank you! ___ Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de

[flexcoders] Security WebService Flex 2.0

2006-05-03 Thread Franca Daniel
I have a Problem, when i use a xml WebService like this : mx:WebService id=employeeWS wsdl=http://localhost/EProcPrimariaWS/Service1.asmx?wsdl showBusyCursor=true fault=Alerted(event.fault.faultstring) it work in local machine, but when i try to use that in a remote machine i got this