To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80754
                 Issue #|80754
                 Summary|toolkit - virtual size request code ...
               Component|gsl
                 Version|680m225
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|mmeeks





------- Additional comments from [EMAIL PROTECTED] Thu Aug 16 16:16:41 +0000 
2007 -------
Sooo ... :-)
The layout work is running up against some problems with the toolkit/
implementations, in particular for things like 'FixedLine' - it's not possible
to get a meaningful preferred size.

Also, the getPreferredSize / getMinimumSize (etc.) method impls in
toolkit/source/awt/vclxtoolkit.cxx are rather a nasty kludge :-)

What I would -love- is to add a virtual method to vcl:

enum WidgetSize { MIN, PREFERRED, MAX };
virtual Size getSizeHint( WidgetSize type );

Implement that in vcl (based on the toolkit impls) and the rip/simplify the
toolkit/ code here.

I'm happy to do all the work :-) all I want is approval in principle.
My existing CWS is 'awtfixes1' - any chance you can review / approve the changes
etc. ? :-)

I attach a motivational picture of it not working :-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to