When dealing with customer data, yes, it becomes "secret". I've set up a
test product which you can access from:
http://elogia-salesdemos.net/cse35/cse
Login with config/config
Select "RACK" under "- Product Configuration" in the "Enterprise Tools"
section on the left.
Once the applet loads, you will see a configuration tree on the left hand
side. A right click on any node other than the root will (should) display
the popup menu with information about that node. Sometimes the menu will
show, other times, the browser will just lock up.
Thanks for you time. I've also tried changing my code so that no components
are instantiated in the listener events, this didn't help either.
Frank
>> Intranet only....
>
[quoted text clipped - 5 lines]
>
> [1] <http://www.physci.org/codes/sscce.jsp>
Please refrain from top-posting Frank, I find it most confusing.
<http://www.physci.org/codes/javafaq.jsp#netiquette>
See further comments 'in-line with trimming'
>>> Intranet only....
..
>> ..create an SSCCE[1]
..
>> [1] <http://www.physci.org/codes/sscce.jsp>
> When dealing with customer data, yes, it becomes "secret".
Just a point, but since I will be referencing the above-linked
article again, I will point out that the SSCCE document advises
you to replace D/B and I/O related data structures with dummy
information (hard coded if necessary).
>..I've set up a
> test product which you can access from:
>
> http://elogia-salesdemos.net/cse35/cse
..Goood.
> Login with config/config
Ah, now.. Please read the SSCCE document. This is a problem with
a *Tooltip* fer'chrissake [ ;-) ], there is no 'login' required to
replicate that, is there?
BTW - I should point out that some clever person may happen
along who can either guess, or spot, the problem. But if that does
not happen, an SSCCE is the best way to solve the problem.
I suggest you go off and read the SSCCE document carefully and
consider what it says (there is more to it than first appearances
might suggest), then consider whether an SSCCE might be the way
to resolve this technical problem. ...
[ My apologies if you have already read that document, but I
hoped it would make clear that a 'login' should be stripped
from the applet before asking people for help on the code. ]

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
blue - 28 Jan 2005 15:56 GMT
Just an FYI:
The problem turned out to be a conflict between showing the popup menu and
spawning an action thread on node selection. If I simply run the method
calls in the change listener without threading them, all is well.
Thank you for all of your input.
Frank
Andrew Thompson - 29 Jan 2005 11:57 GMT
> The problem turned out to be a conflict between showing the popup menu and
> spawning an action thread on node selection.
Thanks for reporting the problem resolution, and it's solution.
>..If I simply run the method
> calls in the change listener without threading them, all is well.
Excellent stuff, glad you sorted it.
> Thank you for all of your input.
You're welcome, always happy to help someone find their own solution. ;-)

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane