-
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-8121 SplashScreen Disable Close Button #15756
base: master
Are you sure you want to change the base?
DYN-8121 SplashScreen Disable Close Button #15756
Conversation
Removing all the Dynamo code (including unit tests) that is used for the close SplashScreen functionality.
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-8121
|
||
/// <summary> | ||
/// [Obsolete] Constructor for ScriptObject | ||
/// </summary> | ||
[Obsolete] | ||
public ScriptObject(Action<bool> requestLaunchDynamo, Action<string> requestImportSettings, Func< bool> requestSignIn, Func<bool> requestSignOut, Action requestCloseWindow) | ||
public ScriptObject(Action<bool> requestLaunchDynamo, Action<string> requestImportSettings, Func< bool> requestSignIn, Func<bool> requestSignOut) |
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.
This is usually API breaking but I remember in the past we announced that we are not going to guard our UI code to follow backward compatible pattern. @mjkkirschner Correct me if I am wrong
Can you also check if any of the close action code to be removed here is used in DynamoRevit repo? |
In a ECS machine with Revit 2026.0.0_20250111 and Dynamo 3.5.0 (DYN-8121-SplashScreen-Disable-CloseButton-Dynamo branch) I replaced the references DynamoCore.dll and DynamoCoreWpf.dll generated by Dynamo solution in the DynamoRevit.csproj (just in this one) and compiled successfully DynamoRevit but when trying opening SplashScreen in Revit 2026 it didn't finish loading (not sure if is due that the dll were debug or if I have to replace all the Dynamo dlls generated in all DynamoRevit projects), not sure if this is enough or if you know another way to test this please let me know. Thanks |
Purpose
Removing all the Dynamo code (including unit tests) that is used for the close SplashScreen functionality.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Removing all the Dynamo code (including unit tests) that is used for the close SplashScreen functionality.
Reviewers
@QilongTang
FYIs