Search found 60 matches
- 08 May 2018, 13:58
- Forum: Official Announcements
- Replies: 34
- Views: 47803
Re: WebAssembly
Do you have any idea when NoesisGUI for WASM can be beta-tested?
- 08 May 2018, 10:23
- Forum: Official Announcements
- Replies: 34
- Views: 47803
Re: WebAssembly
This is amazing! Kudos
- 14 Oct 2017, 11:47
- Forum: General Discussion
- Replies: 17
- Views: 6192
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...
- 11 Apr 2017, 11:37
- Forum: General Discussion
- Replies: 9
- Views: 6653
Re: How do I right-align the 'help' menu item
Working on it! I'll provide a patch too.
- 10 Apr 2017, 18:08
- Forum: General Discussion
- Replies: 9
- Views: 6653
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...
- 10 Apr 2017, 17:55
- Forum: General Discussion
- Replies: 9
- Views: 6653
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.
- 10 Apr 2017, 17:36
- Forum: General Discussion
- Replies: 9
- Views: 6653
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...
- 09 Apr 2017, 13:18
- Forum: General Discussion
- Replies: 32
- Views: 11470
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...
- 09 Apr 2017, 12:59
- Forum: General Discussion
- Replies: 9
- Views: 6653
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?
- 09 Apr 2017, 12:57
- Forum: General Discussion
- Replies: 9
- Views: 3560
Re: How to Render a canvas to a high-resolution texture?
Does it work when you resize to a lower resolution?