Hi,
I have "embedded" the xml file that contains the context menu instead of "including" it. But the menu item that i have added doesn't show up in the context menu. When i say "embedded", i have used the "Embedding" tab of the kprotect application and added the file. I have "not" used it as the "startup xml file".
Are there any restrictions on what can be contained in the embedded xml file?
This is the xml file that i have embedded
|
Quellcode
|
1
2
3
4
5
6
7
|
<krpano version="1.0.8">
<contextmenu>
<item name="site_link"
caption="About mysite.com ...."
onclick="openurl(http://www.mysite.com/)" />
</contextmenu>
</krpano>
|