Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I'm working on script where I want to give the color to the menuitem. Suppose it it is x it should be in Red color, Y in green color like that Any idea How? symbolButton -w 35 -h 35 -image "plane.png" -c "ct"; //Right click on the button popupMenu; menuItem -l "X" -c "gh"; menuItem -l "Y" -c "gh"; menuItem -l "Z" -c "hj";
Solved! Go to Solution.