why the spinbox disable receive the input focus when use TAB key?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

why the spinbox disable receive the input focus when use TAB key?

873件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ling3wei on Mon Nov 19 21:36:29 MST 2012
why the spinbox disable receive the input focus when use TAB key?
I will be using a Spinbox widget without a touch or mouse interface, only using the,tab, up, down, left, right,enter,space keys of a keyboard. the other widget is able to receive the input foucs but the spinbox can`t.
My code :
static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = {
  { FRAMEWIN_CreateIndirect, "", ID_FRAMEWIN_0, 0, 35, 331, 328, 0, 0, 0 },
  { BUTTON_CreateIndirect, "", ID_BUTTON_0, 68, 225, 85, 50, 0, 0, 0 },
  { BUTTON_CreateIndirect, "", ID_BUTTON_1, 202, 225, 85, 50, 0, 0, 0 },
  { SPINBOX_CreateIndirect, "", GUI_ID_SPINBOX0_11, 2, 2, 65, 40, 0, 0, 0 },
};
ラベル(1)
0 件の賞賛
返信
0 返答(返信)