Bug 2701 - [Perspectives] The perspective icons stack should be scrollable (1GI7I5G)
Summary: [Perspectives] The perspective icons stack should be scrollable (1GI7I5G)
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on: 10284
Blocks:
  Show dependency tree
 
Reported: 2001-10-10 22:41 EDT by Kevin Haaland CLA
Modified: 2005-04-28 21:26 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 Kevin Haaland CLA 2001-10-10 22:41:47 EDT
Please route to SWT if appropriate...

prefix        test
name          180279
reference     
abstract      The perspective icon stack needs a scroll widget when full
duplicate     

state         open                        priority                          
severity      4                           target                            
age           22                          due                               
product                         hasApar                           

compName      wsa.web.oti                 answer                            
release                                   symptom       gui                 
envName                                   phaseFound    cvt                 
level                                     phaseInject                       

addDate       2001/07/18 14:49:45         assignDate    2001/07/18 14:49:45 
lastUpdate    2001/07/18 14:49:45         responseDate                      
endDate                                

ownerLogin    decandio                    originLogin   jsefler             
ownerName     George DeCandio             originName    John F. Sefler      
ownerArea     9ZVA                        originArea    DT14B               

apar                                      pmr                          
test                                                                                               

tracks: none.

verify: none.

history:
    addDate              action          userLogin (userName)
    -------------------- --------------- ----------------------------------
    2001/07/18 14:49:45  open            jsefler (John F. Sefler)

duplicate defects: none.

duplicate features: none.

sizing: none.

notes:
    <Note by jsefler (John F. Sefler), 2001/07/18 14:49:45, seq: 1 rel: 0  action: open>
When more perspectives are opened than whose icon can physically
be stacked on the left edge of the application, a scrollable
widget of some sort should be added to the bottom of the perspective
icon stack to allow me to scroll down to the newly opened
perspectives.  Yes - I understand that you need to open many (over ~20)
perspectives to consume the physical space, but since it is
allowed, the GUI should better handle it. 




NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:10:44 EST
PRODUCT VERSION:
	Win2000, R09

Comment 2 Kevin Haaland CLA 2002-01-24 20:53:23 EST
It would be even better if items could be rearraged as well. 

One of the changes we are going to need to make is to start using the SWT 
coolbar control (required to look like a good XP application). Check with the 
SWT team to see if we can make the switch now. 

The Coolbar control should allow for scrolling and rearranging items. It may be 
possible to use this control to show the fastview icons as well. 
Comment 3 Lynne Kues CLA 2002-04-21 10:28:07 EDT
The CoolBar doesn't support scrolling of the toolbar.  It supports creation of 
a drop down menu for items that are not visible.

That aside, currently the SWT CoolBar is horizontal only.  I'm not sure if that 
is because the platform widget can only be vertical or if that aspect of the 
CoolBar has not been implemented.

If true scrolling of the toolbar is wanted, some kind of scrollable viewport 
widget should be used.  Reassigning to KH for comment.
Comment 4 Kevin Haaland CLA 2002-04-23 19:50:51 EDT
Consider as a post 2.0 enhancement. 
Comment 5 Carolyn MacLeod CLA 2002-04-24 09:41:43 EDT
There is a style bit that can be set in the Windows Rebar control:
CCS_VERT  Version 4.70. Causes the control to be displayed vertically.

Also: RBS_VERTICALGRIPPER    Version 4.71. The size grip will be displayed 
vertically instead of horizontally in a vertical rebar control. This style is 
ignored for rebar controls that do not have the CCS_VERT style.

Have *not* tried setting the bits, so not sure how many isseus exist. We were 
careful to give our height/width related API names like "setSize(Point)", 
"SetPreferredSize(Point)", "setMinimumSize(Point)"... so just in case we go 
vertical, you won't have to flip the meanings of the words 'width' and 'height'.
Comment 6 Randy Giffen CLA 2002-08-08 15:12:23 EDT
Reopen to investigate
Comment 7 Kevin Haaland CLA 2005-04-28 21:26:12 EDT
Perspective switching has changed significantly since this defect was entered.