transmissions and ports

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

transmissions and ports

Sebastian Heidbrink-2
Hi!

I am a little stuck.

I would like to diplay two lists next to each other.
List one displays entries and list two is empty.
I would like to be able to select/multiselect entries in list one and
make list two update and show these entries.
When entries in list one are deselected, they shall be removed from list
two again.

Is a validator or a transmission/port solution the way to go here?

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

Re: transmissions and ports

Usman Bhatti
Hi Sebastien,

Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.

regards.

On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink <[hidden email]> wrote:
Hi!

I am a little stuck.

I would like to diplay two lists next to each other.
List one displays entries and list two is empty.
I would like to be able to select/multiselect entries in list one and make list two update and show these entries.
When entries in list one are deselected, they shall be removed from list two again.

Is a validator or a transmission/port solution the way to go here?

Sebastian
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: transmissions and ports

Sebastian Heidbrink-2
Hi,

yes this is more or less what I'd like to do, but I have trouble to change the implementation in a way where I am able to show both lists right from the beginning and won't have a repretitive opening of additional lists.

Sebastian


Am 09.02.2015 um 02:28 schrieb Usman Bhatti:
Hi Sebastien,

Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.

regards.

On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink <[hidden email]> wrote:
Hi!

I am a little stuck.

I would like to diplay two lists next to each other.
List one displays entries and list two is empty.
I would like to be able to select/multiselect entries in list one and make list two update and show these entries.
When entries in list one are deselected, they shall be removed from list two again.

Is a validator or a transmission/port solution the way to go here?

Sebastian
_______________________________________________
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


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

Re: transmissions and ports

Sebastian Heidbrink-2
In reply to this post by Usman Bhatti

I got it.

the magic method "custom:" did the trick.
Well, getting there...

Thank
Sebastian



Am 09.02.2015 um 02:28 schrieb Usman Bhatti:
Hi Sebastien,

Did you have a look at glamour examples (GLMBasicExamples open). Have a look at example 'Filter', I think this is what you are looking for.

regards.

On Sun, Feb 8, 2015 at 9:03 PM, Sebastian Heidbrink <[hidden email]> wrote:
Hi!

I am a little stuck.

I would like to diplay two lists next to each other.
List one displays entries and list two is empty.
I would like to be able to select/multiselect entries in list one and make list two update and show these entries.
When entries in list one are deselected, they shall be removed from list two again.

Is a validator or a transmission/port solution the way to go here?

Sebastian
_______________________________________________
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


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