Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 |
set(layer[txt].html, calc('data:html_' + scene[get(xml.scene)].name)); |
This post has been edited 1 times, last edit by "Tuur" (Feb 23rd 2020, 1:47pm)
This post has been edited 1 times, last edit by "jeremyfukunaga" (Feb 24th 2020, 7:34am)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 |
Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening? |
Hi Jeremy!I guess I am realizing that there may be a need to not have the textfield on certain scenes. How might I exclude the window from appearing on certain scenes?
Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening?
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "Tuur" (Feb 24th 2020, 11:51am)
Thanks again, Tuur. You have been so amazingly helpful.Hi,
to skip some scenes use the 'txt' in the scene line procedure and use an 'if' expression to skip when not set.
https://www.virtualtuur.com/krpano/120/e…s/text_scene/3/
xml:
https://www.virtualtuur.com/krpano/120/e…cene/3/tour.xml
![]()
Source code
1 Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening?
Make a new post for that.. but better first search the forum for it!
I don't do PTP!
Hope it helps!
Tuur![]()
Hello,Hi Jeremy!I guess I am realizing that there may be a need to not have the textfield on certain scenes. How might I exclude the window from appearing on certain scenes?
Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening?
When you use vrTourSoft, the program does a lot of things for you.And many other small things that make up the headache for the developer.
- It removes or displays the info button.
- You do not need to think about the size of the window.
- Scrolling function appears automatically.
- If necessary, a scrollbar appears.
- The window is adjusted if the user has turned the tablet.
- The window disappears when switching between scenes.
- The window disappears if the user decides to call the gallery, image, video, etc.
- The information will change if the user called another.
You can create your own design for window/
If you want to do programming, the editor allows you to edit both xml and js.
And finally, which is very important.
- There is a built-in editor for formatting text.
- It also allows you to insert images and prepare previews.
- The program itself creates all the necessary code.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Quoted
By the way, what is PTP?
Quoted
Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening?
I fount it in the vtourskin.xml. I commented out the following event:
Quoted
By the way, what is PTP?
Panotour pro.
I suppose you mean some autotour there?
Or in your own project?.. then we need some code or url to see..
Quoted
Sorry, one other question: Even though I set autotour to false, the scene still changes to the next scene after the autorotation completes a full rotation. How do I stop that from happening?
Or is that in standard vtourskin (?).. on phone now.
Tuur![]()
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
I owe you beers and perhaps my first born child. Thank you so much. That text box is beautiful and worked great.Hi,
https://www.virtualtuur.com/krpano/120/e…s/text_scene/4/
xml:
https://www.virtualtuur.com/krpano/120/e…cene/4/tour.xml
https://www.virtualtuur.com/krpano/120/e…rollingtext.xml
i took the scrollingtext.xml from the/my ToolBox and changed it just a bit.
Toolbox:Krpano ToolBox
Now you owe me lot's of beers!
Hope it helps,
Tuur![]()
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 |
<data name="html_sauce" >Tomato sauce (also known as Neapolitan sauce, salsa roja in Spanish, or salsa di pomodoro in Italian) can refer to many different sauces made primarily from tomatoes, usually to be served as part of a dish, rather than as a condiment. <br/>IMAGE 01<br/>Tomato sauces are common for meat and vegetables, but they are perhaps best known as bases for Mexican salsas or sauces for pasta dishes.<br/>IMAGE 02<br/>Tomatoes have a rich flavor, high water content, soft flesh which breaks down easily, and the right composition to thicken into a sauce when they are cooked (without the need of thickeners such as roux). All of these qualities make them ideal for simple and appealing sauces.</data> |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 7 |
<data name="html_sauce" > [a href="event:BigPic(pic)"][img src=pic.jpg style="display: block;margin-left: auto;margin-right: auto;width: 70px;height:auto;"][/a] [br] Tomato sauce (also known as Neapolitan sauce, salsa roja in Spanish, or salsa di pomodoro in Italian) can refer to many different sauces made primarily from tomatoes, usually to be served as part of a dish, rather than as a condiment. Tomato sauces are common for meat and vegetables, but they are perhaps best known as bases for Mexican salsas or sauces for pasta dishes. [br] [img src=pic2.jpg width="60px" height="prop"] [br] |
This post has been edited 3 times, last edit by "Tuur" (Feb 27th 2020, 11:20am)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer