Tooltip does not behave properly. |
Post Reply |
Author | ||||||||||||||||||||||
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
Posted: 22 May 2009 at 5:57am |
|||||||||||||||||||||
Hello Mark,
Please find the attached "ToolTipIssue.JPG". I have tried with calendar sample "CalendarDemo" with few details mentioned below. Step 1: Add New Appointment [Should not be All day appointment] Step 2: Add subject as "11.00 AM - Test Appointment" Step 3: Point the mouse pointer on added appointment The tooltip display only "11.00 AM - Test" instead of "11.00 AM - Test Appointment". I think this is a bug for tooltip. Please help me out regarding this. Thanks, Saket. |
||||||||||||||||||||||
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Not exactly the same thing, but something to mention concerning the tooltip:
The position of the tooltip window is wrong. The upper border always corresponds to the upper border of the event. The problem is that the tooltip is partially hidden by the mouse pointer. The correct behaviour is to display the upper border of the tooltip below the mouse pointer, like in Outlook 2007. |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
I fixed yesterday in the morning and was surpised that Saket not answered me
|
||||||||||||||||||||||
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Hello Mark, Thanks for the fix. I replied you on https://support.codejock.com/Issue_View.asp?IssueNbr=21816.
My reply on Support site is "Ok, will test and let you know the result." Sat/Sun we are having holidays, so i was not in office. Today morning as soon as come to office I posted the reply on Support site issue number 21816.
Today reply[25-May-2009]:
-------------------------------
It will be great help for us, if you can send the file in which you fixed this issue of tooltip issue. We are releasing our application patch with codejock 13.0 within one or two days, almost all testing of our application are done. At this point of time we feel it is risky to shift to codejock 13.1, and doing this can slip our deadline for relaese and once again we need to test entire application. So please send us the modified file, so that we can test only tooltip issue and give the relase on schedule time to our customers. Thanks, Saket |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
The problem was the different behavior in this part in Debug and Release mode (previous snapshots - from Debug mode). I propose some fix and you can try it in updated exe:
I also like you to try print / printpreview with small time interval in DayView time scale (5 - 6 min)
|
||||||||||||||||||||||
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Ok Mark, I will test it and let you know the result.
|
||||||||||||||||||||||
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Mark, I tested your two latest samples. Two things:
- Tooltips for AllDayEvents are not working (but as far as I know they are supposed to be - at least if Outlook 2007 is the reference) - Event tooltips are always partially hidden by the mouse pointer, because the are aligned to the events top position and not to the mouse pointers bottom pos. |
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Agree with Macro 1
As per standards Tooltip must be at the bottom of the mouse cursor. Present tooltip making event text non visible. |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
AllDayEvents is working for CustomTooltip mode - try CalendarDemoStatic which demonstrate it.
Tooltip location follows Window Explorer and Outlook Express pattern (I can attach snapshot but think you seen it)
But I can add bool flag TooltipUnderMouse so you can choose to mode (XP standard as I use or your one - not a big deal)
|
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
That is good idea.
I checked toolotip pattern in MS Outlook, MS Word, XP Win Explorer, standard legacy applications All are displaying tooltip under mouse cursor. |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Try recent update https://forum.codejock.com/uploads/DemoVersion/CalendarDemoStatic.rar please. It use flag CalendarCtrl.TooltipUnderMouse = True
I am surprise but on my XP Windows Explorer and Outlook Express show tooltip on same row - no offset down!
|
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Mark,
Tested the application, something like this but not the 100% I guess you hard coded the offset, please add tooltip starting from bottom of the mouse cursor.(At present it starts midways) |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
It use small cursor size hardcoded height. We can get cursor icon size to catch 16 * 16 or 32 * 32 cursor icon but I am not going to analyze transperent pixels in the bottom of icon. No sense... It's minor
|
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Agreed with It's minor to implement...
Not agreed that it's no sense..I hope you can understand Imagine MS applications overriding menu text by tooltips... |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Yes I can imagine it - see
|
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
MS Word Tooltip:-
MS-Excel Tooltip:- MS-Outlook Tooltip:- and the list goes on.... |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
What do you want to proof? I know it - I just show you example when MS not follows this rule
|
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
OK - I will use this code - it give tooltip exactly on the top of mouse cursor - you can put it into your source
CPoint pointMouse; GetCursorPos(&pointMouse); int ht = rcTip.Height();rcTip.bottom = pointMouse.y; rcTip.top = rcTip.bottom - ht; |
||||||||||||||||||||||
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
Mark,
I dont want to prove anything (I am just comparing different apps and trying to extract best of it not worst ), I agree MS behaving differently in different applications. "Be Smart, Choose the best one." If tooltip covers text then both are of no use. Please try to patch above mentioned code in CJ 13.1.1 [Working in windows explorer tree view is as mentioned by you and the only reason behind it is: MS don't want to hide bottom items in the tree view by tooltip, so that user can view more information on view rather than hiding the bottom items] Thanks. |
||||||||||||||||||||||
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
|||||||||||||||||||||
2-modes solution was already SVNed - absolutely nothing to discuss.
So minor thing any juniour developer with little help from Google can fix it in 10 minutes and send use this simple code instead.
|
||||||||||||||||||||||
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 |