Scrollbars black after minimize and restore

SyntaxEditor for Windows Forms Forum

Posted 16 years ago by Martin de Jong - Statistics Netherlands
Version: 4.0.0277
Avatar
After minimizing my testprogram and restoring it, both scrollbars are black. After a resize they are back to normal.

Any guess why?

BTW, Can you make methods of the Document virtual, like LoadFile ?

Martin

==============
Vista Business 32 bits
VS 2008
Build 277
using a inherited control:
public partial class TextEditorControl : ActiproSoftware.SyntaxEditor.SyntaxEditor
    {
        public TextEditorControl() {
            InitializeComponent();
        }

Comments (3)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Martin,

Sorry but we're not seeing this. Maybe you can provide a simple sample project that shows it happening.

Does it happen in our samples?
What system theme do you have set?
Why do you have an InitializeComponent call in an inherited SyntaxEditor since SyntaxEditor isn't designable?

For your other question, which specific methods did you want virtual and why did you need them virtual? That would help us choose whether to make some of them so.

Thanks!


Actipro Software Support

Posted 16 years ago by Martin de Jong - Statistics Netherlands
Avatar
Hi

I think i found the cause: AutoScroll on true</code>.
Where should i upload the sample, if still needed?

gl
Martin

Probably i use the standard Vista theme (modified it says), but with 120 DPI chars
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
We don't use AutoScroll so if you set that on explcitly then that is probably bad and should be reset to the default.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.