Search found 19 matches

  • 1
  • 2
by martinj
17 Nov 2016, 08:21
Forum: General Discussion
Replies: 5
Views: 2910

Re: WebView XAML

The implementation can be tested in our app. Press the "?"' on the main menu, or in the "top bar" of our app. This will open a HTML view showing the help for the app. https://itunes.apple.com/us/app/easy-laser-xt-alignment/id1146769968?mt=8 https://play.google.com/store/apps/deta...
by martinj
01 Nov 2016, 08:35
Forum: Showcase Gallery
Replies: 0
Views: 21333

Cross-platform industrial application with NoesisGUI

Our team has just released the first version of an app we've been working on. It's used for industrial applications and can run on both our own hardware as well as Android and iOS devices. Although it requires hardware sensors to actually be useful the full functionality can be tested by using the b...
by martinj
13 Apr 2016, 16:12
Forum: Showcase Gallery
Replies: 2
Views: 17976

OxyPlot charting library for use within Unity3D

I've uploaded a modified version of OxyPlot that works with NoesisGUI. Feel free to try it, and contribute if you fix any bugs :). https://github.com/easylaser/OxyPlotNoesisGUI Please note that you need to provide some classes from .Net framework yourself. But that should be pretty straight forward....
by martinj
28 Nov 2014, 07:58
Forum: General Discussion
Replies: 1
Views: 1799

Using projection in Blend WPF projects

I’m trying to animate the Projection for a Menu in my project. Since I use the WPF Menu class I cannot edit the XAML in a Silverlight project and thus I wanted to use your NoesisGUIExtensions to allow both Blend and Noesis to be able to parse my file. But I cannot seem to get this to work. Either I ...
by martinj
07 Nov 2014, 13:17
Forum: General Discussion
Replies: 3
Views: 2378

Re: What is the best way to start animations from a ViewMode

That sounds exactly like what I'd like to do. But I'm not sure how to start a storyboard from within the ViewModel. Should I use a trigger for that? What kind of trigger should be used when DataTriggers are not available? Perhaps I've misunderstood how to approach this. I guess that it would be easy...
by martinj
05 Nov 2014, 16:14
Forum: General Discussion
Replies: 3
Views: 2378

What is the best way to start animations from a ViewModel?

It seems that DataTriggers are supposed to be used for this, but that they are not implemented in Noesis yet? I'd like to start a storyboard when my controls is set to visible, but I can't figure out how to do it without DataTriggers. There is supposed to be a IsVisibleChanged event if I understand ...
by martinj
19 Sep 2014, 07:52
Forum: General Discussion
Replies: 5
Views: 3222

Re: How to create a custom shape?

Thanks!

It works properly now. It would be nice, at some point in the future, to be able to extend Shape (or perhaps Path) to encapsulate specialized geometry. But this works just fine for now :)
by martinj
11 Sep 2014, 13:53
Forum: General Discussion
Replies: 5
Views: 3222

Re: How to create a custom shape?

I've created a new package that is available from this link (though the old package does work when I download it myself :/) https://dl.dropboxusercontent.com/u/24442350/UserControlTest2.unitypackage In this case there would only be one instance of the created shape (it would be animated though). But...
by martinj
10 Sep 2014, 14:49
Forum: General Discussion
Replies: 5
Views: 3222

How to create a custom shape?

I'm trying to convert one of the examples from the book "WPF control development unleashed" to Noesis. In this example they create a simple arc class that inherits from "Shape" and the references that in the XAML. But I cannot figure out how to achieve this in Noesis - there is n...
by martinj
10 Sep 2014, 14:42
Forum: General Discussion
Replies: 2
Views: 1972

Re: How to bind to add/remove grid columns from ViewModel

Thanks for the answer. I got it working, but decided to take another approach. I'll probably get back to you when I get a bit further down that path :)
  • 1
  • 2