StrataFrame Forum

Error in last 1.6.7 beta

http://forum.strataframe.net/Topic20205.aspx

By Michel Levy - 10/18/2008

Hi,

are you sure it's realy the last version in that exe http://forum.strataframe.net/Topic19902-22-1.aspx#bm20191 ?

I can't find the new properties for RTT, and still have an error during install (as refered in http://forum.strataframe.net/Topic19404-10-1.aspx#bm19466)

Thks

By Trent L. Taylor - 10/18/2008

Yes, it is there, and no there is not a problem with the install. Smile

First, you must inherit from the RTT and override the properties.

Public Class MyRTT
   Inherits MicroFour.StrataFrame.UI.Windows.Forms.RichTextToolstrip

   Public Overrides Readonly Property BoldTooltipText as String
        Get
               Return "Your text"
        End Get
   End Property
End Class

You will obviously need to repeat this for the other properties as well.

By Trent L. Taylor - 10/18/2008

Oh...as for the intsall, this is a permissions issue.  Depending upon what you have installed, the versions, etc, Windows may prevent you from updating certain files.  I will look at the install before the final build of 1.6.7 and see if there is something that we can do to ignore these files (as they are needed by SF) under these conditions, but that would appear to be the issue.
By Michel Levy - 10/18/2008

Blush

Apologize, I'm always thinking in a VFP way Blink... and I expected these properties to be "visible" in the property sheet

Thanks again for that release
(and the permission issue is not really annoying, I'll simply ignore it)

By Trent L. Taylor - 10/18/2008

No problem...glad you found what you needed. Smile