What would you like to see in DesktopX 4.x?

Friday, April 3, 2009 by ZubaZ | Discussion: DesktopX Wishlist

What sorts of features would you like to see in the 4.x series?

First Previous Page 9 of 10 Next Last
RomanDA
Reply #161 Monday, June 29, 2009 8:30 AM

Anakey
adding an easy way to clear widget cache rarther then finding and deleting it manually

Agree!!

RedneckDude
Reply #162 Monday, June 29, 2009 4:57 PM

adding an easy way to clear widget cache rarther then finding and deleting it manually

Agree!!

Hell yes!!!!

Vad_M
Reply #163 Monday, June 29, 2009 6:29 PM

adding an easy way to clear widget cache rarther then finding and deleting it manually

Hey Guys! What's a problem about which you have told? Just add into your code a few lines like this:

Sub Object_OnScriptExit

On Error Resume Next 
  Dim objFSO,xfol
    xfol = "ENTER HERE THE PATH TO A FOLDER WITH YOUR WIDGET CACHE..."
  Set objFSO = CreateObject("Scripting.FileSystemObject")
   If objFSO.FolderExists(xfol) Then objFSO.DeleteFolder(xfol), True
  Set
xfol = nothing
  Set objFSO = nothing

End Sub

That's all... No folder - not problems!

P.S. If any software will block this code you may do the same with WMI:

