2009-11-11 10:15 UTC
NOTE: All issues raised in this thread were related to a particular series of builds where the control painting methodology was being redesigned.
These issues have now been RESOLVED.
kwb.
///------------------------------------------------------------------------------------------
I'd like as many people as possible to try to run this code.
It's a simple Tab Control with 3 Pages
When the code is run ;
Command : DOIT
The user should see Page 1
.. a TextButton, A textBox and a Graphics Button.
Ditto for Page 2
Ditto for Page 3.
If you can't see the controls, just move the mouse pointer over the tab page.
If you can't see the TextBox properly, Click the button.
if you cant see the graphicButton Select (Pick) on the Tab Page till you find it.
This is not a trick program.
I'm getting different results on different computers ...
Please post back with your results
and AcaD Version, OpenDCL Version, Machine details(if possible).
Best Regards and Thanks
kerry
;; Test Code
;; 20091111 kdub@home
;|<>|;
(defun c:doit () (c:Test60012b))
;;----------------------------------------------------------------
(defun c:Test60012b (/ DialogReturn)
(command "_OPENDCL")
(dcl_Project_Load "kdub60012b.odcl" T)
;; Show the main form
(setq DialogReturn (dcl_Form_Show kdub60012b_Main))
;;------
(princ)
)
;|<>|;
;|<>|;
;;-----------
;;-----------
(princ " << Enter DOIT or 'Test60012b' command to run >> \n")
These issues have now been RESOLVED.
kwb.
///------------------------------------------------------------------------------------------
I'd like as many people as possible to try to run this code.
It's a simple Tab Control with 3 Pages
When the code is run ;
Command : DOIT
The user should see Page 1
.. a TextButton, A textBox and a Graphics Button.
Ditto for Page 2
Ditto for Page 3.
If you can't see the controls, just move the mouse pointer over the tab page.
If you can't see the TextBox properly, Click the button.
if you cant see the graphicButton Select (Pick) on the Tab Page till you find it.
This is not a trick program.
I'm getting different results on different computers ...
Please post back with your results
and AcaD Version, OpenDCL Version, Machine details(if possible).
Best Regards and Thanks
kerry
;; Test Code
;; 20091111 kdub@home
;|<>|;
(defun c:doit () (c:Test60012b))
;;----------------------------------------------------------------
(defun c:Test60012b (/ DialogReturn)
(command "_OPENDCL")
(dcl_Project_Load "kdub60012b.odcl" T)
;; Show the main form
(setq DialogReturn (dcl_Form_Show kdub60012b_Main))
;;------
(princ)
)
;|<>|;
;|<>|;
;;-----------
;;-----------
(princ " << Enter DOIT or 'Test60012b' command to run >> \n")










