Yes, there is a way to do this. You should exploit the fact the menu wizard is generating the .mpr file.
In fact, all it's missing it's the supplimentary clause 'FONT' to the DEFINE BAR command. But the command looks like this: DEFINE BAR bla bla bla MESSAGE 'messagetext'.
So, the menu wizard is reading the message textbox. And the complete command you need should look like this one:
DEFINE BAR bla bla bla MESSAGE "text" FONT "Tahoma",10.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.