OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: velasquez on June 13, 2008, 05:20:42 AM

Title: Suggestions on a request.
Post by: velasquez on June 13, 2008, 05:20:42 AM
I already posted once below the request. 

"When a text is larger than the space in ListView, TreeView, etc. a ToolTip should show the whole text."

I would like to know the other users' opinion.

Thanks
Title: Re: Suggestions on a request.
Post by: jb on June 13, 2008, 06:57:16 AM
That's how ObjectDCL worked . . . maybe something happened when the tooltips got re-written??  I'd like to see this feature back; it's standard Windows functionality.
Title: Re: Suggestions on a request.
Post by: BazzaCAD on June 13, 2008, 10:09:03 AM
We'll I was going to say add it to the feature request section, but if it used to work in ObjectDCL then you should add it as a bug.
Title: Re: Suggestions on a request.
Post by: Fred Tomke on June 13, 2008, 11:50:53 PM
Hm, I'm thinking about OnMouseMove-event and HitPointTest and SetToolTipTitle. Don't know whether would cause some performance problems. But it would be interesting to test...

Fred
Title: Re: Suggestions on a request.
Post by: velasquez on June 21, 2008, 06:44:06 AM
Hi Fred, 
 
Can you test the event of OnMouseMove for this case? 
I could not make this.