PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Table Control and tuch screen
Table Control and tuch screen
Iniciado por Emanuele, 05,jul. 2014 11:06 - 2 respuestas
Miembro registrado
16 mensajes
Publicado el 05,julio 2014 - 11:06
Hi,

We need to create a WebDev site optimized for tablet. The problem is that scroll bars of table controls are too small to be used in a tablet, user can't easily scroll them.

Is there any way to modify the appearance of scroll bars in WebDev?
What's the best way to configure a table control for use in a tablet?

Best Regards.
Miembro registrado
39 mensajes
Publicado el 24,julio 2014 - 16:57
2 ways come to mind:

1- Make resize your row height
2- Transform your tables to loopers :(

Hope that helps

--
Diego Sanchez
Tecnoinformática S.A.
Publicado el 24,julio 2014 - 20:20
Hi Emanuele

tables are NOT optimized for touch screen use (to the point that table
controls do NOT exist under android)...

So your best bet is to convert your tables into loopers

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 7/5/2014 3:06 AM, Emanuele wrote:
Hi,

We need to create a WebDev site optimized for tablet. The problem is
that scroll bars of table controls are too small to be used in a tablet,
user can't easily scroll them.

Is there any way to modify the appearance of scroll bars in WebDev?
What's the best way to configure a table control for use in a tablet?

Best Regards.