hi, Daniel
the code below is based on DEV300_M20. I made some changes like this :
ScScenarioWindow::ScScenarioWindow( Window* pParent,const String& aQH_List,
const String& aQH_Comment)
: Window ( pParent , WB_DIALOGCONTROL | WB_TABSTOP ),
aLbScenario ( this ),
aEdComment ( this, WB_BORDER | WB_LEFT
| WB_READONLY | WB_VSCROLL )
ScScenarioListBox::ScScenarioListBox( Window* pParent )
: ListBox ( pParent, WB_BORDER | WB_TABSTOP | WB_DIALOGCONTROL ),
rParent ( (ScScenarioWindow&)*pParent ),
pAccel ( NULL )
the current situation is that the MultiLineEdit can capure the TAB key
but the ScScenarioListBox can't do that. It's strange. How can TAB key jump
into the ScScenarioListBox? can you help me?
BestRegards
yunjingtao
2008-06-27
yunjingtao