using fonts in a combo box item list

NeoBook tips, tricks, code samples and more...

Moderator: Neosoft Support

Locked
JBoyd333
Posts: 2
Joined: Tue Sep 19, 2006 9:37 pm

using fonts in a combo box item list

Post by JBoyd333 »

I would like my combo box list to display a list of words, each of which is in English and then Hebrew, something like this:

1 - boy / 'boy' in Hebrew
2 - man / 'man' in Hebrew
etc...

Is there any way to use various fonts in the items in a pull down list?

I tried pasting the Hebrew word in the list, but it changes it to regular characters.

Thanks!

John
[/list]
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Post by Neosoft Support »

A combo box can only display a single font at a time, so it's not possible to display both English and Hebrew in a single combo box. The only way I can think of to do this would be to simulate the functionality of a list box using other NeoBook objects. A sample publication that demonstrates this technique can be downloaded using the link below:

http://www.neosoftware.com/software/pub ... istBox.zip
NeoSoft Support
Locked