Created a stack with the geometry manager so that the field resizes.
Uploaded it as a revLet and modified the HTML so that the width and height
are 80% instead of fixed numbers:

<object classid="CLSID:B2EC94AF-4716-4300-824A-3314BF23664A" width=80%
> height=80%>
>     <param name="src" value="Test.revlet"/>
>     <param name="stack" value="Test"/>
>     <param name="requestedName" value=""/>
>     <param name="instanceID" value=""/>
>     <embed type="application/x-revolution"
>         src="Test.revlet"
>         width=80% height=80%
>         stack="Test"
>         requestedName=""
>         instanceID=""
>     ></embed>
> </object>
>

It resizes nicely - but it does not load nicely. Any ideas how to fix the
loading so it resizes to the appropriate size?

You can see the revLet here:  http://www.revtalk.org/tests/Test/test.html
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to