Tooltips dont display unicode correctly |
Post Reply |
Author | |
joolz
Newbie Joined: 28 November 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 06 June 2008 at 2:21pm |
Guys
As far as I can see, most of the controls do not correctly display tooltip text when using unicode strings....
So for example (in pseudocode)
PushButton1.Caption = Some Japanese text ..... Works well
whereas
PushButton1.ToolTipText = Some Japanese text ..... DOES NOT
The only control that seems to work correctly is the Tab.... every other standard control I have tested will not display unicode Japanese, Chinese etc tips and just displays ????????? etc .. i.e the same as the standard MS stuff that I am replacing!
Is there some trick to getting this working or is it a bug/omission?
Thanks
Julian
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
"ToolTipText" is standard VB property that added and implemented by VB. :-(
Agree, we need add alternative with Unicode support.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
joolz
Newbie Joined: 28 November 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Hi Oleg Thanks for the reply.... At least I know its not me... I tend to use ToolTipText all the time to give our Users extra info when they hover over controls.... TBH its a little disapointing that this isn't supported in controls advertised as 'unicode' Is there some way I can request this feature is added in future updates? Its probably better for me to 'turn off' my ToolTips for now because it will just generate support calls from our International customers complaining that our code 'doesn't work' |
|
joolz
Newbie Joined: 28 November 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Ok Done it.......
Or rather, I have found a very cool 3rd party tooltip OCX that works really well with the CJ controls and fully supports unicode
$35 .... bargain and not worth me writing my own
Probably not appropriate to name names but I can if it ok with the MODS
Very happy
Julian
|
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
And XAML markup support |
|
ddebono
Groupie Joined: 02 August 2005 Location: Norway Status: Offline Points: 31 |
Post Options
Thanks(0)
|
I also want Unicode tooltips.
Strange that a Unicode package like this does not support Unicode in tooltips. David |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |