Search found 60 matches

by Ziriax
08 May 2018, 13:58
Forum: Official Announcements
Replies: 34
Views: 40207

Re: WebAssembly

Do you have any idea when NoesisGUI for WASM can be beta-tested?
by Ziriax
08 May 2018, 10:23
Forum: Official Announcements
Replies: 34
Views: 40207

Re: WebAssembly

This is amazing! Kudos
by Ziriax
14 Oct 2017, 11:47
Forum: General Discussion
Replies: 17
Views: 5521

Re: plans for WASM?

Just an update, WebAssembly reached consensus among all browser vendors and it is out of preview, and more engines are starting to support it. For example, Unreal, Unity3D, Ogre3D... It would be great if this becomes a target for NoesisGUI too? https://lists.w3.org/Archives/Public/public-webassembly...
by Ziriax
11 Apr 2017, 11:37
Forum: General Discussion
Replies: 9
Views: 6020

Re: How do I right-align the 'help' menu item

Working on it! I'll provide a patch too.
by Ziriax
10 Apr 2017, 18:08
Forum: General Discussion
Replies: 9
Views: 6020

Re: How do I right-align the 'help' menu item

Indeed, the builtin Noesis style for Menu is wrong (well actually, so is the MSDN documentation). I assume you're using `NoesisStyle.xaml` as your theme. Open `NoesisStyle.xaml`, and search for `<Style TargetType="{x:Type Menu}"`. Then replace the following code <StackPanel IsItemsHost=&qu...
by Ziriax
10 Apr 2017, 17:55
Forum: General Discussion
Replies: 9
Views: 6020

Re: How do I right-align the 'help' menu item

If I include the Noesis style into the XAML, the WPF version also fails. So it seems the default Noesis Menu template is wrong. Investigating further.
by Ziriax
10 Apr 2017, 17:36
Forum: General Discussion
Replies: 9
Views: 6020

Re: How do I right-align the 'help' menu item

I tried playing with this code in Kaxaml and the Noesis XamlPlayer, and as far as I can tell, this is a bug, Menu seems to ignore the ItemsPanel completely. For example, the following code <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <Menu Foreground=&quo...
by Ziriax
09 Apr 2017, 13:18
Forum: General Discussion
Replies: 32
Views: 10470

Re: Noesis GUI in business application

IMHO (highly opinionated) the business IT sector is where NoesisGUI could fill a major gap. With Microsoft having acquired Xamarin and open sourcing of .NET, this platform is gaining popularity. Many companies picked Silverlight in 200X, and when that platform was nearly perfect, it got abandoned an...
by Ziriax
09 Apr 2017, 12:59
Forum: General Discussion
Replies: 9
Views: 6020

Re: How do I right-align the 'help' menu item

Could you try to explicitly set the width of the menu to some large number, and observe the effect?
by Ziriax
09 Apr 2017, 12:57
Forum: General Discussion
Replies: 9
Views: 3093

Re: How to Render a canvas to a high-resolution texture?

Does it work when you resize to a lower resolution?