I have a TcxSchedulerAggregateStorage with multiple storages (all created in code during runtime).
When I set reminders for the events, I get a separate reminder-window for each separate storage.
How can I combine all the reminders from the different storages into one reminder-window?
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Birger,
Thank you for your message.
To implement this functionality set your <SchedulerAggregatedStorage>.Reminders.Active property to true and set the Reminders.Active property to false for all created and linked storages.
This functionality is represented in our AggregatedDemo included in our ExpressScheduler product suit.
Thank you, Sergey M
Hi Sergey,
Thanks, that fixed it for me. I thought I tried setting the Active properties according to your suggestion before, but probably I mixed something up.
I did encounter another small issue that might be something to include in the help files or fix:
I had an event assigned to the cxSchedulerStorage.Reminders.OnOpenEvent. I also had an event assigned to cxSchedulerAggregateStorage.Reminders.OnOpenEvent.
In this situation none of these two events was triggered. Only after removing cxSchedulerStorage.Reminders.OnOpenEvent was the cxSchedulerAggregateStorage.Reminders.OnOpenEvent triggered and was the 'open event' button visible on the reminder screen.
Thank you for informing us that the problem has been resolved. We are glad that our assistance was helpful.
Our team is dedicated to addressing all your concerns. For quick and efficient responses to your concerns, we kindly request that future messages cover one issue at a time. Your time and cooperation are appreciated.
In order to better serve and track the multiple questions in your inquiry, we have taken the liberty of separating the issues you addressed. Please refer to these tickets for further correspondence on these items.
OnOpenEvent event not triggered if assigned both in cxSchedulerStorage.Reminders.OnOpenEvent and cxSchedulerAggregateStorage.Reminders.OnOpenEvent events
Thank you SergeyM