CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Incorrect display issues

by zsleo » 19 Jul 2016 08:05

2016-07-19 16_41_26-Program Manager.png


2016-07-19 16_44_24-Program Manager.png


IW 14.0.60
CGD 3.0.0.19

I have some stange behaviour with Scheuler.

The Image 1 shows the "Scheduler.JQSchedulerOptions.IntervalTime := 30" for both schedulers - both schedulers display and operate as expected

The Image 2 shows the left Scheduler with "Scheduler.JQSchedulerOptions.IntervalTime := 30" and the other Scheduler with "Scheduler.JQSchedulerOptions.IntervalTime := 15"

Both images have exactly the same datasets selected

As you can see the time right hand Scheduler of the Image 2 is diaplaying the time axis with incorrect values and NOT all the Scheduler slots have time displayed.

Is there something I am doing incorrectly or misunderstanding. I need help to fix this issue.

I have tries other Scheduler.JQSchedulerOptions.IntervalTime values and they display very similar issues...

TIA
You do not have the required permissions to view the files attached to this post.
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by Alexander Bulei » 19 Jul 2016 10:31

Hi,

Yes, the scheduler have some issues with intervalTime, and we don't know how to fix it yet...
The strange behaviors begin on intervalTime <> 30 ....
We are still trying to solve it, but without success atm..

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by zsleo » 19 Jul 2016 14:30

:cry:
I will keep watching for the fix...
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by assapan » 21 Jul 2016 17:30

Hi,
I have done a modification in the Javascript for that and so far it seems to work ! but i am not enough strong in javascript to warranty it works in any case.
Also the template divide the IntervalTime in 2 so in case of 30 minutes the half in 15 minutes but in case of 15 minutes the half is 7.5 minutes. :mrgreen:

My modifications in BuildDayScollEventContainer procedure replace
Code: Select all
            for (var i = (option.startHour * 2); i < (option.endHour * 2); i++) {


by
Code: Select all
           var divn = 60 / (option.intervalTime * 2);
           for (var i = (option.startHour * divn); i < (option.endHour * divn); i++) {

Image
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by zsleo » 21 Jul 2016 21:56

Thanks for your response.

Unfortunately I do not have the source code.
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by assapan » 21 Jul 2016 22:08

you don't need source it's in Javascript file
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 03 Aug 2016 11:25

Hi guys,

We have fixed the problem with interval in latest beta build.

Thanks all you ;)

Best Regards,
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by assapan » 03 Aug 2016 11:28

I already tried it and it works fine .
Thanks
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by zsleo » 03 Aug 2016 19:45

I also tried with the demo apps and it looks good
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by Alexander Bulei » 04 Aug 2016 09:28

Thanks for feedback guys ;)

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQScheduler

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.