Gutenabend zusammen,
I would like some help on the following questions, hurdles in my project....
the Situation;
The VISU is started with a Home Page, from there you can navigate to the Ground Floor (GF), First Floor (1F) and Basement (BM).
from these pages you can navigate back to the homepage.
As the drawings off the Floors (5000x5000) are larger then the resolution (1900x600) I want to jump to a position on the next calling page.
I want to add more button's to the homepage, so you can jump to the GF-Kitchen, the Kitchen will be screen centered.
Also if you want to go to the Living press the GF-Living button. and the GF will be shown with the Living Centered. etc.
I use XXEXECUTE to scroll to a position
The only problem is, when a popup is called an closed the page scrolls back to the position 500x500
That I do not want. So I need a status or counter or something like that, to check if the calling page is the homepage not a popup.
I would like to use an iKO, but how do I access these objects?
Another way is to define a variable but that one has to be global (span over all the VISU pages)
Last,
I display a popup using
I prefer center screen, not center design. how can I accomplish this.
And finally, I would like to have a floating button.
You can image with a design of 5000x5000 the back to home page button should not be stationary.
If I put the back button in the right lower corner, you always have to scroll to the lower right corner.
So I want the back button in the middle down under al the time. So if I scroll the page the button should be repositioned.
Help is highly appreciated.
nils, API ist nicht schon, es ist sehr schon !!!!
Grusse,
Gerwin
I would like some help on the following questions, hurdles in my project....
the Situation;
The VISU is started with a Home Page, from there you can navigate to the Ground Floor (GF), First Floor (1F) and Basement (BM).
from these pages you can navigate back to the homepage.
As the drawings off the Floors (5000x5000) are larger then the resolution (1900x600) I want to jump to a position on the next calling page.
I want to add more button's to the homepage, so you can jump to the GF-Kitchen, the Kitchen will be screen centered.
Also if you want to go to the Living press the GF-Living button. and the GF will be shown with the Living Centered. etc.
I use XXEXECUTE to scroll to a position
Code:
XXEXECUTE*scrollTo(500,500);
That I do not want. So I need a status or counter or something like that, to check if the calling page is the homepage not a popup.
I would like to use an iKO, but how do I access these objects?
Another way is to define a variable but that one has to be global (span over all the VISU pages)
Last,
I display a popup using
Code:
XXPAGE*POPUP*top:MOUSE-200px;left:MOUSE-300px;
And finally, I would like to have a floating button.
You can image with a design of 5000x5000 the back to home page button should not be stationary.
If I put the back button in the right lower corner, you always have to scroll to the lower right corner.
So I want the back button in the middle down under al the time. So if I scroll the page the button should be repositioned.
Help is highly appreciated.
nils, API ist nicht schon, es ist sehr schon !!!!
Grusse,
Gerwin