mirusyang / nebula3

Automatically exported from code.google.com/p/nebula3
0 stars 0 forks source link

DisplayDeivce should have a method for tool application's window #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to use n3 as the base library of a tool application, which is build 
with MFC/CLR. But I have to change the code of Win32DisplayDevice to 
render things in another window in MFC/CLR. The InputServer also do not 
provide friendly interface to use child window's handle(HWND).

although i can edit the code by myself , i think n3 should have those 
code, then someone can write many tools for n3. ^_^

Original issue reported on code.google.com by xoyoj...@gmail.com on 22 Nov 2008 at 2:49

GoogleCodeExporter commented 8 years ago
See the "BrowserPlugin" under "branches". And find SetParentWindow function.(I 
hope
this is correct name of that) You might find proper implementation of what you 
want
to do.

Cheers,

-Kim

Original comment by hwpeterkim@gmail.com on 30 Nov 2008 at 1:10

GoogleCodeExporter commented 8 years ago
that is similar to what i do. hope those code would be merged into the trunk. 
thank u
^_^

Original comment by xoyoj...@gmail.com on 3 Dec 2008 at 3:09