Difference between revisions of "Task Bar Icon"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "This page documents the Task Bar Icon of the application, or the icon at the bottom right of a typical Windows Desktop setup. == UI Guide Menu == :* UI - Truxton Analyst -...")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
:# [[ Databinding ]]
 
:# [[ Databinding ]]
 
:# [[ Dependency Injection ]]
 
:# [[ Dependency Injection ]]
 +
:# [[ Task Bar Icon ]]
 +
:# [[ Truxton CLI options ]]
 +
:# [[ How Reports are Displayed ]]
 +
:# [[ How Dialog Forms Work ]]
 +
:# [[ Forms with Images ]]
 +
:# [[ Images ]]
 +
:# [[ Bookmarks ]]
  
 
== Main Files ==
 
== Main Files ==
Line 15: Line 22:
 
! Path
 
! Path
 
|-
 
|-
| App.xaml.cs
+
| TrayApplicationContext.cs
| App begins at this file. Loads the MainWindow and its view model, among other important windows and services
+
| This file holds the UI functionality of the Task Bar Icon. Each menu option is configured, then added to menuItems
| \Truxton\Client\TruxtonClient\TruxtonClient\App.xaml.cs
+
| \Truxton\Management Tools\public\TruxtonStatus\TruxtonStatus\TrayApplicationContext.cs
|-
 
| MainWindow.xaml[.cs]
 
| Once loaded, the MainWindow will load the each page into its BodyContainer element.
 
| \Truxton\Client\TruxtonClient\TruxtonClient\Windows\MainWindow.xaml[.cs]
 
|-
 
| MainWIndowViewModel.cs
 
| Contains the logic to navigate to the correct page.
 
| \Truxton\Client\TruxtonClient\TruxtonClient\ViewModels\Windows\Main\MainWindowViewModel.cs
 
 
|-
 
|-
 
|}
 
|}

Latest revision as of 11:29, 30 November 2021

This page documents the Task Bar Icon of the application, or the icon at the bottom right of a typical Windows Desktop setup.

UI Guide Menu

  1. Entry Point
  2. Navigation and Routing
  3. Databinding
  4. Dependency Injection
  5. Task Bar Icon
  6. Truxton CLI options
  7. How Reports are Displayed
  8. How Dialog Forms Work
  9. Forms with Images
  10. Images
  11. Bookmarks

Main Files

File Summary Path
TrayApplicationContext.cs This file holds the UI functionality of the Task Bar Icon. Each menu option is configured, then added to menuItems \Truxton\Management Tools\public\TruxtonStatus\TruxtonStatus\TrayApplicationContext.cs