Cairngorm namspace bug

2005-03-06 Thread dduuggllaa
Is anyone else seeing the following Cairngorm bug: Symptom: Changing namespace reference causes my application to hang. I started with the Index.mxml file from the Cairngorm samples folder, built an app, made some minor changes, everything was fine. However when I changed xmlns:demoView to xml

Re: Cairngorm namspace bug

2005-03-06 Thread dduuggllaa
Steven, Essentially what I did was simply replace all occurences of demoView with playView and then reference playView within Index.mxml and Login.mxml. Thats it. Should just work, but it doesn't. With this single change, logging in is impossible. When I click login I never progress to the next

Re: Cairngorm namspace bug

2005-03-06 Thread dduuggllaa
Robin, Yes, I agree with and routinely use you're suggested approach. In this case, the code surrounding my change is essentially the iteration::two code verbatum. Literally, all I've done is substitute p-l-a-y-V-e-i-w for every occurence of d-e-m-o-V-e-i-w in each of Index.mxml and Login.mxml, r

Re: Cairngorm namspace bug

2005-03-06 Thread dduuggllaa
Steven, Yes. I cloned the demo package tree, and replaced demp with play and throught the directory tree. Note, if I use xmlns:demoView="com.visualio.play.view.*" it works just fine, so the problem does not appear to be with the com.visualio.* hierarchy. I've even hacked a bit on the java class

Re: Cairngorm namspace bug

2005-03-06 Thread dduuggllaa
Dustin, That actually raises an issue I have with the slightly brain damaged FlexBuilder 1.5 tool. I'm running Tomcat not Jrun. I have not found a way to tell the FlexBuilder "Wizard" that I am editing directly with the files in my webapp tree on the server. If you have figured out this incantati

RE: [flexcoders] Cairngorm namspace bug

2005-03-06 Thread Steven Webster
; From: dduuggllaa [mailto:[EMAIL PROTECTED] > Sent: 06 March 2005 18:04 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Cairngorm namspace bug > > > > Is anyone else seeing the following Cairngorm bug: > > Symptom: Changing namespace reference causes my ap

Re: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Robin Hilliard
Hi Douglass, Most of my otherwise inexplicable hangs have involved binding and undefined variable values. I'd try commenting out chunks of code till it runs, then bringing it back bit by bit. Robin http://www.rocketboots.com.au On 07/03/2005, at 8:37 AM, dduuggllaa wrote: Steven, Essentiall

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Steven Webster
/visualio/play/view/LoginViewHelper.as check both those files are there. Steven > -Original Message- > From: dduuggllaa [mailto:[EMAIL PROTECTED] > Sent: 06 March 2005 21:37 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Cairngorm namspace bug &g

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Mercer, Dustin
  From: Steven Webster [mailto:[EMAIL PROTECTED] Sent: Sunday, March 06, 20051:54 PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] Re: Cairngorm namspace bug   Do you have a directory in your webapp com/visualio/play/view/ containing DemoViewHelper.as and LoginViewHelper.as (you

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Dimitrios Gianninas
:[flexcoders] Re: Cairngorm namspace bug Robin, Yes, I agree with and routinely use you're suggested approach. In this case, the code surrounding my change is essentially the iteration::two code verbatum. Literally, all I've done is substitute p-l-a-y-V-e-i-w for every occurence of d-e

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Mercer, Dustin
: [EMAIL PROTECTED] Subject: [flexcoders] Re: Cairngorm namspace bug   Dustin, That actually raises an issue I have with the slightly brain damaged FlexBuilder 1.5 tool. I'm running Tomcat notJrun. I have not found a way to tell the FlexBuilder  "Wizard" that I am editing di

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Matt Chotin
bject: RE: [flexcoders] Re: Cairngorm namspace bug Hi, Attach your files here to the forum so we can try it, reproduce it and hopefully find out what is wrong :) Jimmy Optimal Payments -Original Message- From: dduuggllaa [mailto:[EMAIL PROTECTED] Sent: Sun 3/6/2005 5:02

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-07 Thread Mercer, Dustin
PROTECTED] Subject: [flexcoders] Re: Cairngorm namspace bug   Dustin, That actually raises an issue I have with the slightly brain damaged FlexBuilder 1.5 tool. I'm running Tomcat notJrun. I have not found a way to tell the FlexBuilder  "Wizard" that I am editing directly with the fil