Search found 2 matches

by RaymondEllis
Wed Nov 28, 2012 7:16 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 187228

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

if you have Irrlicht rendering window inside your form (i mean you create Irrlicht device providing window handle) your FPS camera will not be able to receive mouse events, and this is the same behavior for native Irrlicht + Win32 usage too. Using: Dim frmRender As new Form sub main()         frmRe...
by RaymondEllis
Wed Nov 28, 2012 4:47 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 187228

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

TextBoxs on second windows.form? I have Irrlicht Lime running in it's default form or one I created. Then Iv got a from that opens on the side of the render form. The TextBoxs I put on the other form don't work properly. (can't type anything) unless I show the form with .ShowDialog The TextBoxs are ...