Hi.
You have to relayer after a control actually within the group of interest.
Something like: (Pseudo)
relayer "btnToInsert" after btn "btnWithinGroup"
Craig Newman
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/How-to-remove-from-a-group-tp4717960p4717967.h
Sorry Randy. And how do I put an an object into a group? I tried
relayer before group "..."
but it just sends object to the back, not inside the group.
On 3 August 2017 at 18:46, Kaveh Bazargan wrote:
> Astounding. Works. Thank you. Never had seen relayer!!!
>
> On 3 August 2017 at 18:30, Rand
Astounding. Works. Thank you. Never had seen relayer!!!
On 3 August 2017 at 18:30, Randy Hengst via use-livecode <
use-livecode@lists.runrev.com> wrote:
> How about something like this in the button you want to remove from a
> group…
> if the first word the owner of me is "Group" then
>
> relayer
How about something like this in the button you want to remove from a group…
if the first word the owner of me is "Group" then
relayer me after the owner of me
end if
> On Aug 3, 2017, at 11:52 AM, Kaveh Bazargan via use-livecode
> wrote:
>
> Can't find how to remove a button from a group o