Search found 10 matches

by Noa3
21 Oct 2020, 16:43
Forum: General Discussion
Replies: 6
Views: 4827

Re: Request: FlowDirection (StackPanel, WrapPanel)

thank you very much for your effort!
by Noa3
15 Oct 2020, 12:17
Forum: General Discussion
Replies: 6
Views: 4827

Re: Request: FlowDirection (StackPanel, WrapPanel)

*push*



Same for me, 3.0.6 Still not implemented.
i want to push this a bit.

a workaorund for me was to use a Dockpanel with LastChildFill="False" and then the elements with the tag DockPanel.Dock="Right". for the people who are watching for an alternative
by Noa3
01 Oct 2020, 13:57
Forum: General Discussion
Replies: 6
Views: 2176

Re: How to convert a String in NoesisXaml and then show it on Screen

All is working now in Unity, thanks! if i put in the method AddContentOverCreatedXaml now a xaml string, i dont even need a dummy fille anymore. static string FileName = "sammplesXaml.xaml"; string unityPath = "/tmp/"; string FilePath = ""; string PathFull { get { retur...
by Noa3
01 Oct 2020, 13:12
Forum: General Discussion
Replies: 6
Views: 2176

Re: How to convert a String in NoesisXaml and then show it on Screen

Thank for your time, works fine now.
the problem was the simple placeholder xaml file was not a Grid .

is there a soulution without a "placeholder" file or should i cretae a ticket maybe for it?
by Noa3
01 Oct 2020, 12:36
Forum: General Discussion
Replies: 6
Views: 2176

Re: How to convert a String in NoesisXaml and then show it on Screen

i can guess in wich direction this is going thanks.

sadly i get a error now: hope i can solve it somehow and will write here again
by Noa3
01 Oct 2020, 09:36
Forum: General Discussion
Replies: 6
Views: 2176

How to convert a String in NoesisXaml and then show it on Screen

Title says it allready. i do some tests with Noesisi and try to lean in the moment WPF myshelf. i have a string like wich have xaml code in it like the sample below, wich i want to show on the screen. can someone give me a Piece of code wich will do the work? i have allready try the last two days wh...
by Noa3
29 Sep 2020, 13:38
Forum: General Discussion
Replies: 6
Views: 4338

Re: Image Source not working when Binding

i have multiple guesses but the most obvious one is to check if you bind your images with the noesis:Xaml.Dependencies. look sample "Localization" too see the xml files and in the "inventory" how to make it with the pictures. here a little sample from me: <UserControl x:Name=&quo...
by Noa3
29 Sep 2020, 13:33
Forum: General Discussion
Replies: 4
Views: 858

Re: Working with Noesis Samples in Blend

this website helped me a lot to learn how to work with xaml in the fundamentals. you should work though all, the most stuff you can take directly in noesis too: https://www.wpf-tutorial.com/ here is a wpf video tutorial wich was nice too: https://www.youtube.com/watch?v=Vjldip84CXQ&ab_channel=An...
by Noa3
25 Sep 2020, 13:45
Forum: General Discussion
Replies: 1
Views: 1795

How to Update GUI after SetApplicationResources

Hi how do i update the whole Gui from noesis after i load a new resource Dictionary like this: newRes = (ResourceDictionary)GUI.LoadXaml("Assets/_Game/Gui/Menu/ResourceDictionary/Theme.DarkBlue.xaml"); and set the Global Style with Noesis.GUI.SetApplicationResources(newRes); which method i...
by Noa3
24 Sep 2020, 16:02
Forum: General Discussion
Replies: 2
Views: 883

Re: Issue when importing a new package on Unity (version upgrade)

Hi, in your Project folder/assets delete with unity closed the Noesis folder per Hand and try to reimport it again.