Lena Posted September 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted September 29, 2015 Administrators Share Posted September 29, 2015 Well, charts without data are not well supported in Ext JS. Which build are u using? Quote Link to comment Share on other sites More sharing options...
Lena Posted September 29, 2015 Author Share Posted September 29, 2015 Which build are u using? I wrote in the first message v. 1205. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted September 29, 2015 Administrators Share Posted September 29, 2015 Try 1206 Quote Link to comment Share on other sites More sharing options...
Lena Posted September 29, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share Posted October 5, 2015 The same in version 1210... Quote Link to comment Share on other sites More sharing options...
Sherzod Posted October 5, 2015 Share Posted October 5, 2015 Hi,What browser are you using?!Best regards. Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share Posted October 5, 2015 FireFox 41.0.1 Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 Please send a Delphi test case . Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 Was it OK in 1209? Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 In this sense there is no difference between 1209 and 1210. Can you confirm that 1209 works OK? Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 You may try but it shouldn't change anything. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 I can reproduce... Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 I added DeferredRender property for PageControl which will be available in next build. Quote Link to comment Share on other sites More sharing options...
Lena Posted October 5, 2015 Author Share Posted October 5, 2015 Thank you very much!!! Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 Did it work? Quote Link to comment Share on other sites More sharing options...
Lena Posted October 6, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Lena Posted October 6, 2015 Author Share Posted October 6, 2015 Why DeferredRender by default false? Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 6, 2015 Administrators Share 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 Link to comment Share on other sites More sharing options...
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.