View Full Version : Any Vista gadgets yet?
Google has failed me! Has one been made yet? :confused:
markhudy
12-03-2007, 23:18
Currently working on a simple one that:
- Can be used without having to log into TS
- Doesn't require TS client at all
- click to launch TS client when you click on a chat room
Timeframe 2 weeks if possible
Gamerz_Lounge
23-02-2008, 21:00
I have been working on a Vista gadget for about 8 hours now. I am able to get the files made and the scripting figured out half way with the help of tsviewer code generator. I am not sure if this is my problem or not. Here is what I am getting.
The gadget is popping up and allowing me to add it to the sidebar, but when I add the gadget it only shows a tiny little box and it appears to be the top left corner of the dispaly. The scrolling up and down seems to work. The box is so small that you cannot even read the channels or see the channels for that matter. The refresh button is the main thing I see when adding the gadget to the sidebar. The refresh seems to be functioning by the way.
I guess my main problem is sizing. I have it set for 50x150
Any help on finalizing this would be greatly appreciated.
Boomsling
24-02-2008, 14:40
Ive made a simple one that utilities TSviewer code.
Click here to download (http://www.boomnet.pwp.blueyonder.co.uk/TeamspeakSidebarGadgetv1.1.zip)
See the enclosed readme for install and set up instructions
SCREENSHOT (http://img404.imageshack.us/img404/1328/gadgetvv6.jpg)
Gamerz_Lounge
24-02-2008, 15:39
I will try it
and get back with you thanks
game-emeralds
28-02-2008, 00:54
Thanks to boomsling's inspiration, i've researched Vista sidebar gadgets, including some i use, and even his...
After taking and modifying pieces of code from some gadgets, then re-writing it afterwards, i have made a gadget similar to boomsling's, but mine will show the server's status and stuff, by basicly showing a generated signature! :)
If you wana see it, here it is: http://matt.home.digital.net/publish/ts2status_sidebar_gadget.zip
Thanks for lookin! :)
Edit:
and so nobody leeches it... I've got it copyrighted here:
http://www.myfreecopyright.com/registered_mcn/C12_TT8X_8968
Demorgon
01-03-2008, 15:59
Boomsling I like your Gadget but is there anyway to make it so that it doesn't refresh so often? ATM it refreshes about every 9 - 10 seconds I would like to set that to maybe 45 but I didn't see anywhere in the files to edit for that.
Any Ideas?
Any help much appreciated, Cheers!
Boomsling
16-03-2008, 03:37
Boomsling I like your Gadget but is there anyway to make it so that it doesn't refresh so often? ATM it refreshes about every 9 - 10 seconds I would like to set that to maybe 45 but I didn't see anywhere in the files to edit for that.
Any Ideas?
Any help much appreciated, Cheers!
<script language="javascript">
window.setInterval("location.reload()",timeout=10000);
Just look for the above in the .html file.
Right click and open it with notepad.
The number after 'timeout=' in milliseconds.
45 secs would be 45000.
Just change that number and save it.
Hope this helps.
SantaCruz
31-03-2008, 13:08
Hello, thaks have been looking for this for a while now.
I tried to modifi it with a transparent background it works but the tekst gets pink at the sides.
are you working in any new versjon? what abot adding "settings" where you just add the id and have the possibility to select background and tekst colour..
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.