-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the crash when opening Preferences dialog. #11749
Conversation
hi @reddyashish , can you talk a bit why the preferences view model could be null in this case? Just trying to connect the changes here to the crash call stack in Jira |
@QilongTang When the preferences window is being opened, the constructor of the PreferencesView is called and the Geometry_Scaling_Checked() is also called because of the radio button being checked. These 2 functions are called asynchronously, so before the PreferencesView constructor call gets completed, the Geometry_Scaling_Checked() is called and the Preferences view model will be null in that case. The UpdateSavedChangesLabel() is only needed when there are new changes made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* initial commit * Update DynamoViewModelDelegates.cs * Update Dynamo.All.sln * update test * event updates * test update * Update DynamoViewModel.cs * Update Resources.en-US.resx * comment updates * Fix the crash when opening Preferences dialog. (#11749) * DYN-3780 : fix modified flag for default home workspace (#11761) * fix modified flag for default home workspace * add reg test * handle modified flag for graph type change (#11754) * initial commit * updates * implement OpenLinterView * open OnRequestOpenLinterView switches tab if it exists * Update LintingViewExtension.cs * Remove dependency on DynamoWindow DataContext * Update GraphMetadataView.xaml * comment updates * make converters internal Co-authored-by: reddyashish <43763136+reddyashish@users.noreply.github.com> Co-authored-by: Bogdan Zavu <BogdanZavu@users.noreply.github.com> Co-authored-by: Craig Long <craig.long@autodesk.com>
* DYN-3767 PopupWindow The changes are basically the creation of the PopupWindow UI, also I included some classes that will be needed later for supporting the Step hierarchy in which the child classes are Survey, Tooltip, Welcome and ExitTour. One of the functionalities included is that when you press the close button the popup is closed (as expected). Three buttons were added in the PopupWindow but for Welcome screen just the "Start Tour" button is shown, the popup pointer is hidden. For Tooltips the navigation controls and the 8000 pointer are shown. Also the CustomRichTextBox class was added to enable adding a TextBox in a Tooltip/Welcome screen with functionalities like showing hyperlinks, text in bold, bullet point and images. * DYN-3767 PopupWindow Moving colors to DynamoModern.xaml and replacing some hardcoded values and colors. * Squashed commit of the following: commit 7b74464 Author: Jorgen Dahl <sm6srw@users.noreply.github.com> Date: Thu Jul 1 09:56:05 2021 -0400 Remove old installed packages view (#11791) * update * update * update * update * Update InstalledPackagesControl.xaml * Update icons and icon sizes. * More tweaking.. * More tweaking. Remove delete button. Restore delete button in context menu. * More tweaking * MergeFixes * Some more tweaks * Add contest menu style * update colors * More context menu tweaking. * One small tweak. * add mark for uninstall label * simplify control * Update DynamoModern.xaml * Change ListBox to ItemsControl * More tweaks * More tweaks * Restore Scollbar * Remove unused icon * align content with header and remove border * update * update menu icon * Remove old Installed packages view. * Update InstalledPackagesControl.xaml.cs * Fix Colors * Move style * Use FlatIconButtonStyle * Update comment and use nameof() * Fix merge error. * Update comment. * Fix tests * Keep ManagePackage tracking * Fix project file * Fix command * Update track implementation * More command tweaks Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com> Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com> commit ce29111 Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Wed Jun 30 15:07:57 2021 -0400 Dyn 3598 (#11800) * small adjustment * align titles * add names to buttons for ui automation tests * missing button name * disable program data in ui add some todos to try to eliminate properties that are redudant some name changes I hope help * add some todos for reducing use of package loader defaultpackagesdir spelling use pathmanager instead of package loder at package man extension startup test that both defautldirectories are the same * create failing test... * remove todo * fix package tests - this check is already done in tech debt test Co-authored-by: michael kirschner <michael.kirschner@autodesk.com> commit 3c700d9 Author: Aaron (Qilong) <173288704@qq.com> Date: Tue Jun 29 09:05:52 2021 -0700 CopyFile Improvement (#11798) * CopyFile Improvement * Use resource string * Update validation condition commit 0a18bfa Author: Sylvester Knudsen <sylvesterknudsen@gmail.com> Date: Tue Jun 29 14:24:26 2021 +0100 Dynamo UI visual status of issues (#11776) * initial commit * Update DynamoViewModelDelegates.cs * Update Dynamo.All.sln * update test * event updates * test update * initial commit * Update DynamoViewModel.cs * add open linter view to issue count * Update Resources.en-US.resx * initial commit * initial commit * Update DynamoViewModelDelegates.cs * Update Dynamo.All.sln * test update * add open linter view to issue count * remove duplicated OnRequestOpenLinterView * revert assembly info changes * LinterManager null checks * comment updates * move linter count converter * Update NotificationsControl.xaml.cs * Update NotificationsControl.xaml.cs commit 04da16e Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Mon Jun 28 14:56:43 2021 -0400 py migration test for imaginary change type (#11795) * small adjustment * align titles * add names to buttons for ui automation tests * missing button name * add test for imaginary diff change type Co-authored-by: michael kirschner <michael.kirschner@autodesk.com> commit 2fbc0da Author: pinzart90 <46732933+pinzart90@users.noreply.github.com> Date: Mon Jun 28 10:43:35 2021 -0400 Add installed package UI in Preferences TAB (#11750) * update * update * update * update * Update InstalledPackagesControl.xaml * Update icons and icon sizes. * More tweaking.. * More tweaking. Remove delete button. Restore delete button in context menu. * More tweaking * MergeFixes * Some more tweaks * Add contest menu style * update colors * More context menu tweaking. * One small tweak. * add mark for uninstall label * simplify control * Update DynamoModern.xaml * Change ListBox to ItemsControl * More tweaks * More tweaks * Restore Scollbar * Remove unused icon * align content with header and remove border * update * update menu icon * Update InstalledPackagesControl.xaml.cs * Fix Colors * Move style * Use FlatIconButtonStyle * Update comment and use nameof() * Update comment. Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com> Co-authored-by: Jorgen Dahl <jorgen.dahl@autodesk.com> commit 66818b7 Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Mon Jun 28 10:41:59 2021 -0400 don't do anything if line is imaginary (#11794) commit beb408e Author: Sylvester Knudsen <sylvesterknudsen@gmail.com> Date: Mon Jun 28 14:23:16 2021 +0100 [DYN-3774] selected graph type in properties view (#11777) * initial commit * Update DynamoViewModelDelegates.cs * Update Dynamo.All.sln * update test * event updates * test update * Update DynamoViewModel.cs * Update Resources.en-US.resx * comment updates * Fix the crash when opening Preferences dialog. (#11749) * DYN-3780 : fix modified flag for default home workspace (#11761) * fix modified flag for default home workspace * add reg test * handle modified flag for graph type change (#11754) * initial commit * updates * implement OpenLinterView * open OnRequestOpenLinterView switches tab if it exists * Update LintingViewExtension.cs * Remove dependency on DynamoWindow DataContext * Update GraphMetadataView.xaml * comment updates * make converters internal Co-authored-by: reddyashish <43763136+reddyashish@users.noreply.github.com> Co-authored-by: Bogdan Zavu <BogdanZavu@users.noreply.github.com> Co-authored-by: Craig Long <craig.long@autodesk.com> commit 1d85e29 Author: Ashish Aggarwal <aggarwal.ash@husky.neu.edu> Date: Mon Jun 28 02:33:44 2021 -0400 Fix Publish Locally button in publish package dialog box (#11783) * DYN-3753 Adjust btn width * Update margin instead commit 56b9e57 Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Fri Jun 25 16:10:11 2021 -0400 Packagepaths issues (#11793) * small adjustment * align titles * add names to buttons for ui automation tests * missing button name * add dispose to packagepathview remove unused constructor raise can execute change when paths are shifted to update icons give pathview a name dispose package paths on prefs window close Co-authored-by: michael kirschner <michael.kirschner@autodesk.com> commit 56fc0bd Author: aparajit-pratap <aparajit.pratap@autodesk.com> Date: Fri Jun 25 15:20:43 2021 -0400 fix setting preferences view owner (#11792) commit ab8b5a1 Author: aparajit-pratap <aparajit.pratap@autodesk.com> Date: Fri Jun 25 12:16:07 2021 -0400 Fix for crash in host due to Preferences dialog (#11790) * fix for crash due to Preferences dialog * cleanup * removed unused usings commit 4125985 Author: Aaron (Qilong) <173288704@qq.com> Date: Thu Jun 24 21:08:13 2021 -0700 Enable NTML Authenticator (#11385) * Initial Commit * Revert "Initial Commit" This reverts commit eb9e271. * Update Greg reference commit 4ad5255 Author: Ashish Aggarwal <aggarwal.ash@husky.neu.edu> Date: Fri Jun 25 00:06:45 2021 -0400 Properly align nodes placed after using autocomplete on output ports (#11782) * Update PortModel.cs * Add unit test * add out nodes to selection commit fc7f47f Author: Ashish Aggarwal <aggarwal.ash@husky.neu.edu> Date: Thu Jun 24 17:14:55 2021 -0400 Fix node autocomplete documentation alignment issues (#11781) DYN-3754 commit 0130703 Author: aparajit-pratap <aparajit.pratap@autodesk.com> Date: Thu Jun 24 16:10:11 2021 -0400 add name to UI control for UI automation tests (#11789) commit 843e4bd Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Thu Jun 24 11:24:53 2021 -0400 Add button names to package path item template. (#11787) * small adjustment * align titles * add names to buttons for ui automation tests * missing button name Co-authored-by: michael kirschner <michael.kirschner@autodesk.com> commit 04faeaf Author: Craig Long <craig.alan.long@gmail.com> Date: Thu Jun 24 09:46:47 2021 -0400 Add Modified to the LinterExtensionBase notification infrastructure (#11774) Co-authored-by: Craig Long <craig.long@autodesk.com> commit bac165b Author: aparajit-pratap <aparajit.pratap@autodesk.com> Date: Thu Jun 24 02:37:13 2021 -0400 fix duplicate protogeom reference in dynamocorewpf.csproj (#11785) commit da3628b Author: Michael Kirschner <mjk.kirschner@gmail.com> Date: Thu Jun 24 00:03:07 2021 -0400 small adjustment to package paths ui (#11784) * small adjustment * align titles Co-authored-by: michael kirschner <michael.kirschner@autodesk.com> * DYN-3657 - Code Review 1 - Deleted the CustomRichTextBox constructor because is not needed (by default .net will create a public one). - Renamed the HostInfo property to HostControlInfo- - Also moving several styles from the PopupWindow.xaml to the DynamoModern.xaml * DYN-3657 - Code Review 1 Forgot to rename the filename from HostInfo to HostControlInfo.
Purpose
Task: https://jira.autodesk.com/browse/DYN-3746
The crash was happening as the viewModel object was null. Moved the UpdateSavedChangesLabel() call into a "If" block that checks for the viewModel not being null.
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang @zeusongit