highlight and hide field from standalone

Pat Trendler ptrendler at bigpond.com
Fri Sep 16 09:13:54 EDT 2005


With 3D on - Outset bevel and Inset bevel in the inspector. Topcolor and 
bottomcolor in script.
You probably have to make the border thicker than 2 to be able see the 
colour.(or may be it's just my eyes)

HTH

Pat
patrend at bigpond.com


----- Original Message ----- 
From: <rev at armbase.com>
To: "How to use Revolution" <use-revolution at lists.runrev.com>
Sent: Friday, September 16, 2005 10:39 PM
Subject: Re: highlight and hide field from standalone


>>>Hi Bob,
>
> Hi Klaus
>
>
>
> Ok I thought of another thing.
> I'm playing with this one.... It seems quite nice. IMHO :-)
>
> On mouseup whgichone
> global field2delete
> if the controlkey is down then
>   if whichone = 3 then
> put "xyz" into field2delete
> set the bordercolor of fld field2delete to "red"
> --this should make the border red but it does not???
> --Q? any idea what the edge of a field is called? I tried changing all the
> --colours to red without any luck
>         end if
> else exit to top
> end mouseup
>
> -- so pressing the right key when control is down puts the field into the
> --variable
>
> on deletekey
> global field2delete
> if the bordercolor of fld feld2delete is "red" then
> hide fld field2delete
> end deletekey
>
> --deletes the field only if the border is red :-)
>
> on escapekey
> set the bordercolor of fld field2delete to empty
> end escapekey
>
> --escape key clears the border colour so the delete key wont work :-)
>
>
> But now the problem I cant see the edge of the field being red but I can 
> see it
> red in the object inspector. What is the boundary of a field cazlled if it 
> is
> not the border colour?
>
>
> Cheers
> Bob
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.0/103 - Release Date: 15/09/2005
>
> 




More information about the use-livecode mailing list