|
I am experiencing weird runtime errors when I make
selections in a MenuBar. I could not exactly replicate the issue as it happens
intermittently but it seems to happen if the following sequence occurs: - Selection from MenuBar fires event. - Event handler changes state. - MenuBar gets (temporarily) replaced with some other
content. For example a dialog. - Dialog gets closed via a Button click event handler. - Prior state gets restored. MenuBar is visible again. - Trying to select the same or another option from the
MenuBar results into a serious runtime error. Does anybody know what I am doing wrong or a solution for
the issue? Otherwise I would have to completely do without the MenuBar control.
The problem is, that we are building a soft phone solution with Flex and one of
the requirements is, that it uses a limited amount of screen real estate. Therefore
we kind of constantly replace things with other things in order to display
warnings, system messages, etc. Flex seemed to be ideal for this kind of RIA
but we cannot get the FocusInHandler issue resolved… Much appreciated! Ralf -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|

