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...


Yeah, I think that's equivalent. Just has to be in there somewhere.

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

 


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

08/13/2007 02:52 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...





Hi Dave,
 
OK, I’m good with your instructions all the way down to the last line. My xml file doesn’t seem to have a <fastViewBars/> line? It’s got a <fastViewData line…
 
Thanks for your help. Almost there!
 
Jenny
 



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

 

OK, I threw you a red herring (actually a double red herring). I should have double checked, sorry.


First of all its not C:\Aperi\workspace\.metadata\.plugins\org.eclipse.ui.workbench\workbench.xml unless you started the rcpgui from the C:\Aper directory. The workspace directory gets created in what ever directory you are standing in when you launch the GUI. So its: <directory from which you launched the GUI>\workspace\.metadata\.plugins\org.eclipse.ui.workbench\workbench.xml


Second of all its not the editor we want visible in the perspective, its a view (we don't have an editor defined for that perspective so changing editorAreaVisible won't do anything).
So, you have two choices.
The easy and fast way to work around it is to delete the entire workspace directory or just CD to a different directory to launch the GUI from:

C:\Documents and Settings\Administrator>cd C:\Temp

C:\temp>\Aperi\rcpgui\AperiRcpGui

Or you can edit the workbench.xml to put the view back in the perspective:

Replace <views/> with:

<views>

<view id="org.eclipse.aperi.rcp.gui.views.classicview" partName="Classic View">

<viewState/>

</view>

</views>

and insert <view id="org.eclipse.aperi.rcp.gui.views.classicview"/> before the line <fastViewBars/>


Still a good defect...


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

 

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

08/10/2007 03:41 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...

 


   




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_______________________________________________
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