Hi, I did a search yesterday and found this WWW Link it is almost what I am looking for, but you have to put in the hotkey at runtime, and that is not what I want, I want to hardcode the hotkey in the script, but I have no clue how to do this, the script so far, which isn´t mine looks like this : 'Called when the script is executed Sub Object_OnScriptEnter End Sub 'Called when the script is terminated
Luddeliten
Thanks for the reply how did you do it? Actually, I did as you, but I thought wrong, I thought I could create a widget and then assign a keyboard shortcut to it with the help of keyboard launchpad but it didn´t work. Before I tried with Object.Registerhotkey, but I didn´get that to work either, So what I am trying to do is to have an object to respond to a keyboard shortcut, say if I press F5 then I want to open IE or something else...can´t figure it out
Hi, I have a problem with desktopx, I try to do a simple shortcut widget, I assign the widget a shortcut to Internet explorer, all fine so far, I then export it as a widget,stand alone, but here is what i don´t understand, the exported widget is a shortcut, opens the newly created widget ??, so I have two icons to run IE, so where am I thinking wrong ??, I only need one
I am wondering if it is possible to change the backroundcolor and fontcolor via scripting in microsoft web browser ( activex) control, undependently of what is set in the ordinary browser, seems that I can´t cange it in control properties ?
Hm, let me know when you figured it out, I tried [Select Case Key] but I had no luck with that either
Thanks, I tried it, cant get it to work, what I would like to do is have an object as a shorcut ( open something ), but I would also like to have a keyboard shortcut, to do the same thing, say {Shift}+{A}
hmmm..I don´t get it to work, can you show me how it is done ?
I found it,it sais, Object.RegisterHotkey hotkeyID, hotkeyValue, Do I register that in the objects script ?, or where ?
Ok, Thanks !,Keyboard Shortcuts can maybe be feature request in upcoming DesktopX
Hi I am wondering if I have to script keyboard command ( sendkeys ) like {ALT}+{something}, or is there any other way to do it ?
Hi I am looking for similarity, between jscript an VBscript !! I am and old school coder (Qbasic and VB) so there is somethings i am wondering about¨, anyway is there not any error handling in Jscript
Hi Since I can´t find anythin about it when I am googlin, so here is the question: How does similar VBcode in jscript looks, On error resume next
Hi Yes I will surf this site and others, too see if there is any programming exampels in Jscript and VBscript, however I found a lot in VBscript but I have a harder time finding Jscript examples, seems like people confuse Javascript and Jscript??
Hi It was the gamespy rss,i Did change the main link inside the code just for trying, the one that works is: http://hd.se/rss/ettan/senaste.xml The ones the are problems with are: http://www.aftonbladet.se/rss/nyheter.xml http://www.dn.se/nyheter-rss
Hi, this is my first post here.. I Downloaded an rss reader and modified the interface a bit, ( only graphics ), but it only seem to work with my local newspapers rss-feed eg. the last swedish characters in the alphabet å,ä and ö, with other swedish papers rss feeds, i get squares, questionmarks and so on, instead of the proper characters, can somebody direct me to what is wrong ? Thanks !