HaemOGObliN

HaemOGObliN

Joined Member # 2558127
0 Posts 0 Replies 165 Reputation

Oops, sorry... I just noticed that the first code block in my previous post was incorrect, or at least the same as the second one... The first code block was supposed to appear as follows: [code="vbscript"]Set fb2k = CreateObject("Foobar2000.Application.0.7") Set playback = fb2k.Playback Function Object_OnLButtonUp(x, y, Dragged) playback.Start <

8 Replies 5,708 Views

Heya SirSmiley, Thanks for the response... I stated in the original post the I am not using WScript.CreateObject("Foobar2000.Application.0.7") but CreateObject("Foobar2000.Application.0.7") instead... however, that's not the problem... I've managed to send messages to Foobar2000 using the followi

8 Replies 5,708 Views

Well Guys ... what can I say ... I'm really disappointed by the fact that no one has replied to my post!! It's been a month since I created this post and I still haven't heard a thing... I would really appreciate it if someone from the DesktopX development team could clear this up already!! Even if I can't achieve what I'd like to, I'd rather know than be left in the dark!! So

8 Replies 5,708 Views

Heya people, hope ur all doing just GREAT !! It's been a while since I've shown any form of activity on the forums... been fair busy learning all sorts of things with DesktopX... I also intend to post some objects based on concepts which I've discussed in the past within the next few weeks... so stick around... 'cause u may find some things u'll enjoy!! Anyway... Plea

8 Replies 5,708 Views

Well ... after messing around a bit i managed to get something right!! I first edited the SpinButton script and ended up getting it to work using 'OnDrag', but i couldn't get it right to spec the min and max values... However, i myself use Nero... which has an ActiveX control called 'Knob Control 2.0'... I put the 'Knob Control' in a container making it a child object... (this let's y

7 Replies 3,007 Views

Heya SirSmiley, Hope you're good !! Thanks for the snappy response... I took a look at that object... but it doesn't work too well. Maybe you could look at my reply in that topic to see what the problem is... Thanks

7 Replies 3,007 Views

Hey people, hope you're all well!! Please could someone help me with a 'Rotational Volume Dial'... Even using just a basic object... just a one colour circle with a smaller circle of another colour as a marker to show where the volume dial is pointing... just like on a real Hi-Fi. Please, please, please, please... pretty please !! lol Thanks

7 Replies 3,007 Views

Heya guys... hope you're all going great!! Please can somebody help me with this... I want to make a button that makes my mp3 player play with a single click and stop with a double click. I have no idea how to use Function OnControl(lType, lCode) ... can it even do what I want it to? I'm trying this ... Function OnControl(lType, lCode) If lType = 2 And lCode = 0x0203 blah blah blah blah ------------ typing 0x020

1 Replies 2,047 Views

YAY !!! GOT IT ... It's actually quite silly that it doesn't work the way we tried originally, but I ended up finding a solution ... Don't ask why it is the way it is ... it just is ... lol I've done it so that you can just copy and paste the scripts into the objects ... Here you

4 Replies 3,332 Views

COOL !!! Thanks BigDogBigFeet !!! So this is all that I needed to do ... -------------------------------------- If System.CursorX > Object.Right + 64 And System.CursorX And System.CursorY > Object.Top - 20 And System.CursorY Call DesktopX.ScriptObject("my_comp").FadeIn Else Call DesktopX.ScriptObject("my_comp").FadeOut End If --------------------------------------

6 Replies 4,286 Views

Hey Cyberium, hope your well ... I'm no pro at scripting ... but I figure this should work ... EG: for the "+" Control : ------------------------------------- Sub Object_OnMouseEnter Object.SetTimer 1, 1 End Sub Sub Object_OnMouseLeave Object.KillTimer 1 End Sub Sub Object_OnTimer1 If System.Volume System.Volume

4 Replies 3,332 Views

Hey BigDogBigFeet, Thanks for the reply ... I actually also wanted to be able to execute different apps depending on where the 'Function Object_OnLButtonUp(x, y, Dragged)' occurs ... I'm not sure if your familiar with the MP3 player Foobar2000, and the FooLooks 'look' FooPilot ... but it has a similar functionality ... from one button ... you can: single click >> play click and drag left/right >> prev/next track click and drag far left/right >> prev/ne

6 Replies 4,286 Views

Hey Folks, greets to all ... Maybe someone could help me out ... I want to create a theme with an orb in the middle of the desktop (the wallpaper), with a main icon in the middle from which one can navigate to various catagories of applications and tasks (Graphics/Media Tools & MyComp/ControlPanel/ShutDown) etc ... Basically I want to use the 'Sub Object_OnDrag(x, y, newX, n

6 Replies 4,286 Views

Thanks a stack SirSmiley !! another thing ... could you maybe help me with the taskbar's advanced settings ?? I dunno what I'm doing wrong ... I want to make selected/unselected items as well ... I presume you must just type is the left values of the different markers (A,B,C,D,E) but it just doesn't want to work ... Thanks -------------------------------- Ok

3 Replies 1,627 Views

Hey everybody, Hope you're all doing well !! and hopefully someone can help me !! Does anybody know if it's possible .. and if so how .. to change the font used for the 'Taskbar' object in DesktopX ?? I'd really love to make a start bar ... but I don't feel like learning SkinStudio just yet ... If someone could show me the way or clarify whether or not it's even possible ... it would be most appreciated !! I'm really going nuts ... <img src="http://images.sta

3 Replies 1,627 Views

Hey everybody, Hope your all well ... This is my first post ever so here it goes ... What version of 'Flash' are you using Boz ?? I'm using 'Flash MX 2004' ... If you're still at a loose end, this is how I go about it ... I'm not too too sure of the capabilities of previous versions of 'Flash', but this is how I do it with 'Flash MX 2004' ... 1. Prepare you

7 Replies 4,307 Views