View Issue Details

IDProjectCategoryView StatusLast Update
0004910NoesisGUIStudiopublic2026-03-20 10:20
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004910: InvokeCommandAction 'Command' Property Does Not Offer Item Selection
Description

Currently, when picking a Command for an InvokeCommandAction Trigger Action, the 'Command' field offers a text input box.

However, this should offer the user a choice from a selection of available Commands.


Repro Steps:

1) Create a Studio Project containing a MainPage.xaml

2) Navigate to the Interactions/Triggers Panel, and create an EventTrigger on the rootGrid.

3) Add a new Action of type 'InvokeCommandAction'

Observe how the 'Command' Property field offers a text input box.

Expected Results: Commands can be selected from a list of available Commands.

PlatformAny

Activities

sfernandez

sfernandez

2026-03-20 10:20

manager   ~0012075

We probably need a new Command property editor which allows selecting (from a dropdown) any global/static command:

  • ApplicationCommands (Copy, Cut, Paste, Find, Help, ...)
  • ComponentCommands (MoveDown, MoveFocusBack, ScrollByLine, ...)
  • ScrollBar (LineDown, PageDown, ScrollToEnd, ...)
  • Slider (DecreaseLarge, IncreaseLarge, ...)

And also apply a Binding to select any ViewModel command.

Issue History

Date Modified Username Field Change
2026-03-19 13:17 dstewart New Issue
2026-03-20 10:15 sfernandez Assigned To => sfernandez
2026-03-20 10:15 sfernandez Status new => assigned
2026-03-20 10:15 sfernandez Target Version => Studio_Beta
2026-03-20 10:20 sfernandez Note Added: 0012075