ActiveX and Xbase Languages |
Post Reply |
Author | ||
sakissv
Newbie Joined: 05 May 2009 Location: Greece Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 05 May 2009 at 12:04pm |
|
Hello to all I intend to include your marveless controls into my xBase (Xailer IDE) programs. The main problem is, i can
not have access to CalendarGlobalSettings Class. All other classes methotds and events are ok. Is there
another way to have access to the above properties. Curently using for tests your Ver 13.0 Demo on
Vista Ultimate 32-bit with SP1 and Xailer (xBase Compatible) IDE for writing my programs.
Is there on your plans to use an external file (XML,INI etc) to pass these parameters, it is an easy
and clear way and i think is easy to implemented.
Any help would be apreciate
TIA
Dionisis
|
||
Auge_Ohr
Groupie Joined: 20 December 2008 Status: Offline Points: 65 |
Post Options
Thanks(0)
|
|
|
||
greetings by OHR
Jimmy |
||
sakissv
Newbie Joined: 05 May 2009 Location: Greece Status: Offline Points: 2 |
Post Options
Thanks(0)
|
|
Hello Jimmy
Many thanks for your answer. i solve the problem with this kind of code:
METHOD FormInitialize( oSender ) CLASS TForm1
LOCAL GLOBALSettings:= NIL SetLanguage(26)
GlobalSettings:= CreateObject("Codejock.CalendarGlobalSettings.13.0.0") WITH OBJECT GlobalSettings :License:="Calendar Control Copyright (c) 2003-2009 Codejock Software"+CRLF+; "PRODUCT-ID: Codejock.Calendar.ActiveX.v13.0"+CRLF+; "VALIDATE-CODE: XXX-XXX-XXX-XXX" :ResourceFile:= Application:cDirectory+"SuitePro.ResourceEl.dll" :UseResourceFileLocale:=.T. MsgInfo(:License) END WITH RETURN NIL
For my programs i use Xailer+ xHarbour.
Best Regards
Dionisis
|
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |