Page 1 of 1

[INFO REQ]

Posted: Fri Nov 25, 2022 7:25 pm
by filipirafael

Hi guys, what's up?

How can i add this feature, when i click on specific event, hover all dependencies and connecteds events. In this demo example don't have a code example.

Example: https://bryntum.com/products/schedulerpro/examples/dependencies/


Re: [INFO REQ]

Posted: Fri Nov 25, 2022 7:41 pm
by marcio

Hey filipirafael,

All good from here, hope you're fine too.

You can enable that in the scheduler configuration.

{
	highlightSuccessors   : true,
	highlightPredecessors : true
 }

https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/EventSelection#config-highlightSuccessors
https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/EventSelection#config-highlightPredecessors


Re: [INFO REQ]

Posted: Fri Nov 25, 2022 11:11 pm
by filipirafael

Oh, great!

Thank you very much!


Re: [INFO REQ]

Posted: Wed Nov 30, 2022 7:51 pm
by filipirafael

Hi Alex, how are you?

Just a question, where can i add this code sentence?

	const scheduler = new bryntum.schedulerpro.SchedulerPro({
        // highlightSuccessors: true,
        // highlightPredecessors: true,

Because if a active this don't works anymore and has a little of errors on console of browser.


Re: [INFO REQ]

Posted: Thu Dec 01, 2022 7:59 am
by alex.l

It works great here https://bryntum.com/products/schedulerpro/examples/dependencies/

Please share a runnable code that we can reproduce it with?