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

See below...

         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?

the (border-)color will only appear when you set the "threeD" of that field to false.
But then you have this simple and butt-ugly "flat" border :-/

Cheers
Bob

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
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

Reply via email to