ExodusCrow

ExodusCrow

Joined Member # 329742
2 Posts 22 Replies 782 Reputation

I've tried on several occations, and failed, to create a simple spellchecker widget. Something I'd be able to paste in a paragraph or word into. I know it's possibile, I just don't have the programming background to "get 'er done!"

57 Replies 19,105 Views

The easiest way to do this is using Object.Picture = "http:// images3.stardock.com/wc/T_AERO/images/sitelogo.jpg" If each sermon has a unique identifier, the date for example, you could do something similar too Object.Picture = "http:// images3.stardock.com/wc/T_AERO/images/sitelogo" & dateVar & ".jpg" Hope this helps you out.

3 Replies 2,601 Views

Dim pingResult Object.SetTimer 5555, 6000 'ping every 6 seconds Sub Object_OnTimer5555 If System.InternetConnected = True Then pingResult = System.Ping("www.wincustomize.com") Object.Text = pingResult Else Object.Text = "No internet connection" End Sub

5 Replies 2,850 Views

I am actually about to release an object just like that. You are welcome to take a look at my code once it is released. In the meantime, try: varFldr = "C:\windows\system32" Set varFolder = fso.GetFolder(varFldr)

5 Replies 2,850 Views

Tiggz. DX keeps a "backup" copy of scripts that it uses. Check out C:\Documents and Settings\ \Local Settings\Application Data\Stardock\DesktopX\CurrentTheme You can look through different '.DXScript2' files to find the script you were working on. It's saved me in the past

73 Replies 61,281 Views

Feature request: It'd be nice if the Object Lister would have a treeview to the left in the window and when you selected an item in the treeview it'd only list the child and related objects of that item. I second that. I'd also like to see some sort of "numbering" system in the object lister.

73 Replies 61,281 Views