Jump to: navigation, search

Changes


Developer Mode

No change in size, 11:34, 18 September 2018
=== XAML Files ===
When pressing the button with the name of the XAML file, the following will happen:
* If this template doesn't have a customized XAML file yet, {{UBIK}0 } 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 ===
When pressing the button with the name of the ViewModel, {{UBIK}0 } 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 {{key press|P}} or method {{key press|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 {{key press|C}} the browser will navigate to its respective Execute method. Tapping the button of the Execute method will invoke the command