Codejock Calendar Samples?

User avatar
Enrico Maria Giordano
Posts: 8734
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Been thanked: 1 time
Contact:

Re: Codejock Calendar Samples?

Post by Enrico Maria Giordano »

lucasdebeltran wrote:Mr. Enrico,

Why are you afraid with exe sizes with present Ram sizes of the Pcs?.


It's not about RAM size, mostly about sending time. But I agree, it is a minor problem. The warnings problem is a more important one:

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25987

lucasdebeltran wrote:Also, I indicated you some swithcs for latest BCC to reduce size. Are you happy with them?.


No, sorry. :-(

EMG
User avatar
Enrico Maria Giordano
Posts: 8734
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Been thanked: 1 time
Contact:

Re: Codejock Calendar Samples?

Post by Enrico Maria Giordano »

Antonio,

Antonio Linares wrote:Enrico,

Here you have a Harbour example similar to yours:


It looks like your sample doesn't act as mine. My sample continually beeps while yours beeps 10 time and then stops. How can it be forced to run the function each second?

EMG
User avatar
Antonio Linares
Site Admin
Posts: 42393
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 9 times
Been thanked: 41 times
Contact:

Re: Codejock Calendar Samples?

Post by Antonio Linares »

Enrico,

You could call GetTickCount() and measure the time for the beeping
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 8734
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Been thanked: 1 time
Contact:

Re: Codejock Calendar Samples?

Post by Enrico Maria Giordano »

Antonio,

Antonio Linares wrote:Enrico,

You could call GetTickCount() and measure the time for the beeping


Unless I'm missing something, your sample calls the function only once. I need something that calls the function once per second. Can it be done using threads?

EMG
User avatar
Antonio Linares
Site Admin
Posts: 42393
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 9 times
Been thanked: 41 times
Contact:

Re: Codejock Calendar Samples?

Post by Antonio Linares »

Enrico,

My idea was to perform an action from the called function, every x seconds

thats why I thought about using GetTickCount(), to wait x seconds to do whatever
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 8734
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Been thanked: 1 time
Contact:

Re: Codejock Calendar Samples?

Post by Enrico Maria Giordano »

Antonio,

Antonio Linares wrote:Enrico,

My idea was to perform an action from the called function, every x seconds

thats why I thought about using GetTickCount(), to wait x seconds to do whatever


Understood! Many thanks, Master! I will try it. I start to experiment with threads using xHarbour, at the moment.

EMG
User avatar
richard-service
Posts: 806
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Codejock Calendar Samples?

Post by richard-service »

Richard Chidiak wrote:Frances Dutch and Norberto

You can download it from http://www.cbati.com/tcodejock.zip if any one else wants to download he is welcome, of course you will need to have the license from codejock and insert your own license number.

The class was made to fit my needs, i use it for scheduling , version 15.0.2 of the control installed one year ago.

You will find all the elements to get started with, i have joined the resources and images i use also.

If you need help, let me know , codejock is a fantastic product while their support is very bad... unfortunately. Initially the class was set by Reinaldo Crespo and Tim Stone and highly updated by me.
Special thanks also to Daniel Garcia Gil who helped me also getting stated a year ago.

Having more fivewinners using this control is good, we may share more expertise.

Looking forward for your comments,

To Lucas , there is no way to compare the calex class to codejock, there is a lot to do for the same functions. I have joined some images of what can be done with codejock, it is self explaining

Regards
Hi Richard,
Could you share tcodejock.zip or PLANPREF.dbf structure. thank you.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
TimStone
Posts: 2953
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Contact:

Re: Codejock Calendar Samples?

Post by TimStone »

I believe you can get a trial from Codejock. I have used the Calendar for many years and it has been 100% reliable.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
richard-service
Posts: 806
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Codejock Calendar Samples?

Post by richard-service »

TimStone wrote:I believe you can get a trial from Codejock. I have used the Calendar for many years and it has been 100% reliable.
Hi, Tim
I had it and working for ribbonbar of Codejock. I just want to try Calendar functions.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
TimStone
Posts: 2953
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Contact:

Re: Codejock Calendar Samples?

Post by TimStone »

Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
richard-service
Posts: 806
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Codejock Calendar Samples?

Post by richard-service »

TimStone wrote:Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
OK. Thanks a lot.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply