thomassen

thomassen

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

Came across from slashdot an article on how motherboards are made. It's quite a big article with many pictures from the production. Interesting if you want to see how things are done. The site where a bit slow, probably due to many large pictures and the fact it's been slashdotted today.

1 Replies 3,421 Views

I set up a couple of objects my self to see all the values beeing sent when I press a key. http://www.thomthom.net/xfiles/keyPeekaboo.dxpack Right..., you get the euro sign by pressing [Alt Gr]+5 (at least I do with my norwegian keyboard layout), Object_OnChar returns key 8364. If you pass this value to the Chr function you'll get a runtime error. According to the list at http://www.alanwood.net/demos/ansi.html 8364 is the Uni

19 Replies 6,655 Views

hmm... is it really ASCII characteres returned? Or is it ANSI characters? Isn't there a difference there? According the the Wscript docs, the Asc and Chr functions works with ANSI codes. hmm.. searching info as I type here... http://www.robelle.com/library/smugbook/ansichar.html http://www.alanwood.net/demos/ansi.html The thing is that I use a Norwegian keyboard here and the layout is slightly different. I have to use [Alt+Gr]+8 t

19 Replies 6,655 Views

If you are running a widget, rightclick and go to the "General Settings" tab. hmm.. just noticed that I cannot find the setting in DesktopX 3 it self any more.

2 Replies 2,992 Views

Forgot the why: you can find that in an old article of mine: http://thomthom.wincustomize.com/articles.aspx?aid=58783&SID=5330&UID=509772

2 Replies 2,493 Views

Actually. I have scripted a textbox object in DX. It contains most the features the normal ones got. You can apply any bitmap DX support for the background, caret and selection. http://thomthom.wincustomize.com/ViewSkin.aspx?SkinID=3947&LibID=3&comments=1 I expect there might be some issues in certain scenarioes, for instance, I haven't tried it against different odd charactert. But if you try it an find some issues just let me know.

19 Replies 6,655 Views

I have autocomplete on for Firefox. (I think that's what it called. Whatever it is that stores the values you have entered in form datas and suggest as you type.) However, there are a couple of times I've written something and happend to hit [Return] and submitted the data before it should. This cause the incomplete data to be saved in the autocomplete list. How can I get rid of these values that I don't want there? I've looked the menues for a form ma

9 Replies 6,251 Views

Well, if you unlock the Toolbar in Explorer and move the menu under the buttons you are one step on the way. Then to get the Large and small Next and Previous button you can use Y'z Toolbar http://www.winmatrix.com/forums/index.php?showtopic=1161 that let you edit the button icons to any size you want. However, I've not seen anything to let you have that "Computer 4 Local Disk" address item you see there. Nor is there a

11 Replies 5,735 Views