Rendering content of editor tabs glitch
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Rendering content of editor tabs glitch
When content editor window is rendered visual components (editor) is not disabled (it goes when editor tabs are switched between). So it takes longer time to render content of editor windows and produces irritating visual artifact (looked like expanding scrolls). It is most noticeable when edited files quite large (about 1000 lines). Please, fix it
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Rendering content of editor tabs glitch
I'm afraid I did not understand anything you wrote. Can you, please, elaborate.
Re: Rendering content of editor tabs glitch
Just open (in ide) two (large in size) php files and try to switch between them. I experienced main menu flickering and some
annoying visual animation effects in the editor window. It looks like expanding scrollbars. (I used v.9.5.2.106). Just minor bug I suppose
annoying visual animation effects in the editor window. It looks like expanding scrollbars. (I used v.9.5.2.106). Just minor bug I suppose
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Rendering content of editor tabs glitch
Oh, I see. This is a technical limitation by Windows. We have not found a workaround. The flickering you see is due to animation effects of Windows which look kind of awkward in MDI (multi-document-interface) window environment.
Re: Rendering content of editor tabs glitch
No, It is not ms windows issue. Do you use delphi7 and devexpress components for development? If so, just try
cxPageControl1.LockScrollBars /cxPageControl.UnLockScrollBars before/after the rendering process.
cxPageControl1.LockScrollBars /cxPageControl.UnLockScrollBars before/after the rendering process.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Rendering content of editor tabs glitch
The flickering of scrollbars is caused by Windows animation due to MDI window maximizing. Or, maybe we are talking about different things. Text editor is not placed on a tab, it is a separate window. Document tabs are just a visual element. Documents actually do not sit on tabs.