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,

It's the same here on OS-X! Remy could it be a side effect of the window
close bug you fixed this week?

If you look at the delta you see the following after the first shutdown:
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <changes version="1.1">
>   <org.eclipse.e4.ui.model.application.MApplication elementId="_mFaYAJMwEeC8apQlfbHtNA">
>   <children>
>      <originalReference elementId="_mFa_E5MwEeC8apQlfbHtNA"/>
>   </children>
>   </org.eclipse.e4.ui.model.application.MApplication>
>   <org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow elementId="_mFa_E5MwEeC8apQlfbHtNA">
>   <tags>
>     <tags tags="topLevel"/>
>   </tags>
>     <selectedElement>
>       <reference elementId="_mFa_G5MwEeC8apQlfbHtNA"/>
>     </selectedElement>
>     <x x="669"/>
>     <y y="449"/>
>     <toBeRendered toBeRendered="false"/>
>   </org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow>
>   <org.eclipse.e4.ui.model.application.ui.basic.MPartStack elementId="_mFa_HpMwEeC8apQlfbHtNA">
>     <elementId elementId="PartStack@5f9299f5"/>
>     <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 looks like we are storing that the root window is toBeRendered=false!

Tom

Am 10.06.11 08:58, schrieb Tom Schindl:
> Any errors in the log?
> 
> Tom
> Am 10.06.11 04:14, schrieb Paul F Fraser:
>> Install fresh RC4-201106042201 and E4 tools from "install new software"
>> e4 0.11 Updates.
>>
>> 1. Create new E4 Application.
>> 2. Launch application from product file.
>> 3. Works first time, then window does not appear 2nd and subsequent times.
>>
>> Same result on Ubuntu 10.04 and Win7
>>
>> Paul Fraser
>> _______________________________________________
>> e4-dev mailing list
>> e4-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/e4-dev
> 
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top