AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Gráfico
  • Overview
  • Chart control description: Multi-touch specific options
  • Optional events specific to multi-touch
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
One of the most common applications of the multi-touch feature is used to handle images. Since mobile devices usually have smaller screens, sometimes it is necessary to zoom and move images.
Charts are a special type of image.
This allows you to perform a zoom on a Chart via the contact of 2 fingers moving apart.
Multi-touch in a Chart control allows the user:
  • to increase of decrease the chart's size using two fingers.
  • to display a specific tooltip when touching a chart value with a finger. This tooltip contains the corresponding value by default.
  • to execute a specific event when touching a chart value.
WINDEV Mobile allows you to manage the multi-touch in the Chart controls found in the applications via:
Note: Multi-touch management is also available for Image fields.. For more details, see Multi-touch in an Image control.
Chart control description: Multi-touch specific options
The "Details" tab in the window description of the Chart control is used to manage the actions performed when using the fingers.
The zoom can be managed by the following options:
  • Allow horizontal zoom.
  • Allow vertical zoom.
In this case:
  • spreading out two fingers in contact with the screen is used to zoom inside the chart. The zoom will be centered on the point found in the middle of the line drawn by the two contact points.
  • pinching two fingers together that are in contact with the screen allows you to zoom out in the chart.
Note: If the window has an elevator, it is not possible to use the multi-touch functions of the Image field..
Optional events specific to multi-touch
iPhone/iPad By default, when the user presses a finger onto a value in the chart, a tooltip comes up. This tooltip contains the current value and it can be customized via grTooltip.
A specific event is associated with the Chart control field: "Before displaying the bubble".. This event is used, for example, to run a specific event when the user touches a chart value.
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local