XWidgetSoft Forum https://www.bbs.xwidget.com/ |
|
Info Recyclebincore https://www.bbs.xwidget.com/viewtopic.php?f=10&t=2232 |
Page 1 of 1 |
Author: | xstriga [ October 23rd, 2012, 8:21 am ] |
Post subject: | Info Recyclebincore |
Why if I use ccleaner the state of Recyclebin is not updated? |
Author: | xstriga [ October 24th, 2012, 3:49 am ] |
Post subject: | Re: Info Recyclebincore |
RECYCLE_BIN = 10; objShell = new ActiveXObject("Shell.Application"); objFolder = objShell.Namespace(RECYCLE_BIN); objFolderItem = objFolder.Self; print(objFolderItem.Path); print(objFolder.Items().Count); |
Author: | qiancang [ November 6th, 2012, 1:29 am ] |
Post subject: | Re: Info Recyclebincore |
which version did you use? and is your computer X64 or X86? I don't have this problem. |
Author: | xstriga [ November 6th, 2012, 4:00 pm ] |
Post subject: | Re: Info Recyclebincore |
Version number : 1.7.3.928 - Win7 Pro x64 With my script manually upgrade the status of RecyclebinCore. |
Author: | qiancang [ November 7th, 2012, 2:39 am ] |
Post subject: | Re: Info Recyclebincore |
xstriga wrote: Version number : 1.7.3.928 - Win7 Pro x64 With my script manually upgrade the status of RecyclebinCore. can you upload the widget? |
Author: | xstriga [ November 7th, 2012, 6:29 am ] | ||
Post subject: | Re: Info Recyclebincore | ||
// Variabili globali RECYCLE_BIN = 10; var _objShell; var _objFolder; function widgetOnLoad() { _objShell = new ActiveXObject("Shell.Application"); _objFolder = _objShell.Namespace(RECYCLE_BIN); } // Verifico se il cestino è vuoto function IsRecyclebinEmpty() { var num=_objFolder.Items().Count; // print(num); if (_objFolder.Items().Count > 0) { //print("Full"); return false; } else { //print("Empty"); return true; } } // Verifico se l'applicazione è attiva tramite l'icona Indicator function timercore1OnUpdate(Sender) { if(IsRecyclebinEmpty()) { print("Recyclebin:Empty"); if(recyclebincore1.get("%IsEmpty")!= "empty") { print("Recyclebincore:Clean"); recyclebincore1.cmd(null,"!ClearNoAsk"); } } }
|
Author: | xstriga [ November 7th, 2012, 6:39 am ] |
Post subject: | Re: Info Recyclebincore |
I would like to monitor the status of all the shortcuts with a single timer to activated without drag & drop |
Author: | qiancang [ November 7th, 2012, 7:34 am ] |
Post subject: | Re: Info Recyclebincore |
It's a bug. My friend who uses X64 windows7 pro has this problem,too. Thank you for your feedback. Hope Tony will fix it in next version. And what do you mean "monitor the status of all the shortcuts with a single timer to activated without drag & drop"? Your dock can monitor the status of shortcuts already. |
Author: | xstriga [ November 7th, 2012, 8:19 am ] |
Post subject: | Re: Info Recyclebincore |
But activating a core for each shortcut is not used a greater amount of memory ? Now the state of shortcuts is active only after drag & drop ... |
Author: | qiancang [ November 8th, 2012, 7:33 am ] |
Post subject: | Re: Info Recyclebincore |
xstriga wrote: But activating a core for each shortcut is not used a greater amount of memory ? Now the state of shortcuts is active only after drag & drop ... Another new bug. Thanks for your feedback. Tony will fix it in next version. You need to restart XWidget after setting shortcut before next version. |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |