Bug 97598 - [Perspectives] [ViewMgmt] Specifying view size in absolute dimensions
Summary: [Perspectives] [ViewMgmt] Specifying view size in absolute dimensions
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-05-31 13:17 EDT by Hasan Ceylan CLA
Modified: 2019-09-06 15:38 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hasan Ceylan CLA 2005-05-31 13:17:30 EDT
Hello,

In a range of development platforms, the size a frames occupies can be specified
as ratio or absolute widths. I am currently developing an applciation in the RCP
plaform and I have a left side folder that user uses to navigate much like the 
package explorer.

I am currently feeling the need to be able to specify the width of the folder
absolutely. 

This might require a considerable amount of development however I think it will
be of many people.

Thanks,
HAsan Ceylan
Comment 1 Nick Edgar CLA 2005-05-31 15:19:59 EDT
For absolute dimensions, the question of units comes up: should the dimensions
be specified in number of pixels, or something that's a function of the font
height and/or screen pixels per inch (i.e. dialog units).
Comment 2 Hasan Ceylan CLA 2005-05-31 18:52:31 EDT
I really had not thought of it. I was acctually thinking about the pixels.
But you are right. In the light of my previous question target, I think it should
be based something on that will look alike the same size considering the icons 
on the toolbar and the number of characters it is capable of displaying for 
granted. However these calculations and assumptions might be quite hard. Although
I see the point in the question, I would stick with the implementation in the 
other platforms, - based on my knowledge - which is pixels (or not?).
Comment 3 Nick Edgar CLA 2006-03-15 13:27:07 EST
Reassigning bugs in component areas that are changing ownership.
Comment 4 Kevin McGuire CLA 2006-08-17 16:45:23 EDT
Q: In your case, is the contents of the view is static?(ie. always the same)?

Note: One usually wants to go with dialog units (something font size based) rather than absolute pixels because for accessibility people may choose large fonts which quickly become unreadable in an absolute fixed view.  Fixed pixel sizing is good if you are showing a picture whose size you know, but its a problem for text.

Comment 5 Paul Webster CLA 2006-09-28 11:01:06 EDT
There are currently no plans to work on this feature.

PW
Comment 6 Denis Roy CLA 2007-06-22 09:32:59 EDT
Changes requested on bug 193523
Comment 7 Boris Bokowski CLA 2009-11-11 17:30:45 EST
Remy is now responsible for watching the [ViewMgmt] category.
Comment 8 Remy Suen CLA 2009-11-24 11:22:12 EST
Hasan, the ISizeProvider interface may be of help to you. You can return your own implementation of it as an adapter via your view part.
Comment 9 Eclipse Webmaster CLA 2019-09-06 15:38:19 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.