Skip to main content
Completed

Scheduler Extender Refresh Data

Related products:Software FactoryWindows GUI
  • March 11, 2021
  • 4 replies
  • 90 views

Forum|alt.badge.img

It was suggested to me that I should make an idea of this in this topic, so here goes:

 

Currently you have to manually press F5 to see any changes made to a certain appointment/task. For example when a status change occurs the color of the appointment/task bar changes. Stuff like that. 

Is it possible to refresh the data (appointments/tasks) in the Resource Scheduler in a given interval? Just like the auto-refresh in subjects, but specifically for the scheduler. 

Using the auto-refresh in subjects in this situation isn't an option because it refreshes the whole document instead of the scheduler itself. 

I haven't found anything in the scheduler extender, but after a little search I've come across this in the devexpress documentation:

https://docs.devexpress.com/WindowsForms/DevExpress.XtraScheduler.SchedulerControl.RefreshData

That sounds promising, but it's currently not enabled I don't think.

Thanks

 

4 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • March 11, 2021
Updated idea status NewOpen

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • August 16, 2022

Hi Rony,

I believe you can now achieve this by utilizing Auto-refresh in combination with Change detection logic. This will allow you to decide when the GUI should refresh automatically based on logic. Refreshing will refresh both the Scheduler and the object it is placed on top of, and its details.

Does this suffice?


rbiram
Thinkwiser
Forum|alt.badge.img+4
  • Thinkwiser
  • January 16, 2023

It's me from another account. This is resolved (although with a different use case :P) with the above method.


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • January 16, 2023
OpenCompleted