-
Notifications
You must be signed in to change notification settings - Fork 263
WPF Dialogs in ATF
Gary edited this page Mar 6, 2015
·
2 revisions
ATF offers a variety of WPF dialogs, described in the following table. Note that you can also use WinForms dialogs in WPF applications; for more information, see Using WinForms Controls in WPF.
Most of these dialogs have an associated ViewModel
class, which is given with the description.
To see the full size image, right click on an image and choose "Open image in new tab" (in Chrome) or "View image" (in Firefox).
Dialog Class | Appearance | Description |
---|---|---|
AboutDialog
|
About dialog to display information about the application. ViewModel: AboutDialogViewModel .
|
|
CheckInDialog
|
Dialog to check in files under source control. ViewModel: CheckInViewModel .
|
|
CommonDialog
|
None | Base class for WPF dialogs. No ViewModel. |
ConfirmationDialog
|
Confirmation dialog for some action. ViewModel: ConfirmationDialogViewModel .
|
|
ErrorDialog
|
Error dialog. ViewModel: ErrorDialogViewModel .
|
|
FeedbackForm
|
Find file dialog. ViewModel: FeedbackFormViewModel .
|
|
FindFileDialog
|
Find file dialog. ViewModel: FindFileDialogViewModel .
|
|
FindTargetsDialog
|
Find targets dialog. ViewModel: FindTargetsViewModel .
|
|
MessageBoxDialog
|
Message box dialog. An alternative to the native Win32 message box if WPF styling is required. No ViewModel. | |
ProgressDialog
|
Dialog to show progress of a task. ViewModel: ProgressViewModel .
|
|
ReconcileDialog
|
Dialog to reconcile files under source control. ViewModel: ReconcileViewModel .
|
|
SettingsDialog
|
Dialog to view settings. ViewModel: SettingsDialogViewModel .
|
|
SettingsLoadSaveDialog
|
Dialog to load or save settings. ViewModel: SettingsLoadSaveViewModel .
|
|
SwitchToDialog
|
Dialog to allow Control+Tabbing between content. No ViewModel. | |
TargetDialog
|
Target dialog. Used in the WPF FindTargetsViewModel . ViewModel: TargetDialogViewModel .
|
|
TcpIpTargetEditDialog
|
Dialog to edit a TcpIp target. ViewModel: TcpIpTargetEditDialogViewModel .
|
|
UnhandledExceptionDialog
|
Unhandled exception dialog. Used in the WPF UnhandledExceptionService component. ViewModel: UnhandledExceptionViewModel .
|
|
WindowLayoutNewDialog
|
"Save Layout As" dialog. ViewModel: UnhandledExceptionViewModel .
|
|
WindowLayoutManageDialog
|
"Manage Layouts" dialog. ViewModel: ManageWindowLayoutsDialogViewModel .
|
- ATF and WPF Overview: Overview of what ATF offers for WPF.
- WPF Application: Discuss how WPF applications differ from WinForms ones in basic application structure.
- Parallels in WPF and WinForms Support: Discusses features WPF offers that are similar to WinForms.
- WPF Application Support: Discussion of classes generally supporting applications.
- WPF Dialogs in ATF: WPF dialogs you can use.
- WPF Behaviors in ATF: ATF support for WPF behaviors.
- WPF Markup Extensions in ATF: ATF support for WPF Markup extensions.
- WPF ViewModels in ATF: Discuss WPF ViewModel support in ATF.
- Converting from WinForms to WPF: Tells how to convert a WinForms ATF-based application to WPF.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC