New Flag in Button Command

Not applicable
06-25-2017
05:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i can see a new flag with button command -hlc -highLightColor which requires float values as the -bgc flag
window -width 400;
columnLayout -adjustableColumn true;
$btn1 = `button -label "button 1" `;
$btn2 = `button -label "button 2" -enable true`;
button -e -hlc 1.0 1.0 1.0 $btn1;
showWindow;
-highlightColor(-hlc) | float float float | ![]() ![]() ![]() |
|
Trying to use it but simply nothing happens. Can somebody guide me to the solution.
Thanks
Sachin Gautam
Lighting TD
Technicolor India