• Creator
    Topic
  • #4375
    rfaude
    Participant

      Hi Support

      i opening a new message dialog box, switch to html view and want to set the font-name, font-size etc. with a applet.

      Changing the font-name works find, but the font-size is all the time 8 points.

      My GW-Client is version 7.0.3 from 08.03.2008


      Sub Main(Client, GWEvent)

      call GroupWise.Newmail
      call GroupWise.SwitchToHTMLView
      Call GroupWise.FontSet("Tahoma",20,fnwNORMAL,FALSE,FALSE,0)
      call groupwise.fontnormal

      End Sub

      What i am doing wrong?

      Thanks Ralf

    • Author
      Replies
    • #7986
      Support 3
      Participant

        This issue has been reported by another user: http://www.advansyscorp.com/forums/topic/9521053561/

        We think there could be a bug in the “FontSet()” token. There is a link to an article in the forum thread which indicate that you can also change the default GroupWise font size in registry.

        Hope it helps.

        Regards,
        Advansys Support

        #7985
        rfaude
        Participant

          Hi Support,

          thanks for quick response. I know the other issue in the support forum.
          In the article of the novell forum it is described how to work with the font-name and font-size in a Plaintext Message.

           
          : PlainTextComposeFontName: Value: name of installed font (i.e. Arial)
          : PlainTextComposeFontSize DWORD Value: 0x0000000d
           

          I asked for a HTML message. Are there registry entries as well? Or any other idea howto change the font-size in a HTML-Message.

          Thanks and best wishes from germany

          Ralf

          #7987
          Support 3
          Participant

            It appear, by default the registry entries for the HTML font size not availbale. However, the entries created if you specify the GroupWise default font size (Tools – Options – Environment – Views – HTML font name & Size). Once you specify the font size, following registry entries created where you can change the value to modify the HTML message font size.

            HKCUSoftwareNovellGroupWiseClientSetupUSER_ID_DETAILS@DOMAIN.DefaultHTMLFontSize

            Please take care when you update the registry entries.

            Regards,
            Advansys Support

          Viewing 3 replies - 1 through 3 (of 3 total)
          • You must be logged in to reply to this topic.