Skip to content
umangenius-logo
U Man Genius docs
  • Pages
    • Welcome
      • ninext-loupe
        Ninext documentation
        • ninox-logo
          Ninext APP
        • Plugin version
          • Plugin installation
          • icon picker
            Update history
        • Classic version
          • Installation
            • Uninstall
          • Update history
        • Popup ninext
          • Fields and Functions
          • Debug tracer
          • 🚧 Errors
          • Finder
        • 🚧 Edit field
        • Copy, paste, duplicate & delete
        • HTML helping functions
        • Native JS
          • Clipboard sample
        • Badges
        • View field event
        • Button event
        • Schema overview
        • Make a donation to support Ninext
      • ninox-logo
        Scripting tips & tricks
        • General Information
        • Var and Let
        • Functions
        • If Then else
        • For and while loops
        • select, where, from, to
        • Order By (or Order)
        • create, delete, and duplicate
        • JSON in Ninox
        • Arrays in Ninox
        • Undocumented functions in Ninox
        • Manipulating Record IDs in Ninox
        • Dynamic Choice & MultiChoice

Update history

Version 3.0.4 dated 12 March 2026

Bug fixes
Crash with certain global function names
When a global function had the same name as a native JavaScript Array.prototype method (filter, map, find, first, keys, etc.), it caused a crash that prevented the Fields & Fx tab from displaying. This issue is now fixed.

Version 3.0.3 dated 9 March 2026

Bug fixes

Fixed Fields & Fx display

Some fields could cause an error preventing the complete display of the Fields & Fx tab. This occurred when a field had an empty internal name (null caption), particularly for some visual elements or system fields.

Improvements

Duplicate identifier detection
The Errors tab now detects tables containing fields that share the same internal identifier (for example, an input field and a visual element with the same ID). These duplicates cause unpredictable behavior in formulas and scripts. The affected fields are listed with their dependencies in a collapsible section.

Compilation error messages display

Errors tab The Errors tab now displays compilation error messages, instead of simply indicating the line containing the error.

Version 3.0.2 dated 7 March 2026

Bug fixes

Fields & Fx tab did not display with duplicate identifiers

When an input field and a visual element (button, title, separator, etc.) had the same identifier in the same table, the Fields & Fx tab refused to display. This issue is fixed.


Direct access to fields from Ninox editor

Ninext panel Badges are now clickable: when you are in the Ninox field editing window, clicking on a Ninext badge automatically opens the Ninext panel on the Fields & Fx tab and selects the corresponding field. No more manual navigation in Ninext to find a field — a single click is all it takes.

Improvements

Complete isolation from Ninox

Ninext no longer accesses Ninox internal objects through indirect paths. All communications now go through the official channel provided by the Ninox plugin API. In practice, this means less risk of interference between Ninext and future Ninox updates — and therefore better stability over time.

Version 3.0.1 dated 28 January 2026

Improvements

Version number displayed

version number is now displayed in the icon bar of the Ninext panel.
image.png

Better sized dropdown menus

Dropdown lists (table selection, fields, etc.) now adapt to the actual height of the Ninext panel, instead of overflowing at the bottom of the screen. They use 80% of the available space in the panel, which is particularly useful on smaller screens or when the panel is in partial mode.

Bug fixes

Stable panel display

An issue could cause the Ninext panel content to overflow beyond its area, causing unwanted scrollbars or visual offset. This issue is fixed: the panel now occupies exactly the space allocated by Ninox.
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.