You are not logged in.



#1 2010-03-10 12:11:50

Vitali
New member
Registered: 2010-02-27
Posts: 6

Strange behaviour of "textfield" plugin

Hi all,
It's again me with my stupid troubles.
When I adding textfield and trying to set dimensions

See code example:

Code:

<plugin name="htmltext" url="CoastTourdata/plugins/textfield.swf" 
            align="center" width="600" height="550" x="0" y="-1100" visible="false"
            html="data:html1"
            css="data:css1"
            roundedge="0"
            borderwidth="1"
            bordercolor="0xFFFFFF"
            backgroundcolor="0xFFFFFF"
            selectable="false"
            shadow="5"
            autosize="center"
            />

And check the result:
http://www.virtualireland.info (choose "King's John castle")
The hight is not 550 pix.

Why is that? And is there a solution?
I couldn't have this field stretched down and only resizing the picture gave me a some result.

Last edited by Vitali (2010-03-10 12:12:40)

Offline

 

#2 2010-03-10 12:44:40

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 8080
Website

Re: Strange behaviour of "textfield" plugin

Vitali wrote:

Hi all,
It's again me with my stupid troubles.
When I adding textfield and trying to set dimensions

See code example:

Code:

<plugin name="htmltext" url="CoastTourdata/plugins/textfield.swf" 
            align="center" width="600" height="550" x="0" y="-1100" visible="false"
            html="data:html1"
            css="data:css1"
            roundedge="0"
            borderwidth="1"
            bordercolor="0xFFFFFF"
            backgroundcolor="0xFFFFFF"
            selectable="false"
            shadow="5"
            autosize="center"
            />

And check the result:
http://www.virtualireland.info (choose "King's John castle")
The hight is not 550 pix.

Why is that? And is there a solution?
I couldn't have this field stretched down and only resizing the picture gave me a some result.

Might it be this?: autosize="center"

From krpano docs - http://krpano.com/plugins/textfield/ :
"autosize
fit height of textfield automatic to the content
allowed values: "none", "left", "center", "right", default="none" "

Last edited by mediavets (2010-03-10 12:45:04)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm  lenses, Nodal Ninja 5 Lite, Agno's Mrotator TCSshort
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket
Merlin/Orion panohead + Papywizard on Nokia 770/N800 and Windows XP/2K

Offline

 

#3 2010-03-10 12:55:30

Vitali
New member
Registered: 2010-02-27
Posts: 6

Re: Strange behaviour of "textfield" plugin

Thank you.
I always missing something...

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson