
From the main stack, I send a mouseUp handler to a button. It creates a new card, name it, in a existing other stack. 'till now, every thing is OK.
All the variables are correct. I can notice the new card created, with its new name in the right stack in the Application Browser.
Here is the piece of code with problem:
Code: Select all
go to card laCardCreated -- the card just created
send "createTheField leNomDuField,laCardCreated ,leNomDeLaStack" to me
-- ...
on createTheField leNomDuField,laCardCreated ,leNomDeLaStack
create field leNomDuField in card laCardCreated -- of stack leNomDeLaStack -- with or without <leNomDeLaStack > doesn't change anything
LC don't find the card while I can see its name in the browser !?!
Any idea may be ?
Kind regards.