FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Tablet with Win 10
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Tablet with Win 10
Posted: Wed Jun 28, 2017 06:10 PM

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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Tablet with Win 10
Posted: Wed Jun 28, 2017 06:12 PM

It works same on touch screen laptop as well as tablet.
Whats important is it should have touch screen

Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Tablet with Win 10
Posted: Wed Jun 28, 2017 06:33 PM
You are right.
It is not working with combobox
It is working with xbrowse edit_listbox.
Code (fw): Select all Collapse
   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 } } )


You see the difference when we invoke edit list box of States

I need to review other controls now before I leave for seminar.
Regards



G. N. Rao.

Hyderabad, India
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Tablet with Win 10
Posted: Wed Jun 28, 2017 06:34 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Tablet with Win 10
Posted: Wed Jun 28, 2017 06:36 PM
Nages,

You are right.
It is not working with combobox
It is working with xbrowse edit_listbox.


Ok, thanks for the update.

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion