You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-09-18 20:59:48

frankvdh
Member
Registered: 2012-09-11
Posts: 32

changing the tooltip background

is there a way that i can change the background of the tooltip? i know i can make it transparant if i look into the xml file like so:

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="false"/>

but i would like to make it a specific color like #000 or black, like so

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="#000"/>

but this doesnt work

does anyone know a solution to this.

Offline

 

#2 2012-09-18 23:24:01

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: changing the tooltip background

frankvdh wrote:

is there a way that i can change the background of the tooltip? i know i can make it transparant if i look into the xml file like so:

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="false"/>

but i would like to make it a specific color like #000 or black, like so

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="#000"/>

but this doesnt work

does anyone know a solution to this.

In PanotourPro you can choose the color of text and the background of it. It´s named "effect".

best, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#3 2012-09-19 09:21:46

frankvdh
Member
Registered: 2012-09-11
Posts: 32

Re: changing the tooltip background

i saw i could change the color of the text, even the fonttype and size, but the effects are white shadow or black shadow.. i dont want the shadow effect i just want the background to be.. say red or colorcode #454545

if u have time could u show me how to do it? it would be much appreciated.

Offline

 

#4 2012-10-04 19:43:50

terrygatesphoto@gmail.com
New member
Registered: 2012-10-04
Posts: 1

Re: changing the tooltip background

i know i can make it transparant if i look into the xml file like so:

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="false"/>


what does this mean if i look into the xml file like so ???   i have no idea what this means or how to do that, can anyone put this in terms that someone that doesnt understand any coding could understand and follow as i wish to make the background of the tooltip transparent
thanks

Offline

 

#5 2012-10-04 20:17:24

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2713
Website

Re: changing the tooltip background

terrygatesphoto@gmail.com wrote:

i know i can make it transparant if i look into the xml file like so:

<textstyle name="DEFAULT" bold="false" font="Arial Narrow" fontsize="16" italic="false" textcolor="0xff000000" background="false"/>


what does this mean if i look into the xml file like so ???   i have no idea what this means or how to do that, can anyone put this in terms that someone that doesnt understand any coding could understand and follow as i wish to make the background of the tooltip transparent
thanks

if you create your tour with poanotour pro (not in demo mode)
than you can choose the option to not embedd all data and to not embedd the xml files.
these xxxx.xml files contain all configuration of your tour.
these xml files are plain text files, so you can open them with every texteditor which can open ASCII text files.
if you saved your tour in panotour lets say under name "mytour" with 3 panos than
mytour.xml as main config file
and 3 other xml files for each of your 3 panos one xml file: mytour0.xml, mytour1.xml and mytour2.xml
open the mytour.xml file and seach for "textstyle"
which options do you have to edit your xml files? just visit the krpano docu pages, for the textstyle element:
http://www.krpano.com/docu/xml/#textstyle

Liebe Gruesse,
Georg

Offline

 

#6 2012-10-05 09:58:55

frankvdh
Member
Registered: 2012-09-11
Posts: 32

Re: changing the tooltip background

thnx for the reply, much appreciated

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson