Tagged Questions
3
votes
2answers
116 views
Unable to transition to VisualState - “No applicable name scope”
I've ported a silverlight TemplatedControl to WPF, and while it behaves mostly the same, the animations no longer work.
When I call VisualStateManager.GoToState() it returns false. In an attempt to ...
0
votes
0answers
53 views
Porting WPF to Silverlight - How to handle missing Framework Classes? [closed]
We are porting a WPF application to Silverlight 5 and face the following problem:
The Silverlight framework is much smaller than WPF/.Net 4.0 and has less features and classes than WPF. There are two ...
1
vote
2answers
319 views
Multi-platform programming language with WPF-like GUI creation?
I'm looking for some language that will allow me to write GUI as easy as (or easier) in WPF but that would be really cross platform. Mono, Silverlite etc. are nice but either does not support WPF or ...
3
votes
1answer
105 views
Porting WPF controls to Silverlight
I'd like to port one of Syncfusion's (a third-party .NET controls vendor) WPF controls to Silverlight.
I understand that Silverlight is a subset of WPF and thus there will be limitations and ...
1
vote
1answer
351 views
Is there a port of SWT 3.6 to WPF?
recently i've been looking for a version of SWT that uses WPF (or DirectWrite) as its renderer.
The last version of SWT ported to WPF that I've found was 3.3.
Anyway, is there any port of SWT 3.6 to ...
2
votes
2answers
888 views
Put MFC CDialog in a WPF form
We are porting an MFC application to WPF, and will probably won't have time to port the entire application. The MFC app has many CDialog-based windows, and we are thinking of leaving some of these ...
1
vote
2answers
777 views
Porting a console application to WPF
I have created a small chatting application in C#, and started as a Console Application. However I want to create a GUI for it using WPF. It's a class named DanMessengerClientwith functions such as ...
1
vote
0answers
587 views
Porting from WPF to Silverlight - ItemsControl/ItemCollection
I'm porting an app (which someone else wrote) from WPF to Silverlight. I have a class which inherits from ItemsControl. In part of the code I access the ItemsControl.Items property (of type ...
12
votes
6answers
17k views
Running a C#/WPF application on a Mac
I sell a C#/WPF application (targeting .net 3.0 at the moment) and people keep asking me for a Mac version.
The application is a time tracking application with a good GUI, there isn't that much ...
3
votes
4answers
2k views
Porting WPF to Cocoa (and/or vice-versa)
I am in the beginning stages of creating software for a mISV-to-be. The program is a desktop application and in the long run I want to have a native version for both Windows and OS X (I have a looked ...