WindowBlinds Logonstudio Skinstudio ObjectDock+ DesktopX WindowFX
thomassen
I'm going to update my dxobject with this new stuff. If you want, you can download it and check it from there. Ah, hehe, you beat me to it. I'll have a look tomorrow. It's half one in the morning over here and I'm about to go to bed.
Right, the reason why desktopx.scriptobject(objname) doesn't work is because you refer to an scriptobject defined in the variable "objname". I see what your intent is, but the correct way is: desktopx.scriptobject("10random").objname . They way it works is similar to when you access properties and functions of Dx Objects, like this: desktopx.object("10random").Move
Sub object_onlbuttonUp(x,y,dragged) If Not dragged Then msgbox objname desktopx.ScriptObject(objname).objPlayer.controls.Stop End If End Sub Is this from a script in
I HAVE A PROBLEM I USED INFECTED THEME AND NOW MY WHOLE SCREEN SORTA HAS A TINT THAT WAY. MY SCREEN IS ALL GREEENED OUT Do you got any magnets near you monitor? Unshielded speakers? Or perhaps a bent pin in your connection to the monitor. I've seen examples of all of these causing of interesting colour effec
Hm.. DX doesn't let you add parameter to the shortcuts? Ok, I think it's time for a little script: Dim oShell Set oShell = CreateObject( "WSCript.shell" ) oShell.Run "C:\Program Files\Netscape\netscape.exe -mail" Set oShell <font color="re
Yes, as aufisch said, it's been asked before, but with no reply. Think it's a question for [email protected]. If you get any reply, could you post back here, please?
You could try ObjectBar, a program spesificly made for creating bars on your desktop, or you could try DesktopX, which basicly lets you create anything you like on your desktop. There's currently a beta version of ObjectBar 2 out which are suppose to be easier to create new bars with. However, I haven't tried it much really to give much advice on that. Have a look at the excisting themes you find on this site to get an idea of what yo
Are you sure you spelled (not sure how to spell that ironicly...) the variable right? You could have spelled it wrong when you set or retrieved the variable. Or the variable assigned to it simply was null. I use Option Explicit in the beginning of my scripts. This ensures that I get an error message if I try to use a variable I haven't defined first (such as, dim, private, public). It's a nice way t
You misspelled one of the links: pgrady.joeknoeldge.com I figured it was pgrady.joeknowledge.com, but I am still confused about what all of this is...
Good to hear. I felt a bit bad because I couldn't get any time this weekend. I like to keep my word.
I see the same as Essencay (#21) and Jeff T (#22).
Nice. What timezone does WC run in?
I see your two cent and raise you two. I like it when I can just click download, wait for it to finish, then click that little tooltip that appears in the systray to install it. So easy, so simple. Why not make it so you can only upload wba files to the WB skin section?
Both links gives the message: Board Message Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. The error returned was: Sorry, the link that brought you to this page seems to be ou
Function object_onlbuttondown(x,y) Set objPlayer = CreateObject("WMPlayer.OCX") objPlayer.close() (also tried objPlayer.controls.stop()) End function Why didn't that close/stop? I put objPlayer.controls.stop at the very end of the script which makes and plays the playlist and it works. How can I reference the o
Or, have you tried the IsObject function? Or IsNull or IsArray ? They may work, depending on what type of value you get returned from objMediaCollection.getByName(strSong) .
On Error Resume Next 'Activate Error handling Set objTempList = objMediaCollection.getByName(strSong) Set objSong = objTempList.item(0) If Err.Number Then 'Error Occurred, objTempList
Thank you. I'm making a DX widget where I got some objects that animated as they expand or collapse. However, I wanted something more fluid than just an even animation. I wanted it to start of fast and then slow down right before it reaches it's final size. What I came up with fast was something that started slow and ended fast. Opposite of what I wanted. When I got back home this summer I'll see if I can find my old math books, if I haven't b
So you got any idea to why that is?
Right, I'm trying to figure out how to calculate the base number of a power when the result and exponent is known. It's been a while since I did this sort of work and now my brain has come to a complete stop. I have looked at the internet for formulas to help me, but I'm finding them just as hard to understand. (Mind you that I'm Norwegian and some of the terms are unfamiliar as I have never learned the english words for the mathematical terminology.)
I think you can get temperature readings from your computer by using the WMI. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_temperatureprobe.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/cim_numericsensor.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/cim_sensor.asp
You mean the flashing taskbar? Get TweakUI http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx and under the General tab there's a setting where you can set the amount of times it should flash.
You got a dragon? I want one too....
The first link gave a "HTTP 403 - The Default index.html file could not be found" (Though, I thought 404 was the code for not found and 403 for access denied...)