Page 1 of 1

Schedular

PostPosted: 09 Aug 2014 11:37
by etwoss
Hi

Some questions about the schedular

1) When adding an event , a small form is shown, just with the subject. My Users need to fill out the details otherwise the event is not valid. What can i do to get this working
2) Cant' find an event for nr 1 , to check if details are filled, is there no event fired if i only use the first " Subject" form
3) What is the best way to store event data in my database. I think SchedulerSchedulerFrameControlsToEvent it that right
4) can i change the smal "Subject" form?

If question 3 is right, how would you store events only made with the first subject form

Eric

Re: Schedular

PostPosted: 09 Aug 2014 17:42
by Jorge Sousa
Hello Eric

About your questions:

1) When adding an event , a small form is shown, just with the subject. My Users need to fill out the details otherwise the event is not valid. What can i do to get this working


The small form, it's implemented in javascript (using jqueryui dialog).

We're open to solutions, maybe this form could be optional, that would give more control, from the Delphi/IW/CG user point of view.

2) Cant' find an event for nr 1 , to check if details are filled, is there no event fired if i only use the first " Subject" form


No i don't remember any event there, only the one that opens the big form.

3) What is the best way to store event data in my database. I think SchedulerSchedulerFrameControlsToEvent it that right

property OnSchedulerEventAdded;
property OnSchedulerEventUpdated;
property OnSchedulerEventDeleting;

4) can i change the smal "Subject" form?

as said, for now it's fixed, in the javascript code

Re: Schedular

PostPosted: 10 Aug 2014 10:46
by etwoss
Hi

We're open to solutions, maybe this form could be optional, that would give more control, from the Delphi/IW/CG user point of view.


Would love it, don't know what to do with it now.
I hope you will implement this soon.

Watch out, the delete functionality is now just on the first form, not on the second!

Eric

Re: Schedular

PostPosted: 11 Aug 2014 12:58
by etwoss
Hi

property OnSchedulerEventAdded;
property OnSchedulerEventUpdated;
property OnSchedulerEventDeleting;

Why are they Public and not Published?

Can you tell if you will implement the optional option for having the first form or not?


Eric

Re: Schedular

PostPosted: 11 Aug 2014 14:22
by Jorge Sousa
Hi

Yes the properties should be published, thanks:

incoming 2.1.1.23

JQScheduler:
- OnSchedulerEventAdded, OnSchedulerEventUpdated and OnSchedulerEventDeleting, weren't published.

Can you tell if you will implement the optional option for having the first form or not?


We can schedule this, now we're trying to publish an official release,

can you please add the suggestion to our tracker? t.i.a.

Re: Schedular

PostPosted: 11 Aug 2014 14:45
by etwoss
can you please add the suggestion to our tracker? t.i.a.


Done, the schedular is not yet in the list of components ;)
Eric