Yeah, I don't see it.
sViz
This is for standard and pro, right? Can anyone confirm the correct version number for this beta? I'm seeing 3.50.018
Is there any documentation in the works?
[e digicons]:star:[/e] Happy B-day, Jim! [e digicons]:star:[/e]
Impressive. I'll have to play around with this. [e digicons]:sun:[/e]
[e digicons]:thumbsup:[/e] Great idea, Phoon. Just the kind of thing DX is good for. For the lines marked TODO, you could display a message box with en error report and further instructions, if necessary. Example syntax below: x = MsgBox("Error: file not found",48,"YOUR TITLE HERE")
Phoon, try correcting these three lines in your code: Dim path : path = \\kch-files\public\test.txt Dim objectName : objectName = "time" . . . DesktopX.Object(objectName).Text = contents 'path' should include the text file name 'objectName' should be your text object And the last one should remain the variable 'objectName
Yes, I copied the shortcut. Even clicking directly on the .lnk shortcut wouldn't open it, until I opened its properties and clicked 'Open File Location'
Vista 32 bit, UAC off. Error: c:\MouseControlPanel.lnk The parameter is incorrect.
[quote who="Skarny" reply="13" id="3003383"]Tried running your gadget as an Administrator?[/quote] That or in compatibility mode.
Google says most of this stuff is in C:\Windows\system32, such as control panel (%systemroot%\system32\control.exe) But I couldn't find any in there leading directly to System. But Windows Help and Support had a link to System, and viewing the source to the page, revealed this %25systemroot%25\system32\control.exe /name Microsoft.System So, I tried this in DX, and it seemed to work: In the File shortcut field
Yeah, no go with UAC off. Nothing shows up. First error in the stars script, for example is canvas.width is null. Once I turn on UAC everything works fine. (But I dislike UAC.)
That's fantastic. I had some ideas for pixel-pixel collision once. My problem with dxCanvas is the need to turn on UAC on Vista, but this is definitely worth exploring.
Woohoo! This is awesome news. Congratulations, Jim! You've been a positive presence in the community, a good friend, and a diligent skinner. Hats off to you. [e digicons]:star:[/e]
Thanks, everyone, for your help. It's in the gallery, now.
What is all that stuff on the start screen? Actual programs or adverts? I don't mind the layout, functionally speaking, but all those random squares look cluttered. And is that the Office ribbon on regular explorer window? I dislike the ribbon.
I've switched from DX's sendrequest to microsoft.xmlhttp. I think that should take care of the cache issues and speed up the process. DOWNLOAD BETA 1.1
[quote]I'll give it a go.... my 'inbox' is usually on 500 [/quote] 500! *says a prayer* [quote]I tried it and no matter what I do it says I am not logged in even though I am [/quote] Might be a cache issue. I'll look into it.
Gadget Cache is HERE . If you type %temp% in explorer it should take you to Username > AppData > Local > Temp. Anyone want to help flood my inbox, so I can test this with lots of messages? [e digicons]:w00t:[/e]
How many messages do you have? When I had 43 messages in my inbox, it took a minute or so. A couple of factors might affect it: # of messages, internet connection, CPU usage; it probably shouldn't take that long, so you might go ahead and restart the gadget. I'll see if I can work in an abort/retry function.
So, long as you're not logged in as someone else, it will only DL your PMs. Wincustomize uses a universal url for messages: https://forums.wincustomize.com/pm That's the one the gadget uses. Thanks for the feedback everyone. Almost forgot. This will just be for message collection (sorry Jim!) Checking for new messages would make the gadget more complicated than I'd like.
In the galleries: LINK The gadget saves private messages from Wincustomize to your documents folder. That's it.
Hey, cool! That's my Blue NrG recycle bin on the right. (Ah, nostalgia. [e digicons]:')[/e] ) Is that also always on top? The original is not set to that. It's as Redneckdude says. The parent object is the one you need to modify, if modifying the icons isn't working. If all else fails, you could try clearing the cache: LINK
[quote]You don't NEED to do any scripting at all to make fantastic DX themes.[/quote] This is true. DX can do a lot without scripts. [quote]I would love to know statistics on how people actually use DesktopX. [/quote] Ditto. [quote]ID you bring up a good point, are folks using DX to do things for their own personal use and not uploading them. [/quote] All the time. That's why I lov
I don't really use any of the more advanced commands, so I've never looked into them. You could start a page/tutorial at the Wincustomize Wiki - LINK - , if you like. Others would be able to update it as well.