GregMalick
10-09-2004, 08:22 PM
I just noticed this bug in ctlstate.
throw this code in a non-modal panel:
...
xx = ctlstate("E",true,20,"xx_UDF");
...
// dummy UDF
xx_UDF: a { info(a); }
You'll notice that when the panel is displayed that the ctlstate button is not initialized to ON.
Dontcha love having to type parameters that get ignored. ;)
throw this code in a non-modal panel:
...
xx = ctlstate("E",true,20,"xx_UDF");
...
// dummy UDF
xx_UDF: a { info(a); }
You'll notice that when the panel is displayed that the ctlstate button is not initialized to ON.
Dontcha love having to type parameters that get ignored. ;)