-------------------------------------------------------------

Nicolas CROUZET - SFME/LGLS a crit :

> When a Xdata Corba object is modified by a client using set functions of
> the IDL interface, the values displayed in the study tree are not
> refreshed.
>
> Nicolas.
>

Status : To be analyzed
-------------------------------------------------------------

Deville Estelle - SFME/LGLS a crit :

> Hi,
>
> Imagine, I've made in my data model a class A which is initialized with
> a function f.
>
> In a local script, I want to do such things :
>
> def f(x):
>    return x+2.
>
>
> a = A(f)
>
>
> How could I define my attribute of class A with XDATA such as I could
> run my script in local and in Salome???
>
>
> Thanks a lot
> Estelle
>

Status : No solution found for the moment
-------------------------------------------------------------

fauchet a crit :

> Bonjour,
>
> je souhaiterai avoir la possibilit d'avoir l'objectexplorer de
> l'interface python, dans salom. En effet, l'arbre dans Salom n'est pas
> quivalent  celui-ci (pas de couleur, pas le type des classes, pas de
> possibilit de bouger les objets....).
>
> Est ce faisable ? facilement ?
> Est ce que d'autres personnes seraient intresss ?
>

Status : Analysing ...
-------------------------------------------------------------

Erwan Adam a crit :

> Vadim SANDLER a crit :
>
>> Hello Erwan,
>>
>>
>> And by the way, even some cases are OK in batch mode, it is impossible
>> to enter valid data in the GUI dialog box.
>> For example, try to open dialog box in xdatagui and enter "1,2,[3,4]"
>> for the "b" attribute.
>
>
>
> Well ... It is more complicated than it seems !! But I try, I try ...
> The reason is that when you type "1,2,[3,4]", it is directly passed
> as a string to xdata kernel, so I have to create a way to transform
>
> "1,2,[3,4]" into "1", "2", ["3", "4"]
>
> and in the general case (when you have tuple and list mixed):
>
> "(aaa, bbb, [1, (3, eee), 3], (12, ), [ee])" into
>
> ("aaa", "bbb", ["1", ("3", "eee"), "3"], ("12", ), ["ee"])
>
>
> which it seems not trivial
>
>
> E.A.
>

Status : Nearly fixed.
-------------------------------------------------------------
