Lena Posted September 29, 2015 Posted September 29, 2015 Hi. v. 1205 UniChart on UniPageControl. Why on a clean chart sometimes disappears scale when I switch pages on UniPageControl? I want the scale was always. Thanks. Quote
Administrators Farshad Mohajeri Posted September 29, 2015 Administrators Posted September 29, 2015 Well, charts without data are not well supported in Ext JS. Which build are u using? Quote
Lena Posted September 29, 2015 Author Posted September 29, 2015 Which build are u using? I wrote in the first message v. 1205. Quote
Administrators Farshad Mohajeri Posted September 29, 2015 Administrators Posted September 29, 2015 Try 1206 Quote
Lena Posted September 29, 2015 Author Posted September 29, 2015 Thank you very much, everything is fine!One additional question: When I start the app, sometimes, instead of the axis I see the little arrow. What does it mean this arrow? How to remove and show the axis of the graph? Thank you. Quote
Sherzod Posted October 5, 2015 Posted October 5, 2015 Hi,What browser are you using?!Best regards. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Please send a Delphi test case . Quote
Lena Posted October 5, 2015 Author Posted October 5, 2015 It is hard to reproduce in the new project. After updating my big project to v.1210 I see this picture. User create video for me: https://youtu.be/G1EPQzA8WLI Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Was it OK in 1209? Quote
Lena Posted October 5, 2015 Author Posted October 5, 2015 Hi. In 1209: №1. In version 1209 not disappeared bottom axis of the graph after clear data. №2. When project start sometimes, instead of the axis I see the little arrow. But it is not big problem. №1 is a big problem. It looks deformed. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 In this sense there is no difference between 1209 and 1210. Can you confirm that 1209 works OK? Quote
Lena Posted October 5, 2015 Author Posted October 5, 2015 Sorry my mistake. In version 1206 not disappeared bottom axis of the graph after clear data. Do Your suggestion to install 1209 and check? Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 You may try but it shouldn't change anything. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 I can reproduce... Quote
Lena Posted October 5, 2015 Author Posted October 5, 2015 I more detailed examined the issue. I installed the version 1206, and then in 1207.The problem appeared again in my project in 1206, and 1207 versions.I think the problem when the database graph gets a lot of data. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Not sure how this is coded in CPP, but it is worth a try... procedure TMainForm.UniFormBeforeShow(Sender: TObject); begin (UniPageControl1 as IUniJSInterface).JSConfig('deferredRender', [True], (UniPageControl1 as IUniJSObjects).JSObjects.Objects['tabpanel']); end; UniPageControl1 is your PageControl with Charts ... Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 I added DeferredRender property for PageControl which will be available in next build. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Did it work? Quote
Lena Posted October 6, 2015 Author Posted October 6, 2015 In the new version 1211 everything works fine (set DeferredRender=true):- A small arrow on the chart is missing- Axis of the graph do not disappearThank you very much! Quote
Administrators Farshad Mohajeri Posted October 6, 2015 Administrators Posted October 6, 2015 Why DeferredRender by default false? For general usage it is better to be False because some components behave correctly only if it is set to False. 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.