Travis Arnold's Creations
View
Search

Oct 11, 2009 1:43 PM by Discussion: New Releases

Well, just wanted to share with yall a new wallpaper I released that got sent to my personal page.  Hope some of yall like it.

Download

[IMG]http://i100.photobucket.com/albums/m30/arnold_travis/polar-flare.jpg[/IMG]

8 Replies Reply 6 Referrals

Sep 27, 2009 12:50 PM by Discussion: New Releases

Just wanted to let yall know that i just finished a new xion skin.   Its pink so i know it won't fit most styles or themes.  But hey someone needed to do it.......  Enjoy

Lady Lac

2 Replies Reply 5 Referrals

Apr 19, 2009 3:01 PM by Discussion: Sneak Previews

Here is my next DX theme.  Still needs a name tho.  Its going to have some animations in the center window, Drag and drop sliding tray on top, audio player........ and more.

 

Orange Thingy

42 Replies Reply 11 Referrals

Mar 16, 2009 1:46 AM by Discussion: Sneak Previews

Here is my second upcoming DX Theme.  I must say a big thanks to Merle for introducing me to DX and sViz for the scripting help. 

It will be resolution independent for the most part.  Smallest will be 1024x768.

 

19 Replies Reply 17 Referrals

Feb 25, 2009 6:45 PM by Discussion: DesktopX Tutorials

I am very new to dx and scripting, so bare with me.  I have a button that when pushed a tray slides out (called target6).  On target6 there is another button that when pushed will open another tray called target9.  Now when i push the original button that opens and closes target6, I would like it to not only close target6 but also target9.  I don't want the main button to open target9 just close it.  Here is just the script attached to the main button.  Works perfectly.  I have tried adding in just the closing portion of the script for target9 and it works, but it only works for target9 and not target6. Help Please.

 

[code]

'Called when the script is executed
Sub Object_OnScriptEnter

End Sub

'Called when the script is terminated
Sub Object_OnScriptExit

End Sub

Sub Object_OnScriptEnter
  desktopx.Object("Target6").top = 0
End Sub

Function Object_OnLButtonUp(x, y, Dragged)
  If Dragged = False Then
    If desktopx.Object("Target6").Left = 0 Then
      object.KillTimer 100
      object.SetTimer 200,10
    Else
      object.KillTimer 200
      object.SetTimer 100,10
    End If
  End If
End Function
 
Sub object_ontimer100
  If desktopx.Object("Target6").Left < 0 Then
    desktopx.Object("Target6").Left = desktopx.Object("Target6").Left + 5
  Else
    object.KillTimer 100
  End If
End Sub
 
Sub object_ontimer200
  If desktopx.Object("Target6").Left > - 300 Then
    desktopx.Object("Target6").Left = desktopx.Object("Target6").Left - 5
  Else
    object.KillTimer 200
  End If
End Sub

[/code]

6 Replies Reply 9 Referrals

Feb 16, 2009 3:05 PM by Discussion: Sneak Previews

Well, I have decided to take the plung and work on a dx.  Never made one before but with murex's help I am getting along nicely.   Not sure on the name yet as you can see in the title.  It is still in the very early stages.  Just the wip design, no codeing yet.   Let me know what yall think.  Thanks

46 Replies Reply 22 Referrals

working wb

Dec 14, 2008 5:31 AM by Discussion: Sneak Previews

This is a my first wb that I am working on.  It is almost done.  Just wanted to let yall have a sneak preview.

[IMG]http://i100.photobucket.com/albums/m30/arnold_travis/wbpreview.jpg[/IMG]

9 Replies Reply 17 Referrals

Dec 13, 2008 2:58 AM by Discussion: WinCustomize Talk

I must say that I have a new found appreciation for window blind skinners.  I am almost done with my first wb skin and wow i never realized how much time, effort and work goes into it.  I just want to say [e digicons]:thumbsup:[/e] Thanks [e digicons]:grin:[/e] to all those skinners out there that make this possible.   

12 Replies Reply 3 Referrals

i need some testers

Dec 12, 2008 2:14 AM by Discussion: Skinning

I have just finished (I hope) my first wb skin.  I would like a couple of people to test it.  It is only for xp.  Let me know if you can help me out.  Just a couple of testers about 2 peeps.  Thanks.

2 Replies Reply 6 Referrals

on shutdown and logoff screen

Dec 8, 2008 8:22 PM by Discussion: WindowBlinds

Is there a way to move the cancel button on the logoff or shutdown popup screen on XP???

2 Replies Reply 3 Referrals

 
Page 1 of 2