Quote:
Originally Posted by diablo_sv21
Hi Zerach,
I'm actually being a little bit tricky with my skin for this plugin, the plugin doesn't appear on the main screen normally, I've just set the skin to the following...
Code:
<SKIN>
<APPCONFIG>
<WIDTH>848</WIDTH>
<HEIGHT>480</HEIGHT>
</APPCONFIG>
<CLIMATE>
<X>208</X>
<Y>196</Y>
<WIDTH>450</WIDTH>
<HEIGHT>89</HEIGHT>
<LABELS>...
So when you click the menu link to "CLIMATE" the control appears in the center of the screen. One thing I did find frustrating is that you can't use transparency with your skin background, which would be totally awesome, because then I could make the plugin appear like this over anything.
Just as an extra note, if you have a plugin take up only part of the screen such as this then as soon as you click on any of the menu items (for example if you were to click the Left arrow next to my plugin) then the plugin disappears and you are back to using the centrafuse menu. It is quite seamless and works very well, although it would be cool to have it appear on the main screen all of the time as well...
I'm nearly finished with an electric windows control plugin which also uses phidgets so I should have that up in the next couple of weeks. I'll have to include a video so you can see it in action as well 
|
Do you mean you can't use transparancies because it's only 1 layer? Transparancy support is there, it's just you can't do anything with it within a static background.
But what you should be able to do is create a separate PNG file with transparancy effects and load it on top. That way it's floating and your always going to see it...might have to tweak the controls to make it, like David suggested.
Not sure how to do it yet, I'm just getting in to the SDK. If I figure it out I'll post, I'm planning on doing a plugin...maybe even a full source release.