Advanced Forum Search Results
-
hi,
I have placed an HTML control over my silverlight plugin.And i have called the Silverlight.createObjectEx method as follows:
var html = Silverlight.createObjectEx({source: xamlUri,
parentElement: document.getElementById(parentId),
id: controlId,
properties: {width: "100%",
height: "100%",isWindowless: ...
-
hi,
i need to use this scrollbar in many places.I observed that when we click on the trackbar for the scrolling,the text does scroll,but there is a flickering effect when the text comes to a stop.Can I avoid this?I was going through the code,but couldn't find a way to do so..
-
Hi,I want to do something similar..I want to obtain the background of a canvas(which is a LinearGradientBrush) and assign it to a rectagle's fill property.Can you tell me how to do it?
-
hi,
can anybody tell me whether I can define my javascript event handling functions within the handleLoad function & then call it from the xaml by setting the element attributes?Or do I need to dynamically define the event handlers in the javascript itself?
-
Thanks Dave.I also got another solution to create the tooltip using createFromXaml in the javascript.Below is the code which i have used:// Define global variables.
var plugin, toolTip, mainCanvas;
// Set global variables for the plug-in and main Canvas objects.
function onLoaded(sender, eventArgs)
{
plugin = sender.getHost();
...
-
Hi,
I have a canvas containing an ellipse & a rectangle.I need to display a tooltip text in the mouseover event of the canvas.How can I do that?Can anybody please suggest?
-
hi,
i have to do the same thing...can you please share the code for adding the bullets using the ALT+0149 & run..