World Wind Forums

Go Back   World Wind Forums > WorldWind .Net Development > Developers' Corner

Developers' Corner General World Wind development.

Reply
 
Thread Tools Display Modes
Old 01-05-2009, 04:26 AM   #1
Lonaldo_L
Junior Member
 
Join Date: Dec 2008
Posts: 10
Lonaldo_L is on a distinguished road
Default worldwind uri navigate in Internal Browser (ver 1.4.0 Full)

I want see coding in worldwind 1.4.0 Full

when I navigate Uri WorldWind such as > worldwind://goto/world=Earth&lat=14.62801&lon=100.91031&a lt=10152999&dir=-2.8

The world wind goto position in Uri

I search the code does not found

T_T Help me Please !!
Lonaldo_L is offline   Reply With Quote
Old 01-05-2009, 05:43 AM   #2
Lonaldo_L
Junior Member
 
Join Date: Dec 2008
Posts: 10
Lonaldo_L is on a distinguished road
Default

Why World_Wind_1.4.0_Full.exe I installed, I can use feature click link Uri in browse, Worldwind the earth go to position in Uri

but I download source code ww 1.4 from >> http://sourceforge.net/project/downl...se_mirror=nchc

I build this source code. I can't use uri goto in browse ?
Lonaldo_L is offline   Reply With Quote
Old 01-05-2009, 06:56 PM   #3
m_k
Bored Explorer
 
m_k's Avatar
 
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,808
m_k is an unknown quantity at this point
Default

World Wind installer modifies windows registry - that's why worldwind://goto links work in 1.4, but not in compiled version. Try changing this key HKEY_CLASSES_ROOT\worldwind\shell\open\c ommand (point it to your WW build).
__________________
Hot stuff: FAQ, forum search, DirectX, .NET, Video Card Compatibility list
m_k is offline   Reply With Quote
Old 01-06-2009, 05:07 AM   #4
Lonaldo_L
Junior Member
 
Join Date: Dec 2008
Posts: 10
Lonaldo_L is on a distinguished road
Default

Thank You M K

but I not found HKEY_CLASSES_ROOT\worldwind

and now I not installed 1.4 version
Lonaldo_L is offline   Reply With Quote
Old 01-06-2009, 01:56 PM   #5
m_k
Bored Explorer
 
m_k's Avatar
 
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,808
m_k is an unknown quantity at this point
Default

Try this way:
copy and save as .reg file, then run that file
(change WorldWind.exe path first)
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\worldwind]
@="URL:World Wind Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\worldwind\DefaultIcon]
@="WorldWind.exe"

[HKEY_CLASSES_ROOT\worldwind\shell]

[HKEY_CLASSES_ROOT\worldwind\shell\open]

[HKEY_CLASSES_ROOT\worldwind\shell\open\command]
@="d:\\Program Files\\NASA\\World Wind 1.4\\WorldWind.exe \"%1\""
__________________
Hot stuff: FAQ, forum search, DirectX, .NET, Video Card Compatibility list
m_k is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:57 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.