Advanced Forum Search Results
-
hi,
i solved it now. it was a silverlight bug. you can try it by yourself. create a tabcontrol, inside a tab create a textbox and on the textbox you set a gotfocus event. if you are changing the tab then the textbox gotfocus event will be firing. thats very strange. now i solved it as follows:
i have created a tabcontrol and when you ...
-
hello,
I have a really strange problem and maybe someone know what it could be.
i have created a datagrid which includes the RowDetailsTemplate and in that i have created a textbox and i give the textbox an event, for example gotFocus. ok, you have to know that i have created a Tabcontrol and the datagrid is in a ...
-
found the solution. you can find it here: http://silverlight.net/forums/t/83127.aspx
thank you
-
hey,
i have a problem with publishing of my silverlight application. i know that the error is in relation with my database, because when i take out my webservice then everything works fine, so it might be an error because of the database.
maybe anyone know what kind of error it is. after starting the webpage this ...
-
hey,
i solved the problem. i attend some options and now its working :) here is the code:
1 ...
2 routeRequest.Waypoints = Waypoints;
3
4 routeRequest.Options = new VESilverlightApp.VERouteService.RouteOptions();
5 routeRequest.Options.RoutePathType = VESilverlightApp.VERouteService.RoutePathType.Points;
6
7 ...
-
i programmed it but there is the problem i mean. i tried it with google maps and there i use the getDirections method and it works fine. you can see it here http://christian-froh.de/maps/index2.php
but in virtual earth silverlight control there is no getDirections and in the webservice there isn't something like that. ...
-
thank you mark.
You are right. but now there is one last question. i think there will be a problem with the polylines. is that really possible that i get the directions and the corresponding polylines?
ok, to get the directions that works fine but i want draw the polylines. is that possible too?
thank you
-
Hello,
Yesterday i tried Virtual Earth in Silverlight and i was very impressed about it. But where are the functions like GetDirections. Isn't it possible to commit 2 lat/long parameter and then to get the directions? For example tp plan a route?
thank you
ticcoid
-
hello,
i'd like to ask you whether it is possible to select a row and then maybe via clicking on a button to move the row up or down.
So for example i select the 3rd row and klick on a up button then the row should move up. so first the selectedindex is 2 and then the selectedindex should be 1. is that possible?
thank ...
-
hello,
I read an article about silverlight working on Symbian S60.
What I want to do now is, that I want to run an Silverlight-Application on my Nokia E71 and want to read out GPS data and send them via wcf service to a server. Does anyone of you have experience in that kind of area? Or is it generally possible to run a silverlight application ...