Freeman35 Posted October 17, 2016 Posted October 17, 2016 Hello, I can not edit TUnimDatePicker in firefox? tested in http://prime.fmsoft.net/demo/touch/mdemo.dll/m menu item "Carousel" not show any text etc. empty page Form controls -> DatePicker when click on TUnimDatePicker, show whell under screen, but not any text so can not select day Is this bug? I tested with firefox, its has problem. On safari and opera work normal. Regards Quote
Sherzod Posted October 17, 2016 Posted October 17, 2016 For now you can use this solution... : UnimDBDatePicker (UnimDatePicker) -> ClientEvents -> ExtEvents -> painted fn: function painted(sender, eOpts) { if (this.getPicker()) { if (this.getPicker().getInnerItems()[0]) this.getPicker().getInnerItems()[0].element.dom.style.flex = "44.5%"; if (this.getPicker().getInnerItems()[1]) this.getPicker().getInnerItems()[1].element.dom.style.flex = "22%"; if (this.getPicker().getInnerItems()[2]) this.getPicker().getInnerItems()[2].element.dom.style.flex = "33.5%"; } } Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.