Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup position on window resize/move #7

Open
jirigargas opened this issue Jun 4, 2019 · 1 comment
Open

Popup position on window resize/move #7

jirigargas opened this issue Jun 4, 2019 · 1 comment

Comments

@jirigargas
Copy link

jirigargas commented Jun 4, 2019

Hi,
I have an issue with proper position of the tour popup when hosting window's size changes or when it's being moved to another position.

I tried demo app and everything works fine there, but when I prepared the most simplest test app of mine, nothing works as it should.

Check this - app on normal start looks good
image

but when I move window popup does not move with the attached element
image

It behaves the same when I resize the window.

Here's demo app
FeatureTourTest.zip

Can you help me please? What have I done wrong?

Edit: I have just noticed that when I use button placed directly into window element it works, but when I use button placed in usercontrol that is placed in the window it does not. Is there any way how to make Tour working from user controls?

@mystery123sk
Copy link

I had the same problem because the window was not active, when the tour was launched. I had to modify the code to manually force my window to be used as parent (and not let the library search for active windows).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants