mumair1

mumair1

Joined Member # 2552190
4 Posts 5 Replies 238 Reputation

Thanks alot guys for your help, I finally figured it out! I don't know nothing about scripting and if not for you guys i'd probably have given up. i wrote and put this in object A to alternate how they both were toggled: Function Object_OnStateChange(state) If state = "Hide" Then DesktopX.Object("objB").Opacity = 40 Else DesktopX.Object("objB").Opacity = 0 End If End Function And yea i wanted the object B at 40% opacity when it was visible, now i can sti

5 Replies 2,767 Views

OK guyz, i might be asking alot but one more question. In the theme that i am making, i've added a simple player using the DX plugin. Now I also want to add a visualization's window but can't seem to get it to work. I go into the configuration and choose the Visualization Window and then from the properties select an image for the Vis to appear on, but nothing happens. I've tried making another object for the visualization on/off button but still nothing happens. Maybe I am doing i

3 Replies 2,727 Views

Thanks alot both of you guyz. Yea Smedley, i may also try that if the script doesn't work for me but as you said it'll need alot of experimenting and trial and error stuff so i am kind of avoiding that. Thanks alot man! SirSmiley, thanx for the script and it pretty much does what i wanted to do but the only problem now is that using the object controller plugin i had added animation to both the objects A and B. Is there a way that i can add animation to it using scripting too?

5 Replies 2,767 Views

I want to create an object controller that could toggle two objects simultaneously in such a way that when one hides the other shows up. Let me explain, I have created two objects A and B. Now i want the same object controller (C) or else the same button (C) to toggle A and B alternately. So that when I first press C, A disappears while B shows up and when I again press C , B disappears and A shows up and so on. Can anyone help me out with this? ...so far i can't figure it out

5 Replies 2,767 Views

Well i just found an object that used the plugin, so thanx my problem's solved.

1 Replies 1,731 Views

Guys i need the object slider plugin but can't seem to find it anywhere. It wasn't included with the DX3 installation and now i need it for the skin im making. Could anyone please upload it somewhere or point me to a widget that uses it.

1 Replies 1,731 Views

Thanx man! .........it worked. The Visiblity option just got past my eyes, don't know how. Seems pretty stupid. Btw check out this theme i made, this is my first theme and i made it while poking around the desktopx interface, so isn't very pro but tell me how you like it. Right now im trying to find time to work on another, the one i asked the question about. http://www.deviantart.com/deviation/36338558/</a

2 Replies 2,428 Views

I've created an object A and an object controller B that toggles it on/off. What i want to do is that when the theme is applied (during computer startup or when we manually apply it), object A should not show up, in other words it should remain hidden; so that when someone wants he can toggle it on by clicking on the controller B. But this doesn't seem to be happening, whenever the theme is applied or computer is started the object A shows up. Is there a way that i can set it to be hidden by def

2 Replies 2,428 Views