% character not happy

Started by The Dark Princess, November 15, 2009, 12:59:16 PM

Previous topic - Next topic

The Dark Princess

(defun c:DSAISoft_FRIT_OnInitialize (/)
(dcl_Control_SetText DSAISoft_FRIT_FRITSIZE (rtos objsize 2 1))
(dcl_Control_SetText DSAISOFT_FRIT_MIN_SHADE (rtos minshade 2 1));(strcat (rtos minshade 2 1) "%"))
(dcl_Control_SetText DSAISoft_MAX_FRIT_SHADE (rtos shade 2 1));(strcat (rtos shade 2 1) "%"))
)

notice the commented sections - addong thw % character cause the text_box to not display anything.

Is % a non-usable character?

No rush - I've already worked around it thanks

Jamie

owenwengerd

#1
Are you using OpenDCL 6.0 Alpha 12? What is the filter style and font set to for the textbox? Does the text appear if you switch to a different application, then back to AutoCAD?