yunjingtao schrieb: > 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
It is OK that the edit gets the focus, I just didn't expect that this works without the WB_TABSTOP flag. Please do not disable this with the WB_NOTABSTOIP flag. > submit a patch to this issue. Please check it. It works well on my > computer. The remaining patch is ok, nice work. I will apply it in my next CWS. Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
