Page 6 of 17
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 12:02 pm
by pieteckhart
I do not know how to convert it. It would be very sweet though.
[/quote]
it might be a bit hard becouse its coded for internet explorer.
if you look at a tutorial on how to make google gadgets you might find a way to adapt it.
tell me if you got it, maybe i can support it.
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 12:25 pm
by Coeluh
Well I do not know how, I have been googling and there are ways to do it from google to vista but not vice versa. So my dream will stop
Whats the way it works btw? Does it show a webpage or what? How do you get the variables. Maybe I code something myself, google desktop is not that hard I think to code.
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 12:31 pm
by pieteckhart
gadgets are all wen (html/css/javascript/etc)
it gets complicated if you need to look at config files that each gadget/widget provider uses.
vista usese gadget.xml i think google will use another file.
i think it could be converted but i have no time to look in to this.
if anyone can show me i would gladly support other platforms.
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 12:41 pm
by Coeluh
pieteckhart wrote:
gadgets are all wen (html/css/javascript/etc)
it gets complicated if you need to look at config files that each gadget/widget provider uses.
vista usese gadget.xml i think google will use another file.
i think it could be converted but i have no time to look in to this.
if anyone can show me i would gladly support other platforms.
Can you tell me where you get sabnzbd's info from? like queue info, ETA. Where is that kinda info stored?
NVM: It is easy, because you have a designer app from google and using javascript. But I suck at it.
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 1:04 pm
by pieteckhart
i used the API
you can look inside my .js files how i get them.
http://sabnzbd.wikidot.com/automation-support
if you need help just ask me!
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 1:43 pm
by Coeluh
Im not a coder, im a designer.
What API? Could you give a look at the google designer? Its not that hard for something who is good at coding.
Re: Vista Sidebar Gadget
Posted: October 10th, 2008, 1:51 pm
by pieteckhart
http://code.google.com/apis/desktop/doc ... index.html
this page shows how a basic google desktop gadget is made.
ill look into it when i got time for it.
It looks a bit the same as for vista sidebar gadgets.
you could try this tutorial and copy the files over from my gadget and see if it works.
(rename the .gadget file to .zip in order to extract my files)
Re: Vista Sidebar Gadget
Posted: October 11th, 2008, 4:34 am
by pieteckhart
pieteckhart wrote:
http://code.google.com/apis/desktop/doc ... index.html
this page shows how a basic google desktop gadget is made.
ill look into it when i got time for it.
It looks a bit the same as for vista sidebar gadgets.
you could try this tutorial and copy the files over from my gadget and see if it works.
(rename the .gadget file to .zip in order to extract my files)
i have done some reading and i figured out that google uses XML instaid of HTML to represent their data. (kind of strange if you ask me) this makes converting a bit harder.
i still think it should be possible.
but its a bit out of my focus for now.
but i would glady support anyone who wants to try convert it or write there own.
Re: Vista Sidebar Gadget
Posted: October 11th, 2008, 4:58 am
by pieteckhart
Release 1.0.0.7
Download:
http://www.sab.websijt.net/sab.gadget
Note:
You can now choose a mode for newly added downloads (eg Delete, Repair, Unpack)
Re: Vista Sidebar Gadget
Posted: October 11th, 2008, 7:41 am
by pieteckhart
Release 1.0.0.8
Download:
http://www.sab.websijt.net/sab.gadget
Note:
You can now open your 'Completed' directory in windows explorer by clicking on the folder icon.
Default this will be: \Users\%username%\Documents\Downloads\complete
lol i should realy wailt untill i release stuff, at this rate i will be out of version numbers soon
Re: Vista Sidebar Gadget
Posted: October 12th, 2008, 3:35 pm
by pieteckhart
that's a good idea, somebody else suggested that but i forgot all about it!
oh and yes you can select a download but there are no options yet (i planned remove Job, but i'm still waiting for the new API).
Re: Vista Sidebar Gadget
Posted: October 19th, 2008, 11:46 am
by pieteckhart
pair of dimes wrote:
pieteckhart wrote:
still waiting for the new API
It'll still be a while before that's available.
ill wailt
Re: Vista Sidebar Gadget
Posted: November 12th, 2008, 3:42 pm
by TheBiGW
Just like to say I've been using this for a while and I think it's great. If I have one criticism though it's that the UI is slightly wider than all my other widgets. If it could be made the 'standard' widget/sidebar width this would be perfect
Re: Vista Sidebar Gadget
Posted: November 13th, 2008, 11:12 am
by pieteckhart
TheBiGW wrote:
Just like to say I've been using this for a while and I think it's great. If I have one criticism though it's that the UI is slightly wider than all my other widgets. If it could be made the 'standard' widget/sidebar width this would be perfect
i have been resizing the gadget for a few times now
maybe my other gadgets have wrong sizes because i don't know what the correct size is.
when i resize the gadget to be a bit less wider i am considering pair of dimes' suggestion of putting the job names over the progress bar in order to make sure long names will fit.
I'm a bit busy with school and stuff so the next release can take a while.
Re: Vista Sidebar Gadget
Posted: November 30th, 2008, 1:58 pm
by Saftlad
stborchert wrote:
Hi.
Very nice litte thingy ;-)
Unfortunately it didn't worked for me. My sabnzbd is running on a NAS (Synology DS207+). Its address is "192.168.1.11:8080/sabnzbd". If I insert the IP into the settings page it is converted to "192168111" (without dots) and the gadget always displays "Please Configure".
Any help would be appreciated.
greetings,
Stefan
Can I ask how this was gotten around, as I have the same issue?
I have a DNS entry for my NAS, but can't figure out how to get the /sabnzbd part into the system. Doing a check on just the device name/port doesn't seem to work
Thanks