TAB_TRAVERSAL within a dialog box

Hi,

Is there any known issue with using a Panel with TAB_TRAVERSAL within a
Dialog? I’m having an issue my app freezing up when I enable the
TAB_TRAVERSAL style on a panel within a dialog box, and before I go
through the trouble of making a simpler demo that will show what’s
happening, I wanted to make sure that there’s not a known issue here.
If so, is there a workaround?

The problem doesn’t show up until I click on one of several radio
buttons that are outside of the Panel with the TAB_TRAVERSAL flag set.
Then the app immediately freezes, without even calling the event handler
for the radio button.

Doug

Doug G. wrote:

Is there any known issue with using a Panel with TAB_TRAVERSAL within a
Dialog? I’m having an issue my app freezing up when I enable the
TAB_TRAVERSAL style on a panel within a dialog box, and before I go
through the trouble of making a simpler demo that will show what’s
happening, I wanted to make sure that there’s not a known issue here.
If so, is there a workaround?

There’s no known issue, but if you’d care to send in a short, complete
sample that demonstrates the problem, I’d be very happy to have a look.

I don’t know if this wxWidgets issue may be related:
http://lists.wxwidgets.org/pipermail/wx-users/2006-October/094471.html

alex