resize in browse mode
Bob Hartley
rev at armbase.com
Mon Dec 27 06:11:33 EST 2004
At 08:51 27/12/2004, you wrote:
>Hi Ken and others
>
>This works partly
Ahh now Ken, I misunderstood you regarding the writable nature of the field.
I thought that you meant "would the field be written to in future and then
resized". Well yes written to and NO not intended to be resized, however,
the solution you gave is actually better than I had envisaged so I'll stick
with this
>>I can move the field and resize it empty but only resize it when written to.
>>
>>I can have this as a "feature" :-) IE the user makes the template and
>>clones this per data entry. They cannot move the fields once the template
>>has been created, BUT can slightly resize them to tweak the look of
>>individual records.
>>
>>I'm off for a break until the 5th Jan to www.burghead.com and will get
>>into it on return. While I'm up there I will finalise the plan of the
>>application.
>>
>>You have been a great help.
>>
>>All the best
>>Bob
>>
>>Here's an example of the first:
>>
>>on mouseStillDown
>> if the optionKey is down then
>> put the rect of me into tRect
>> put the mouseH into item 3 of tRect
>> put the mouseV into item 4 of tRect
>> set the rect of me to tRect
>> end if
>>end mouseStillDown
>>
>>on mouseWithin
>> if the optionKey is down then
>> if the lockText of me is false then
>> set the lockText of me to true
>> end if
>> else
>> if the lockText of me is true then
>> set the lockText of me to false
>> end if
>> end if
>>end mouseWithin
>>
>>Does this work for you?
>
>
>Almost.
>
>It works for the action I saught but it now stops the earlier grab action
>to move the field with control held (It will resize with alt)
>
>The full ascript is
>on mouseDown
> if the controlKey is down then
> grab me
> end if
>end mouseDown
> if the optionKey is down then
> put the rect of me into tRect
> put the mouseH into item 3 of tRect
> put the mouseV into item 4 of tRect
> set the rect of me to tRect
> end if
>end mouseStillDown
>
>on mouseWithin
> if the optionKey is down then
> if the lockText of me is false then
> set the lockText of me to true
> end if
> else
> if the lockText of me is true then
> set the lockText of me to false
> end if
> end if
>end mouseWithin
>
>cheers
>bob
>
>
>>Ken Ray
>>Sons of Thunder Software
>>Web site: http://www.sonsothunder.com/
>>Email: kray at sonsothunder.com
>>
>>
>>_______________________________________________
>>use-revolution mailing list
>>use-revolution at lists.runrev.com
>>http://lists.runrev.com/mailman/listinfo/use-revolution
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list