World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > Development Help

Development Help Help for building applications or diagnosing problems with WWJ

Reply
 
Thread Tools Display Modes
Old 08-03-2012, 03:30 PM   #1
KurtZachary
Junior Member
 
Join Date: Apr 2012
Posts: 20
KurtZachary is on a distinguished road
Default symbols / icons visiable but not selectable

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?
KurtZachary is offline   Reply With Quote
Old 08-07-2012, 09:53 PM   #2
dcollins
WWJ Dev. Team
 
Join Date: May 2007
Posts: 449
dcollins is on a distinguished road
Default

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
dcollins is offline   Reply With Quote
Old 08-10-2012, 07:57 PM   #3
KurtZachary
Junior Member
 
Join Date: Apr 2012
Posts: 20
KurtZachary is on a distinguished road
Default no screenshots

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.
KurtZachary is offline   Reply With Quote
Old 10-17-2012, 12:53 AM   #4
heidtmare
Senior Member
 
heidtmare's Avatar
 
Join Date: Feb 2008
Location: Melbourne, FL, USA
Posts: 675
heidtmare is on a distinguished road
Default

make sure your worldwindow is being given focus by your swing container.
http://docs.oracle.com/javase/tutori...isc/focus.html
__________________