Why is this so difficult (Template question)
Sat, 19 Jan 2008 19:31:12 -0800 (PST)
Hello all,
I'm trying to do something that I thought would be simple with wpf.
Basically, I want to create a template that sticks a TextBlock on the
end of a ComboBox.
The idea is that when my forms are in "edit" mode that the required
fields are marked with a red asterisk. While I've figured out how to
...
|
How does a MarkupExtension get to the VisualTree?
Fri, 18 Jan 2008 10:48:01 -0800
Does anyone know how markup extensions like RelativeSource get access to the
visual tree in their ProvideValue implementations?
I want to write a markup extension that walks the tree upward until it finds
an element with a specified Name but I don't see how I can get to the tree or
even the element the mark ...
|
Problem with assembly with space in file name.
Fri, 18 Jan 2008 05:24:46 -0800 (PST)
This is probably simple but I'm new to this xaml thing and I haven't
been able to find a solution to this. I'm trying to reference a class
in an external assembly in my xaml code but on compiling I get the
error:
Unknown build error, ''clr-namespace:Frick.Coolware.Doc;assembly=Main
Document' mapping URI is no ...
|
How can i call .xaml Pages through .aspx Page
Fri, 18 Jan 2008 04:58:31 -0800 (PST)
Hi,
I have some Problems . I want to Call .xaml Page from .aspx Pages then
how can i do this .
And How can i bind the datagrid in my Web Browser Application
Pls .... Give me some Information
Thanks ...
|
WPF equivalent of WindowsFormsComponentEditor
Wed, 16 Jan 2008 23:33:32 -0800 (PST)
Hello,
In System.Windows.Forms.Design Namespace there is a class named
WindowsFormsComponentEditor.
Is there any equivalent WPF class for the same?
Does anyone have any info on any MSDN link/website which displays the
classes available in WinForms and their WPF equivalents?
Regards,
ss2905 ...
|
Viewbox
Tue, 15 Jan 2008 08:07:09 -0800 (PST)
Window x:Class="SimonFPlaybar.Window2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window2" Height="300" Width="300">
<Grid>
<Viewbox x:Name="viewBox">
<TextBlock Text="Loading..." />
...
|
Having problem with three levels in a tree control
Sun, 13 Jan 2008 19:30:05 -0800 (PST)
I've seen many posts on this problem but haven't found a solution yet.
Any help would be greatly regarded. My data source is an xml file that
looks like this.
<?xml version="1.0" encoding="UTF-8"?>
<DataLibrary version="0.1" >
<Family><FamilyID>1</FamilyID><Name>ACTIVITY</
Name><SubFamily><SubFamilyID>1</Sub ...
|
|
|
my gf getting doggey
09 Jan 2008 21:38:21 GMT
...
|
ResourceDictionary question
Wed, 9 Jan 2008 06:52:04 -0800
Hi,
I am new to WPF especially resourceDictionary. I am confused on "build
action - page/resource" on a XAML file containing only a ResourceDictionary.
I know the g.resources contains .baml in page mode and .xaml in resource
mode. The LoadComponent method can deal with .baml properly.
Examples in resour ...
|
Checkbox in GridView Column
Tue, 8 Jan 2008 03:06:29 -0800 (PST)
How to get checkbox in GridView column in WPF? ...
|