Crear subclase ComboBox con ítems de menú ordenados

¡El control ComboBox es realmente potente! Combina las capacidades de un TextField y de un PopupMenu. Esto significa que puedes seleccionar cualquiera de las opciones disponibles desde el menú asociado (por ejemplo, aquellos asignados mediante la opción Appearance > Initial Value en el Panel Inspector), o simplemente escribiendo cualquier otro valor en el campo de […]

Sí Facebook, puedes ser Nativo Y multiplataforma

A continuación encontrarás traducido al Español una entrada publicada en el blog oficial de Xojo y escrita por Geoff Perlman (Fundador y CEO de Xojo). Podrías considerarla como la respuesta de Xojo frente a las recientes afirmaciones realizada por parte del equipo de ingenieros de Facebook sobre el hecho de que, decididamente, las aplicaciones nativas […]

AXNumValidatedTF for Xojo

AXNumValidatedTF is a Xojo TextField subclass (32/64 bits) for Windows, macOS and Linux allowing the input validation of a defined numeric range, using the system Locale settings for decimal and grouping text formatting.

Download the Fully Functional Demo

Documentation

Watch the Video

  • Raise Events when the entered value is in / out of Range (active catching / propagation of the value).
  • Optionally displays a message Dialog when the entered value is out of range.
  • Optionally stays in focus when the entered value is out of range.
  • Use of Locale settings for Grouping and Decimal separators.
  • Adaptive formatting during the value validation.
  • Instance ToolTip / HelpTag set to the accepted value Range
  • Set the length of the decimal part for Real numbers.
  • IsInRange property to passively check if the value is inside the defined range.
  • Xojo API 2.0 / API 1.0 versions of the Class.
  • macOS / Windows / Linux (32/64 bits) compatible.