Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Tree Issues in Sample Mail App 1.1.0.M5

Hi Rolf,

thanks for pointing this out. It is a known issue.

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

For Riena this has been fixed in HEAD and will be part of the next milestone.

Elias.

On Sat, Mar 14, 2009 at 8:17 AM, R.  Paulsen <r.paulsen@xxxxxx> wrote:
> Hi list,
>
> trying out the Riena samples, I have some tree problems (probably seen before?):
>
> Mail Sample (RCP UI):
>
> The nodes "me@xxxxxxxx" and "other@xxxxxxx" show empty text with the "1.1"-Target-platform including org.eclipse.core.databinding_1.2.0.I20090126-1300.jar
> Must be a problem with initializing of private keySet in org.eclipse.core.databinding.ComputedObservableMap, works if I comment out two lines in this class:
>
>        final public Object get(Object key) {
>                getterCalled();
> //              if (!keySet.contains(key))
> //                      return null;
>                return doGet(key);
>        }
>
> OK with riena target platform 1.0.
> Hard to debug this core-code.
>
>
> Mail Sample (Riena UI):
>
> The module node "other@xxxxxxx" in the navigator that has exactly one child "Inbox" (in code) does not shows any child. Children become only visible if there are at least two of them.
>
>
> Riena HelloWorld Application:
>
> After selection of a customer, the nodes below module "Customer Search" are not shown until selecting another module (e.g. "Hello Server") and then switching back to "Customer Search".
>
> Thanks for reply!
>
> Kind Regards,
> Rolf
>
> ______________________________________________________________________________
> Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 17,95 EURO/mtl.
>  + 1 Monat gratis!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
>
> _______________________________________________
> riena-dev mailing list
> riena-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/riena-dev
>



-- 
Elias Volanakis
Technical Lead
Innoopract (EclipseSource)
351 NW 12th Avenue
Portland, Oregon 97209

elias@xxxxxxxxxxxxxxxxx
evolanakis@xxxxxxxxxxxxxx
Tel: +1-503-552-1457
Fax: +1-503-715-4915
Mobile: +1-503-929-5537
---
Innoopract is becoming EclipseSource - www.eclipsesource.com


Back to the top