Search found 19 matches
- 21 Apr 2015, 23:28
- Forum: General Discussion
- Replies: 2
- Views: 1934
Re: Event in one UserControl changes text in another
Thanks for the reply. This is what I was looking for; something high level.
- 21 Apr 2015, 23:19
- Forum: General Discussion
- Replies: 4
- Views: 2564
Re: PopUp bound to a Toggle Button
Perfect. Thanks again.
- 17 Apr 2015, 21:01
- Forum: General Discussion
- Replies: 4
- Views: 2564
Re: PopUp bound to a Toggle Button
Great thanks!
I'll just wait for 1.2.3. Have a workaround in for now. Do you have a timeline for that release?
I'll just wait for 1.2.3. Have a workaround in for now. Do you have a timeline for that release?
- 15 Apr 2015, 20:37
- Forum: General Discussion
- Replies: 2
- Views: 1934
Event in one UserControl changes text in another
Hi Guys, I have two usercontrols. When I roll over a button in usercontrol A, I want the text in a textblock in usercontrol B to change. Could you recommend a good approach for Noesis? I actually have several buttons inside several usercontrols and would need the textblock (or textblocks) to change ...
- 15 Apr 2015, 16:37
- Forum: General Discussion
- Replies: 4
- Views: 2564
PopUp bound to a Toggle Button
I'm trying to use a PopUp IsOpen bound to a toggle IsChecked and vise-versa (kind of like a combobox IsDropDownOpen bound back and forth to a Toggle IsChecked). The behavior works fine in WPF but XAML player is having problems. The popup goes away when you click outside of it, but the toggle doesn't...
- 02 Mar 2015, 18:38
- Forum: General Discussion
- Replies: 7
- Views: 4082
Re: DataTriggers & UpdateSourceTrigger
Congratulations on 1.2! Can't wait to start using it! Absolutely would love to see data triggers in a soon to be release! In the meantime, can you suggest a clean XAML only approach for doing messaging/prompts (a user rolls over a button or clicks and a message somewhere else on the screen appears t...
- 09 Dec 2014, 21:29
- Forum: General Discussion
- Replies: 4
- Views: 3462
Re: Resource Dictionary
Ok, figured this out.
Moved the </ResourceDictionary> tag to end of all styles and above </UserControl.Resources>. Seems to be happy again.
Moved the </ResourceDictionary> tag to end of all styles and above </UserControl.Resources>. Seems to be happy again.
- 09 Dec 2014, 17:37
- Forum: General Discussion
- Replies: 4
- Views: 3462
Re: Resource Dictionary
"Or add the dictionary in the MergedDictionaries of any xaml you want to use it."
Where does this go in the XAML? Can I assign it somewhere in resources for the entire XAML or do I need to assign it per element/object?
Thanks again. I really appreciate you guys being so responsive!!
Where does this go in the XAML? Can I assign it somewhere in resources for the entire XAML or do I need to assign it per element/object?
Thanks again. I really appreciate you guys being so responsive!!
- 04 Dec 2014, 19:28
- Forum: General Discussion
- Replies: 4
- Views: 3462
Resource Dictionary
Hi Guys, Sorry for the newbie question, but this is my first time using Resource Dictionaries with Noesis. I've read the documentation, but I'm not connecting the dots. I've created a merged dictionary and put a few button styles in it. The buttons look fine in WPF, but default to the Noesis Style i...
- 10 Jun 2014, 16:02
- Forum: General Discussion
- Replies: 3
- Views: 2899
Re: Group names on radio buttons
Ah, thanks, I'll give it a try.