PDA

View Full Version : Send a click to winbutton?


Buffman
01-16-2008, 11:37 AM
Using a standard button I can use Button.SetState()

...but I don't see a similar action for Plugin actions.

How can I send a click to my winbutton?

Thanks!

holtgrewe
01-16-2008, 11:42 AM
I've never used it, but there is a Page.ClickObject("ObjName") that may work for you...

Buffman
01-16-2008, 12:01 PM
ahhh thanks! That was it!