2007-11-06 13:03 UTC
Method SetTabText
This method change the text displayed of a specified tab of the tab control.
AutoLISP Syntax:
(dcl_Tab_SetTabText bik_Pret_Pret_TabControl19
nIndex [as Integer]
text [as string])
doesn't work :(
I have two tabs, on TabControl19 and Lisp code:
(dcl_Tab_SetTabText Example_Test_TabControl19 0 "Example1")
(dcl_Tab_SetTabText Example_Test_TabControl19 1 "Example2")
when run, Autocad message error...
what is wrong?
(sorry my english).
Zbyszek
[attachment deleted by admin]
This method change the text displayed of a specified tab of the tab control.
AutoLISP Syntax:
(dcl_Tab_SetTabText bik_Pret_Pret_TabControl19
nIndex [as Integer]
text [as string])
doesn't work :(
I have two tabs, on TabControl19 and Lisp code:
(dcl_Tab_SetTabText Example_Test_TabControl19 0 "Example1")
(dcl_Tab_SetTabText Example_Test_TabControl19 1 "Example2")
when run, Autocad message error...
what is wrong?
(sorry my english).
Zbyszek
[attachment deleted by admin]