Igor Korot
unread,Sep 29, 2012, 1:10:56 AM9/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-u...@googlegroups.com
Hi, ALL,
I am developing an application that uses wxPropertyGrid. It uses it in
the following
scenario:
I have a wxWizard which contain wxNotebook. The wxNotebook contains couple of
pages. First page contains text control and some other control. Second
page contains
wxPropertyGrid.
When the wxWizard starts I'm setting focus to the first page' edit control.
Now here's the problem:
If I don't have second page, the focus is set and I can see the caret
(blinking cursor).
If I do have second page, the focus is set, but there is no caret.
Does anybody have an idea what might be the problem?
Thank you.