Page 5 of 17

Re: Vista Sidebar Gadget

Posted: August 18th, 2008, 9:00 am
by RickDB
A temp fix for the losing settings is to open this folder:

c:\users\YOURUSERNAME\AppData\Local\Microsoft\Windows Sidebar\Gadgets\sab.gadget\js

And editiing the settings.js, change the lines(6-11) like this for example:

            this.setHost("1.1.1.1");
            this.setPort(1234);
            this.setUser("username");
            this.setPassword("password");
            this.setTimeout(1000);

Then you have hardcoded settings.

Re: Vista Sidebar Gadget

Posted: August 18th, 2008, 9:31 am
by KaiUno
Yup, that did the trick. Thanks a bunch!

Re: Vista Sidebar Gadget

Posted: August 18th, 2008, 10:55 am
by kbunny
While the work-around described by RickDB is perfectly fine for me, I think non techy users would be less enthousiastic. Oh well, Piet said he'll add saving settings, so I'll only be a questions of when, not if.

With this minor inconvenience (hard-coded) out of the way, I can really recommend this great little gadget: the drop 'n drag feature is absolutely brilliant - it makes managing the job-queue so much easier.

Great job Piet!

Re: Vista Sidebar Gadget (settings under WinXP)

Posted: August 19th, 2008, 1:17 pm
by kbunny
When the Vista Sidebar is installed under Windows XP, the settings.js file can be found in:

C:\Program Files\Windows Sidebar\Shared Gadgets\sab.gadget\js\

Re: Vista Sidebar Gadget

Posted: September 16th, 2008, 1:41 am
by pieteckhart
nice workaround RickDB!
when i have some spare time i will finish the saving part of the gadget.

thanks for the replies

Re: Vista Sidebar Gadget

Posted: September 20th, 2008, 3:11 am
by pieteckhart
Release 1.0.0.5
Download: http://www.sab.websijt.net/sab.gadget

New Feature:
- Saving Support

Note:
Settings are saved as a JSON string located in:
C:\Users\%username%\AppData\Local\Microsoft\Windows Sidebar\Gadgets\SABnzbd.txt
you can edit them via the gadget itself ofcourse ;)

Let me know if this works for you!

Re: Vista Sidebar Gadget

Posted: October 2nd, 2008, 3:04 pm
by pieteckhart
Did anyone test the new release yet?

btw i'm working on a new setting so you can select a Pre Process method (Unpack, Repair, Delete, etc).

Re: Vista Sidebar Gadget

Posted: October 2nd, 2008, 3:09 pm
by kizer8
pieteckhart wrote: Did anyone test the new release yet?

btw i'm working on a new setting so you can select a Pre Process method (Unpack, Repair, Delete, etc).
I did and the only thing I found kind of strange was the Pause/Resume icon is the upper left hand corner does not visually change unless you have a downloaded added to the list.

Kizer

Re: Vista Sidebar Gadget

Posted: October 2nd, 2008, 3:17 pm
by pieteckhart
kizer8 wrote:
pieteckhart wrote: Did anyone test the new release yet?

btw i'm working on a new setting so you can select a Pre Process method (Unpack, Repair, Delete, etc).
I did and the only thing I found kind of strange was the Pause/Resume icon is the upper left hand corner does not visually change unless you have a downloaded added to the list.

Kizer
hmm strange, i will look in to this!
thanks for the quick reply (now i know the topic is still beeing read hehe)

Piet

Re: Vista Sidebar Gadget

Posted: October 2nd, 2008, 3:43 pm
by kizer8
pieteckhart wrote:
kizer8 wrote:
pieteckhart wrote: Did anyone test the new release yet?

btw i'm working on a new setting so you can select a Pre Process method (Unpack, Repair, Delete, etc).
I did and the only thing I found kind of strange was the Pause/Resume icon is the upper left hand corner does not visually change unless you have a downloaded added to the list.

Kizer
hmm strange, i will look in to this!
thanks for the quick reply (now i know the topic is still beeing read hehe)

Piet
Yup, I do.  I love your gadget. Sorry for my crappy English today.  I meant to say in the upper left hand corner and when a download is added to the list.

Kizer

Re: Vista Sidebar Gadget

Posted: October 9th, 2008, 12:04 pm
by Coeluh
Could you make a google desktop version aswell?

Re: Vista Sidebar Gadget

Posted: October 9th, 2008, 2:07 pm
by pieteckhart
Coeluh wrote: Could you make a google desktop version aswell?
hmm are those the same gadgets as you can use in lets say iGoogle?
if they are just html+javascript maybe it can work.

my gadget could be adapted to work as Widget aswel.

Re: Vista Sidebar Gadget

Posted: October 10th, 2008, 10:23 am
by pieteckhart
Release 1.0.0.6
Download: http://www.sab.websijt.net/sab.gadget

Note:
Pause/Resume/Progress indicators wil now work when the queue is empty.
(the bug Kizer reported).

Keep me posted on your findings.

Re: Vista Sidebar Gadget

Posted: October 10th, 2008, 10:32 am
by kizer8
pieteckhart wrote: Release 1.0.0.6
Download: http://www.sab.websijt.net/sab.gadget

Note:
Pause/Resume/Progress indicators wil now work when the queue is empty.
(the bug Kizer reported).



Keep me posted on your findings.
pieteckhart wrote: Release 1.0.0.6
Download: http://www.sab.websijt.net/sab.gadget

Note:
Pause/Resume/Progress indicators wil now work when the queue is empty.
(the bug Kizer reported).

Keep me posted on your findings.
Thanks it does work now.

Kizer

Re: Vista Sidebar Gadget

Posted: October 10th, 2008, 10:58 am
by Coeluh
pieteckhart wrote:
Coeluh wrote: Could you make a google desktop version as well?
hmm are those the same gadgets as you can use in lets say iGoogle?
if they are just html+javascript maybe it can work.

my gadget could be adapted to work as Widget aswel.
I do not know how to convert it. It would be very sweet though.