Advanced Forum Search Results
-
About the DB i got some other thinks that i will store there for some of the elements for example which element will get drop and drag functionality and other already builded functions in the client app.You are right about that if you will store just plain XAML there is no need of DB.
About the function that will scan the whole canvas you are ...
-
I`m working on somethink that have to do the same but i have different idea and approach.
My idea is to store the page structure in DB when the SL app is opened there will be somethink like a builder which will connect to web service which will connect to the DB and start transmiting page (the elements) content to the builder the builder(on the ...
-
in my case
Private Sub ButtonDown(ByVal o As Object, ByVal e As EventArgs)
Drag = "1"
item = o
End Sub
item is already declared as object :) 10x very much :)
-
Hi I`m dynamicly creating elements in this case TexBlocks.After I`ve created the element i`m doing the folowing
Element = FindName(LabelName)AddHandler Element.MouseLeftButtonDown, AddressOf ButtonDown
AddHandler Element.MouseLeftButtonUp, AddressOf ButtonUp
Cause i`m creating them dynamicly they got different names e.g. ...
-
Wow seems like in the US there is snow for the first time :D In bulgaria it is normal to slip 3 times every day :D to slide at least 3 times in the winter with the car cause the company that should clean the snow and left some salt on the road is not doing that enough faster when it is needed.So if you want extreme experiences such a driver ready ...
-
Nice to hear that there will be extension of the UI Framework and the so needed controls that will make our life less complicated :P Another good news is finaly to hear that the sockets are on the roadmap with shure!But still there is no sign of future support of mic and web cam which in combination with the sockets will be very nice for browser ...
-
Use Fiddler to track down what your SL app is sending and what is retrieveing
http://www.fiddler2.com/Fiddler2/version.asp
-
I excuse in advance , but dudes are you joking with us!? Everyone here is hoping that Silverlight will close the WEB app to the maximum to the ordinary desktop app-s and to the oop.Simple support of MIC and WebCam (and sockets) will made silverlight perfect choise for creating web based chat clients and clients that can connect for example to ...
-
Ok after installing Fiddler i was able to see what i`m sending to the service and what i`m recieving
Output : GET /Service/Service1.asmx/EchoInput?input=Products HTTP/1.1
Incoming the major things : Request format is unrecognized for URL unexpectedly ending in '/EchoInput'
Exception Details: System.InvalidOperationException: Request ...
-
I`ve tired trying to configure this server so i`ve configured another with XP and IIS 5.1 so i think the app is now working and i`m recieving Error message probably connected now with my code :P
Silverlight error message
ErrorCode: 1001
ErrorType: RuntimeError
Message: System.ApplicationExeption: HttpStatusCode InternalServerError was ...