Tactil scrolling on tablets

Tactil scrolling on tablets

Postby Antonio Mart. » Wed Jul 09, 2014 11:30 am

Hi to all,


Now, is it possible scrolling xbrowse when push and drag with fingers ?

Tablets developer.... how to scrolling xbrowse in yours fwh programs ? With buttons o scroll bars perhaps ?

Is it possible fwh provides link to API on touch screen events ? This is very usefull. Fwh tablets programs will be more tacticable.


Regards.
Antonio Mart.
 
Posts: 174
Joined: Sat Feb 23, 2013 10:04 am

Re: Tactil scrolling on tablets

Postby James Bott » Wed Jul 09, 2014 1:42 pm

The standard scrollbars work with touch. They are workable on my 15 inch touch laptop, however, they will probably be too small on a small tablet.

Unfortunately, data apps are somewhat difficult to implement on small screen devices. Also, the modern design would say that each record needs to be on a box (button) in a table that scrolls sideways instead of down. Of course, this only works with a limited number of records.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Tactil scrolling on tablets

Postby Otto » Wed Jul 09, 2014 2:54 pm

As a Workaround Change the ScrollWidth in the registry.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6314
Joined: Fri Oct 07, 2005 7:07 pm

Re: Tactil scrolling on tablets

Postby Otto » Wed Jul 09, 2014 2:56 pm

I forgot to mention that we also Change
DoubleClickHeight' -Value 50
DoubleClickSpeed' -Value 370
DoubleClickWidth' -Value 50
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6314
Joined: Fri Oct 07, 2005 7:07 pm

Re: Tactil scrolling on tablets

Postby Antonio Mart. » Wed Jul 09, 2014 3:13 pm

James,

Here, in this forum, there are many developers that they have tablets program building with fwh. On more 10 inchs tablet we can to run new designs programs tablets.
Perhaps, a gallery collection of programs tablets builded with fwh can help (us) to how know build thats applications. :)

Otto,

Set register is difficult to user. Set register is global and above all scrollbar is ugly and it isn't standard design.... customer exclams: what is it ? :cry:


thank you both
Antonio Mart.
 
Posts: 174
Joined: Sat Feb 23, 2013 10:04 am

Re: Tactil scrolling on tablets

Postby Otto » Wed Jul 09, 2014 3:51 pm

Hello Antonio M.,
yes you are right.
But as we work exclusive with RDP this is no problem.
We can set up the scrollbars per device.
We use a powershell script for this.
You can login with the tabletPC with a different user.


>Perhaps, a gallery collection of programs tablets builded with fwh can help (us) to how know build thats applications.
This would be a good idea.
BTW do you have a keyboard solution for tablet apps?

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6314
Joined: Fri Oct 07, 2005 7:07 pm

Re: Tactil scrolling on tablets

Postby Antonio Mart. » Wed Jul 09, 2014 4:06 pm

Otto wrote:Hello Antonio M.,
BTW do you have a keyboard solution for tablet apps?
Otto


From viewtopic.php?f=3&t=25706&hilit=tabtip&start=30#p141924

Code: Select all  Expand view
//-------------------------------------------------------------------------//
// For Windows 8.
FUNCTION ShowInputPanel()
*
ShellExecute(, "open", "tabtip.exe")
*
RETURN NIL
*
//-------------------------------------------------------------------------//
// For Windows 8.
FUNCTION HideInputPanel()
Local hWndInputPanel
*
hWndInputPanel:= FindWindow("IPTip_Main_Window")
PostMessage(hWndInputPanel, WM_SYSCOMMAND, SC_CLOSE, 0)
* (¿ SysRefresh() ? )
RETURN NIL
Antonio Mart.
 
Posts: 174
Joined: Sat Feb 23, 2013 10:04 am

Re: Tactil scrolling on tablets

Postby Otto » Wed Jul 09, 2014 4:18 pm

Hello Antonio M.,
thank you.
Do you have some screenshots.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6314
Joined: Fri Oct 07, 2005 7:07 pm

Re: Tactil scrolling on tablets

Postby Antonio Mart. » Wed Jul 09, 2014 4:34 pm

Otto,

My program is very primitive... i need to enhanced... its a few abandonated from old days... my intention is back to it.

Regards
Antonio Mart.
 
Posts: 174
Joined: Sat Feb 23, 2013 10:04 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 40 guests