Hi!
This sample to demonstrate the error.
#include "hwgui.ch"
Function Test
Local oDlg, oEdit, oMenu
INIT DIALOG oDlg TITLE "Get a value" ;
AT 210,10 SIZE 400,250 ;
NOEXIT
MENU OF oDlg
MENU TITLE "&File"
MENUITEM "&New"+Chr(9)+"Ctrl+N" ACTION {||.t.}
MENUITEM "&Open"+Chr(9)+"Ctrl+O" ACTION {||.t.}
SEPARATOR
MENUITEM "E&xit" ACTION oDlg:Close()
ENDMENU
ENDMENU
ACTIVATE DIALOG oDlg
Return Nil
Attached screen of error.
Best regards,
Itamar M. Lins Jr.
Why do you think that these messages are related to a font?