Daniel wrote: >The aEdComment gets the focus though you do not pass WB_TABSTOP to its >c'tor?
hi, Daniel Thank you for you reply. Yes, exactly. The aEdComment gets the focus, I think the reason is because of WB_DIALOGCONTROL | WB_TABSTOP in ScScenarioWindow constructor, so TAB key can travel aLbScenario and aEdComment. I add WB_NOTABSTOP to avoid this. I submit a patch to this issue. Please check it. It works well on my computer. Best Regards yunjingtao
