ParallelGraphics Forums
Pocket Cortona
You are here: [Forums]::[Browsers]::[Pocket Cortona]

Registration 
Registration
Forgot your password?

Help 
Help
Support

Quick search 

Subscribe to newsletters 

Install Cortona VRML Client for FREE!
Outline 3D
3D Page Of the Week
email:  password:
   Browsers - Pocket Cortona

Subject: Re: Anchor Tags
Sender: dmmountain@gmail.com 30.08.06 11:11
I found that the anchor tag didn't work on when I ported to my mobile device (Pocket Cortona 1.5 on PocketPC 2003) so I contacted the Cortona development team. I received the following response...

-----Original Message-----
From: ParallelGraphics Support
Sent: 22 August 2006 11:42
Subject: RE: Anchor nodes in pocket cortona

We are sorry, but this feature does not work in Pocket Cortona (it's a bug).

Best regards,
The ParallelGraphics Support Team
-----Message Ends-----

I've found a workround and guess I'm not alone in wanted to use this, so am releasing it to the community.

1. Make sure you reference your VRML '.wrl' file via an HTML page using the OBJECT tag.
2. Override the native 'onAnchor' event using the SCRIPT tag.

The following example shows the HTML page with an 'embedded' VRML file called anchor.wrl (which uses the anchor tag in the normal way).

--------- example anchor node html file ---------
<html>
<head>
<title>Anchor node example</title>
<script for="Cortona" event="OnAnchor(Url, Parameter, Description, Name)" language="JavaScript">
window.location=Url;
</script>
</head>
<body>
<table border="0" width="100%" height="100%">
<tr>
<td>
<object ID="Cortona" TYPE="application/x-oleobject"
CLASSID="CLSID:86A88967-7A20-11D2-8EDA-00600818EDB1" WIDTH="240" HEIGHT="240">
<param name="Scene" value="anchor.wrl">
</object>
</td>
</tr>
</table>
</body>
</html>
--------- example ends ---------

All of this begs the question of the ParallelGraphics support team - when will the anchor node bug be fixed and a new version be released? I assume you will be provided either a patch or a free upgrade for existing customers?

Best regards
David (dmmountain@gmail.com)


 


Anchor Tags / mhyner@fau.edu / 13.05.03 10:49
     Re: Anchor Tags / Mikhail / 14.05.03 01:05
         Re: Anchor Tags / dmmountain@gmail.com / 21.08.06 07:13
         Re: Anchor Tags / mhyner@fau.edu / 14.05.03 14:41
             Re: Anchor Tags / Mikhail / 15.05.03 05:26
                 Re: Anchor Tags / dmmountain@gmail.com / 30.08.06 11:11
                     Re: Anchor Tags / teresa.monahan@ucd.ie / 14.09.06 09:43

Messages in thread: 7


© 1998-2009 ParallelGraphics. All rights reserved. Terms of use.