I have a search
dialog (TitleWindow), which also shows the results of the search. User is able
to select a value from the result list to be used in the main window. To improve
the usability I have been adding a possibility to use double-click to both
select the value and close the popup (the previous version of the dialog
required a separate OK-button clicking). The problem I am facing is that if I
delete the dialog when cellPress event is called it causes program to crash.
I have included
sample code to demonstrate the problem. Popup dialog can be closed and reopened
if closing is done with Close-button. But if closing is done by pressing a cell
in DataGrid the dialog cannot be reopened.
What may cause this
to happen? Is there any workaround for the problem?
Markus
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Computer software testing | Macromedia flex | Development |
| Software developer |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
DeletePopUpProblem.mxml
Description: Binary data
DeletePopUpDialog.mxml
Description: Binary data

