Geekpedia Programming Tutorials






Windows Presentation Foundation Newsgroups Windows Presentation Foundation Newsgroups

1 2
(81 threads in 2 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Removing UI References To My Datasourse, App Otherwise Grinds To A

Hello, If i reset a controls DataContext (say to a List of MyClass objects) would i thereby remove the UI reference to the data source? And thus permitting the objects of the datasource (a list loaded...

On Tuesday, May 13th 2008 at 04:25 AM by Schwartzberg | No Replies

Combined Capture Preview And Playback Graph Using Vmr9

If I build a filtergraph with a vmr9 with 2 inputs one playing a wmv file and the other displaying a preview from a camera, the playback is very slow, if i use 2 windows instead playback is ok, can...

On Tuesday, May 6th 2008 at 11:02 AM by Ian | No Replies

MVVM-implementation

I have tried following John Gossman's ContactDatabase-example to make a simple application to divide a two decimals, just to grasp the concept of the MVVM-design-pattern. I would like some feeback...

On Tuesday, May 6th 2008 at 09:53 AM by Anonymous | No Replies

Zooming To Mouse Position

Hello all, I am trying to zoom to the mouse position in WPF. I have tried using a viewbox and scaletransform. With the scaletransform I set the origin to the mouseposition but when the origin changes...

On Wednesday, April 23rd 2008 at 11:58 AM by Anonymous | 1 Reply

Stacked ControlTemplates And Loading Behavior...

Dear all, I am currently using control templates to implement my user interfaces and it occurs that I am using stacked control templates. In the C# code file, I am adding an Loaded event to obtain...

On Friday, April 18th 2008 at 07:03 AM by Anonymous | No Replies

Scrollbar

nw scrollbar is not coming n not visible

On Wednesday, April 16th 2008 at 06:48 AM by hogla | No Replies

Rendering Aspx Controls At Runtime In A Webform Using WPF

Hi , I have a webform which consists of two parts.First part contains some static set of questions while the second part consists of dynamic questions .. How can i render the set of questions...

On Wednesday, April 16th 2008 at 04:57 AM by Anonymous | No Replies

Use My Custom TypeDescriptor To Obtains Default Value On Property In

Hello I just create an attached string property on my own class. I want use my own CustomTypeDescriptor on this property to show a comboBox editor in XAML Property Editor. To do this : the declaration...

On Monday, April 14th 2008 at 07:14 AM by azerty | No Replies

XAML WPF And Treeview Navigation

Anyone have any suggestions on developing Treeview navigation (similar to Micorosoft Management Console (MMC) or Dynamics applications) with XAML/WPF? I have something that changes visibility on...

On Sunday, April 13th 2008 at 12:13 PM by Anonymous | No Replies

MediaTimeline And Binding

I'm trying to create a simple Media playlist player using MediaTimeline. In all of the examples that I saw that Source property is hardcoded. When I try to set the Source using binding I get "Must...

On Sunday, April 13th 2008 at 05:37 AM by Anonymous | No Replies

Exposing Contained Control Properties From Within A Custom Control

This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C89B22.E6B9AAA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable NOTE: Reposted...

On Thursday, April 10th 2008 at 10:52 AM by Martin Robins | No Replies

Exposing Contained Control Properties From Within A Custom Control

This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C89B22.8E661FF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying...

On Thursday, April 10th 2008 at 10:50 AM by Martin Robins | 1 Reply

Creating Unit Test For Function Which Uses Recursive Dispatcher

Hi, I'm having difficulty creating a unit test - perhaps some of you more experienced WPF guys out there can help out a bit. The method I'm testing (let's call it fadeVolume) calls itself recursively...

On Wednesday, April 9th 2008 at 04:42 AM by Anonymous | No Replies

DataBinding A Collection To A TextBox

To learn data binding I have a window with just 3 controls: 1. Previous Button 2. TextBox 3. Next button My goal is to bind a collection of names to the TextBox and be able to cyle through them...

On Wednesday, April 2nd 2008 at 09:21 PM by Anonymous | 1 Reply

Check A Checkbox With The Space Bar

...

On Monday, March 31st 2008 at 06:42 AM by Anonymous | 2 Replies

Dynamically Drawing Objects

This should be so simple! I need to generate a bar graph using WPF. It's easy to do with XAML and I have some very nice graphs. But I need to dynamically genenerate the graphs because I do not know...

On Tuesday, March 25th 2008 at 10:51 AM by kmttern | No Replies

WPF Markup Compilation Pass

I am trying to manually control the two markup passes in msbuild for WPF applications. We'd like to use WPF for upcoming applications, but our build system does not allow msbuild for compilation and...

On Sunday, March 16th 2008 at 07:22 PM by IndyStef | No Replies

Still No Floating/dock Windows And No High Perf Virtual Grid?!!

I was surprised when I didn't see support for floating/docked windows (out of the box) in and didn't see a high performance virtual (I maintain the data and grid asks for it) Grid in WinFX 3.0. I...

On Friday, March 14th 2008 at 05:27 PM by Anonymous | No Replies

Excessive Flashing With Flow Document

I'm new to wpf so I'm not sure if my comment is valid. I'm playing with a table control which I have housed in a flow document. In page mode or two page mode when I'm not on the first page the background...

On Friday, March 14th 2008 at 11:47 AM by Anonymous | No Replies

Passing Multiple XML Nodes To A Binding Converter

Hi, I'm looking to implement something similar to an example by Bea Costa ( http://www.beacosta.com/blog/?p=35 ), but using an XML data source instead of a C# data model. Image my XML data source...

On Wednesday, March 12th 2008 at 11:43 AM by Robin | No Replies

Uri Problem

Hi.. I have a problem with referencing resources.. I have two projects in my solution and from app2 i'm getting trough uri image which is included in app1 (app2 has reference to app1 ( i added it as...

On Tuesday, March 11th 2008 at 10:15 AM by tHien | No Replies

How Can Wrap BitmapEffect Into Template?

Hi, I want to create a seriese of Button with How can I write a template to implement?

On Monday, March 10th 2008 at 08:42 AM by Joseph | No Replies

Use WinFX (FlowDocumentReader Etc.) In Non-GUI Application?

I am interested to use the document-formatting capabilities of FlowDocumentReader etc. for a proposed server application, which will not have a graphical user interface. Is this feasible? The idea...

On Friday, March 7th 2008 at 05:11 AM by P | No Replies

DataTrigger Problem

Hi All! I have a element that is checking the value of an enum for one of three states. in each state i change an image, and fire off an animation. My problem is that although the state change modifies...

On Saturday, March 1st 2008 at 03:53 PM by Anonymous | No Replies

TwoWay DataBinding To Property Having Private Set

Is it possible to make TwoWay DataBinding to property having private set Below is the code of BindingObject class that has property Name whose Get is public but Set is private but there is one Public...

On Tuesday, February 26th 2008 at 06:48 PM by gauravgoyal.aqua@gmail.com | 4 Replies

DataBind Outlook Interop AppointmentItems To WPF Controls Using CO

I am able to return a list of my daily appointments using outlook Interop. However, I'm having trouble databinding this appointments list to a WPF ListView. I am getting a 'invisible' item for...

On Tuesday, February 26th 2008 at 01:01 PM by Anonymous | No Replies

Animating Bounding INotifyCollectionChanged Events In WPF

When binding collections via INotifyCollectionChanged into a WPF interface, has anyone been able to take control of certain events and implement animation? Is there a way to add your own code when handing...

On Wednesday, February 20th 2008 at 10:40 PM by fil@vertigotechnology.com | No Replies

Trouble With Resize Ratio Of XAML Element

Hi, I'm currently working with a XAML window-like element which has a height/width ratio of 3:2 Within this, I display a perfectly square image which stretches to its grid uniformly, thereby...

On Monday, February 18th 2008 at 05:03 AM by Anonymous | No Replies

Binding To Properties Of A User Control

Just getting up to speed with WPF... I've got a simple user control: Hello, world And I want to apply a transform to this when it is instantiated and bind the animation to the transform...

On Sunday, February 17th 2008 at 07:55 AM by Dave | 1 Reply

Self-Updating WPF Application

What is the preferred method of implementing a self updating WPF app? Is it still the UAB? Cheers, Tim

On Thursday, February 14th 2008 at 04:31 PM by Tim Haughton | 1 Reply

DataBinding And ListView

I have an application with two ListViews. The datasource of the ListView is created with a converter (see XAML code). I use a converter for the ListView for the following reason: when the selected...

On Thursday, February 14th 2008 at 04:04 PM by Lammert | No Replies
1 2
(81 threads in 2 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons