-
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
DYN-4241-Step6-PackageDependencies #12277
DYN-4241-Step6-PackageDependencies #12277
Conversation
I added the Step 6 to the packages guide, the automation needed for opening the PackageDetaiils and adding support for showing the PackageDetails User Control over the dark overlay. The highlight and cutoff functionality was moved from the Guide class to the Step class, so it will be executed on Step.Show(), Step.Hide() or when exiting the Guide. Also I modified resources for the Package Details popup and remove the resource for the "Autodesk Sample Package" due that it shouldn't be localized. I added some code to subscribe the "Search for a Package" menuitem Click event to the NextStep method. I disable the Back button in the Step1 due that was closing all the Steps and leaving the dark overlay. Finally I added some methods for closing the PackageSearch window
if (packageManagerViewModel == null) | ||
return; | ||
|
||
//Due that we need to search the Autodesk Sample package after the inicial search is completed |
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.
typo initial
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.
@QilongTang fixed in the next commit:
7b9f128
/// <summary> | ||
/// This method will set the highlight rectangle color if there is any configured in the json file | ||
/// </summary> | ||
/// <param name="bVisible">It will say it the Highlight Area will be disabled or enable</param> |
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.
if the Highlight Area will be disabled or enable
? Please update
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.
@QilongTang fixed in the next commit:
7b9f128
/// <summary> | ||
/// This method will update the CutOff rectangle size everytime that the step change | ||
/// </summary> | ||
/// <param name="bVisible">It will say it the CutOff Area will be disabled or enable</param> |
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.
same comment here
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.
@QilongTang fixed in the next commit:
7b9f128
Some comments were updated.
Purpose
I added the Step 6 to the packages guide, the automation needed for opening the PackageDetaiils and adding support for showing the PackageDetails User Control over the dark overlay.
Basically I did the next changes:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Adding the Step 6 (package dependencies) to the Packages Guide
Reviewers
@QilongTang
FYIs
@filipeotero