i use silverlight fullscreen changing normally when i click the fullsceen and exit fullscreen button
But when i change it through code without clicking
it do the exit but not the fullscreen, which means false is working true doesn't work. Any ideas ??
...
Hi All,
I am new to Silverlight.
We are working on silverlight 3.0 and telerik controls.
I want to implement a functionality that specific part of the file like stack panel or grid needs to be export or print to the image format. I mean when i click on specific button then that part of the application needs to export in image format.
...
I am implementing a WCF service, with a Silverlight 3 client, which uses a PollingDuplexHttpBinding for communications. What are the alternatives for handling when a client closes their browser without disconnecting from the server first?
I know that it will eventually throw a TimeoutException, which I can catch, but is there a better ...
I have installed Nov '09 silverlight 3 toolkit. Referenced System.Windows.Control from C:\Program Files\Microsoft SDKs\Silverlight\v3.0 Libraries\Client\System.Windows.Controls.dll
but when I compile my code I am getting
"Error 6 The type or namespace name 'BusyIndicator' does not exist in the namespace 'System.Windows.Controls' (are yo...
please provide me some comparison of ADO.NET Entity data model & Telerik OpenAccess ORM....from silverlight point of view.
which one is better & more suited for silverlight apps....
performance comparison
usability
which one to choose & why?
other points to be considered
...
Hi all.
I want use photos captured by 3D cameras in Silverlight 3 or 4.
I want use that photos like in maps.google.com. Is it possible to do with silverlight and if yes is there any book, tutorial, video or anything alse, from which I can learn how to use tham.
Thanks.
...
I'm starting to design a custom control with rather complex drawing. It will be a kind of chart (a kind of radar chart). It will be composed of a few axises with labels, line-regions (like spider-network) and filled shapes.
The main question is what's the difference between using Path control and Polygon control? What's better to use he...
Hi Guys,
Does anyone have any sample code for custom paging in silverlight 3.0. The paging should be similiar as like as:
next 1|2|3 prev , next 1|2|3 prev, next 1|2|3 prev , next 2|3|4 prev
The paging size should be fixed to 3 page and it should increment when page grows.
Any help please.
Thanks
...
Hey Guys
I converted all my existing Silverlight app UserControls to Pages so I could use the Navigation Framework.
Anyway so I created a UserControl called MyFrame, which would host all the pages.
In my App.xaml.cs I have the following to make sure that MyFrame is loaded when the App loads:
private void Application_Startup(object se...
Good day!
I have a combobox in a silverliht application
<ComboBox x:Name="cbCities" Width="500" Height="24"/>
and bind to it a list of items of City class.
The items of City class have a property isCapital
There is an only one or no any items with isCapital = true in the list
I want to make the item with isCapital = true to be bold ...
Hi i want to add a close button on a validation tooltip, this is the current control template I have
<ControlTemplate x:Key="ValidationToolTipTemplate">
<Grid x:Name="Root" Margin="5,0" RenderTransformOrigin="0,0" Opacity="0">
<Grid.RenderTransform>
<TranslateTransform x:Name="xform" X="-25"/>
...
Hello World I am creating a financial software working on a touch panel machine. I have created a Keyboard control for User Input. I want to open start menu on my keyboard's Window button click. Please tell me hows that possible... Its very urgent
...
Hi,
I have some code which is in Silverlight 3. I am unable to move to SL4 at this time.
I would however like to use VS 2010 to do my SL 3 development... and SL4 development.
The idea of both runtimes coexisting on 1 machine i thought I heard Microsoft got
right this time in VS 2010.
is this correct?
if yes, then Where can I find the ...
Good day!
I want to make a form - a set of questions with different answer types:
some questions have a number of answers and you can check one of the answers using radiobutton, other questions you should answer using a textbox, some answers have a datetime type and you choose answer for them using a DatePicker and so on.
I get all inf...
I have made a Silverlight 3.0 application, which communicates with an xml rpc server over https. The whole application will run in a LAN enviornment where server can be installed on different machines and client will on on same machine. I am using Self signed certificate which is generated against ip of server and I need to put in Truste...
Hello everyone,
I am using VSTS 2008 + .Net 3.5 + C# + Silverlight 3.0 + Microsoft Expression 3 + ASP.Net + IIS 7.0. I want to show my desktop lively to other users. In more details, suppose a case when a teacher is showing Demo or ppt on her/his desktop, the information on desktop could be broadcasted lively so that other users could s...
I am using Ninject as DI container in a Silverlight application. Now I am extending the application to support interception and started integrating DynamicProxy2 extension for Ninject. I am trying to intercept call to properties on a ViewModel and ending up getting following exception:
“Attempt to access the method failed: System.Reflec...
Hello again,
I've recently moved my Silverlight solution off of Casini (one for service, one for SL app) and over to IIS to simulate production. It's one website on a port (localhost:2002) containing two web applications, one for my SL app and one for my WCF service. Everything works fine in Casini with a clientaccesspolicy xml file, bu...
How to I execute the following code in silverlight 3.
DriveInfo[] drives = DriveInfo.GetDrives();
foreach (DriveInfo drive in drives)
{
if (drive.IsReady)
{ }
}
As it is giving me error and when I try to add the reference for the system.IO I can't fine any reference for that Dll.Thanks in adva...
Hi,
I want to disable the F11 key in my silverlight application , because I dont want user to sqwitch to full screen mode.
Or if is there a way I can write my code for f11 key event , I tried with key down event , but not working for f10 and f11 and set of other keys .
Thanks,
Subhen
...