silverlight-2.0 Questions
4
Solved
I want to create a right click context menu for my textboxes to provide the typical copy/paste functionality. Any ideas on how to go about this?
Oliy asked 20/11, 2008 at 0:53
5
Solved
I've got a very large image which I'd like to use for sprite techniques (à la css image sprites).
I've got the code below:
<Image x:Name="testImage" Width="24" Height="12" Source="../Resources...
Roentgenogram asked 13/4, 2009 at 21:57
2
In Understanding WCF Services in Silverlight 2, the author, David Betz, explains how to call a web service without adding a service reference in the client application. I have a couple of weeks exp...
Edraedrea asked 2/9, 2009 at 14:34
3
Solved
When the user clicks on a row in the datagrid (or uses the keyboard), that row is selected, but the specific cell they clicked on is also given its own special focus. This is fine for a data editin...
Ryder asked 26/6, 2009 at 18:25
4
Solved
Where is the best place to put Style StaticResources? I have been putting the global and default styles in app.xaml and the page specific styles in page_name.xaml. Should every control have its own...
Photosynthesis asked 31/7, 2009 at 3:7
2
how to display data horizontally in a list box. I had used the properties for reading data from the text box and i have to display these multiple data in to a list box (in one line, horizontally) ....
Dora asked 3/8, 2009 at 11:26
3
Solved
We are planning to develop a web based application using Silverlight 2.0. The application will be used by our company employees. The application will be accessed using IE6 (Yeah IE6) and Silverligh...
Sextans asked 23/3, 2009 at 10:38
0
I have a multi-page (xaml pages) Silverlight Game Application. (SL2)
The flow is something like this
Login_Screen -> Game1_Instruction_screen -> Game1 ->ScoreCard-> Game2_Instruction -> Game2 ->S...
Tyree asked 15/7, 2009 at 20:46
2
I want to change background color of Datagrid header in Silverlight.
Nerves asked 28/11, 2008 at 12:26
2
Solved
Is there a way to get the IP address of a client in Silverlight if my Silverlight control is hosted in HTML?
Collbaith asked 13/5, 2009 at 14:32
1
Solved
I'm new to .NET programming, and trying to learn Silverlight 2 / C#.
I need to declare numeric constants (or better yet, readonly variables), and access them in both XAML and my C# code-behind fil...
Substantiate asked 10/5, 2009 at 16:5
3
Solved
I am working on a Silverlight client and associated ASP.NET web services (not WCF), and I need to implement some features containing user preferences such as a "favourite items" system and whether ...
Marmot asked 5/5, 2009 at 19:47
3
Solved
I have two combo boxes on a SL page. When Combo 1 updates, a service is called and populates Combo 2.
On the first call, 3 results are returned. When the combo box is expanded, you can see all 3 ...
Ferrocene asked 28/4, 2009 at 19:3
4
Solved
I have developed a SL2 application for a client (whose computers are under pretty heavy lockdown via group policies). The SL2 application has worked fine for everyone except the client.
The client...
Cassiecassil asked 13/3, 2009 at 5:26
3
Solved
I've got a user control (below), I'm binding the text to a datasource and instancing up a bunch of the usercontrols.
I want the size of the text to be the largest possible that will still fit in t...
Sg asked 9/4, 2009 at 15:49
3
Solved
I'm programmatically adding a UserControl to another in Silverlight 2 by adding it to the parent control's "Children" collection. At first this works fine. If I do something else to the window (in ...
Chibchan asked 20/2, 2009 at 14:35
2
Solved
I am just starting out on Silverlight using version 2.0. I wanted to show a few data grids on the page and got this going OK by dropping each into a grid cell. I then thought I would try adding a g...
Athematic asked 17/2, 2009 at 12:31
5
Solved
I've coded some smaller projects using Silverlight 2.0, which is fairly impressive.
Does Silverlight 2.0 have what it takes to be a game development platform for the web?
(Are the framerates high...
Sage asked 13/12, 2008 at 15:12
6
Solved
I'd like to create a popup dialog box in silverlight in which i can manipulate controls, enter data, and return a value. I want it to be modal, so that when it is open, the page "Below" is inaccess...
Wickham asked 3/11, 2008 at 21:41
5
Solved
Is it possible to convert an existing WPF Application to SilverLight automatically/with minimal effort?
Discretionary asked 17/10, 2008 at 13:29
3
Solved
Suppose I have a grid with some row definitions, and a child control in that grid. How would I go about setting the Grid.Row property of the child control programatically?
Compartment asked 8/1, 2009 at 19:25
3
Solved
To summarize, as we all know,
a) Silverlight is expected to be hosted by a browser, and runs in an isolated sandbox so that there won’t be any security issues
Silverlight don’t have direct acces...
Duala asked 15/12, 2008 at 7:46
9
I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page.
Here's the closest tha...
Marianmariana asked 2/12, 2008 at 20:13
© 2022 - 2024 — McMap. All rights reserved.