Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CBN_SELCHANGE triggered by MouseWheel, PgUp/PgDwn, Home, End
#3
Thanks for quick response.
It doesn't seem to make any change in behavior.
I think what I will do is simply get rid of the

Code:
Copy      Help
,case CBN_SELENDOK<<16|23
,,str SelectedCustomTag
,,if(CB_SelectedItem(id(23 hDlg) SelectedCustomTag) >= 0)
,,,LB_Add id(6 hDlg) SelectedCustomTag

and simply have it fill in by hitting enter if the field is selected. Once I added an automatic deselect line so it doesn't stay "triggerable", it becomes very workable, especially with the CB-AutoComplete.

Code:
Copy      Help
,case IDOK
,,ifa(id(1001 hDlg));;if cursor is in CustomTag Pulldown
,,,str GetCustomTagField.getwintext(id(23 hDlg))
,,,LB_Add id(6 hDlg) GetCustomTagField
,,,CB_SelectItem(id(23 hDlg) -1)    
,,,ret

Thanks again for such quick responses!

Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)