[Glamour] transmit from several origins using 'transformed:'

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glamour] transmit from several origins using 'transformed:'

cdelaunay
Hello,

I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:

  browser transmit
        from: #row1;
        from: #row2;
        to row: #row3;
        andShow: ......

and in the same time to transform one of the output. So having something like:

   browser transmit
        from: #row1;
        from: #row2;
        transformed: [ ...  ];
        to row: #row3;
        andShow: ......

If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Glamour] transmit from several origins using 'transformed:'

Tudor Girba
Hi,

Use "from: aPort transformed: aBlock". The input in the block is the value of the "from" port.

Cheers,
Doru

On 23 Sep 2010, at 13:28, Cyrille Delaunay wrote:

> Hello,
>
> I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:
>
>   browser transmit
>         from: #row1;
>         from: #row2;
>         to row: #row3;
>         andShow: ......
>
> and in the same time to transform one of the output. So having something like:
>
>    browser transmit
>         from: #row1;
>         from: #row2;
>         transformed: [ ...  ];
>         to row: #row3;
>         andShow: ......
>
> If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ?
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"We cannot reach the flow of things unless we let go."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Glamour] transmit from several origins using 'transformed:'

cdelaunay
Thank you :)

2010/9/23 Tudor Girba <[hidden email]>
Hi,

Use "from: aPort transformed: aBlock". The input in the block is the value of the "from" port.

Cheers,
Doru

On 23 Sep 2010, at 13:28, Cyrille Delaunay wrote:

> Hello,
>
> I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:
>
>   browser transmit
>         from: #row1;
>         from: #row2;
>         to row: #row3;
>         andShow: ......
>
> and in the same time to transform one of the output. So having something like:
>
>    browser transmit
>         from: #row1;
>         from: #row2;
>         transformed: [ ...  ];
>         to row: #row3;
>         andShow: ......
>
> If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ?
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"We cannot reach the flow of things unless we let go."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev