Thursday, December 13, 2018

Tip of the Day: Enhanced Drag-and-Drop Object Recognition
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.1.21212 or higher
Sections......: Forms, Commands
Keywords......: Drag-and-Drop, GETPROPERTY, Component ID

Did you know you can capture the Component ID for an object being dragged, and the
Component ID for where that dragged object is dropped?

Functionality was added to capture the Component IDs for form objects being dragged,
and for where that dragged form object is dropped.

Two (GETPROPERTY only) properties have been implemented:

. DraggedCompID - returns the Component ID of the dragged object
  (Valid in the "On Start Drag" EEP only)

. DroppedToCompID - returns the Component ID for where a dragged object is dropped
  (Valid in the "On Drag Drop" EEP only)

Examples:

GETPROPERTY RBASE_FORM DraggedCompID vDragComponent

GETPROPERTY RBASE_FORM DroppedToCompID vDroppedToComponent

Have fun further enhancing drag-and-drop operations in your R:BASE applications!

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to