Re: [flexcoders] Cairngorm Issue

2007-12-11 Thread Manu Dhanda
Anyone with some comments on this issue?? Thanks. Manu. Manu Dhanda wrote: Yes, as I said, with the click of the link button, other form load(from loginForm to registerForm). But, the fields on the form are not displaying in a right manner. Only the textfields are being displayed, and

Re: [flexcoders] Cairngorm Issue

2007-12-11 Thread Manu Dhanda
Code for Form: ?xml version=1.0 encoding=utf-8? mx:Form xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import com.mot.stir.model.StirModelLocator; [Bindable] public var model : StirModelLocator = StirModelLocator.getInstance(); ]] /mx:Script

Re: [flexcoders] Cairngorm Issue

2007-12-11 Thread Ralf Bokelberg
What does the code of the forms look like? Cheers Ralf. On Dec 12, 2007 5:25 AM, Manu Dhanda [EMAIL PROTECTED] wrote: Anyone with some comments on this issue?? Thanks. Manu. Manu Dhanda wrote: Yes, as I said, with the click of the link button, other form load(from

Re: [flexcoders] Cairngorm Issue

2007-12-07 Thread Manu Dhanda
Code for ValidatePanel.mxml : ?xml version=1.0 encoding=utf-8? mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:loginview=com.mot.stir.view.loginview.* title=Login horizontalAlign=center verticalAlign=middle mx:Script ![CDATA[

Re: [flexcoders] Cairngorm Issue

2007-12-07 Thread Manu Dhanda
Yes, as I said, with the click of the link button, other form load(from loginForm to registerForm). But, the fields on the form are not displaying in a right manner. Only the textfields are being displayed, and labels in front of those textfields disappered. Thanks. Manu. mydarkspoon wrote:

[flexcoders] Cairngorm Issue

2007-12-06 Thread Manu Dhanda
Hii.. I am trying to learn how to use cairngorm. Now, I am creating Login/Register page. The structure is like below: mx:Panel mx:ViewStack id=validateView selectedChild={ getView( model.workflowState ) } loginview:LoginForm id=loginForm/ loginview:RegisterForm

[flexcoders] Cairngorm issue

2006-04-03 Thread Larry Liang
Hi, I'm trying to use cairngorm 2.0 design pattern to build a ria. Can someone explain a little bit about ModelLocator. It is a new component introduced in Cairgnorm 2. I was just wondering what it does and how should I use it. Thanks, Larry -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Cairngorm issue

2006-04-03 Thread Alex Uhlmann
07:24 To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm issue Hi, I'm trying to use cairngorm 2.0 design pattern to build a ria. Can someone explain a little bit about ModelLocator. It is a new component introduced in Cairgnorm 2. I was just wondering what it does and how should I use