Search found 12 matches
- 08 Sep 2017, 13:30
- Forum: General Discussion
- Replies: 21
- Views: 7628
Re: Attempting to debug with Unity causes Unity to become non-responsive
Is the new beta out yet? If yes, where can I find it?
- 07 Sep 2017, 10:40
- Forum: General Discussion
- Replies: 8
- Views: 2253
Re: Data-Binding: Right way to update ObservableCollection
Thank you very much for your dedication, ai_enabled! ListBox.DataContext did the trick! I wanted to try that approach some time ago, but I was so stuck on the tutorial template code that i never went the obvious way... An updated tutorial doesn't sound like a bad idea, I agree. It doesn't prepare fo...
- 07 Sep 2017, 09:59
- Forum: General Discussion
- Replies: 8
- Views: 2253
Re: Data-Binding: Right way to update ObservableCollection
No worries, yes I am a novice programmer :) But thank you for helping me out, anyway. That's what I thought, but desperation made me try these things. That's because my question is (like I said in my last post): How can I find the "original" object, because there is none created in the tutorial. It'...
- 07 Sep 2017, 08:37
- Forum: General Discussion
- Replies: 8
- Views: 2253
Re: Data-Binding: Right way to update ObservableCollection
But to access the Players property of the ViewModel class, I can only instantiate a new object and can't access the "original" Players collection (?). I guess I'm having a huge understanding problem here: To not leave anything out, this is the xml (unchanged from the tutorial): <Grid xmlns="http://s...
- 06 Sep 2017, 17:04
- Forum: General Discussion
- Replies: 8
- Views: 2253
Data-Binding: Right way to update ObservableCollection
I'm playing around with the data-binding examples. https://www.noesisengine.com/docs/Gui.Core.DataBindingTutorial.html I successfully tested the " Binding to a Collection " example. But what's not covered there, is how I can update this particular ObservableCollection to automatically synchronize an...
- 06 Sep 2017, 12:00
- Forum: General Discussion
- Replies: 2
- Views: 1162
Re: Basic misunderstandings regarding data-binding - Where to start?
After trying it over and over again, it suddenly worked.
I have no clue why, but everything's fine now I guess.
I have no clue why, but everything's fine now I guess.
- 05 Sep 2017, 16:03
- Forum: General Discussion
- Replies: 2
- Views: 1162
Basic misunderstandings regarding data-binding - Where to start?
Hi, I walked through the data-binding documentation. (https://www.noesisengine.com/docs/Gui.Core.DataBindingTutorial.html) I have a list of game rooms I want to display inside a ListView. But at first I only tried to copy 1:1 the DataModel3 / Player example from the "Binding to a Collection" section...
- 04 Sep 2017, 08:37
- Forum: General Discussion
- Replies: 21
- Views: 7628
Re: Attempting to debug with Unity causes Unity to become non-responsive
Are there any update news on this issue?
- 29 Aug 2017, 08:40
- Forum: General Discussion
- Replies: 21
- Views: 7628
Re: Attempting to debug with Unity causes Unity to become non-responsive
That's good to hear. Looking forward to your updates!
- 17 Aug 2017, 15:07
- Forum: General Discussion
- Replies: 21
- Views: 7628
Re: Attempting to debug with Unity causes Unity to become non-responsive
Just confirming that I have this issue as well. Sometimes it works like a charm. Sometimes it crashes every single time I try to hit a breakpoint with Noesis relevant code. Right now it's making me furious seeing unity crashing and freezing everytime, no matter where I put the breakpoint :( Edit: Wh...