comment enlever un widget d'une vertical box ou autre

Bonjour/hi

j’aimerais pouvoir retirer mon widget (appeler: x pour l’exemple) d’une vertical box qui se trouve dans un autre widget (Widget A) j’ai penser a cast au Widget A pour pouvoir retirer mon widget x de la vertical box, toutefois sa ne marche pas. Quelqu’un serait-il comment faire?

comme coder sur l’image, j’ai essayer d’enlever mon widget (le self) d’un panel widget. le target est ma (List) sois ma vertical box. Étant dans un autre widget (le Widget A) j’ai donc créé une variable qui fait référence a mon Widget A sois (Mission Chasse comme sur l’image). Toutefois, sa ne marche pas. Savez vous pourquoi? savez vous comment faire!?

Merci d’avance!

I would like to be able to remove my
widget (call: x for the example) from
a vertical box which is in another
widget (Widget A) I think of casting
to Widget A to be able to remove my
widget x from the vertical box,
however its not working. Would anyone
be how to do it? Alt text

like coding on the image, i try to
remove my widget (the self) from a
panel widget. the target is my (List)
be my vertical box. Being in another
widget (Widget A) I therefore created
a variable which refers to my Widget A
be (Hunting Mission as in the image).
However, its not working. Do you know
why? Do you know how to do it!?

Thank you in advance!

I feel that Google Translate butchered your message. If I understood it right, you could Remove From Parent instead:

Since a widget cannot have 2 parents :frowning: at the same time, it will remove it from the current panel it is in.