-
- Can not Preview
by Gil Shalit
- 1 Replies
- Last post
by johnmont
- First Time user - just got my invite. I create a new mashup with the Flickr block and it's default settings (got a developer key), and press the preview. In Firefox 2 I get a message "The connection was reset" and in ie6 i get " The page cannot be displayed". I am behind a company firewall BTW. Another scenario - with a blank mashup, I click the Carousel block, and I get a mess
-
- Importing from spreadsheet into a maps.live.com collection ????
by Polarbear Paul
- 1 Replies
- Last post
by Richard_Brundritt
- I would like to be able to import a list of addresses from a spreadsheet or other data source into a maps.live.com.
I have not been able to locate the slightest clue on how to do this.
Any suggestions, directions, resources
Thanks!
-
- Getting Long/Lat in Birds Eye view mode
by Woody_In_Sheffield
- 14 Replies
- Last post
by SoulSolutions
- Hi,
I am currently trying to get the Longitude and Latitude co-ordinates whilst in the Birds Eye view mode but it would seem this is not possible even though you are allowed to set pushpins whilst in this mode...
I would have thought if you could set pushpins, you should also be able to retrieve details...
Has anyone managed to get around this issue
Cheers,
Woody.
-
- Virtual Earth Postcode Not Working
by dtsn
- 2 Replies
- Last post
by dtsn
- Hi, I built a program a while ago which matched students for a scheme i am participating in. This used virtual earth to find the distances between the students. This was all working find when i left it, now when i come back the post code i put in (mine) RG30 3LZ which is Reading, UK it ends up putting it in Canada. It is doing this with all the postcodes starting RG. I don't understand why though,
-
- Fire Fox Map not sizing right
by builtbikes
- 4 Replies
- Last post
by Derek Chan
- I have a page that contains a VE map and am using this code to make the map the size I want it:
<div id='myMap' style="width:700px; height:880px;">
In FireFox 2 the map fills the whole window I have added this code to detect the browser:
var ffv = 0; var ffn = "Firefox/" var ffp = navigator.userAgent.indexOf(ffn); if (ffp != -1) ffv = parseFloat(navigator.use
-
- Image Library Intentions
by jvzuck
- 3 Replies
- Last post
by Aaron Brethorst MSFT
- I guess this issue has to do with your intentions vis a vis images. You have a small image libary built into Creator for purposes of page design. Is it your intention to host images or do you assume that everyone will host their images elsewhere (Flickr, Photobucket, etc.) If you are thinking of allowing some amount of image hosting you might consider two things:
1. Albums within the image
-
- WinLive Search Soap API down
by sam man
- 1 Replies
- Last post
by Yu-Ting Kuo - MSFT
- This URL http://soap.search.msn.com/webservices.asmx wsdl seems to be offline. Anyone else running into this problem
-
- understand "one" "the first" in enumeration
by mlej
- 4 Replies
- Last post
by mlej
- Is it possible to enable user to enter "the first" "one" ... to execute the event associated to number 1 in the enumeration If the answer is no, is this evolution foreseen
-
- laurensponge@hotmail.com
by Carrie1
- 3 Replies
- Last post
by Nigco
-
- Problem Photo Upload Dialog: "THis folder has a new image format. The COnverter is downloading."
by Dabudsta
- 14 Replies
- Last post
by hravnaas
- Does anyone have any insight as to what is causing the photo uploader not to recognize any photos in the My Pictures folder It shows "No photos in this folder" (when there are) and when you change to another folder containing photos it gives a dialog box " There are images with a new format in this folder. The converter is downloading". Well, there are the typical jpg photos i
-
- Map Control - Label Size
by ercercerc
- 3 Replies
- Last post
by SoulSolutions
- I would like to display a VE map - road or hybrid - with larger labels than you normally get. I am referring to the geographic labels - cities, mountains, roads, rivers, etc. - that are drawn by VE into the road and hybrid tiles, not to the pushpin labels one creates on the map.
Is there a way to do this
Thanks in advance for any help.
-
- How to disable all Pushpin Popups
by Derek Chan
- 1 Replies
- Last post
by ssuing8825
- Code Snippet
function DontShowDetails(e)
{
//Check if it¡¯s mouseover a shape
if(e.elementID != null)
{
//Overwrite default action, which is to show the pop up
return true;
}
}
map.AttachEvent("onmouseover", DontShowDetails);
Basically this is a simple override that removes the popup over any pushpin
-
- Issue with Digg block
by cooldyood
- 5 Replies
- Last post
by AndyS
- hi, I'm trying to use the getPpularStoriesByTopic method in the Digg block and am getting the error "root has no properties" consistently. I don't have any other block in my mashup yet. It seems like a bug to me. Any thoughts or suggestions
-
- new pages on your website
by achoo
- 5 Replies
- Last post
by Steven Wilssens MSFT
- If you have a website that you are editing using popfly, how do you get another tab on your navigation to lead to another page, within the same webzite without hyperlinking
-
- How do I find out how much quota a particular api uses?
by Roshan Ail
- 4 Replies
- Last post
by Shai Kariv - MSFT
- I was wondering what the quota usage for the following calls are
RequestBiReport and GetAPIReportStatus.
I was not able to find this in the msdn docs.
Does anybody know where I can get the quota usage for each api
Thanks,
Roshan
-
- Windows Live Mail Desktop Links
by DelaCombo
- 2 Replies
- Last post
by Hackersoft
- Is it a security feature to not launch a window or website from an email link that is clicked in a Windows Live Mail Desktop email I can right click and "Copy Shortcut" and paste it into a URL line in my browser, but it won't just launch the link when clicking them in an email. I didn't find a setting to allow it-- or better yet, it would be great to have a setting to allow this for saf
-
- Popfly Creator - Embed other file types
by jvzuck
- 1 Replies
- Last post
by johnmont
- It would be great to be able to upload and embed other file types in a web page including PDFs, docs, video, music, etc.
-
- Find control problems
by Magnus Naslund
- 3 Replies
- Last post
by Derek Chan
- I'm experiencing some problems with the find control. It works to add the find control but I can't type in the input fields. It works in internet explorer. I'm using Map Control version 5 and Firefox 2.0.0.4.
-
- Virtual Earth Overview Map
by mhodder
- 3 Replies
- Last post
by mhodder
- Hi,
I have noticed on the http://maps.live.com/ there is a flyout that give a small overview map. Does anyone know how to trun this on programmatically
Is it a new version of the SDK
Thanks
Martin
-
- How to best handle millions of tile image files?
by muridayo
- 11 Replies
- Last post
by Huda Abdelrahman
- Hi,
I'm building an application where we are setting up our own custom tiles. In doing so, we have built literally millions of tiles (10 million and counting!). We noticed how having all the tiles in one directory becomes a huge problem in file management, back-ups, transfers, etc. So, I am wondering if anybody has a better way of storing and/or managing millions of image files For example
-
- Custom Tiles --- ESRI - ARCIMS - Shape files - MrSID
by upgraders
- 5 Replies
- Last post
by cocgis
- We are Google Maps converts and I have spent some time reading up on adding custom tiles to VE but since this is so new, there is not much yet on importing Shapefiles. I have read and test the MapCruncher and although very nice, it does not support SHP (Shape files) and in ArcGIS you can't export a shapefile to a supported type. I need to be able to add a tile of poly lines (Bike trails) vectors a
-
- Search within an area
by jaik1
- 4 Replies
- Last post
by jaik1
- Has anyone been able to draw a area on a map and search within that area
I would like to draw a shape on a map and then do a search on the area covered.
I was looking at the API (mappoint) and did not come across a method which will take at least 4 coordinates and return results within those coordinates.
If anyone has any idea, please share.
Your help is apprecia
-
- Hi Everyone! Being new here as a moderator..
by Joshua Lee - MSFT
- 1 Replies
- Last post
by Alex Media
- I just want to say hi to everyone on the forum here.
I am Joshua Lee working at Microsoft Enterprise Service ISV Practice as an Enterprise Strategy Consultant. My main role is to consult Independent Software Vendors to architect/design/develop their strategic plans and applications on MS .NET Platform.
Recently, I also wear another hat in the Windows Live Platform Service Scout T
-
- Problem with Pushpin and Longitude in v5
by Laufer
- 5 Replies
- Last post
by Laufer
- VE v5 returns a JavaScript error when passing Longitude as a variable. Everything works fine when I pass in a scalar value (-111.717076). Here is my code:
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns ="http://www.w3.org/1999/xhtml" >
< he
-
- windows live messenger problems
by curiouslady
- 2 Replies
- Last post
by curiouslady
- I'm haveing problems with my windows live messenger..when i go to sign in it will act as though its signing in the then it just dispears and doesn't sign in..after trying numberous times it will pull up a window saying there was a problem with messenger and it had to close..thats been going on for a little while now. i've unstalled it and reinstalled it..i've checked for viruses and all that good