You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yes @QilongTang , we can catch when the user press Esc once the Splash Screen is ready, Do you mean to intercept it and Lunch the application (Dismiss) ?
Hi @jesusalvino If you check the second AC of the Jira task, it includes that catching key press to exit splash screen. For now, I would like to simply include that When user press Esc at the static splash screen, Dynamo exit, which is equivalent of pressing the cross on the top right corner. Let me know if that make sense to you
Hi @jesusalvino If you check the second AC of the Jira task, it includes that catching key press to exit splash screen. For now, I would like to simply include that When user press Esc at the static splash screen, Dynamo exit, which is equivalent of pressing the cross on the top right corner. Let me know if that make sense to you
@QilongTang Do we want to close dynamo when user presses esc or just lose focus from the screen? Generally imo, closing the app is not the behavior expected when user presses esc.
@QilongTang Do we want to close dynamo when user presses esc or just lose focus from the screen? Generally imo, closing the app is not the behavior expected when user presses esc.
Usually Esc is for calling out the main menu in App, but we dont have that for splash screen, I believe the user request behind the Jira task was to quit Splash screen. In terms of what it should do in Dynamo, we need to discuss and implement later. let me know if it make sense.
Sorry Aaron, I was referring to closing the splash screen only by hitting escape. Alt+f4 is used to close any window app, so i was thinking esc should just lose focus of the screen. Is that requested from a customer?
Changes look good to me, we can merge this if that behavior is fine.
Sorry Aaron, I was referring to closing the splash screen only by hitting escape. Alt+f4 is used to close any window app, so i was thinking esc should just lose focus of the screen. Is that requested from a customer? Changes look good to me, we can merge this if that behavior is fine.
Thank you @reddyashish this is a good thing to clarify. I believe this is a request logged by @avidit and from our discussion, we would like to have shortcuts to Splash Screen (just like Dynamo) starting from Exit. Naturally, I picked Esc because of the common definition below. Alt + F4 sounds also good but that is not ppl usually do since it is more of a forcing function to close when the application is not responsive or the user does not have any data they would like to save/keep.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Implementing the improvement https://jira.autodesk.com/browse/DYN-5444
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
FYIs
@reddyashish
@RobertGlobant20
@Enzo707