Rao,
I don't have a tablet, but I do have a touch screen laptop. I don't see any difference on my laptop. Shouldn't it work the same as on a tablet? Doesn't a tablet run the same OS as a laptop?
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Rao,
I don't have a tablet, but I do have a touch screen laptop. I don't see any difference on my laptop. Shouldn't it work the same as on a tablet? Doesn't a tablet run the same OS as a laptop?
James
It works same on touch screen laptop as well as tablet.
Whats important is it should have touch screen
local oDlg
local aStates
USE STATES
aStates := FW_DbfToArray()
XBROWSER "customer.dbf" FASTEDIT SETUP (;
oBrw:State:nEditType := EDIT_LISTBOX, ;
oBrw:State:aEditListTxt := aStates, ;
oBrw:bClrEdits := { || { CLR_BLACK, CLR_YELLOW } } )Nages,
From the FWH\samples directory:
Testcmb0.prg - does show large whether I click or use mouse. Maybe this is always large even on a non-touch screen device?
Testcomb.prg - doesn't show different click or mouse. Always small.
James
You are right.
It is not working with combobox
It is working with xbrowse edit_listbox.