Calender month picker error??

Started by Hypersonic · 2011-07-09 15:26 UTC · 3 replies · SMF topic #1653


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?
author=Hypersonic link=topic=1653.msg8207#msg8207 date=1310225191 wrote:
...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 {2}?

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!