Hi everybody,
I’ve faced with a problem: my application draws on widget’s surface with using SetIPixel and others. It works well if I use only one window, but it draws on wrong (active) window, if I use any other (in my application).
In short, I want to do something like this:
SelectMyWidgetToDrawIn
DrawNewData
//select previous widget?
So, how to tell Photon that I want to draw on specified window?