frasej

frasej

Joined Member # 2116117
11 Posts 6 Replies 8,580 Reputation

I'm using RightClick instead of my taskbar. Hence, I've got my taskbar hidden. The problem is, it won't stay hidden. This usually happens when clicking or double-clicking on a System Tray item in the RightClick menu. Is there some other way to keep the taskbar hidden?

1 Replies 1,729 Views

First, this only works with DesktopX Professional. 1. Use WMI to get the command line parameters. In the following example, my program is named backup.exe. What is returned by objItem.CommandLine is the complete command line, including path to the program. example of what's returned: "C:\Program Files\Stardock\My Apps\backup.exe" parameters Note that the path and file name are quoted. 2. Here is the script I use. You'll have to

1 Replies 2,277 Views

Okay, here comes another, probably stupid, question. Is there any mechanism for DesktopX scripts to create/access/modify zip files? I've written a backup program, which works well enough for disk to disk backups. The next logical step in its evolution, however, is to be able to have compressed backups. Jay

4 Replies 3,520 Views

I've written a widget that uses a script that has the attribute "Run in separated thread" checked. It works properly under DesktopX Pro Builder. Running it separately as a widget (not under builder) or compiling it to a stand alone program and running it, and the script now grabs 100% of the time and won't let me use the other buttons which don't run under a separate thread. That's a BIG problem. <br

0 Replies 1,900 Views

Here's a snippet of my code: Widget.AddPreference "SSName" Widget.Preference("SSName").Type = "File" Widget.Preference("SSName").Caption = "Screensaver File" Widget.Preference("SSName").DefaultValue = "scrnsave.scr" This creates a [Browse] button in the preferences dialog. The problem is, it shows every file. Is there a way to specify which file types I want to be seen. Ex: *.scr

2 Replies 2,743 Views

I used to be able to get my CPU's clock frequency, but after reloading the OS and Stardock, it isn't working. I suspect that I had a plugin. Does anyone know of a plugin for get the CPU clock frequency?

0 Replies 898 Views