[question] Stickies

maybe it has been answered before| couldnt find it.-

easy one | i have a sticky with stuff on it, i add things, delete things | when i restart the box, the sticky doesnt show the updated stuff | the old stuff remains.

So, do i have to open the desklet control panel | application| save conf. and then yes, i can turn the box off?

thanks in advance.

respect.

aniba!

#212881

Yea, just make sure before ending AveDesk, always Save Configuration...

That way the Notes Desklet can save it stuff on it...

Then you can do whatever after.... :D

#212886

When I exit AveDesk manually instead of letting Windows terminate it, the configs are saved as expected. To make it easy, I made a shortcut to a vbs file to exit AveDesk manually. Double-click (my setting) the icon and about half-a-minute later AD exits and my config is safe. Well it WFM.

Just paste the contents of the following into a text editor and name it with a VBS extension. Set a shortcut to point to that VBS and voila. C'est facile.

Dim av
Set av = CreateObject("Avedesk.Application")
av.Close

#212893

thanks for the help guys | have a nice weekend :)

respect.

aniba!

#212980