Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] 4.1 RC4 Simple E4 Applcation Problem

Hi,

When modifying the deltas.xml to:

> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <changes version="1.1">
>   <org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow elementId="_mFa_E5MwEeC8apQlfbHtNA">
>     <tags>
>       <tags tags="topLevel"/>
>     </tags>
>     <selectedElement>
>       <reference elementId="_mFa_G5MwEeC8apQlfbHtNA"/>
>     </selectedElement>
>     <y y="22"/>
>   </org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow>
>   <org.eclipse.e4.ui.model.application.ui.advanced.MPerspective elementId="_mFa_HJMwEeC8apQlfbHtNA">
>     <selectedElement>
>       <reference elementId="_mFa_HZMwEeC8apQlfbHtNA"/>
>     </selectedElement>
>   </org.eclipse.e4.ui.model.application.ui.advanced.MPerspective>
>   <org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer elementId="_mFa_HZMwEeC8apQlfbHtNA">
>     <selectedElement>
>       <reference elementId="_mFa_HpMwEeC8apQlfbHtNA"/>
>     </selectedElement>
>   </org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer>
>   <org.eclipse.e4.ui.model.application.ui.basic.MPartStack elementId="_mFa_HpMwEeC8apQlfbHtNA">
>     <elementId elementId="PartStack@61e090ee"/>
>     <selectedElement>
>       <reference elementId="_3gkx4JMxEeC8apQlfbHtNA"/>
>     </selectedElement>
>     <containerData containerData="10000"/>
>   </org.eclipse.e4.ui.model.application.ui.basic.MPartStack>
>   <org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack elementId="_mFa_G5MwEeC8apQlfbHtNA">
>     <selectedElement>
>       <reference elementId="_mFa_HJMwEeC8apQlfbHtNA"/>
>     </selectedElement>
>   </org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack>
> </changes>

It works. I had to change 2 things:
a) Remove the toBeRendered=false
b) And the org.eclipse.e4.ui.model.application.MApplication-Element

Anyone an idea? This is a showstopper and my wild guess is that it is a
side effect of the https://bugs.eclipse.org/bugs/show_bug.cgi?id=348069
but I'm not 100% sure.

Tom


Back to the top