New Features acc test script
<<Analytica Tutorial Test Script
NamespaceImports
- Typescript namespaceimports : Syslib_experimental
CEF window
22157 22125 21961 in Syslib_experimental so that needs to be added to namespaceimports or use :: operator
- Variable cefWindow := SysLib_Experimental::CefWindow("https://analytica.com", "Analytica")
E: A new window appears with the Analytica website.
Syslib_Experimental
add to NamespaceImports attribute for the model
- Typescript :
Spanish UI
ER22111 22145 22127
Language selection comes from:
1. Command-line. Analytica.exe /lang:es
2. Registry: HKCU/Software/Lumina Decision Systems/Analytica : Language
3. Windows Region setting
4. Fallback default (for lang that is not present): "en"
The translated resource files for the language must exist at: «install folder»\Resources\«lang»\AnalyticaRes.DLL
1a. Install using AnaSetup.exe /LANG=es
or 1b. Set your windows region to a spanish-speaking region, then run the installer.
(Note: Ade's installer is included in this).
E: Panes present Spanish-language text
Run: Analytica.exe /lang:es
E: Spanish versions of all the text that appears. including intro model
E: Menus, etc., are in spanish
5. Create Va1 := GetProcessInfo("UI Language") ("UI Language" should me be an option)
6. Evaluate
E: "es"
Open TXC, em
Open Assista window
Ask: How do I get to the number format dialog?
E: Would use the menu labels and other UI labels as they appear, e.g., Resultado --> Formato de número...
(Not Result --> Number format...)
Structures test
Sliders
- Edit mode
- new Variable
- Enter a Title, Probability of Rain
- Press
to edit its Definition - Enter its Definition: Slider(0.5)
- Right-click menu > select Make User Input Node
Expected: The user input node looks like this:
Enter the Definition as Slider(0.5, styles:'LabelsBelow'),
Expected: it looks like this:

Slider bug regression
- Check EW 21941
Namespace test script
18797
Group nodes test script
Assista
ER22107
- Click the assista icon
- !Callback LookupInDocs( 'Function DisplayName', 'docs' )
E: This will likely find Structs section 1.11.1. It should include sections 1, 1.11 and 1.11.1 in the result, as well as all the other sections with section headings and numbers (so the LLM can use the GetDocSection tool to get those.
- !Callback GetDocSection( 'Struct', '1.2' )
E: Returns text for the When to use a Struct section.
Python
- Add attributes in object window show/hide
Screenshot
Drag to import csv files
ER-20655 Drag a *.csv file to a diagram in edit mode, and it should create a table node with the data (the same way ER 20622 does with File / Import...). Drag it to an edit table and it should import the data into the table, same as ER 20621.
Enable comment auto-refresher