How works neoDragSetPosition? - Forum

Forum Navigation
You need to log in to create posts and topics.

How works neoDragSetPosition?

Hi,

a straightforward and simple question: how does neoDragSetPosition work?
Is the command used to set a new position for a draggable object?
Running the command I don't get visible results.

Greetings
Rocco

Hi @roccocogliano ,

only moves draggable object position.

See the help and demos https://webhelp.visualneo.com/neoDrag.html

a demo example :

Uploaded files:
  • You need to login to have access to uploads.
luishp and roccocogliano have reacted to this post.
luishproccocogliano

thanks @emmanuel-fernandez.

I don't understand why the attached example doesn't work.

neoDragInit, neoDragEnable in pageEnter and neoDragSetPosition in a button

What is missing?

 

Uploaded files:
  • You need to login to have access to uploads.

@roccocogliano it's because a bug in the plugin. Please download the attached one and change:

neoDragSetPosition "Container1" "1" "1"

To

neoDragSetPosition "Container1" 1 1

Please let me know if this fixes the problem.
Thank you!

Uploaded files:
  • You need to login to have access to uploads.
CDY@44 and roccocogliano have reacted to this post.
CDY@44roccocogliano

Yes, it works!!!

thanks a lot @luishp

luishp has reacted to this post.
luishp