sopgenorth / myrobotlab

Automatically exported from code.google.com/p/myrobotlab
0 stars 1 forks source link

gui service panels are not synchronized #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a service - especially with focus on last panel
2.
3.

What is the expected output? What do you see instead?
a single tab entered & no exceptions
instead
multiple panels of the same type & name exist

Please use labels and text to provide additional information.
I believe the issue stems from multi-threaded problem changing the tab count 
and index out of order.  Look at details why loadPanels is being called more 
than one time per service addition.

Original issue reported on code.google.com by supert...@gmail.com on 4 May 2011 at 9:11

GoogleCodeExporter commented 8 years ago
fixed - Invoker was forcibly calling loadTabbedPanels()

Original comment by supert...@gmail.com on 5 May 2011 at 2:40

GoogleCodeExporter commented 8 years ago
fixed - in version 12

Original comment by supert...@gmail.com on 5 May 2011 at 2:46