Page 8 of 8

Re: Codejock Calendar Samples?

PostPosted: Sun May 26, 2013 7:29 am
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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 8:09 am
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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 11:19 am
by Antonio Linares
Enrico,

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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 11:36 am
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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 3:29 pm
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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 4:51 pm
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

Re: Codejock Calendar Samples?

PostPosted: Mon May 27, 2013 6:05 pm
by Enrico Maria Giordano
I'm opening a new topic right now...

EMG

Re: Codejock Calendar Samples?

PostPosted: Sat Jan 21, 2023 10:33 am
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.

Re: Codejock Calendar Samples?

PostPosted: Mon Jan 23, 2023 9:12 pm
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.

Re: Codejock Calendar Samples?

PostPosted: Tue Jan 24, 2023 6:37 am
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.

Re: Codejock Calendar Samples?

PostPosted: Tue Jan 24, 2023 10:38 pm
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.

Re: Codejock Calendar Samples?

PostPosted: Wed Jan 25, 2023 2:35 am
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.