[flexcoders] Popup component

2005-08-24 Thread Alberto Albericio Salvador
Hi all, I have a question: When I use a main viewstack like this: mx:ViewStack id=appView selectedChild=... view:Login id=login / view:MainScreen id=appView / /mx:ViewStack Where view:Login is basically a TitleWindow... how can I make this component to be a popup component? This short is

[flexcoders] Need immediate Help about Flex and Spring

2005-08-24 Thread sandip_patil01
Dear All, I want to develop sample application using Macromedia Flex and Spring Frmaework. Here what I want I am creating User.mxml form which has two text boxes for entering usernamr and password. When user eneter username password the request will go to Spring from there it will display

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
thanks a lot philippe... it works well exceot for the diabled color it doesnt work my code is: popupwindow.mxml: ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" backgroundColor="#FF" mx:Script function showWindow(modal)

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread superabe superabe
Thanks for the answers. I think the custom wrapper solution will work best for me. Pity we cant specify this in a flex_config type file. - superabe On 8/23/05, Matt Horn [EMAIL PROTECTED] wrote: If you're writing your application as a JSP, you can pass it as the value of a param tag:

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Philippe Maegerman
Indeed I didn't try with a popup. You can adjust the TitleWindow transparency with the 'modalTransparency' attribute, I found this in the doc: modalTransparency Type: Number CSS Inheritance: yesModality is simulated by creating a large transparent window underneath the TitleWindow

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread Clint Modien
You could put it in an xml file. When the app loads read the value from the xml (config) file and set the global value at runtime. On 8/24/05, superabe superabe [EMAIL PROTECTED] wrote: Thanks for the answers.I think the custom wrapper solution will work best for me.Pity we cant specify this in

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
thanks a lot philip. i have learnt a lot from u thank you sooo much..Philippe Maegerman [EMAIL PROTECTED] wrote: Found a little hack to change the transparency color, I don't think this is officialy supported (oops I did it again ;)) mx:TitleWindow

[flexcoders] Re: Flex App with RSL fails in Standalone Flash Player

2005-08-24 Thread Kevin Broce
Matt: Thanks so much for the information. I was able to get the app to run in the standalone version using File-Open and referencing localhost. I couldn't get it to work using a crossdomain file. However, your post got me to think hard about what I was actually doing. Obviously there is a

[flexcoders] Cairngorm Development Cycle

2005-08-24 Thread spbarber101
I have just started to build an application in Flex and decided to go with the Cairngorm framework. I am going to be using Coldfusion via Flash Remoting as my backend business logic. Is there any particular order in which developers build there applications in Flex using Cairngorm? What i

[flexcoders] Question about dragging image

2005-08-24 Thread sojiro59
I finally succeed in dragging image from a accordion to a calendar, which is a grid with griditem. But my problem is that i wanted to make possible the action of dragging the items dragged on the calendar. I explain : i succeed in creating a copy of an image which can be dragged to the calendar,

RE: [flexcoders] Setting fontWeight on a DataGrid Row

2005-08-24 Thread Philippe Maegerman
Maybe a cellRenderer? myGrid.getColumnAt(3).cellRenderer = "MyCellRenderer"; Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim BlairSent: mercredi 24 août 2005 16:32To: Flex CodersSubject: [flexcoders] Setting fontWeight on a DataGrid Row