how to set element position dynamically?
elemnt location to be set from the collection that will have x column and y column
what is the command for element position ?
somthing like this ?
dim x as integer
dim y as integer
set x = database collection column x raw 1
set y = database collection column y raw 1
$w( ‘#myelement’ ).show().position(x,y)
this in order to have a scale that moves on the screen base on the input to the collection
thanks