Hi,
Ooooops - would have been nice to just "rob" the default stacks :/
Anyways, thanks a lot for your quick reply!
Klaus wrote:Create your own "ask" and "anser" dialogs, they are just STACKS opened as MODAL in the end

Will do. Atm getting a bad headache studying the code of the revaskdialog, but I seem to understand how it works - at least the basics. So a solution would look like this, I assume:
put MyStuff into the DialogData -- MyStuff = ["Blabla", "Fubar!", "What?"]
modal MyDialogStack -- this would be the analogue to [ask "Blabla" with "Fubar!" titled "What?"]
Now the dialog stack should pop up, and get populated using the preOpenStack handler on the card. When done, I'd get the results in my calling handler:
put the DialogData into MyVar -- and do whatever with it ...
Right?
Having quite a hard time now, the times I coded hardcore in HyperCard are long gone, and there isn't a "CompileIt!" anymore, my most beloved tool in these days. And my knowledge of 68K assembler is quite useless now anyways :/
But I very much appreciate LiveCode, it brought me back to "the bright side" (from the darkness of coding in VBA, Access and such faceless atrocities), and from what I have seen in my very first tests it would be able to do my jobs quite easily.
I'll need some time to get back into my good old coding habits, exploring now what has changed, what has been added, and last not least, what I have forgotten ...
Sorry for getting off topic, have a good time!