Re: Resizeable Fields

2009-11-17 Thread Richmond Mathewson

René Micout wrote:

Hello Richmond,
I have modified a little your script, otherwise that don't work...

local LEFTT,TOPP,autorisation

on mouseDown
   put true into autorisation
   put the top of fld "acre" into TOPP
   put the left of fld "acre" into LEFTT
   grab me
end mouseDown

on mouseUp
   put false into autorisation
end mouseUp

on mouseMove
   if autorisation is true then
  < here your script >
   end if
end mouseMove

René


Merci beaucoup!
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Resizeable Fields

2009-11-17 Thread René Micout

Hello Richmond,
I have modified a little your script, otherwise that don't work...

local LEFTT,TOPP,autorisation

on mouseDown
   put true into autorisation
   put the top of fld "acre" into TOPP
   put the left of fld "acre" into LEFTT
   grab me
end mouseDown

on mouseUp
   put false into autorisation
end mouseUp

on mouseMove
   if autorisation is true then
  < here your script >
   end if
end mouseMove

René

Le 16 nov. 09 à 21:36, Richmond Mathewson a écrit :


I, finally, did "it" today, after a lot of fiddling around:

http://andregarzia.on-rev.com/richmond/STUFF/GF2.rev.zip

Not terribly attractive: have a poke around in the, clunky, code.

sincerely, Richmond Mathewson.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Resizeable Fields

2009-11-16 Thread Richmond Mathewson

Sivakatirswami wrote:

Before I go re-inventing the wheel,
has anyone invented user re-sizeable fields?

I suppose sticky palette with the Select and Browse
tools could also work , but not as cool as some mousedown/drag
event...

if so, can you post the code here?

(I'm watching with interest all the open source discussions...we 
really, really need a single respository somewhere!)


skts




I, finally, did "it" today, after a lot of fiddling around:

http://andregarzia.on-rev.com/richmond/STUFF/GF2.rev.zip

Not terribly attractive: have a poke around in the, clunky, code.

sincerely, Richmond Mathewson.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Resizeable Fields

2009-10-20 Thread Sivakatirswami

Before I go re-inventing the wheel,
has anyone invented user re-sizeable fields?

I suppose sticky palette with the Select and Browse
tools could also work , but not as cool as some mousedown/drag
event...

if so, can you post the code here?

(I'm watching with interest all the open source discussions...we really, 
really need a single respository somewhere!)


skts



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution