Running apps using WPF on previous versions of Windows
Mon, 5 Jun 2006 01:11:02 -0700
Hi all,
I'm working on a new application at the moment and we'd like to take
advantage of the WPF UI style/library. What I haven't been able to find an
absolute answer to is whether there is some type of runtime that we can
bundle with our application that will allow users on Windows 2000 and/or XP
to r ...
|
ContextMenu
Sun, 4 Jun 2006 22:15:05 +0530
The following shows the context menu when the user right clicks, works fine
as expected.
<Button>
<Button.ContextMenu>
<ContextMenu>
<MenuItem Header="item1" />
</ContextMenu>
</Button.ContextMenu>
Click
</Button>
How do I have the left mouse button click to popup the context menu?
--
Vipin Arav ...
|
UserControl in VB project
Sat, 3 Jun 2006 16:18:01 -0700
I am able to use a UserControl in a C# project but not in a VB project. Is
that the correct functionality at the moment in Beta 2 or should I be able to
add a UserControl even in a VB project?
TIA
--
Eli ...
|
Expose _Text in Speech.Synthesis.Prompt
Sat, 3 Jun 2006 16:06:02 -0700
While the Text can be added via constructor, it cannot be reached even as
just Readonly.
I feel it would be beneficial to be able to retrieve the currently spoken
textToSpeak at the time the State changes to Speaking. It goes something like
this.
Global Synthesizer, Recognizer, LastSpokenPhrase
Synt ...
|
xampad and Designer inconsistencies
Sat, 3 Jun 2006 10:56:43 +0530
I figure an inconsistency between xamlpad and designer.
Why is it so?
The below link gave a resolution to get around in designer though.
http://channel9.msdn.com/wiki/default.aspx/Cider.MayCTPAnimationLimitations
--
Vipin Aravind
http://www.explorewindows.com
...
|
xamlviewer 3.0
Fri, 2 Jun 2006 17:07:01 -0700
Hi
I have installed Vista beta 2 which comes with WinFX 3.0 Beta 2. Is anyone
able to run xamlviewer on Vista Beta 2?
...
|
Transform To Trapezoid
Fri, 2 Jun 2006 14:48:01 -0700
Hi,
If I have a square, what kind of transform/transform group would I use to
turn it into a trapezoid? I have experimented with skew transforms, but
nothing cookin...
Thanks,
Avery ...
|
|
|
BeginStoryBoard,StoryBoard warnings
Sat, 3 Jun 2006 01:10:52 +0530
I get this warning(Am I off regarding something?):-
Warning 1 The element 'EventTrigger' in namespace
'http://schemas.microsoft.com/winfx/2006/xaml/presentation' has invalid
child element 'BeginStoryBoard' in namespace
'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. List of
possible elements ...
|
[Beta 2] What happened to the ScreenSpaceLines3d tag?
Fri, 2 Jun 2006 08:06:02 -0700
Hi, I'm trying to adapt some personal XAML files from the WPF march CTP spec
to the Beta 2 specs which were released yesterday. The ScreenSpaceLines3d tag
which I used seems to have changed. Anobody knows what I should use instead? ...
|
Custom DropDownButton control with DropDownArrowTemplate?
Fri, 2 Jun 2006 06:24:02 -0700
I am using WinFX beta 2 on WinXP sp2 cz.
I am creating DropDownButton control derived from ToggleButton (it uses
Popup).
It changes its VisualTree when loaded so that ContentPresenter is put to new
DockPanel together with DropDownArrow which is created from ControlTemplate
specified in DropDownArrowTempl ...
|