Sub Object_OnScriptExit
  On Error Resume Next
  Dim objWMI,objFOL,xfol
   xfol = "ENTER HERE THE PATH TO A FOLDER WITH YOUR WIDGET CACHE..."
   xfol = Replace(xfol,"\","\\" )
  Set objWMI = GetObject("winmgmts: \\.\root\cimv2")
  Set objFOL = objWMI.ExecQuery("Select * from Win32_Directory where Name = '"& xfol &"'" )
   For Each item In objFOL
    xfol = item.Delete
   Next
  Set objFOL = nothing
  Set objWMI = nothing
End Sub

sViz
Reply #164 Monday, June 29, 2009 7:38 PM

Nice code! I was thinking the same thing, deleting folders is pretty easy by script, but Stardock really needs to be the one to implement this, not the end-user.

 

On the other hand, depending on when they get around to all these suggestions, it might just be beneficial for someone to make a clear cache widget and upload it.   I think the folders are located in the same directory on most people's computers, the local application data folder. So it would have 4 buttons to clear widgets, gadgets, current theme, and all of the above....or just one button with pop-up menu options

Anyone want to take a stab at this?

RedneckDude
Reply #165 Monday, June 29, 2009 8:01 PM

I already made the widget cache clearer. I may do one. But if it's a widget, it can't clear the wodget cache, can it. Likewise Gadget cache, if it's a gadget, etc? I have tried to clear the widget cache before with a widget open and got an error.

sViz
Reply #166 Monday, June 29, 2009 8:06 PM

 

I already made the widget cache clearer. I may do one.

 

But if it's a widget, it can't clear the wodget cache, can it. Likewise Gadget cache, if it's a gadget, etc? I have tried to clear the widget cache before with a widget open and got an error.

Yeah, you'd get an error. It's funny, I just remembered the widget manager does come with an option to clear widget cache, but it's so obscure and I doubt many people even use the widget manager.

Littleboy
Reply #167 Monday, July 6, 2009 5:57 AM

 - DX + 51 custom files on the same object = POOF!

Fixed size arrays are evil! (and I have to add a workaround to my script compiler now )

sViz
Reply #168 Sunday, July 12, 2009 3:36 PM

I'd like to see a way to query whether another object's script is enabled via script.

gef
Reply #169 Thursday, August 6, 2009 8:57 AM

I think that, before we all say what we want to see, we should repair what we already have!

1.  DXPlayer ........ Rubbish. Take a look at Xion.

2.  Right-click ...... Needs extreme updating. Many people use it.

3   Systray .......... Doesn't work at all, ( with Vista ).

I'm sure there is a lot more like this.

Any developers out there .................     Help !!

willistuder
Reply #170 Saturday, August 8, 2009 9:02 PM

I've thoroughly enjoyed reading this thread. It's always a treat to listen to people who actually know what they're talking about. Are there any new developments in DesktopX 4.0?

ZubaZ
Reply #171 Sunday, August 9, 2009 9:09 AM

Are there any new developments in DesktopX 4.0?
Not at this time.  But we at Stardock are watching this thread for when we are ready to get into DX mode.

az0th
Reply #172 Sunday, August 9, 2009 11:10 AM

An "Unload DX" option included in the DX dialogue, since many DX skins don't show a system tray. Luckily, a "DX Helper" widget by Randahl  with an "Unload" option is available for now  Link . It's been a real help.

Also, a clear indication of which objects are linked in parent-children relationships would be nice.

willistuder
Reply #173 Monday, August 10, 2009 12:32 PM


Not at this time.  But we at Stardock are watching this thread for when we are ready to get into DX mode.

Thanks

sViz
Reply #174 Thursday, August 20, 2009 5:46 PM

Something I've recently had a dire need for: header and footer fields for regular text objects. Much like you have for CPU text plugins. So no matter what the script sets the text to, it would always be preceded or followed by whatever you put in those fields, or you can leave it blank. This would help immensely for weather widgets where right now I may set the script to put a header (e.g. Wind Direction: south, or Visibility: 10 miles) but the user might not want that preamble. Instead of them trudging through the script to get rid of it, they could just open properties and delete the header field.

Just a thought.

RedneckDude
Reply #175 Tuesday, September 8, 2009 12:27 AM

OK, this should be easy. I would like the ability to make a shortcut point to a certain fence. Maybe that should be a Fences Pro option? Or could we do it in DX, and would it have to be a script thing, or could it be built in? Just a thought...I'm sure you can see the implications.

RedneckDude
Reply #176 Tuesday, September 8, 2009 12:31 AM

An "Unload DX" option included in the DX dialogue, since many DX skins don't show a system tray. Luckily, a "DX Helper" widget by Randahl  with an "Unload" option is available for now  Link . It's been a real help.

Unless I'm mistaken, that is already a part of DX.

sViz
Reply #177 Monday, September 28, 2009 8:30 PM

Often switching work between dozens of different projects, I have to keep browsing to different locations. A recently opened themes/objects list would be beneficial.

sViz
Reply #178 Friday, October 30, 2009 10:22 PM

Please consider a proper dialog window for adding custom files. The one we have now is entirely cumbersome, counterintuitive, and unnatural. It's too small, too tedious to navigate, and cannot add multiple files at once.

 

Vad_M
Reply #179 Saturday, October 31, 2009 7:49 AM

It would be great to see:

1. Three new ActiveX controls integrated into DesktopX: Multicolumn ListView, TreeView and ImageList (with support for 32-bit images and icons) to make applications like windows explorer. (Or improve the access to MSCOMCTL.DLL. The elements of controls must be skinable - i.e. add the support for WB skins).

2. The OnClick event in the WebBrowser control for active elements of opened pages.

3. The ability to add/use icons in the DX Context Menu.

Issues:

1. DesktopX PushButton and CheckBox control doesn't support the alpha channel. As a result we can see the ugly contour around these controls... Can it will be corrected in the DX4?

2. Object Navigator doesn't keep the font settings and resets it each time on startup... As well as the type of cursor on its ScrollBars is wrong. It show the "Diagonal Resize" instead of "Normal" mouse pointer.

3. When the Windows Media Player Control will start to work in DesktopX? If I remember - the age of this unpleasant bug is more than 1 year!!!!

Da_Man_Rocks
Reply #180 Thursday, August 5, 2010 5:51 AM

You know what would be really handy? if there was a redistribute option which distributed a small compact version of desktopx along with your desktop but it would be locked so it could be used on business computers, or on public kiosks or schools etc.

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01