I am trying to use a function on an sdk, which receives a window
handle and a position, and draws automatically stuff to it (actually
it is a fingerprint scanner which shows the live image).
The problem is that I am able to see that live image on the zones
which doesnt have a staticbox on it of the window, and in all the
staticbox surrounding and inner space I only see that static box, like
if it's z-index was higher than that of the SDK, or that if Windows
wouldnt update / refresh it, however still refreshing the zones which
doesnt have staticbox on them: basically I see my live image wherever
I dont have static box on my GUI.
Please can someone tell me how I can solve this problem ?
I am trying to use a function on an sdk, which receives a window
handle and a position, and draws automatically stuff to it (actually
it is a fingerprint scanner which shows the live image).
The problem is that I am able to see that live image on the zones
which doesnt have a staticbox on it of the window, and in all the
staticbox surrounding and inner space I only see that static box, like
if it's z-index was higher than that of the SDK, or that if Windows
wouldnt update / refresh it, however still refreshing the zones which
doesnt have staticbox on them: basically I see my live image wherever
I dont have static box on my GUI.
So are you giving the SDK the handle of the static box's parent window?
Please can someone tell me how I can solve this problem ?
How about making another widget to appear inside the static box (using a wx.StaticBoxSizer is easiest) and giving the handle of that window to the SDK.