The Kinetic Jump site navigation header requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

Welcome Guest Search | Active Topics | Log In | Register

Html Summary Text Options
brianh
#1 Posted : Tuesday, October 16, 2007 4:57:31 AM
Rank: Administration
Groups: Member, Administration

Joined: 5/24/2007
Posts: 362
Location: Minnesota
I was asked by an evaluater why we used plain text for summary text. He said he didnt want to write summary text, he just wanted a click-able link to his release notes on his site and he couldn't do that with AppLife Update. I thought I'd share what I told him.

We chose plain text for simplicity. We did'nt want to force on anyone the overhead of rtf, html or anything else. But plain text is actually very flexible. If you look at the summary text as just a text blob that you can enter when publishing an update and read within your application code when an update is found via the CurrentUpdate structure, then you quickly see that you can indeed use Html or Rtf or Xml for summary text.

As an example, if you extract a Custom Forms Quick Start and open the CheckForUpdatesForm, then do the following:

1. Expand the form size a little and drop a WebBrowser Control on the bottom of the form.
2. Add one line of code at line 66 (C#) or line 57 (vb):
Code:
   
    (c#)webBrowser1.DocumentText = mUpdateController.CurrentUpdate.HistoricalSummary;

    (vb)Me.WebBrowser1.DocumentText = mUpdateController.CurrentUpdate.HistoricalSummary


You are all set to place html summarytext. Write html into the Update summary box within Make Update and your users will see html.

brianh attached the following image(s):
SummaryText_txt.jpg
SummaryText_html.jpg
Brian Haas
Kinetic Jump Software
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.