PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Douglas McDonald on January 22, 2011, 10:55:51 AM

Title: Special chars
Post by: Douglas McDonald on January 22, 2011, 10:55:51 AM
I'm trying to use an Ohm / omega char in a caption. I've selected it from an non-unicode character set but it still doesn't show up correctly. Most of the time its a 0 or ?. What am I doing wrong?

BTW with PB10 and maybe FF4 with full unicode support?

Thanks
Doug
Title: Re: Special chars
Post by: John Montenigro on February 02, 2011, 01:46:29 PM
Nothing definite, but I seem to recall having a similar problem a (long!) time ago...

I think I had to switch between ANSI and OEM character sets... There are API calls to do that; search your SDK documentation.

-John

Title: Re: Special chars
Post by: Douglas McDonald on February 02, 2011, 05:18:56 PM
Thanks, I'll try it some more.

Thank You
Doug
Title: Re: Special chars
Post by: Cho Sing Kum on February 03, 2011, 03:52:06 AM
If it is caption of a control like, label, button, option, checkbox, frame then change the Font to Symbol and the capital letter W is the omega.

You may not be able to mix different Font sets in the same caption.

This will not work for the caption of a Form unless you can use the API to change the Font.