![]() |
|
|||||||
| Development Help Help for building applications or diagnosing problems with WWJ |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Apr 2012
Posts: 20
![]() |
I have an odd problem where my icons / symbols (which are PointPlacemarks) show up on the map but are not selectable (can't double click them). I've noticed that when this happens I also don't get the hover over text. When I play around with the zoom it will usually start working again.
Does anyone have suggestions on how to stop this behavior? |
|
|
|
|
|
#2 |
|
WWJ Dev. Team
Join Date: May 2007
Posts: 449
![]() |
KurtZachary,
There are many factors that could be causing this behavior. We'll need more information to diagnose the root cause. Could you please provide a screen shot illustrating a scene in which you can reproduce this issue, along with the steps necessary to reproduce it? Thanks, Dave |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2012
Posts: 20
![]() |
I wish I could provide a screenshot but my code is classified and runs on a classified system so providing details and screenshots is not possible. I realize this might mean that you can't help me but I can't break our security rules, it simply isn't an option.
I can say that this same behavior occurred when I used SurfaceIcons, UserFacingIcons or TacticalSymbols. I've also noticed that when it occurs the lat/lon displayed by World Wind is "off Globe". I don't know if it matters but I'm on a 64 bit PC so I'm using the 64 bit JOGL libraries. Last edited by Patrick Hogan; 08-14-2012 at 01:52 AM. |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Feb 2008
Location: Melbourne, FL, USA
Posts: 675
![]() |
make sure your worldwindow is being given focus by your swing container.
http://docs.oracle.com/javase/tutori...isc/focus.html
__________________ |