GUIImage handle or custom control? (1 Viewer)

fripsy

Portal Pro
December 11, 2008
122
63
Grasse
Home Country
France France
Hi All,

I was wondering if there is a way to get the windows handle to the GUIImage object, I want to write directly on the image from within my plugin...

Or

Is it possible to create my own picture control and use it in MP?

As the image I want to display is not coming from a stream, I can't use the videocontrol.
Because it is updated too often, I can't write it to a file to load it in a MP image control and refresh it.

So I'm kinda stuck here....:oops:

Anyone any ideas on how to attack this problem?

I'm trying to subclass GUIImage, but I can't find a way to access the bitmap directly.
I also tried to subclass from GUIControl but my image won't show.

Any help is welcome.
 

sa_ddam213

Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    Hi All,

    I was wondering if there is a way to get the windows handle to the GUIImage object, I want to write directly on the image from within my plugin...

    Or

    Is it possible to create my own picture control and use it in MP?

    As the image I want to display is not coming from a stream, I can't use the videocontrol.
    Because it is updated too often, I can't write it to a file to load it in a MP image control and refresh it.

    So I'm kinda stuck here....:oops:

    Anyone any ideas on how to attack this problem?

    I'm trying to subclass GUIImage, but I can't find a way to access the bitmap directly.
    I also tried to subclass from GUIControl but my image won't show.

    Any help is welcome.

    Any luck??, as I am in need of this exact solution too
     

    Users who are viewing this thread

    Top Bottom