Skip to content
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

Application.Current removed #71

Merged

Conversation

ivaylo-matov
Copy link
Contributor

This PR fixes an issue discussed in the Slack thread where a graph in Dynamo for Civil 3D doesn't run correctly when TuneUp is enabled. I'm not aware of a JIRA ticket for this.

The problem is that System.Windows.Application.Current returns null when trying to update collections, which stops the UI from updating properly.

I've replaced System.Windows.Application.Current.Dispatcher with direct access to the CollectionViewSource dispatcher, this should solve the problem and the UI should still update correctly.

Civil3D Error fix

@reddyashish
@QilongTang

@dnenov
@Amoursol

seems to work with Civils 3D
@reddyashish
Copy link
Contributor

Conflicts need to be resolved here because of the other changes being merged

ivaylo-matov and others added 2 commits October 28, 2024 06:29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@reddyashish reddyashish merged commit 2731d1c into DynamoDS:master Oct 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants