Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Tooltips dont display unicode correctly
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tooltips dont display unicode correctly

 Post Reply Post Reply
Author
Message
joolz View Drop Down
Newbie
Newbie


Joined: 28 November 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote joolz Quote  Post ReplyReply Direct Link To This Post Topic: Tooltips dont display unicode correctly
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2008 at 3:18pm
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
Back to Top
joolz View Drop Down
Newbie
Newbie


Joined: 28 November 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote joolz Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2008 at 5:26pm

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'
Back to Top
joolz View Drop Down
Newbie
Newbie


Joined: 28 November 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote joolz Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2008 at 6:39pm
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
Back to Top
ijwelch View Drop Down
Senior Member
Senior Member


Joined: 20 June 2006
Status: Offline
Points: 262
Post Options Post Options   Thanks (0) Thanks(0)   Quote ijwelch Quote  Post ReplyReply Direct Link To This Post Posted: 07 June 2008 at 12:17am
Originally posted by oleg oleg wrote:

Hi,
 
"ToolTipText" is standard VB property that added and implemented by VB. :-(
Agree, we need add alternative with Unicode support.



And XAML markup support
Back to Top
ddebono View Drop Down
Groupie
Groupie


Joined: 02 August 2005
Location: Norway
Status: Offline
Points: 31
Post Options Post Options   Thanks (0) Thanks(0)   Quote ddebono Quote  Post ReplyReply Direct Link To This Post Posted: 20 June 2008 at 4:07pm
I also want Unicode tooltips.

Strange that a Unicode package like this does not support Unicode in tooltips.

David
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.