Vad_M

Vad_M

Joined Last seen Member # 1395545
0 Posts 27 Replies 1,787 Reputation

I think this is because the font included into the widget doesn't support your default language. A several times I saw this not only on using DX widgets but WindowBlinds skins too. You may correct this problem by easy way: 1. Open the widget in the DesktopX Bulder. 2. Find the text object that displays the calendar day and click on its properties. 3. Change the default font to the any similar that support your language. 4. Save the widget and run it once again. I'm sure

4 Replies 2,639 Views

I installed and tested this right now. Works great! No any evident bugs. My applause for Stardock. This is really great success! The one thing. Why it move my skins to another folder? Is there any ways to disable this function?

111 Replies 52,551 Views

Thank you! I'll try once again and send it for you if the results will be negative. This is very strange Wincustomize bug. May be I see it because I use Maxton 2.0? Now I open my IE7. I already uploaded this article to the Wincustomize.Wiki. But I think that it would be great if this article will be here in the DesktopX tutorials. Thank you again! Best Regards, Vadim.

2 Replies 5,330 Views

Note: Sorry but I can’t format or (and) edit this text better than you see below. I’m sure this is one more Wincustomize bug. However I hope that Zubaz will help me to solve this problem… 1. A few words about using DX timers in the multifunctional applications like system meters: Of course we can use the integrated DesktopX functions to get full system information or to create any other system meters. This is very comfortable options for beginners but there is one prob

2 Replies 5,330 Views

I think this may be very easy. Particularly if you use DesktopX. You just need create the object like desktopx.object("image") and aply some image to its default state. Then you need make a simple code with File System Object (FSO) that will find and extract the Album Art pictures from media folders you play music files. Hereon the picture must be applied to your object: desktopx.object("image").picture = "path to the image file in your music folder". I have already tr

11 Replies 7,847 Views

I tried to post my reply yesterday but something has been happened with my PC and I couldn't type the text... Sorry. I think that we need subcategory not only for gadgets. We need subcategory (or one more gallery) for creations that contains new scripts and (or) some new ideas. This is because the "widgets" gallery transformed to the the "skins for widgets" gallery. Where is novelties? Why the people don't work on new scripts? I think. More then I'm sure that DesktopX

40 Replies 28,488 Views

(If I have correctly understood you...) Somewhere in your script you have the numbers 0,1,2,3,... but you need see 00,01,02,03,.... Try this simple fynction: for example your data is named "mynumber" i.e. mynumber = 0,1,2,3.... desktopx.object("output").text = AddZero(mynumber) Function AddZero(val) If len(val) = 1 Then AddZero = "0"&val Else AddZero = val End Function Sorry if this couldn't help you.

5 Replies 10,574 Views

Hi, I'm sorry that I tell about this again (first time it was in the OS Customization but I received 0 replies...) So I found a several unpleasant bugs during using the DesktopX 3.49[rc]. Please look below: 1. " SELECT " function doesn't work when I try to edit some parts of my objects on the desktop. I can't select nothing not only by using the frame but with the pressed "Control" button too. This is not good because a simple changes in the any objects takes wel

2 Replies 6,721 Views

Hi, I'm sorry but I found a several unpleasant bugs during using the DesktopX 3.49[rc]. Please look below: 1. SELECT function doesn't work when I try to edit some parts of my objects on the desktop. I can't select nothing not only by using the frame but with the pressed "Control" button too. This is not good because a simple changes in the any objects takes well over time now...

0 Replies 1,239 Views

I'm sorry but I found a problem with SD Desktop gadget. I have done the next version of this gadget and uploaded it to the DesktopX widgets gallery. Today I received the message that the gadget was approved and available for downloading. I I have opened the zip file into WinRar and found that THIS IS OLD VERSION OF SD DESKTOP! MOREOVER THIS IS THE FIRST VERSION THAT I HAVE UPLOADED A SEVERAL MONTHS AGO!!! I uploaded it again right now. PLEASE HELP ME TO REMOVE ALL PREV

1 Replies 1,650 Views

Hi Quentin, here is the way to change wallpapers with user32.dll: Dim wp Set objShell = CreateObject("WScript.Shell") wp = "the path to your wallpaper" objShell.regwrite "HKCU\Control Panel\Desktop\Wallpaper", wp objShell.Run "%windir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 1, True Set objShell = nothing

24 Replies 8,916 Views

Sorry but it seems to me that I found a several new bugs. Please look: 1. I have updated SD Clock and uploaded it. This is much strange but this widget has appeared on the first page of Widgets Gallery as a new... I have not pressed the "Check to reset Update Date" button so I think that March and February was mixed up. 2. SD Skin Checker was featured last week. But I have uploaded very important update for this widget that named SD Skin Checker 1.57. This is the same widget. B

1 Replies 1,217 Views