Jump to content

Any way to get to IOSDControl


Recommended Posts

I have stripped down myInternet osd plugin to bare minimum which gives me nice access to interfaces like IOSDWindowManager from which I can get currently active window (IOSDWindow). The problem is that it doesn't seem to provide any access to IOSDControl's. So are there maybe some functions I don't know of or the only way is to go and reimplement existing window (kinda stupid) instead of being able to modify it's contents in runtime?

Link to comment

No suggestions and strongly recommend against it.

A lot of stuff is created and destroyed dynamically during runtime and trying to get in between it (maybe even from a different thread) would compromize the whole application and can make it very instable.

Link to comment
No suggestions and strongly recommend against it.

A lot of stuff is created and destroyed dynamically during runtime and trying to get in between it (maybe even from a different thread) would compromize the whole application and can make it very instable.

 

Ok... maybe then you could extend the skinengine to be able to read data from variables (just like it can read text variables now)? Things I would be interested in is like, change color of text, position, size, load different image... That should maintain stability?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...