Show cool things you have done with our products


Post by Ivan »

Hello. Please inform what should I change in the code or settings to freeze the event hint until the next mouse click?

Post by mats »

Super simple, just pass autoHide : false to the tipCfg and do this to your scheduler constructor as part of its config object:
var ds = Ext.create("Sch.SchedulerPanel", {
            width       : 1030,
            height      : 400,
            
            tipCfg : {
                autoHide : false
            },
            ....

Post by Ivan »

Thank you for advice. Just checked my code and it's already there. Any other suggestions please?

Post by mats »

Nope, this works fine for me. Do you have a test case I can try?

Post by Ivan »

Take a look please. First, visit this link please:
https://gat.outsource-to-ukraine.com/por ... nts/login/
Login: Mats
Password: Scheduler

After click on this link:
https://gat-dashboard.outsource-to-ukrai ... _calendar/
Here you will find page with the calendar

Post by mats »

login doesn't work

Post by Ivan »

Sorry, this is my fault. Password: Sheduler

Post by mats »

Just checked my code and it's already there. Any other suggestions please?
Just checked your code, you're not using tipCfg anywhere...

Post Reply