|
09/03/2007, 12:32 AM
#243
 Originally Posted by codyppc
hey z,
couple of question for version 1.8...
1. how hard would it be to get the plugin to say 40 pixel height for two line of text that would allow one 32x32 icon? with the xcast plugin having 48 icons that change with the weather, it would be cool to display a larger icon.
2. any chance we could get other icon formats to display other than bmp. there are a lot of cool icons out there. hard to find cool bmp icons.
question/requests for version 2.0
1. any chance on getting the plugin to split up into sections. like 1/4 maybe. for example... battery | memory | storage | temperature or like phone alarm... email | sms | v mail | missed calls . each being able to be tapped. when you tap email it could take you to your email, tap missed calls a it would take you to your call history. each having it's own icon as well.
i know i ask a lot. i just dont know what's possible and whats not. you seem to be able to do it all. lol.
anyhow, thanks z.
cody
1) I'd like to defer any more formatting changes until 2.0. The reason is that everyone will want something different. If I allow two lines someone will want three. If I add a 40 pixel with 32x32, someone else will want 32 pixels with 24x24. I just want to write the code once and let you guys format it through the registry without having to make changes to the code anymore. But that requires a little more work on my part, which is why I told Sling, 2.0 would probably be a rewrite (at least partially).
2) I'm pretty sure you can load a .gif or .jpg as well as a .bmp. Give it a try.
You can also convert using MS Paint, it's not that hard, just load it in Paint and save it as a .bmp.
Regarding the 2.0 request, yeah that would be doable if it ever gets done. You would simply define a series of today screen objects such as:
Plugin\ScreenHeight = 40
Plugin\Object1\Type = "Image"
Plugin\Object1\File = "\Program Files\Xcast\icons\map.jpg"
Plugin\Object1\Coord = "5,10"
Plugin\Object1\Action = "Popup Menu"
Plugin\Object1\Params = "Precipitation,Temp,Humidity"
And you could choose different type of objects such as image or text, and different actions such as pop-up windows, menus, execute scripts, etc. You would define where you want it placed and as long as it fits, it doesn't matter what size.
But it's all theory right now, no code, lol.
|
|
|