Advanced Forum Search Results
-
Hi,
I am making a control for scaling objects, with 4 corners around it, as normally in designing applications. That allows users to change width and height. At first i was succesful with having scaletransform.centerx and y at the original center of the shape, but i want scaling from the adjacent corners for example when i am dragging the bottom ...
-
Hi,
anyone implemented rotate scale functionality for drawing elements, other than Silverlight surface?
I am trying to build or upgrade the surface so it doesnt scales from center and it doesnt scales proportionally. Having some problems.
Anyone did that before?
-
No that is not the solution, as i will lose the zooming on the elements then!
Actually i have a Control that handles resize/rotation, and the shapes/elements to be drawn are added into that control.
-
Hi,
i have a drawing application, with zooming option and i have resizing and rotating controls on elements (that can be placed on drawing canvas).
But when i zoom in/out the canvas zooms (OK) and the elements (OK) but the rotating and resizing controls also scale+/-. But this doesnt happen in Good drawing applications, rotating and ...
-
Try updating the Service Reference,
Open ServiceReferences.ClientConfig in your silverlight project, check the URL and make sure it points to the correct URL of webservice.
Try "View in Browser" your .svc file.
Rebuild Solution
--
i had the same problem it worked after i did these steps
-
Hi,
I have developed a business process that lets you export PDF from a design created in Silverlight.
I am currently using it in my application.
My Application's business process:-
1)User creates a new file by choosing a predefined template (background) or blank file.
2)User inserts predefined shapes on the drawing canvas.
3)User ...
-
The constructor of RenderTargetBitmap is security critical http://msdn.microsoft.com/en-us/library/cc190881(VS.95).aspx
How did you used it?
Did you succeed with converting a UIElement to XPS?
-
Hi,
i found a way myself.
<ScrollViewer x:Name="scroll" Visibility="Visible" HorizontalScrollBarVisibility="Visible" BorderBrush="#FFEDEDED" Canvas.Left="172" Canvas.Top="57" Margin="0,0,0,0" Width="854" Height="708">
<Canvas ...
-
Whats the logic behind "50.2" why not 100.4?
or some other number?
-
Why dont you people try Telerik Rad Controls for Silverlight, it contains a Window Control in 2nd release
Well if you want to make your own, i suggest you somethings:-
the Window Control must have instance of LayoutRoot,
Reason: When a Dialog is shown and you dont want that the UI below that dialog must not be accessed, you need to ...