Page 1 of 1

Panel xy suggestion

PostPosted: Mon Aug 11, 2014 12:15 am
by alverman
I created an application with WD which operates two layers to which I assign a picture to each and pressing a button fade out from one layer to another.
I then created, with 4 faders linked to the parameters x stairs, yscale of each layer
I then added a panel to be able to move the xy image of the layer displayed by connecting the panel to ymove, XMOVE of each layer.
Everything works except that when I want to move the image I have to move the mouse as close as possible to the position of the image where it is, and most of the time the image shifts in the relative position of the mouse click.

Is there a way to move the picture so fluid with the mouse by WD without running into this problem?

Thank you, Alberto

Re: Panel xy suggestion

PostPosted: Mon Aug 11, 2014 3:49 pm
by Dennis Kuypers
Hi,

have you set the "mode" to "relative"?

Regards
Dennis

Re: Panel xy suggestion

PostPosted: Mon Aug 11, 2014 3:57 pm
by alverman
:oops: Sorry :D

Re: Panel xy suggestion

PostPosted: Mon Aug 11, 2014 5:39 pm
by alverman
It only works on the first click that if you're not exactly in the center of the panel the image moves after shooting ....... then it's fine.
I can correct this defect in some way?

Thanks, Alberto

Re: Panel xy suggestion

PostPosted: Tue Aug 12, 2014 1:02 pm
by alverman
There is just a way to make that first click to the content of the layer snaps into the position in which you point your mouse. E 'extremely difficult to find the exact spot on the panel.
I have an event this evening ...... help

Re: Panel xy suggestion

PostPosted: Tue Aug 12, 2014 1:08 pm
by alverman
The panel is in relative mode but first click on the image on the layer snaps into a corresponding position of the mouse on the panel. after the first click the panel responds well.
There is only the problem of the first click !!

Re: Panel xy suggestion

PostPosted: Tue Aug 12, 2014 1:37 pm
by Oliver Kilian
Hi Alverman,
if this is that urgent please call support at + 49 221 99 512 ­ 300
or drop an email to support support@coolux.de

thanks
Oliver

Re: Panel xy suggestion

PostPosted: Tue Aug 12, 2014 1:41 pm
by alverman
Ok Oliver... I think I do not have time to ask for help in this way.
Alternatively: Is there a command to simulate the first click on the panel to the central location via script?

Re: Panel xy suggestion

PostPosted: Tue Aug 12, 2014 4:03 pm
by Martina Protze
Hello Alberto
in WD 820 I created an XY Panel and assigned relative X Pos and Y Pos with a factor of 0.1. My PB version is 10045.
it works well and as expected. Can you send us the showfile or a video that shows your problem?

Best regards

Re: Panel xy suggestion

PostPosted: Wed Aug 13, 2014 3:54 pm
by alverman
Every time I click on the panel after resetting the position of the image while shooting after flowing fluid

Thanks, Alberto

Re: Panel xy suggestion

PostPosted: Wed Aug 13, 2014 4:24 pm
by Martina Protze
Hiho,
oh ok, so it only after you have reset the position. That makes a lot of sense as you probably do not reset the panel itself and how should the panel know that the button told the layer to go somewhere.
The solution is to reset the panel as well when you have reset the layer position.
So the button should have this script
WDXYPanelResetDefault,1
DeviceSetParam,2,1,X Pos,0
DeviceSetParam,2,1,Y Pos,0

Best regards,

Re: Panel xy suggestion

PostPosted: Thu Aug 14, 2014 6:13 pm
by alverman
Thank you Martina.
Unfortunately, my aim is not to have the image in the center :(
Although in the video I posted showed that.
My intention is to place and view images one at a time, placed on two layers 2.1 and 2.2 of variable width, always on the right edge of the screen.
Following the panel xy move the picture .... no shots.
So I do not just reset the panel but I need to enter only the X value because the value of Y is always 0.
Is calculate the value of X with respect to the width of the image that creates problems.

Thanks, Alberto

Re: Panel xy suggestion

PostPosted: Thu Aug 14, 2014 10:36 pm
by alverman
Found the position to be assigned to the xy panel according to various sizes of the images.
However, the first click even after resetting the panel is not as I would have expected !!

Re: Panel xy suggestion

PostPosted: Fri Aug 15, 2014 1:59 am
by alverman
All OK ....... solved

Re: Panel xy suggestion

PostPosted: Fri Aug 15, 2014 8:49 am
by Martina Protze
cool :D