thomassen

thomassen

Joined Member # 509772
28 Posts 214 Replies 27,504 Reputation

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.

21 Replies 4,857 Views

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

21 Replies 4,857 Views

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

50 Replies 25,059 Views

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

2 Replies 793 Views

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

21 Replies 4,857 Views

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?

8 Replies 7,686 Views

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

23 Replies 14,798 Views

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

21 Replies 4,857 Views

On Error Resume Next 'Activate Error handling Set objTempList = objMediaCollection.getByName(strSong) Set objSong = objTempList.item(0) If Err.Number Then 'Error Occurred, objTempList

21 Replies 4,857 Views

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

14 Replies 3,129 Views

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.)

14 Replies 3,129 Views

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

9 Replies 12,885 Views

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...)

3 Replies 7,560 Views