Login  Register

Re: DatePresenter

Posted by Andy Bower-3 on Nov 26, 2005; 9:38am
URL: https://forum.world.st/DatePresenter-tp3376496p3376506.html

Pablo,

> When you intent to edit DatePresenter.Picker view you have wallback .
> How can i fix it?
> I cannot convertiong my projects from 5 to 6 with this problem

What OS are you using? This doesn't seem to occur under Windows XP
although there is quite plainly a problem in CommCtrlLibrary
class>>defaultInitFlags. This has been recorded as issue #2015 and will
be fixed in the first path release.

Until then, try filing in the following piece of code:

-
!CommCtrlLibrary class methodsFor!

defaultInitFlags
        ^ICC_WIN95_CLASSES | ICC_DATE_CLASSES! !
!CommCtrlLibrary class categoriesFor:
#defaultInitFlags!accessing!private! !

CommCtrlLibrary
        initFlags: CommCtrlLibrary
        defaultInitFlags; closeDefault.!
-

Best regards,

Andy Bower
Dolphin Support
www.object-arts.com