On Fri, Jan 11, 2013 at 9:18 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:

>
> I believe you can fix this by getting the tool tip, see the getToolTips()
>> method, in initDialog.  Then use the setMaxTipWidth() method.  Read the doc
>> on the method.  Basically if you set the width properly, the tool tip
>> should wrap the lines.
>>
>>
> Just to confirm that I'm talking about LABELTIP, not TOOLTIP, so are
> LABELTIPs controlled using tooltip methods as well?
>

In a list-view, the label tips are displayed using a tool tip control.  The
list-view creates a tool tip control and uses that to display the label
tips.  The Rexx getToolTips() method returns a Rexx ToolTip object that
represents the underlying tool tip control used by the list-view.

Once you have that Rexx ToolTip object, you can use the methods of the
ToolTip to manipulate the underlying tool tip control.

So, in theory, what I said in the previous post should work.  I have tested
that the Listview::getToolTips() method gets a tool tip.  But, I haven't
tested the exact scenario you brought up.  I'm confident it should work.

--
Mark Miesfeld




>
> Staffan
>
>
>
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to