From: Gary on
Hi all,

How can i set the value of an enumerated type within the GUIDE property inspector. I.e. i want to do the following:

set(handles.activex1, 'playState', 'wmppsPaused');

So set an windows media player activex control to be paused on the click of a button.

I get the following error :

??? Invoke Error: Incorrect number of arguments

Error in ==> GUINAME>pushbutton4_Callback at 311
set(handles.activex1, 'playState', 'wmppsPaused');


Any advice is appreciated! Thanks!