Object.SetShadow Doesn't Work?
from
WinCustomize Forums
I'm not sure if this is a bug or if it never was allowed. Usually I set shadows using the GUI.
I think it RC 3.49c that I'm using.
The code below doesn't work even if expanded to using the full namespace DesktopX.Object("myobj").
I assume this should apply a shadow to all states according to the documentation?
I think it RC 3.49c that I'm using.
The code below doesn't work even if expanded to using the full namespace DesktopX.Object("myobj").
I assume this should apply a shadow to all states according to the documentation?
Code: vbscript
- Object.SetShadow True,25,128,10,10,RGB(120,0,80)
- It does work for individual states
- Object.States("Mouse away").SetShadow True,25,128,10,10,RGB(120,0,80)