change font for TXBrowse()
Posted: Sun Sep 02, 2007 11:27 am
Hi,
I am trying to change font in XBrowse, allowing the user to change it in runtime. In listbox I did:
oBrowse:Selfont()
oBrowse:Refresh()
But It does not work. Also I have tried:
LOCAL oFont
DEFINE FONT oFont FROM USER
oBrowse:Setfont(oFont)
oBrowse:Refresh()
and it does not work too. How can i do it?. Thank you!!!!
I am trying to change font in XBrowse, allowing the user to change it in runtime. In listbox I did:
oBrowse:Selfont()
oBrowse:Refresh()
But It does not work. Also I have tried:
LOCAL oFont
DEFINE FONT oFont FROM USER
oBrowse:Setfont(oFont)
oBrowse:Refresh()
and it does not work too. How can i do it?. Thank you!!!!