Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Tue, 26 Aug 2008 10:24:49 -0700 (PDT),    group: microsoft.public.dotnet.framework        back       


How to create customer defined user interface layout with xaml   
We are developing a new WPF application.  We have created an
application that code generates some of the user interface controls
into XAML from earlier created Entities.  The problem I am stuck with
is that some of our customers want their WPF form controls laid out in
a different order than other customers.  Has anyone done anything like
this with WPF and if so could you please share some insight on how to
store control order, build release, etc?  I appreciate your help.
Thanks
date: Tue, 26 Aug 2008 10:24:49 -0700 (PDT)   author:   Ben

Re: How to create customer defined user interface layout with xaml   
On Aug 26, 9:24 pm, Ben  wrote:
> We are developing a new WPF application.  We have created an
> application that code generates some of the user interface controls
> into XAML from earlier created Entities.  The problem I am stuck with
> is that some of our customers want their WPF form controls laid out in
> a different order than other customers.  Has anyone done anything like
> this with WPF and if so could you please share some insight on how to
> store control order, build release, etc?  I appreciate your help.

You can always expose your .xaml files as external files (not embedded
resources), and use XamlReader to parse and load them. Then, customers
can customize to their heart's content. So long as it's just layout
and visual styling (including additional decorative visuals, such as
shapes) that changes, and no controls are removed and data bindings
changed, it should work fine.
date: Wed, 27 Aug 2008 11:45:11 -0700 (PDT)   author:   Pavel Minaev

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us