Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    controling drawing queue

    Hi,

    Is there any way to control the behavior of the drawing queue? Here is the problem I have: I would like to give user a feedback on potentially lengthy operation that ends up by rendering a Tab.

    In a TabSelectedHandler SC.showPrompt(), before the lengthy operation, wrapped in a DeferredCommand, but the prompt message is displayed after the operation completes.

    TabSelectedHandler doc says that TabSelectedEvent is triggered from draw(), if the pane was not displayed before.

    Is there any way to force showPrompt(), even if called within a draw event?

    Best,

    Predrag
Working...
X