Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
This did work: place background "Waiting" onto this card and I see that background behavior is turned off already. Thanks. On May 22, 2012, at 7:44 PM, J. Landman Gay wrote: >> place group "Waiting" onto this card ___ use-livecode mailing lis

Re: Object Layering

2012-05-22 Thread J. Landman Gay
On 5/22/12 8:41 PM, Peter Bogdanoff wrote: I'm using 5.0 right now, and I see that I can turn off "behave like a background." I don't really see any functional difference. At any rate, I was able to make a group that lies in the top layer. I have to manually (using the Object menu) place it on e

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I'm using 5.0 right now, and I see that I can turn off "behave like a background." I don't really see any functional difference. At any rate, I was able to make a group that lies in the top layer. I have to manually (using the Object menu) place it on each card. The place command gives me an er

Re: Object Layering

2012-05-22 Thread J. Landman Gay
On 5/22/12 5:21 PM, Peter Bogdanoff wrote: Can groups layer on top of card objects? I can't seem to make that happen. It's now possible to share a group without it being a background; i.e., a card group can be placed on many cards. I haven't tried it. But the idea is to turn off "behave as ba

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I'm now starting to figure out this. I converted a card field into a group and it continued to lay on top. However, when I made some choices in the Inspector--like auto-place, things whacked out. It shrunk to 8x8 pixels, text disappeared, colors went away, program crashed. I'll work on it. Tha

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
Can groups layer on top of card objects? I can't seem to make that happen. On May 22, 2012, at 3:14 PM, stephen barncard wrote: > create a group with a field and a graphic. Make sure the field is at the > very top level with the graphic in back. Set the blendlevel and color of > the graphic to be

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I want the user to continue to see the card while waiting. On May 22, 2012, at 3:15 PM, Bob Sneidar wrote: > Sure you can. > > set lockmessages to true > go card "Wait" > set lockScreen to true > go back > set lockmessages to false > -- it's your thang, do what you wanna do > > Bob > > > On

Re: Object Layering

2012-05-22 Thread Colin Holgate
It seems to cover them. Make sure that you're selecting the group (set to act like background) that contains your button and overlay, and bring that to front. It then seems to be in front of everything. You'll need to bring-to-front it on all cards. On May 22, 2012, at 6:06 PM, Peter Bogdanof

Re: Object Layering

2012-05-22 Thread Bob Sneidar
Sure you can. set lockmessages to true go card "Wait" set lockScreen to true go back set lockmessages to false -- it's your thang, do what you wanna do Bob On May 22, 2012, at 3:06 PM, Peter Bogdanoff wrote: > An opaque button as a group object doesn't cover card layer objects. I can't > lea

Re: Object Layering

2012-05-22 Thread stephen barncard
create a group with a field and a graphic. Make sure the field is at the very top level with the graphic in back. Set the blendlevel and color of the graphic to be 0 or whatever level looks good (I'd use 50%) and make it the same rect of the card. The field can be whatever size you need to show the

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
An opaque button as a group object doesn't cover card layer objects. I can't leave the card--that won't work for my situation. On May 22, 2012, at 3:00 PM, Bob Sneidar wrote: > Why not an opaque button? You can have some kind of background image so it > doesn't look so hokey. Alternatively, yo

Re: Object Layering

2012-05-22 Thread Bob Sneidar
Why not an opaque button? You can have some kind of background image so it doesn't look so hokey. Alternatively, you can just take them to another card. Bob On May 22, 2012, at 2:53 PM, Peter Bogdanoff wrote: > Hi all, > > I have a stack with many cards. Each card contains a group and card o

Object Layering

2012-05-22 Thread Peter Bogdanoff
Hi all, I have a stack with many cards. Each card contains a group and card objects. I want a single object (a field saying "Please wait...") to show as necessary and overlay everything on the card. It's hidden by scripts when no longer needed--the wait is over. As far as I can figure, that ob