|
|
|
Server-Side Rendering?
Wed, 24 Oct 2007 07:17:04 -0700
Please excuse in advance this newbie question...
But...
Is it possible to take XAML meant for a SmartClient WPF Windows app,
and parse it/convert it server-side and then emit HTML/DHTML/etc. down
to a browser client?
I'm working with an "open" Internet app, and cross-browser/platform
compatibility is key ...
|
Channel9 Video: Building a rich WPF DataGrid.
Tue, 23 Oct 2007 15:18:08 -0400
Hi everybody,
If you've heard of Xceed's free datagrid for WPF, here's some news:
Microsoft has just published a Channel9 video in which Adam Kinney
interviews Pascal Bourque, the lead developer of Xceed DataGrid for
WPF. Pascal talks about what it's like to develop a rich control using
WPF, and also previe ...
|
Toolbar with menu as toolbar item
Thu, 18 Oct 2007 16:12:43 +0200
Hi,
I have a Toolbar with several buttons (with images) on it.
I want that one of the buttons will open a menu, but I want that the button
that open the menu will contain an image.
I tried to add a menu as a toolbar item, but I could not attach an image to
it.
Here is my xaml:
<ToolBarPanel Margin="244,24 ...
|
What items can I apply transitions to?
Thu, 18 Oct 2007 04:55:04 -0700
Hello,
I'm just starting to transition from WinForms to WPF and have a few
questions. What items can I apply transitions to? The application I need to
build requires many different media types transitioning in and out of the
maid WPF screen - Video, Web Content, RSS Feed, static images, text, etc.
I pla ...
|
How to Trigger Data Binding to Method
Wed, 17 Oct 2007 08:58:26 +0200
I have a class Person with two properties FirstName and LastName. I hook up
two WPF GUIs (each having two text boxes) to the same Person instance using
these data bindings Text="{Binding FirstName}" and Text="{Binding
LastName}". This works great. I can edit the first or last name in one GUI
and the correspo ...
|
Mnemonics in WPF ComboBox
Tue, 16 Oct 2007 12:04:34 -0700
Hi there,
I have a WPF combobox with two values "Male" and "Female". It seems
by
default the control supports mnemonics, e.g. if I press "M" on
keyboard, it sets the current ComboBoxItem to "Male"
If I use non-textual items, e.g. images+labels inside ComboBox, is
there a way hardcode such keyboard shortc ...
|
Force validation on button click
Tue, 16 Oct 2007 12:00:42 -0700
Hi there,
I've created a validation rule that checks if a field is empty, and
attached it to a TextBox.
However, the validation only occurs when I type something in and tab
out of the textbox. Is there a way to programmatically force
validation to occur when I click a button on a form?
public class N ...
|
|
|
WPF and PowerPoint slides, Flash files, HD videos
Thu, 11 Oct 2007 06:25:00 -0700
Hi all,
We are creating a WPF application that is capable of displaying informations
/ schedules and ads.
These ads can be several different types, like PowerPoint slides, images,
Flash files, (HD) videos, ...
The real problem is that we didn't find any reasonable way to display those
PowerPoint slides, ...
|
ListBox, Style & ContextMenu
Thu, 11 Oct 2007 02:16:00 -0700
Hi,
I have a problem. I am new to WPF and I thought I could set a ContextMenu
for my ListBox via a Style so I wrote sth like this:
<Window x:Class="TestTheTestStudio.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
|
Hyperlink as button in gridview cell
Wed, 10 Oct 2007 17:32:32 -0500
Hi,
I've managed to include a hyperlink with a click handler in a databound
gridview cell like this...
<GridViewColumn Header="Title">
<GridViewColumn.CellTemplate>
<DataTemplate>
<TextBlock>
<Hyperlink Click="Hyper_OnClick">
<TextBlock Text="{Binding Path=AttachmentTi ...
|
|
|