Hi,
I was wondering if it was possible to mimic the "modalMask" feature which is available in the Window
widget (greys out everything except the window itself), but for non-root canvas/layout widgets ...
I'd like to constrain the user to one specific sub-layout within a multi-layout screen and accompany them in
a "wizard"-like approach ... Something similar to what Ext-JS calls Spotlight, which can be seen @
http://dev.sencha.com/deploy/dev/examples/core/spotlight.html ...
I've played around with showClickMask() and bringToFront(), etc but I believe non-root layouts can't be
changed their Z-order ...
Any idea how this could be achieved using SmartClient 8, other than deparenting the concerned layouts
and manually managing their TOP/LEFT/HEIGHT/WIDTH properties to artificially align with their now
deparented container ?
Thanking you in advance for any suggestions or ideas on how to achieve something similar in the
simplest way possible ...
Kind regards,
I was wondering if it was possible to mimic the "modalMask" feature which is available in the Window
widget (greys out everything except the window itself), but for non-root canvas/layout widgets ...
I'd like to constrain the user to one specific sub-layout within a multi-layout screen and accompany them in
a "wizard"-like approach ... Something similar to what Ext-JS calls Spotlight, which can be seen @
http://dev.sencha.com/deploy/dev/examples/core/spotlight.html ...
I've played around with showClickMask() and bringToFront(), etc but I believe non-root layouts can't be
changed their Z-order ...
Any idea how this could be achieved using SmartClient 8, other than deparenting the concerned layouts
and manually managing their TOP/LEFT/HEIGHT/WIDTH properties to artificially align with their now
deparented container ?
Thanking you in advance for any suggestions or ideas on how to achieve something similar in the
simplest way possible ...
Kind regards,
Comment