Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aperi-dev] Um....this sounds kinda dumb, but...

In my file, I don’t have the “editorAreaTrimState” line at all, it just starts with the editorAreaVisible line, which is already set to 1.

 

Should I add the AreaTrimState line to it?

 


From: aperi-dev-bounces@xxxxxxxxxxx [mailto:aperi-dev-bounces@xxxxxxxxxxx] On Behalf Of Dave Wolfe
Sent: Friday, August 10, 2007 4:52 PM
To: Aperi Development
Cc: Aperi Development; aperi-dev-bounces@xxxxxxxxxxx
Subject: RE: [aperi-dev] Um....this sounds kinda dumb, but...

 


No, this is a different bug. I reproduced it. The work around is a little weird so stay with me...
Exit the GUI.
edit the file C:\Aperi\workspace\.metadata\.plugins\org.eclipse.ui.workbench\workbench.xml
find the line that looks like this
<perspective editorAreaTrimState="2" editorAreaVisible="0" fixed="0" version="0.016">
and change editorAreaVisible="0" to editorAreaVisible="1"
it should look like this when you are done (though the version number might be different).
<perspective editorAreaTrimState="2" editorAreaVisible="1" fixed="0" version="0.016">
save the file
restart the GUI

Good catch. Not dumb at all!

Dave Wolfe/Portland/IBM (dwolfe@xxxxxxxxxx) TL: 775-3376 Office: 503-578-3376 Personal: 503-329-3960

UI Technical Lead, Aperi Open Source Storage Management http://www.eclipse.org/aperi

"A good composer does not imitate; he steals." - Igor Stravinsky

 

Craig Laverone/San Jose/IBM@IBMUS
Sent by: aperi-dev-bounces@xxxxxxxxxxx

08/10/2007 02:24 PM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>

To

Aperi Development <aperi-dev@xxxxxxxxxxx>

cc

 

Subject

RE: [aperi-dev] Um....this sounds kinda dumb, but...

 

 

 




I think this is a known issue being tracked by bug 198117. Try clicking around on the left panel until it appears, then do the same with the right panel.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=198117

-- Craig

Inactive hide details for "Monesson, Jenny" <Jenny.Monesson@xxxxxxx>"Monesson, Jenny" <Jenny.Monesson@xxxxxxx>

"Monesson, Jenny" <Jenny.Monesson@xxxxxxx>
Sent by: aperi-dev-bounces@xxxxxxxxxxx

08/10/2007 02:14 PM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>

 


To


"Aperi Development" <aperi-dev@xxxxxxxxxxx>


cc


Subject


RE: [aperi-dev] Um....this sounds kinda dumb, but...

 



Nope. Still staring at a big gray box.

-----Original Message-----
From: aperi-dev-bounces@xxxxxxxxxxx
[
mailto:aperi-dev-bounces@xxxxxxxxxxx] On Behalf Of Robert Wipfel
Sent: Friday, August 10, 2007 4:00 PM
To: Aperi Development
Subject: Re: [aperi-dev] Um....this sounds kinda dumb, but...


>>> On Fri, Aug 10, 2007 at  2:42 PM, in message
<A67893E24596534CB03DD02157A7FBF701F3F971@xxxxxxxxxxxxxxxxxxx>,
"Monesson,
Jenny" <Jenny.Monesson@xxxxxxx> wrote:
> ...OK. So I closed the "Classic View" tab on the left side of the
Aperi
> GUI. Now I can't see anything, the tree, the topology, nothing but a
> gray screen. And, I have no idea how to get it back (there doesn't
> appear to be a menu option for this).

Open Perspective -> Classic

Hth,
Robert


_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev


Back to the top