WPF ?

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Andrew Heard
Sr. Propeller Head
Posts: 139
Joined: Tue Aug 19, 2008 12:17 am
Location: Perth, Western Australia

WPF ?

Post by Andrew Heard »

Windows Presentation Foundation

Our next generation application is being developed using WPF. Anyone know anything about this and how it may impact online help delivery? What's the best format?
Some mornings it just doesn't seem worth it to gnaw through the leather straps.
Pete Lees
Sr. Propeller Head
Posts: 150
Joined: Thu Feb 09, 2006 12:33 pm
Location: Bracknell, Berkshire, UK

Re: WPF ?

Post by Pete Lees »

Hi, Andrew,

I wrote the online Help for a WPF application last year. The format that we chose was compiled HTML Help (.chm), as this is the Help format that Microsoft continues to recommend for Windows desktop applications. I don't believe that WPF offers any new facilities for integrating online Help in an application, and we just used .NET HelpProvider components to attach the Help file to the application. More information here:

http://msdn.microsoft.com/en-us/library ... S.71).aspx
http://helpware.net/mshelp2/demo2/h1xNET.htm
http://www.help-info.de/en/Visual_Basic ... mlhelp.htm
http://support.microsoft.com/?kbid=821777

I posted a similar question in a few forums two years ago, including HATT (where I didn't get any responses). However, someone did reply to my questions in the Windows Presentation Foundation forum on MSDN:

http://social.msdn.microsoft.com/Forums ... d7a48cbd0b

Pete
Andrew Heard
Sr. Propeller Head
Posts: 139
Joined: Tue Aug 19, 2008 12:17 am
Location: Perth, Western Australia

Re: WPF ?

Post by Andrew Heard »

Thanks, Pete, for the links.

I think I saw your post (and lack of responses) in HATT. I was hoping for an alternative to chm - it works really well but it is terribly dated and can't be styled at all. Crazy that Microsoft recommends it but does nothing to develop it. Can't be a revenue stream, I guess.

I expect the recommendation will be WebHelp - which I intend to trial. Our developers like the single-file solution though.

Will also attempt to persuade them to trial help embedded in the GUI, Flare-style.

Andrew
Some mornings it just doesn't seem worth it to gnaw through the leather straps.
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: WPF ?

Post by KevinDAmery »

Andrew Heard wrote:Crazy that Microsoft recommends it but does nothing to develop it.
What's crazy is they've developed two help architectures since CHM (Help 2.0 and the User Assistance Platform) but in both cases at the last minute decided not to release them to outside developers.
Until next time....
Image
Kevin Amery
Certified MAD for Flare
Andrew
Propellus Maximus
Posts: 1237
Joined: Fri Feb 10, 2006 5:37 am

Re: WPF ?

Post by Andrew »

KevinDAmery wrote:
Andrew Heard wrote:Crazy that Microsoft recommends it but does nothing to develop it.
What's crazy is they've developed two help architectures since CHM (Help 2.0 and the User Assistance Platform) but in both cases at the last minute decided not to release them to outside developers.
Yep, and they're on version 3 right now. Here's to hoping they don't scrap yet another help format.
Flare v6.1 | Capture 4.0.0
Post Reply