Vad_M

Vad_M

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

I KNOW... THE CORRECT ROTATION IS A BIG PROBLEM! (:( Several months ago I worked on a new Media Player where I added two rotating controls - for Stereo Balance and Sound. I had a lot a problems with this because DesktopX work incorrect with any rotating objects. Seems It lost a centar... So I made complicated code which calculate the rotating angle through geometry formulas and then apply these angle to the object. Now my controls rotate around the center without any bugs. Let me k

5 Replies 13,696 Views

[quote]haha 1billion i think^^[/quote] I did not joke about a payment! No doubt you may download any DX objects/widgets/gadgets from the WC Galleries for free. But you want to get some exclusive thing that is absent! :SURPRISED: Who must spend his own time to work on a special widget for you? Just interesting how do you imagine this deal...

3 Replies 5,957 Views

[quote]Change them to what?[/quote] To any numbers that you want.Bby this way you can change the speed of fading. [quote]I inserted it and the first group fades out as the second fades in, then the first fades back in and the second vanishes. I tried putting the script in the object controller in both array's, but it still does the same thing, even when I tried reversing the code/array's in the second group. I assume it has something to do with what you are telling me to change

13 Replies 11,425 Views

[quote]To adjust the speed try changing this line "Object.SetTimer 1,10" to "Object.SetTimer 1,100" or, if still too fast try "Object.SetTimer 1,1000".[/quote] That's right. As well you may do this by changing the step of opacity increasing/reduction: desktopx.object(item).opacity = desktopx.object(item).opacity - 25 desktopx.object(item).opacity = desktopx.object(item).opacity - 10 [quote]Can I make the Object Controller fade out as the array fades in?[/quote] <b

13 Replies 11,425 Views

I have a bit modified the sVis code... ;) Dim objects,fade Sub Object_OnScriptEnter 'enter here the names of objects that you need objects = Array("name1","name2","name3",.....) fade = "in" End Sub Sub Object_OnStateChange(state) If state = "Command executed" Then If fade = "in" Then fade = "out" Else fade = "in" Object.SetTimer 1,10 End IF End Sub Sub Object_OnTimer1 Select Case fade Case "ou

13 Replies 11,425 Views

You may use it to create a good mp3 player for Windows XP. But if you are on Vista you will see something like this: Problem Event Name: APPCRASH Application Name: ObjectMedia.exe Application Version: 1.0.7.152 Application Timestamp: 3fb5afb6 Fault Module Name: StackHash_c74e Fault Module Version: 6.0.6001.18000 Fault Module Timestamp: 4791a7a6 Exception Code: c0000374 Exception Offset: 000b015d OS Version: 6.0.6001.2.1.0.256.1 Locale ID: 1049<b

42 Replies 23,772 Views

[quote]I don't know why I even bother trying; you DX experts have forgotten more than I will ever learn.[/quote] You do this because you are undoubtedly a Soul of WC Community! :) :CONGRAT: I like how you try to help each of us and may be assured that your posts are very useful every time. :) Just a [B]Swapna Alice's[/B] question demands for more simple answer. Therefore I have tried to add a few lines of code to illustrate a theory posted by you. ;)

10 Replies 12,696 Views

This code should work because I tested it before sending here. More than I have used the similar method in the all of my projects. So I think that you do something wrong...

24 Replies 17,868 Views

Hey friends! I think that this way is erroneous... So try this Jim: 1. Create new object and name it like "sound". 2. Create a few states in this object: [B]disable[/B] Add your *.wav files to the other states: tab "States" --> tab "Sound" --> button "Browse" --> button "Apply" [B]Restore[/B] [B]LowBattery[/B] [B]CriticalStop[/B] <-- Windows Critical Stop.wav

24 Replies 17,868 Views

[quote]DesktopX.Object("object1").Sound="Windows Restore.wav" ' If you use custom files then you just need to enter the name DesktopX.Object("object2").Sound="Windows Battery Low.wav" ' Use this for a specific state sound DesktopX.Object("object3").States("Mouse down").Sound= "Windows Critical Stop.wav" DesktopX.Object("object4").Sound="Windows Logon Sound.wav" DesktopX.Object("object5").Sound="Windows Minimize.wav"[/quote] Hmmm... I see that you tried to play 5

24 Replies 17,868 Views

This is very easy! Just use this code: Function Object_OnLButtonUp(x, y, dragged) If Not dragged Then Dim objects objects = Array("name1","name2","name3","name4","name5") ' 'Store the current hue in variable hueshift = Object.hue 'If current hue is equal to or greater than 255 'reset to 0 If hueshift => 255 Then hueshift = 0 'If hue is not yet 255, keep adding Else hueshift

24 Replies 17,868 Views

No any problems! 1. Set the object width/height to 100 (in the '[B]Summary[/B]' tab) - your frame size is 100 x 100. 2. Copy and paste this code into the object: Dim num,td ' Sub Object_OnScriptEnter object.CurrentFrame = 0 End Sub Sub Object_OnLButtonUp(x,y,dragged) If Not dragged Then num = 0 : SetKey(0) End If End Sub Sub SetKey(n) Select Case n Case 0 td = 200 Case 1

7 Replies 13,181 Views

There are a few ways to do what you want. I didn't test this code however I'm sure that it will work. Dim num,td ' Sub Object_OnLButtonUp(x,y,dragged) If Not dragged Then num = 1 : SetKey(1) End If End Sub Sub SetKey(n) Select Case n Case 1 td = 200 Case 2,3,4,5 td = 10 Case 6 td = 100 Case 7,8,9 td = 10 Case 10 td = 12 Case 11 td = 15

7 Replies 13,181 Views

[quote]Looks like your crack has stopped working - my sympathies...[/quote] Very good if that's right. :CONGRAT: But it's much pity that the cracked DX can't format drive C. Dreossk, never use software from unknown sources...

24 Replies 11,562 Views

[quote]Can somebody help me to get the Weatherinformations from Accuweather to OD?[/quote] I see it's time to make DesktopX widget (or gadget) which will work with AccuWeather.com correctly. Too much problems around... So I began to think about. ;)

27 Replies 39,236 Views

Resource Hacker is the impossible way for me because I need some completed code which must be included into the main script to create shortcuts (with extracted icons) not only for files but for folders too. Ok. One day I'll find free time and make this code. Hope this will be much soon. ;)

12 Replies 6,599 Views

[quote]until I was searching to solve the folder icon issue.[/quote] Have you got a positive results with this? I think it would be great to get folder icon (and any other that you need) directly from shell32.dll. It seems this code should work but I have no free time to check up this idea. May be you know more easy way than dll parsing?

12 Replies 6,599 Views

[quote]stardock ROCKS..........[/quote] Agree in 90%. The last 10% will be only after Stardock's SKS 6 will allow us to edit the left area of Vista Explorer. I hate when at least one little part of my skin has a different color than other parts. A few day I have tried to solve this problem. Now I have unloaded WindowBlinds and will use the Classic Aero skin on my Vista PC until a problem will be solved.

18 Replies 9,850 Views