llDialogTimed() llTextBoxTimed()
tracked
Blaise Timtam
llDialogTimed( key avatar, string message, list buttons, integer channel,float timeout );
and llTextBoxTimed( key avatar, string message, integer channel,float timeout );
Two new functions behaving like originals but that vanished after a time
Very often we set a timer event after a dialog or textbox after witch we listenRemove
putting same time will cause it to disappear when no more expected.
Log In
Spidey Linden
tracked
Issue tracked. We have no estimate when it may be implemented. Please see future updates here.
Santo Hancroft
Perhaps it should have an option to automatically remove the listen associated with it, or not. Otherwise you still might need a timer to remove a listen that was dedicated to that dialog box.
Anna Salyx
I would like it to also send a timed out constant on the comm channel that can looked for. That would eliminate any need for a dedicated timer event cleaner process
JoyofRLC Acker
We also need llDialogRemove(…) and
LlTextBoxRemove(…)