Last modified on 27 March 2019, at 16:08

Developer Mode

Revision as of 16:08, 27 March 2019 by LGE (Talk | contribs)

Overview

The developer mode provides certain features to help customizing the UBIK® UI and is therefore only meant to be accessed by project engineers and developers.

Stages

The developer mode can be reached by hitting F12. When hit for the first time, developer mode is in Stage 1, when hit again it will be in Stage 2. When hit for the third time, developer mode is switched off again (Stage 0).

Stage 1

If there are lists currently displayed, the templates of the list items will be highlighted.

Stage 2

The area templates will be highlighted; if there are lists currently displayed, its item templates will not be visible.

Stage 1 Stage 2 Stage 0 (non-developer mode)
UI WinX DeveloperMode Stage1.png UI WinX DeveloperMode Stage2.png UI WinX DeveloperMode Stage0.png

Features

Template button and its flyout
Context button and its flyout

In developer mode, all templates on a certain page will be highlighted as a crossed-out green area with two buttons. The top button allows to edit the XAML file behind the respective area, and the bottom button allows to browse the properties, methods and commands of the underlying ViewModel/Context.

XAML Files

When pressing the edit button in the flyout with the name of the XAML file, the following will happen:

  • If this template doesn't have a customized XAML file yet, UBIK® will copy its default XAML definition into the customizing folder, open the explorer and highlight it; from here it can be modified.
  • If there is already a customized XAML file for this template, UBIK will ask whether you want to open the existing file or if you want to replace the existing file with the default XAML definition of this template again.

Browsing the ViewModel/Context

When pressing the button with the name of the ViewModel/Context, UBIK® will open a browser that allows you to explore all it's public properties, methods and commands. Tapping on a member will browse a level deeper. Tapping on the button on the left side of the member name, will trigger the following:

  • If the member is a property P or method M , its path will be copied to the expression field on top of the browser and its result will be instantly evaluated
  • If the member is a command C the browser will navigate to its respective Execute method. Tapping the button of the Execute method will invoke the command

Here is a list of all possible member types.

Converter UI WinX DeveloperMode Converter.png
Property UI WinX DeveloperMode Property.png
Method UI WinX DeveloperMode Method.png
Command UI WinX DeveloperMode Command.png
Obsolete UI WinX DeveloperMode Obsolete.png
An example of searching & evaluating

Search field

Expression field

The expression field also allows direct input of an expression to be evaluated.


Other features

By hitting F5, all templates on the currently displayed page will be forcefully disposed and reloaded. So if a customized XAML template file was changed, this change will be immediately reflected in the UI.