How can I programmatically open a DataChoser?
Announcement
Collapse
No announcement yet.
X
-
No way to get position unless it is derived from CanvasItem. However you can snap something based on an event like a click very easily to any FormItem. The handler will contain getX() and getY() methods, so it may not be the exact position of the FormItem but within the Rectangle that contains the FormItem since that is the only way a clickevent would have occurred.
Comment
-
Originally posted by svjardNo way to get position unless it is derived from CanvasItem. However you can snap something based on an event like a click very easily to any FormItem. The handler will contain getX() and getY() methods, so it may not be the exact position of the FormItem but within the Rectangle that contains the FormItem since that is the only way a clickevent would have occurred.
Is there any way to get the DateChooser instance associated with the DateItem so I can position it?
Comment
Comment