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
mistaether Resident
Float timeout to kill the listen and close the box would be useful as 'session over', but if user leaves region? So.. an additional 'belt and suspenders approach' with this or as just a stand alone -- For the onscreen display portion, just have a viewer preference. Boxes close after time X. -- Change Region? Not Change Region? Get distracted by shiny? Whatever? Just Close them.
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(…)