2009-12-02 03:18 UTC
I have a button that when pushed it updates the below label.... but it keeps writing text on top of text...
the resulting screen shot is after clicking through what should print "Retainer group no. 1" then "Retainer group no. 2" , then
"Retainer group no. 3", then "Retainer group no. 4"
but the 1,2,3, 4 all get piled up on top of one another......
This was my code....
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 (strcat "Retainer group no. " (itoa ret_group_no)))
and I even tried this to attempt to clear it out.. nothing worked...
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 " ")
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 (strcat "Retainer group no. " (itoa ret_group_no)))
Any thoughts? This is the first time I have seen this happen.....
the resulting screen shot is after clicking through what should print "Retainer group no. 1" then "Retainer group no. 2" , then
"Retainer group no. 3", then "Retainer group no. 4"
but the 1,2,3, 4 all get piled up on top of one another......
This was my code....
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 (strcat "Retainer group no. " (itoa ret_group_no)))
and I even tried this to attempt to clear it out.. nothing worked...
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 " ")
(dcl_Control_SetCaption Parametrics_grouping_setup_Label2 (strcat "Retainer group no. " (itoa ret_group_no)))
Any thoughts? This is the first time I have seen this happen.....





