I am using dispatchEvent within my Flex 2 Cairngorm 2 alpha Application root and all is fine. However, when I try using it within a TitleWindow the function...
Rich Tretola
rtretola@...
Feb 23, 2006 6:53 pm
53
Has anyone been able to dispatch an event from an actionscript file successfully ? Rich...
Rich Tretola
rtretola@...
Mar 2, 2006 8:39 am
54
Hi Rich, Yep, its not any different from dispatching from an MXML file, since they are converted to ActionScript anyway. What problem are you having? Cheers, ...
Hey Rich, The Cairngorm controller listens to Application.application, which is in the event flow (and on the display list) of your MXML files but not in the...
Thanks for all of the feedback. I was able to use the sequenceCommand instead but I know wonder, why is that the sequenceCommand works properly when...
Rich Tretola
rtretola@...
Mar 3, 2006 9:47 am
58
Because the SequenceCommand class dispatches the event directly from Application.application. See executeNextCommand(). Best, Alex Alex Uhlmann Consultant...
Well, I didn't follow all your instructions here, but I definitely know the bug you're running aground on. The first thing I tried to do when I got my hands on...
Guys, At Adobe, we use "Postini" spam filter, which automatically filters out emails to us that have certain extensions, like .js, .exe, .zip, etc. It's not...
Hi, The Cairngorm doesn't allow multiple independent applications to work together (each one with his own ServiceLocator and Controller) if they are being...
Hi, The Cairngorm doesn't allow multiple independent applications to work together (each one with his own ServiceLocator and Controller) if they are being...
Hi, may I use the Flex-Java class mapping (registered via Object.registerClass() method) with SOAP webservices or is this feature available for remote object...
I was trying to port the cairngormflexstore sample to flex 2 using cairngorm 2. I'm running into data binding problems, for example: in version 1.5 you could...
I’ve got a quick question, Once a response is sent back from the BusinessDelegate to the Command, should the command “know” about the modelLocator .. and...
There's nothing wrong imnsho with a Command manipulating the model on the ModelLocator directly. "Simplest thing that works" is never wrong, it's just a...
Awesome, thanks! :^) I’m working hard to have the cairngorm diagram explorer done for review by this weekend, it’s going to be a really useful tool for...
Send to me as soon as you have it, and I'll give it a plug during my talk at MAX ! How many of you on this list will be at MAX ? Steven Steven Webster Practice...
Is it ever appropriate to update a VO on the ModelLocator directly from the command (and not by calling a method on the model?) That's what I've done in this...
Hey Guys, I've posted the Cairngorm store code here until iterationtwo.com comes back online: http://www.cairngormdocs.org/exampleapps/CairngormStoreWeb.zip --...
I'll be there :-) Do we want to do an informal Cairngorm BOF gathering? Robin ______________ Robin Hilliard Director - RocketBoots Pty Ltd Consulting ....
Sounds good to me, I’m in. _____ From: cairngorm-devel@yahoogroups.com [mailto:cairngorm-devel@yahoogroups.com] On Behalf Of Robin Hilliard Sent: Sunday,...
Guys, I'm chairing a BoF on Tuesday evening that discusses methodology and frameworks; let's hijaack that for a list get-together. Robin -- great to hear...
Hi Evan, first of all, I think it's great what you're doing here, but I've told you that before. ;) I think most of the times you should call a model object...
Awesome, exactly what I needed :^) Thanks a lot Alex, I see your point and agree. One other factor in here to take into consideration is that we will soon have...
Hey guys .. We've had a consulatant from Silicon Valley come in to reinforce our understanding of the web applicaiton development process. A big topic is...
Evan, I¹d say that Cairngorm is sufficient but not necessary for rapid prototyping, and that it¹s use depends on what you¹re trying to prototype. We¹ll...