How do I write this code?
<tbl:TextBox x:Name="edNome" Grid.Row="2" Grid.Column="1"
Text="{Binding Data.Description,
// This is my question: ValidationRules syntax
Validat...
hi, is there a way to set a dateformat in silverlight 3 ?
dd MMM yy instead of the default MM/dd/yy
Hi
I have a wpf form in which I have a button. When I leave the mouse cursor from the button I have an event. But on that event I want to check if the mouse cursor is in the range of form t...
I am trying to develop a pdf viewer in which user can open pdf from their local machine and annotate pdf (drawing line, rectangle, adding text, highlighting text and adding stamp) and save the...
The solution explorer wont dock and floats around the screen with the mouse
I right click on the panel and I see float and dock and neither has any effect.
Has Silverlight 3 crash...
i made a toolbar like http://www.nokola.com/tutorials/ which is shown on top
but on mouseover i want to open same menu under perticular icon horizontally how i
can do this in silverlight3 an...
Just getting my feet wet in silverlight and am having a hard time getting a simple animation to work. I just want to move an object up as shown in the attached xaml code. What am I doing wro...
I have populated a combobox in WPF with a list of data and when I have the combo box the information displays correctly. When I select an item in the list and close the box it displays the in...
Can anyone provide me with tips or instructions on how to zoom into the content of a page/panel of a WPF solution?
I don't want the form or the content in the panel to scale in "x" and giv...
Hi,
Ok I am after a rather simple code fragment to get me going. Here is what I want to be able todo.
Create a WPF application that does the following:
1. Draw a filled rectangle on t...
Let me explain a program that I am trying to build and the specs I would like to see, and if someone could guide me into what is the best option programming in C# or Microsoft Technology anywa...
Hi all,
In order to show several instances of a UserControl I have, I use ItemsControl contained within a ScrollViewer. I set the DataContext of the containing Grid (see code below) to an O...
I've got an object element situated on my page that loads a silverlight app. Just above it I have a menu system that is run from javascript and css that has drop down options. When the silve...
I want to color current row after a BUTTON is clicked.
If I select another record and click the BUTTON again, I want to color selected row.
Is there any way to FORCE LoadingRow event of Da...
Hi,
I have the code shown in the snippet below where extractPdfImage.getImages(openfilpath); returns an ArrayList containing Bitmaps. I can not figure out how to show the Bitmap in my WPF Ima...
Hi,
How do you refresh the ListItems in a List or Combobox if a record is added to the source?
I have dynamically created controls in a Silverlight program via a loop:
//inside loop...
postit p = new postit();
p.Name = "postIT_" + Convert.ToString(a);
grid.Children.Add(p);
a++
I ...
Hello Experts,
How to set value member in listbox using Silverlight 3.0
Hi,
In the attached little application I'm doing some tests with WPF Validation but it is not working well. The platform is Dot.Net 3.5, VS 2008. The application is attached to be easier ...
i am using silverlight.
I want to detect if all images have loaded from an array of strings .
This doesnt detect when all images are loaded and seems to detect only one image.
...
I have a Textbox control inside a listbox under DataTemplate where I am adding dynamically.
I am checking in the collection whether TextBox is empty or not, if Empty then I am displaying mes...
Is there a way to change the text in a textbox to uppercase only after it matches the regex perfectly, like perhaps as the user tabs to the next field? The following is the event that fires on...
hi I have a Path which is used a my window background like : <Path x:Name="Path" Fill="{Binding Path=Value, ElementName=Slider1, Mode=Default}" ...., I also have a Slider on a tab in the windo...
Im very new to Silverlight and i have created a small questionnaire that simply loads a page up with a question then once answered the user clicks next and it asks another question and so on a...
Hi,
I'm working on SEM image processing application, written in WPF. I have an image display control, derived from Canvas, which displays image & overlays using DrawingVisuals (one for each...