<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari,<br>
    <br>
    is it already possible to change the<b> font and font style of an
      FCCtrlPopup string</b> ?<br>
    When I use something like this:<br>
    <br>
    local popup= dialog:CreatePopup(0,0)<br>
    local str=finale.FCString()<br>
    str.LuaString="^font(Maestro,0)^size(24)^nfx(0)F"<br>
    popup:AddString(str)<br>
    <br>
    the resulting popup will display the enigma tags "^font..." instead
    of only the text content ("F").<br>
    As you request an FCString for AddString, I thought it must be
    possible somehow.<br>
    It would be fantastic if you could get this to work in the next
    beta.<br>
    <br>
    And a second question:<br>
    is it possible to include <b>unicode characters (>255) </b>in
    this popup string ?<br>
    I tried some encoding functions that work fine for me in other JW
    Lua functions, but they didn't seem to work here.<br>
    <br>
    But apart from that: your new dialog design with FCCustomLuaWindow
    works like a charm.<br>
    Brilliant design, Jari ! Thanks a lot.<br>
    <br>
    Best,<br>
    Jan<br>
    <br>
  </body>
</html>