Can you change Pin icon dynamically Hi, I am writing an application to display images on a map using Virtual Earth, and would like to change the colour of an associated pin when the user rolls the mouse over an image on a web page. The VEPushPin class doesn't have an icon property, only allowing you to set the icon in the constructor. As far as I can tell there are two options: 1. Add a new pin with a different icon in the same spot, and delete the old pin. 2. Inspect the HTML using javascript to obtain a reference to the img object used in the pin, and change the icon using the .src property. Neither strike me as being particularly nice or robust. Does anyone have a more elegant solution Thanks your help! Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Output to text for use on blog? I would like to use the getPlayerPresence info from the Xbox Live block and output it as text to use on a blog page. Is there any way to do this Tag: Live Messenger supports Yahoo - When will it support google, and aol?
LiveID control hosted within IFRAME Say I write a web application that requires LiveID signin. This web application should be hosted within another web application as IFRAME. Something along the following lines: <body> <iframe src="http://www.mydomain.com/liveidauth.aspx" ></iframe> </body> Is this possible It appears that this is not possible due to the way redirects work. After signing in, I am not back within the IFRAME, but in a new window. Thank you! Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Compatibility problem with windows live messenger, msn and windows me First sorry if this is not the right place for this post, if it isn;t tell were to put it
On windows Me the latest version compatible is msn 7. but the latest days you cant log in because you have to download the new version that is avaliable which is 8. The problem is that 8 is not windows me compatible, so what we can do to have msn on windows me
The good old windows messenger does still work link to download Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Windows Live Messenger Mobile ... "0 contact online" ??!! Hi everyone!
I just installed Windows Mobile 6.0 on my pocket pc. The system seems ok for now, but when I use the new WLMM instead of the old pocket msn, it regularly says 0 contacts online, even though I know there's generally 25-30 people online on my list at anytime. It just shows 80-something contacts OFFLINE!!
Any ideas Steve Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Making a PHP-port, almost working. Hi,
I've recently downloaded the package from Connect and saw that there was a C# and a Ruby example, but I use PHP in stead of Ruby, so I decided to port it. I use mcrypt for the AES128-part, because I couldn't find any other library that can do AES128.
You can test it at http://admin.ownedia.com/liveid , but it doesn't completely work yet, the signature is invalid, it says. If you want to view the sources, browse to http://admin.ownedia.com/liveid/source .
The output you see after logging in is a failed attempt to split() the unencrypted token, the generated signature and the (fatal) error message that the signature did not match.
Could somebody help me please I'm nearly there, I think.
Greetings,
Alex Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Windows Live Space with HTML is there a box i can put in HTML and than generates it like myspace
or java Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Ability to restrict users? Suppose I only want a handful of users (maybe up to 100) of the total number of LiveID users to access my site. Is there anyway to restrict unwanted users from accessing my site
Dave Tag: Live Messenger supports Yahoo - When will it support google, and aol?
How to allow unlimited number of users of a MSN Messenger bot? I have now used the DotMSN library ( http://www.xihsolutions.net/dotmsn/ ) to write a bot that communicates with an application on my server. This worked fine until the number of users of the bot reached 1500. It seems that the bot is allowed to have only 1500 contacts on its allowed list. I guess this is a limit from the Messenger protocol
Is there a way to create a bot with more than 1500 users I bot needs to allow unlimited number of users.. Can someone recommend me a solution to this Is there a library or a supplier which will allow unlimited number of users of the bot
Thanks in advance. Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Activity Pane not loading page I am in the process of adding the activity pane to my bot. I get the invite to open the pane and when I accept the pane opens...says connecting briefly and then I get just a blank page...all white. Just wondering the best way to troubleshoot this...currently I'm just trying to have it navigate to www.microsoft.com . If you want to see the behavior the bot is afcichat@hotmail.com just type loadpage to have it execute the page drive. Any ideas would be appreciated.
ps:
After doing a netmon trace I see the client request Http: Request, GET /7MEAPPSDIR/1
which returns a 301 moved permanently and redirects to Location: http://www.microsoft.com but rather than a get for ms.com I see :
Http: Request, GET /p4activity/activity.htm
from this host:
Host: francois.huet.free.fr
I don't know where it got that host name...anyway from there it gets all 304 not modified as a response Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Variable in setCustomIcon ? The Interactive SDK> Customize SHapes>Add Custom shapes example displays the custom icon with the text "Shape" plus it's ID. Here is the source:
var icon = "<div style='font-size:12px;font-weight:bold;border olid 2px Black;background-color:Aqua;width:50px;'>Shape</div>";
However, I cant find anywhere in the source where the ID number is added to the word "Shape" that is between the DIV tags.
My problem is that I need to use text from another control on the page and place it where the "Shape" word is between the DIV tags, but I cant figure out how . I have tried:
pin3.SetCustomIcon("<div><script>document.write(document.getElementById('User2').value);</script></div>");
and to simplify by removing the reference to the other control:
pin3.SetCustomIcon("<div><script>document.write('testing');</script></div>");
Both of these scripts work fine in a normal <div> tag but neither works when wrapped inside the SetCustomIcon method.
I am hoping that if I can see how the SDK example is adding a variable between the DIV tags, I might figure out a better approach.....uhh...one that works! Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Recording the start and end location of a route. I am trying to record the start and end location of a route. I see that the GetRoute method is supposed to return a VERoute object, and I know that i have to get this information from this object. The question I have is how to actually store the VERoute object that is returned. From the documentation I tried two options, but neither of them work: Option 1: var myRoute = map.GetRoute("Space Needle", "Microsoft", null, null, null; var start = myRoute.StartLocation.LatLong; var end = myRoute.EndLocation.LatLong; Option 2: ... map.GetRoute("Space Needle", "Microsoft", null, null, "onRouteReturned"); ... //later on in the code function onRouteReturned( myRoute ) { var start = myRoute.StartLocation.LatLong; var end = myRoute.EndLocation.LatLong;
} I'm also new to javascript, so maybe I am completely off base. Any help would be appreciated. Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Api Error Messages |-100838|-1|Security violation.|
I get this when calling getCampaigns. Does this have anything to do with me trying to hit the service too many times ( just a wild guess )
|-199999|-1|Microsoft adCenter was unable to complete your request. Please try again. If this problem continues, contact the adCenter Support Team for assistance.|
This seems to be a recurring problem when calling GetOrders.
Thanks, Joey Tag: Live Messenger supports Yahoo - When will it support google, and aol?
What is stopping Virtual Earth 3D from downloading/installing? I HAVE A NEW COMPUTER WITH MORE THAN ENOUGH HARDWARE TO RUN VIRTUAL EARTH 3D but while the 2D maps work..the 3D freezes up my computer when I click on it,EXCEPT on rare occasions when for some reason the 3D choses to work. I have checked all the drivers and such..I am a newbie so I don't know all the proper terms and such but I have followed all the directions in the help section for the Virtual Earth program
Can anyone put me in touch with Bill Gates...I am sure he would know what to do. I have been around and around on phones to Microsoft with no luck..something is hanging the program up and I would like to know what it is and what I can do to fix this. Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Map Control position Hi,
Is there a way where in I could move the map control from the left hand side to the top as it was earlier (with version 2 of Mapcontrol.js). If yes can you please send me the code snippet.
Thanks,
Sampat. Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Why no return value from a Block? Can anyone tell me why the "Test_Rtn" block is not returning a value What am I doing wrong The Mashup that uses it is "Test_for_Test_Rtn". Both the block and mashup are shared under my Popfly user id (DonG).
I'm working on a more complex block that refuses to return a value, so I created the Test_Rtn block to simply test return values. I am obviously doing something wrong, but no matter how I code it, it refuses to return a value.
Thanks in advance for your assistance with this!
[ EDIT: The block and mashup have both been deleted. ] Tag: Live Messenger supports Yahoo - When will it support google, and aol?
How to link Web Site to Messenger Hello All,
I want to know how to create link from my web site on Support Page, to the MSN Messenger by click on that link and go to my support team PC
Thanks Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Block Description Information Hi,
Where do i find information on how to form my block description
Will the following work
< object name = " EveCharacter " >
< field name = " currentSkill " type = " custom " object = " EveCurrentSkill " isArray = " false " />
</ object >
< object name = " EveCurrentSkill " >
etc...
</ object > Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Q's, Probs, Bugs - Photo Display Blocks [Moderators: I wasn't sure which forum to post these issues in, so feel free to move the topic to the Bugs forum if you'd rather have it there.]
Task: Display all photos from all the photo albums in my Facebook account.
My Shared mashup: My_FB_Photo_Albums
Bug
When I try to add a third Facebook block to get my Facebook account Name , using the getUserInfo function, and adding it's output to the photo display block, only one photo is displayed -- the first photo from the first album. There are a total of 18 photos in two albums available.
Since several of the photo display blocks use a "Name" field, it looks like the Facebook block should be modified so that it also returns the photo owner's Name in the getPhotos function, and maybe their Profile URL as well
I tried using the Combine block with the Facebook getPhotos block and a third Facebook getUserInfo block, but that did not work.
What would be the suggested workaround for this at the present time
Bug
I've tried every photo display block that MS provides in Popfly, but all of them mangle these Facebook-posted photos to the point where they are really bad . Both, the thumbnail images and the larger size versions, are very blurry and pixelated. You can see the original photos from links on my Profile page ( http://www.facebook.com/profile.php id=709239610 ).
It seems that the photo display blocks do not like these JPG images that are compressed at 20% Do the photo display blocks take the image type (file extension) into account before it resizes an image I ask because there are different methods of resizing a photo based on it's type (JPG, BMP, GIF, TIF, PNG, etc.), which attempt to keep quality at it's highest level.
Is there any way to get better quality Is there a particular photo format or image size that works well with the photo display blocks
Bug
When I click on an image or the link to "display original image" (such as in PhotoTiles), a new window opens and displays yet another terrible quality, smaller-than-original, image. Why is the original image not being displayed "as uploaded" (size and quality), like it does from the Facebook View Photos links The new window URL appears to be the Facebook site, but what I see are NOT the images I uploaded .
Suggestion
In all of the photo display blocks, the text sizes being used in the output displays seems way too big to me. There is barely enough room in most of them to display three or four words , let alone a complete photo caption of two or three lines . I would like to suggest that these blocks allow the user to select a font size, from a pre-defined list of font sizes. From this user-selected font size, the Silverlight code can then select the most appropriate font face, weight, etc. for the specific control (displayed item) being used.
By the way, the Carousel block still does not allow some photos to be "brought to the front" of the carousel, as I reported in the Bugs forum a while back. You click photo A but photo B is the one that gets moved to the front. Just happened to notice it again tonight, so thought I'd mention it.
Thank you, Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Budget Limit Type: Daily Hi, I just had a talk with a keyword manager who pointed out that choosing Divide daily across month as the spend limit at campaign level doesn't always work. It happened a few times that the budget was spent 3 or 4 days before the end of the month, campaigns were then automatically stopped, to the client's surprise. Could it be possible to have a daily spend limit to ensure full control over how the budget is consumed Is this in your todo list Regards, Julien Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Spatial? vs. Ascii data for polygons I have data from ARC/INFO Generate (ASCII) Metadata Cartographic Boundary Files. These are coordinates and can be loaded into SQLServer with their metadata (county name, state and county numbers, etc).
Then on a VEMap I can draw every county polygon. Is this the most efficient
What other datasets and means are there to just as nice of job Tag: Live Messenger supports Yahoo - When will it support google, and aol?
MyPopflyProjects.com - Invitation MyPopflyProjects.com is ready to start.
But we need a invitation to join Popfly first.
Thanks Tag: Live Messenger supports Yahoo - When will it support google, and aol?
.xml rss feed Just a small question,
I tried playing around with RSS feed block to modify it to show the RSS feed of our community site but for some reason it does not work, it will not take the .xml rss feed. Works great in plain normal IE7. Any suggestions or is this not possible yet Tag: Live Messenger supports Yahoo - When will it support google, and aol?
mal formed xml and other xml issue Hi, I am getting a error indicating a malformed xml document. here is what my browser says; ML Parsing Error: not well-formed Location: http://192.168.0.51/MAP.xml Line Number 2, Column 19:<rss version="2.0"xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> ------------------^ Here is some of the file < xml version="1.0" encoding="utf-8" > <rss version="2.0"xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> <channel> <title>Reported Phish</title> <link/> <description>RECENT PHISH REPORTS</description> <item> <title>WELLS FARGO</title> <description>SCHLUND + PARTNER AG</description> <link><a href='http://www.mednutrition.gr/images/update-wells-info/index.html secure%25%25loginWellsfaargo2006#online%25%25bankingserviceUpdate%25%25informationswellsfragobank%25%25onlinebanking=login' target='P_25230'>http://www.mednutrition.gr/images...</a><\link> <icon>_img/map.gfx/likely.gif</icon> <geo:lat>50.12</geo:lat> <geo:long>8.68</geo:long> </item> Also, I am using this in a layer. I cant seem to get it to render the layer. I am using code like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx v=5"></script> <script language="JavaScript"> var map = null; function hazards() { var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = VELayerType.GeoRSS; veLayerSpec.ID = 'Hazards'; veLayerSpec.LayerSource = 'http://localhost/MAP.xml'; veLayerSpec.Method = 'get'; map.AddLayer(veLayerSpec); } function OnPageLoad() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(24.30, 13.00), 1,'r' ,false); hazards(); } </script> <style> </style> <body onload="OnPageLoad();"> <div id="myMap" style="position:relative;width:800px;height:400px;"></div> </body> </html> I have tried this with a well formed xml document and it still will not load pins. Any one see what I am missing Thanks Tag: Live Messenger supports Yahoo - When will it support google, and aol?
How to view textured maps? Hi everybody, recently Ms published textured maps on local.live.com: http://virtualearth.spaces.live.com/blog/cns!2BBC66E99FDCDB98!8837.entry My question is: How to view textured maps on Ms VE SDK v.5 Thanks a lot Happy summer from Spain Alex Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Start bot session from webpage Hi,
We would like to have some sort of javascript / aspx code to start an Messenger session from a webpage. I know a chatbot is not allowed to start it¡¯s own conversation but in this case, it¡¯s merely to followup on the Addbuddy script: a users adds Yvette to its contact list and Yvette starts a conversation right away and says ¡®hello¡¯.
is there a way to do this
Regards
Jeroen Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Virtual Earth GEORSS feed using ashx handler Hello All,
I am working on a virtual earth map to pull points from a database. To pull the points from my database I am attempting to use an ashx handler. All went well until I tried to load utilize my ashx handler and place the pushpins on the map. When I tried I got an error mesage Unable to load source file
my code I am using to try to load the my GEORSS feed is
var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = VELayerType.GeoRSS; veLayerSpec.ID = 'BOL'; veLayerSpec.LayerSource = 'http://localhost/rss.ashx'; veLayerSpec.Method = 'get'; alert(veLayerSpec.Type); map.AddLayer(veLayerSpec);
where rss.ashx is my ashx handler that handles my call to a sql database and builds the xml string.
What am I doing wrong here.
Thanks Mike Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Securiy warnings I am getting security warnings pertaining to connecting to remote servers when opening a page containing a VE window. I would like to know if there are any work a rounds that will disable these warnings. I don't want to modify any browser settings. Has anyone else run into this problem <script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx v=5"></script> <script language="JavaScript"> Thanks, Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Customizing Alerts Message Hi, I'm using the Live Alerts web service and I'm wondering how I can manage to have images in my alerts messages ! Thanks for your answers, Gouffe Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Internal Server Error when trying to GET windows Live Contacts Hi all,
I am trying to use the RPS method of authentication to request information about my Windows Live contacts.
I *think* the code is okay, but I'm getting a System.Net.WebException at run time.
My (C#) code is:
(where oID is an Identity - I'm hacking about with the 'WLID Client Sample')
// Create HTTP request object.
bool bSuccess = true ;
UriBuilder uriBuilder = new UriBuilder ();
uriBuilder.Scheme = "HTTPS" ;
uriBuilder.Path = "/" + "username@hotmail.com" + "/LiveContacts/Contacts" ;
uriBuilder.Host = "cumulus.services.live.com" ;
uriBuilder.Port = 443;
string uriPath = uriBuilder.Uri.AbsoluteUri;
HttpWebRequest request = ( HttpWebRequest ) WebRequest .Create(uriPath);
request.Method = "GET" ;
request.Headers.Add( "Authorization" , "WLID1.0 t=\"t=" + oID.ExportAuthString() + "=\"" );
HttpWebResponse resp = null ;
try {
resp = ( HttpWebResponse )request.GetResponse();
}
catch ( WebException e)
{
//Console.WriteLine(e);
textBox1.Text = e.ToString();
if (e.Status == WebExceptionStatus .ProtocolError)
resp = ( HttpWebResponse )e.Response;
}
The error in my Debug console is : A first chance exception of type 'System.Net.WebException' occurred in System.dll
And the exeception caught is:
System.Net.WebException: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at WindowsLiveIDClientSample.ContactsWindow..ctor(Identity oID) in C:\WLID Client Sample\src\ContactsWindow.cs:line 64
Any ideas I've spent a lot of time trawling the internet forums - but nothing seems to work (I've even tried editing the <add name="HttpGet"> approach)
Anyone had this problem Anyone see what I might be obviously doing wrong
I've never tried to develop any applications which use web services, so any really basic suggestions are welcome
Thanks!! Tag: Live Messenger supports Yahoo - When will it support google, and aol?
DEP blockin Live Messenger 8.1 Why does DEP keep block my Live Messenger how do i overcome this problem Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Windows Live Id and Browser Mail Hello! Im developing an application and would like to have the same capability as Messenger where you can click on a button and it logs you into hotmail automatically via your browser. Is this possible to do using the Windows live id SDK Thanks Tag: Live Messenger supports Yahoo - When will it support google, and aol?
Heartspeace
It should also be able to read the contact lists from these services.