[flexcoders] How to fix multiselected drag drop!

2006-02-04 Thread flexhtoo
Hi, If multipleSelection property of List that can multiselected list but multiselected list can't drag into other List? How would we do?Thanks Pls! === CODE ===

[flexcoders] Re: flex companyapp example

2006-02-04 Thread ze_fsaldanha
Ok now I see Thanks Christophe --- In flexcoders@yahoogroups.com, "ccoenraets" <[EMAIL PROTECTED]> wrote: > > We use an embedded HSQLDB database for the Enterprise Services samples. > See CompanyAssembler.java and CompanyDAO.java for more details on data > access in that specific application

[flexcoders] Re: flex companyapp example

2006-02-04 Thread ccoenraets
We use an embedded HSQLDB database for the Enterprise Services samples. See CompanyAssembler.java and CompanyDAO.java for more details on data access in that specific application. Christophe --- In flexcoders@yahoogroups.com, "ze_fsaldanha" <[EMAIL PROTECTED]> wrote: > > Hi > > I am new to flex

[flexcoders] flex companyapp example

2006-02-04 Thread ze_fsaldanha
Hi I am new to flex and now I play around with some ex. of samples and in companyapp where is de data dont have xml file no database, the data is stored in remoteObject in a classe .as file? some Help needed Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/f

[flexcoders] Re: How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-04 Thread flexargg
Hi Brian, After adding your three lines, SharedObject.getRemote return NULL again !!! --- In flexcoders@yahoogroups.com, Brian Lesser <[EMAIL PROTECTED]> wrote: > > Totally wild guess, but trying adding these three lines after your > import statements: > > NetConnection.defaultObjectEncoding =

[flexcoders] setMask

2006-02-04 Thread Dmitry Miller
Working on a component with a custom shaped border. I thnk this can be accomplished by setMask method. I could not find any good documentation on how exactly masking works in Flex/Flash. Could someone provide an example or point to a good documentation, please? Dmitry -- Flexcoders Mailing L

Fwd: [flexcoders] Flex 2: popup depth management

2006-02-04 Thread Scott Langeberg
I should clarify that I'm really going for a floating window effect like Jesse Warden's: http://dev.jessewarden.com/dndv5/dm.htmScott-- Forwarded message -- From: Scott Langeberg <[EMAIL PROTECTED]>Date: Feb 4, 2006 2:07 PMSubject: Re: [flexcoders] Flex 2: popup depth management

Re: [flexcoders] Flex 2: popup depth management

2006-02-04 Thread Scott Langeberg
What I want is the dragging function of those windows created by PopUpManager. My own dragging implementation is buggy and has a lot of flicker. Granted, I don't know the ins and outs of flex graphics and mouse API. However, I know exactly what I'd do in Flash, unfortunately! ScottOn 2/4/06, Teo

RE: [flexcoders] setUsernamePassword and J2EE login

2006-02-04 Thread Jim Schneider
I finally got back to looking at this. I Instrumented my code to look at flashgateway.Gateway.getHttpRequest().getRemotePrincipal() and getRemoteUser().  RemoteUser is empty and remote principal is null. I see the userid/password credentials in the amf trace from the client (setting Usern

Re: [flexcoders] How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-04 Thread Brian Lesser
Totally wild guess, but trying adding these three lines after your import statements: NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0; NetStream.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0; SharedObject.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0; For

RE: [flexcoders] Flex-Struts configration

2006-02-04 Thread David Mendels
Hope this helps: http://www.macromedia.com/devnet/flex/articles/struts.html   -David Adobe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Husain KitabiSent: Saturday, February 04, 2006 9:38 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Fle

[flexcoders] Passing nested objects to ColdFusion via WebService

2006-02-04 Thread Jason Y. Kwong
I'm attempting to call a CFC from a Flex 2.0 app.  I would prefer to use RemoteObject but our ColdFusion server is running on Linux so we've got no Flex Connectivity.  So I'm still using the WebService object to make calls via SOAP.  This works fine normally, but things mess up if I try to pass

Re: [flexcoders] Flex-Struts configration

2006-02-04 Thread Husain Kitabi
I am just wondering why would you require struts and flex. anyway, look into web.xml file   Srikanth <[EMAIL PROTECTED]> wrote: Hello,Could you please explain the confiration and Integration of the Flex and Struts? Please send a sample code/link for that.Thanks in advance,with Regards,Srikan

[flexcoders] How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-04 Thread flexargg
I have written the following code and SharedObject.getRemote return NULL !!! http://www.macromedia.com/2005/mxml"; width="100%" height="100%" creationComplete="initApp()"> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Arch

[flexcoders] How to assign attribute value in XML?

2006-02-04 Thread flexhtoo
Hi Flex. A.What method to assign/update the attribute value of XML object? var testXML:XML = ; [EMAIL PROTECTED] = 20; 1) It isn't sutiable because of I didn't konw what attribute is to assign value. 2) But I have just attribute name with string value. For instance var a:String = "attr1"; //

Re: [flexcoders] Flex 2: popup depth management

2006-02-04 Thread Teoti Graphix
Hello, I am going out on a limb here and would love someone to correct me if I am wrong. "The PopUpManager singleton class creates new top-level windows and places or removes those windows from the layer on top of all other visible windows. See the SystemManager for a description of the laye

Re: [flexcoders] Styling Panels and Buttons

2006-02-04 Thread Teoti Graphix
I tried your same example, it works fine, using the styleName property. Don't know other that you might be using styles that are not implemented or not obvious in the style change. Just for your own test, in your selector style, insert a color style, change it and see if your styleName is work