mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #232] Multiple bindings on the same .NET instance, last binding breaks previous ones (help wanted) #148
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @walbarm on GitHub (Feb 8, 2021).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/232
I have 2 TextFields on 2 different QML (tabs) that bound to 2 different properties on the same .NET instance. When the properties get updated, the TextField on the first tab does not get updated. Here is a sample code:
QmlNetTest.zip
TestNetType.cs
Program.cs
ViewController.cs
MainView.qml
Tab1View.qml
Tab2View.qml