Issue 630 in moose-technology: Glamour: #sendTo:from:with: does not refresh selection in lists

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

Issue 630 in moose-technology: Glamour: #sendTo:from:with: does not refresh selection in lists

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 630 by [hidden email]: Glamour: #sendTo:from:with: does not  
refresh selection in lists
http://code.google.com/p/moose-technology/issues/detail?id=630

Describe the problem: what do you get? what do you expect?

When I use #sendTo:from:with: the panel update is not refreshing the  
selected item in a list.

How to reproduce the problem: step by step if necessary

Escenario (example attached):

A GLMStacker with two panes working as an inner browser.

- when I send a external value to the inner browser the value is assigned  
but the item does not appear as selected.
- when I select a value in one of the panes of the inner browser it sends  
nil to the selected value in the other pane... The same: the value changes  
to nil but if it was a selected item it remains selected.


Additional information: platform, context which may impact the problem


Please fill in the labels with the following information:
* Type-Defect
* Component-Glamour


Attachments:
        Example.st  1.3 KB

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

Re: Issue 630 in moose-technology: Glamour: #sendTo:from:with: does not refresh selection in lists

moose-technology
Updates:
        Labels: Component-Glamour

Comment #1 on issue 630 by [hidden email]: Glamour:  
#sendTo:from:with: does not refresh selection in lists
http://code.google.com/p/moose-technology/issues/detail?id=630

As far as I see, you have at least a mistake in the script. It should be:
        innerBrowser transmit fromOutsidePort: #selectedRepository; to:  
#repositories->#selection.
instead of:
        innerBrowser sendToOutside: #selectedRepository from:  
#repositories->#selection.

In other words, you want the transmission to propagate in the other sense.  
Let me know if this fixes your problem.

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

Re: Issue 630 in moose-technology: Glamour: #sendTo:from:with: does not refresh selection in lists

moose-technology
Updates:
        Status: Invalid
        Owner: [hidden email]

Comment #2 on issue 630 by [hidden email]: Glamour:  
#sendTo:from:with: does not refresh selection in lists
http://code.google.com/p/moose-technology/issues/detail?id=630

This looks invalid to me. Please reopen it if the problem is still around.

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