Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
|
12-30-2006 09:08
Hello!
Is ist possible to add a textfield to a dialog? I read sth. about llDialogExtended, but my Editor in sl won't accept this function. Just llDialog.
I realle need to react on User inputs.
Thank you so much....
|
Dnate Mars
Lost
Join date: 27 Jan 2004
Posts: 1,309
|
12-30-2006 09:47
If you want to work on user inputs, I would suggest that you use a listen function on a channel and have the user input data that way. As for llDialogExtended, I have never heard of that function and I don't think it exists for LSL.
_____________________
Visit my website: www.dnatemars.comFrom: Cristiano Midnight This forum is weird.
|
Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
|
12-30-2006 09:55
|
Ordinal Malaprop
really very ordinary
Join date: 9 Sep 2005
Posts: 4,607
|
12-30-2006 10:04
That's a feature proposal - by all means vote for it but it doesn't exist yet.
The only current way to take arbitrary user input through a dialog menu is to listen for it in chat, just like for anything else. One particular button will set off a listen on channel XYZ and tell the user to say their input on channel XYZ. They'll then have to type in "/XYZ <message>". Yes, it's ugly - I remember a Linden saying "you can tell this was designed by IRCers can't you"...
_____________________
http://ordinalmalaprop.com/forum/ - visit Ordinal's Scripting Colloquium for scripting discussion with actual working BBCode!
http://ordinalmalaprop.com/engine/ - An Engine Fit For My Proceeding, my Aethernet Journal
http://www.flickr.com/groups/slgriefbuild/ - Second Life Griefbuild Digest, pictures of horrible ad griefing and land spam, and the naming of names
|
Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
|
12-30-2006 10:23
Yes it is ugly......but thx anyway 
|