Great solutions, however... What if I use Cairngorm as a Library. This
means that it's outside my Application project and it wouldn't be
possible to instance in the Command a TitleWindow located in the project.

Any ideas?

Thanks in advance!

--- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> Is it possible to create and remove a popup in a Cairngorm command?  I 
> have a simple application that has two primary components; sidePanel 
> and mainPanel.  Various child components are added to the primary 
> components, depending on the state of the application.  What I want to 
> do is create a popup in the mainPanel when the user clicks a search 
> button in the sidePanel.  The popup is a small component that shows a 
> progress bar with a searching label.  In the searching command, 
> executed with a cairngormEvent when the sidePanel search button is 
> clicked, I want to create the popup.  onResult, remove the popup and 
> change state to display a grid.  onFault, remove the popup and display 
> an Alert.  I'm having a problem referencing the mainPanel as the popup 
> parent and listening for an event to remove the popup.  I've tried 
> several different approaches with no success.  If anyone could get me 
> moving in the right direction, I would greatly appreciate it.
> 
> Thanks in advance,
> Tim Hoff
>


Reply via email to