Sunday, 05 February 2012

The products listed above, and their associated names, icons and logos, are the intellectual property of Microsoft Corporation.
Web Gadget Forums
This Forum Has Moved! Visit the New Forums Platform Today!
MSDN Forums: Web Gadget Development - Microsoft has created a new forums platform (MSDN, TechNet, Expression, and Microsoft) with increased performance, stability, and an improved user experience. The forum you previously accessed has been moved to this new platform. To help you with this move, we’ve created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to these new forums today and let us know what you think:

Thank you for your continued support!

View article..

Forum Lockdown Notice
MSDN Forums: Web Gadget Development - We are currently migrating this forum. Therefore we have disabled posting new threads and messages. Please be patient with us during this process. When migration is complete, this url will redirect to its new location.
View article..

ActiveX automatic update
MSDN Forums: Web Gadget Development -

 

Hello!

 

I append #version to codebase attribute in object tag to control the  version of my activex control. However it DOES NOT make browser to update activex. Browse does not download new actvex version! . Here is code I use:

 

<object id="Re5ActiveX"

classid = "CLSID:6A9F73D4-ACD5-43F9-B173-BDD31A40FFA1"

codebase="../../Re5SmartCard.cab#Version1,0,0,43"

 onmousemove ="PassParameterToActiveX();" > object>

 

I have also mentioned Activex Version# in the INF file while making  cab file .Here is INF file  code

 

[Re5SmartCard.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={6A9F73D4-ACD5-43F9-B173-BDD31A40FFA1}
DestDir=
FileVersion=1,0,0,43

 

then too it does not download latest version untill i removed the old version from the C:\WINDOWS\Downloaded Program Files

 

I would really appreciate your help. Thanks in advance.

 

 


View article..

This forum is moving the week of 1/27/2009
MSDN Forums: Web Gadget Development -

 

Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of 1/27/2009 this forum will move from the Forums 2.x Platform (http://forums.microsoft.com/) to the Forums 3.x Platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We’ve created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.

 

On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.

 

1.       All posts in the forum will be preserved

2.       Any points you’ve received for replies will move with you (on a per forum basis)

3.       Any bookmarks to this forum or threads within this forum will redirect to their new location

4.       Your “My Threads” will be preserved on the new platform

 

The only thing you’ll need to do after migration is set Windows Live Alerts for any threads you were tracking.

 

If you have feedback, let us know in the suggestions forum or contact the forum product planners directly at Andrew.Brenner at Microsoft.com or Jeremy.Kelley at Microsoft.com

 

Thanks,

Alicia


View article..

A wired "Your gadget doesn't seem to work in Spaces after it's been installed. " Error
MSDN Forums: Web Gadget Development -

hi, guys
 

      I have test my gadget in my.live.com and dev mode in my spaces.
      it seems work well.
     however, after I submit, I get such Error "Your gadget doesn't seem to work in Spaces after it's been installed. ".
     I have no idea for deal with such error.
     Does anyone meet the some problem?

     the Code is very simple, I copy the Javascript from Google's Anlytics, and call it in the Gadget.
     So, I don't have any extenal javascript refer or related problem. I guess it may have a remote call to Google's services.
     Anybody have idea?

     Thanks in advance.

Joylite
  
    


View article..

Analog thermometer
MSDN Forums: Web Gadget Development - I attempted to submit my Analog thermometer gadget idea, I received no confirmation. if anyone would like to create this please send me a link to the completed version.

either; clock like or a vertical mercury.

matthewcalled@yahoo.com subject. THERMOSTAT.


I will not recheck this thread

View article..

namaz vakileri
MSDN Forums: Web Gadget Development -

 

namaz vakitlerini gösteren vista kenar çubuğu varmı. varsa nasıl edinebilirim.tşk.
View article..

onClick event doesn't attach
MSDN Forums: Web Gadget Development - I've been banging my head for the last several hours on this and my patience has finally run out...

in a function I do this:

                srcID.style.color = "white";
                srcID.innerText = Sources[i].name;
                document.getElementById("src"+i).attachEvent('onmouseover',showPointer);
                document.getElementById("src"+i).attachEvent('onclick',showFlyout);

the onmouseover event works fine but the onclick refuses to do anything. I've put a breakpoint in VS9 on the first line of showFlyout but it's not fired, the code doesn't break... I've also tried switching the two attachEvent around with same result. I've used an oObject reference instead of directly using document.getElement... No luck... I've removed the onmouseover just to test but no change... Is there something I'm doing wrong here?!

If I bind the onclick directly into the HTML (
) it works fine... I could use a workaround but this method is much simpler. I shouldn't have to iterate through anything or whatever. If the onclick is set, it means it's "proper".

Help very much appreciated.

PS: I didn't put the rest fo the code since it's not relevant but I will oblige if someone thinks it's needed.

Thanks.

View article..

Creating my OWN events with Javascript
MSDN Forums: Web Gadget Development -

 

Can anyone tell me how I can create my own custom event in JavaScript and how to fire it?

 

I'm using AJAX and want to fire an event with soem data when the script gets downloading some XML from our server.

 

Nearly everything I've read about JavaScript events just shows how to handle them, not how to create and fire your own.

 

Any help is appreciated.

 

Thanks,

 

Patrick


View article..

How can I make the Gadget for the sidebar?
MSDN Forums: Web Gadget Development - Hi guys, please anyone can tell me how to make a GADGET for the sidebar in Vista?


thanks :)

View article..

PreviousNext
Copyright 2009. Sponsored by nsquared.   |  Terms Of Use  |  Privacy Statement
Content on this site is generated from the developer community and shared freely for your enjoyment and benefit. This site is run independently of Microsoft and does not express Microsoft's views in any way.