<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a way to change the font size of headsUpMessage with mel? in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12752494#M368</link>
    <description>&lt;P&gt;I want to change the text size of headsUpMessage with mel.&lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2024 12:25:49 GMT</pubDate>
    <dc:creator>kohaku_nekotarou</dc:creator>
    <dc:date>2024-05-04T12:25:49Z</dc:date>
    <item>
      <title>Is there a way to change the font size of headsUpMessage with mel?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12752494#M368</link>
      <description>&lt;P&gt;I want to change the text size of headsUpMessage with mel.&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 12:25:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12752494#M368</guid>
      <dc:creator>kohaku_nekotarou</dc:creator>
      <dc:date>2024-05-04T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to change the font size of headsUpMessage with mel?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12752554#M369</link>
      <description>&lt;P&gt;no, at least not as far as I'm aware. &lt;STRONG&gt;headsUpMessage&lt;/STRONG&gt; is useful if you need dynamic updating feedback and aren't using a plug-in, but it's a pretty poor feature in terms of it's appearence and flexibility. Have you tried inViewMessage as an alternative? That displays much nicer messages with much better custom styling available. The only drawback iirc is it's not great for real-time updating (if you are tracking a dynamic context and reporting an output value for example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;inViewMessage -smg "Hello World" -pos "midCenterBot" 
    -fade -fadeStayTime 4000 -fadeInTime 250 -fadeOutTime 500 
    -fontSize 20 -backColor 0x00FF8000 -alpha 0.5;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(don't have Maya access to test atm, so apologies if the MEL above is not quite right, check the online docs)&lt;/P&gt;&lt;P&gt;You can also pass html to the message string to change simple formatting via CSS (font style, color, etc..)&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 13:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12752554#M369</guid>
      <dc:creator>FirespriteNate</dc:creator>
      <dc:date>2024-05-04T13:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to change the font size of headsUpMessage with mel?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12753076#M370</link>
      <description>I did not use inViewMessage because it would get in the way, I decided to turn it on only when I wanted to display a message.&lt;BR /&gt;Thank you for your excellent suggestion.</description>
      <pubDate>Sat, 04 May 2024 23:08:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/is-there-a-way-to-change-the-font-size-of-headsupmessage-with/m-p/12753076#M370</guid>
      <dc:creator>kohaku_nekotarou</dc:creator>
      <dc:date>2024-05-04T23:08:54Z</dc:date>
    </item>
  </channel>
</rss>

