Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - black edit box in customize mode
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

black edit box in customize mode

 Post Reply Post Reply
Author
Message
yoavo View Drop Down
Senior Member
Senior Member


Joined: 29 February 2004
Location: Israel
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote yoavo Quote  Post ReplyReply Direct Link To This Post Topic: black edit box in customize mode
    Posted: 25 February 2005 at 2:39am

Hi,

In ver 9.600 when the user is in customize mode, the edit box which is used for remaning the text of item is blacked, and the user can not see what he is typing.

Yoav.

Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2005 at 1:46pm
Hi,

Could you post a screen shot of what you are seeing?

Thanks, Kirk
Back to Top
yoavo View Drop Down
Senior Member
Senior Member


Joined: 29 February 2004
Location: Israel
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote yoavo Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2005 at 12:14am
here it is.
Back to Top
Barto View Drop Down
Groupie
Groupie


Joined: 27 February 2005
Location: Germany
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote Barto Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2005 at 9:01am

I just upgraded to 9.60 and had the problem that all my edit boxes in the toolbars were black. I then confirmed with the CommandBars/CustomThemes sample. It's also black there. After tracing some code into XTPro, I found out, that if I'm using UNICODE, "BOOL CXTPEdit::m_bRichEditClass = TRUE;" is set. This enables rich edit controls instead of regular controls, my workaround for now is to set "CXTPEdit::m_bRichEditClass = FALSE;" during my application's initialization. I suppose you should check this out.

btw. my system: WinXP SP2 english. black edit control doesn't seem to be XTPro-theme related (in CustomThemes example I tried all available themes..)

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.