I have a month calender that does not seem to be working, I know a few things changed when I upgraded to a newer version of openDCL and so I checked the
method to get the current selection and changed it as per below.... Yet it still returns nil for the result.
Does anyone have any thoughts on this? Am I doing something wrong or is there a bug in the month picker??
Thanks!
;(setq temp (dcl_Month_GetCurSel job_manager_job_manager_cal1_MonthPicker1));format (2007 7 1) - old no longer works
(setq temp (dcl_Calendar_GetCurSel job_manager_job_manager_cal1_MonthPicker1));updated to new version format r.q. 7/9/2011 - still does not work....
I just did a quick test and GetCurSel worked for me in OpenDCL 6. Can you upload a simple example form and lisp that demonstrates the problem?
Quote from: Hypersonic on July 09, 2011, 08:26:31 AM
...I know a few things changed when I upgraded to a newer version of openDCL and so I checked the
method to get the current selection and changed it as per below...
Hi, I'm not sure if this meets your question but, did you also have a look here (http://www.opendcl.com/forum/index.php?topic=903.0)?
Regards,
Fred
Thanks all, interesting phenomenon with the dxf code stuf... I was able to resolve by erasing the old calender, inserting a new one and reassinging the set / call functions. I think the old caledar was called a "monthpicker" and it must have some compatibility issues with the newer versions.
thank you all!