Hi there,
First, thanks for the great library. I really appreciate all your hard work!
I am trying to use the .NET interface in an application I am designing. The language I am programming in is called LabVIEW, and is a graphical programming language. Attached is a picture of a simple demo I have got working which just displays a background and draws some text to the screen.
I include the picture just for information purposes, the grey box around the render code signifies a while loop.
Uploaded with
ImageShack.usI have successfully used the Window.Input.GetMouseX etc in a polled loop and these all work fine.
My next step is to try and register these events to work as a callback, and this is where I am getting stuck. In LabVIEW there is a mechanism for registering a .NET object as an event, but I cannot seem to use any of the constructed objects from your library. When I "wire" in the input I get a broken wire which is LabVIEW telling me I am trying to perform an invalid operation.
I know this is probably all nonsense to you, sorry! Just putting this out there in case someone has any clues. I have zero .NET experience :-(
I am using .NET version of the library (1.6) downloaded from the main site.