Re: Drag & drop controls inside a scroller

2012-10-18 Thread Paul Hibbert
use-livecode-requ...@lists.runrev.com escribió: > >> Subject: Re: Drag & drop controls inside a scroller >> Message-ID: >> Content-Type: text/plain; charset=us-ascii >> >> Hi Josep, >> >> Your code stops at line 11 where the word status has wrapped t

Re: Drag & drop controls inside a scroller

2012-10-18 Thread Josep M Yepes
19:00, use-livecode-requ...@lists.runrev.com escribió: > Subject: Re: Drag & drop controls inside a scroller > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Hi Josep, > > Your code stops at line 11 where the word status has wrapped to a new line > a

Re: Drag & drop controls inside a scroller

2012-10-18 Thread Paul Hibbert
intersect(me,grc box1) then put "You hit box 1" into fld status > if intersect(me,grc box2) then put "You hit box 2" into fld status >end mouseMove > > on mouseUp > put empty into fld status > put "" into allowDrag >

Drag & drop controls inside a scroller

2012-10-17 Thread JosepM
mouseUp on mouseRelease mouseUp end mouseRelease This is the code inside of the button that I want drag. The control move only a few pixels and stop... Any idea? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Drag-drop-controls-inside