These forums are CLOSED. Please visit the new forums HERE
New ll functions coming soon |
|
Winter Ventura
Eclectic Randomness
![]() Join date: 18 Jul 2006
Posts: 2,579
|
05-25-2008 16:07
Strife, is there any way to tell who was involved in the addition of llTextBox? I'd like to call their attention to the jiras, and to this thread, before llTextBox makes it to actual officialdom.
_____________________
![]() ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura |
Front Dawes
Registered User
Join date: 28 Oct 2007
Posts: 76
|
05-26-2008 02:21
Some thoughts:
The wiki speaks of 'the listening prim' and 'the sending prim', and the distance between them. Using these definitions, the script that contains the llTextBox command is contained in which prim, the listening prim or the sending prim? Surely (using a survey as an example of use) the llTextBox command and the 'listen on channel xxxx' commands are in the same script, in the same prim (unless there is the 'a prim cannot listen to itself' restriction of llSay)?? The wiki says the message is limited to 512bytes, but says nothing about any limitations concerning the text entered into the text box. Is this, essentially, limitless, or will it have the same restriction as llSay (1024 bytes)? I wonder if 'key avatar' can be extended to 'key group'? Front |
Pale Spectre
Registered User
Join date: 2 Sep 2005
Posts: 586
|
05-26-2008 04:10
Unless there's some dialogue with the Linden Developers about this I'm not sure this thread will achieve much. Although, perhaps some Lab employees do take an interest in what's said here. Who knows! I have seen a Linden in this forum before, but then I am quite old.
![]() For my part I'm a little bemused that the Lab should introduce new LSL functions without actively soliciting comment from the user community - maybe they have and I just don't frequent the right nooks and crannies. I do know that Winter has created this Jira entry I also notice that Strife has now linked several prior 'New Feature' Jira entries to SVC-2406 (some of them with quite a few votes). So, again, I think if you're interested in seeing something happen then you need to head off over to the Jira. |
Darien Caldwell
Registered User
![]() Join date: 12 Oct 2006
Posts: 3,127
|
05-26-2008 12:43
Unless there's some dialogue with the Linden Developers about this I'm not sure this thread will achieve much. Although, perhaps some Lab employees do take an interest in what's said here. Who knows! I have seen a Linden in this forum before, but then I am quite old. ![]() Well, it also made me thing about how we were told LSL was being frozen until after Mono's Release (which is now looking to be in July). So i have to wonder if there is some confusion within LL about this, or if these new funtions are not actually coming until after Mono. _____________________
|
Very Keynes
LSL is a Virus
Join date: 6 May 2006
Posts: 484
|
llGetRegionAgentCount( );
05-27-2008 07:05
This function could be usefull, but I think they would get far more value out of:
llGetParcelAgentCount( ); there are 10's of thousonds of scanners out there doing nothing more than counting how may people are currently in a club or mall. Add to that all the support scripts that are used to overcome the 16 agent scaner limit and one function could go a long way to both redusing lag and improving a bussiness owners accuracy of information. _____________________
House of Keynes http://slurl.com/secondlife/Seopophang/237/151/104
![]() Romantica Yacht Club http://slurl.com/secondlife/Jeffrey/58/227/26 Salsa Romantica http://slurl.com/secondlife/Seopophang/77/91/94 |
Shadow Subagja
Registered User
Join date: 29 Apr 2007
Posts: 354
|
05-27-2008 09:57
Any idea if they'll ever consider optional direction of dialogs/textboxes etc to the link message system instead of chat, or even incorporating a prefix on returned dialog input to reduce the need to statefully manage it?
I put a comment in SVC-1630 to this effect, primarily to reduce the load on 'scripts using other scripts' as I've recently started rebuilding my scripts with a component model and the mixture of chat and link messaging is clumsy at best. |
BamBam Sachertorte
floral engineer
![]() Join date: 12 Jul 2005
Posts: 228
|
05-27-2008 23:13
*evil grin* Why not llTextBoxDialog, with both buttons and a text field with pre-populated text ![]() EDIT: https://jira.secondlife.com/browse/SVC-2405 I like how you think, let's go further and get llRadioButtons() and all the rest ![]() Rather than have llTextBoxDialog() or llRadioButtons() why don't we cut to the chase and ask for llHtmlForm()? It would take a string containing the HTML for the form and return a request ID. When the user clicks OK your script would get a http_response event. You could style it with embedded CSS and pre-populate form elements as you wish. We would need some helper functions for extracting data from the response body. |
WarKirby Magojiro
Registered User
Join date: 24 Oct 2006
Posts: 49
|
05-28-2008 04:44
These look pretty nice. Of course, I could make a list of much more demanded functions which are really higher priority..
llTeleportAgent llGetAgentKeysInParcel / sim llGetLinkPrimitiveParams anything to control agent rotation llApplyLayer llStopLag the last one is a joke, of course.. |
Very Keynes
LSL is a Virus
Join date: 6 May 2006
Posts: 484
|
05-28-2008 09:18
llStopLag This one is redundant, my Avitar "stops and lags" every time it enters a venue with more than 20 people ![]() On a more serious note, I am supprised that no one else has commented on the llGetParcelAgentCount( ); as opposed to llGetRegionAgentCount( ); post that I made earlyer. Am I the only one that sees the need, or do others have a beter solution? _____________________
House of Keynes http://slurl.com/secondlife/Seopophang/237/151/104
![]() Romantica Yacht Club http://slurl.com/secondlife/Jeffrey/58/227/26 Salsa Romantica http://slurl.com/secondlife/Seopophang/77/91/94 |
Winter Ventura
Eclectic Randomness
![]() Join date: 18 Jul 2006
Posts: 2,579
|
05-28-2008 10:35
Am I the only one that sees the need, or do others have a beter solution? I think the problem is, that a lot of that stuff is easier to deliver on a "region" level, and the parcel level is kind of server intensive. I WOULD personally have liked to see a "UUIDS" option for the agents in a region, which could then EASILY be cross-connected to a "llIsOverMyLand function. _____________________
![]() ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura |
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
05-28-2008 11:22
These look pretty nice. Of course, I could make a list of much more demanded functions which are really higher priority.. llTeleportAgent llGetAgentKeysInParcel / sim llGetLinkPrimitiveParams anything to control agent rotation llApplyLayer llStopLag llAddToEstateBanList() llRemoveFromEstateBanList() llAddToEstatePassList() llRemoveFromEstatePassList() llRegexFind() llRegexFindReplace() llRegexParseList() llOwnerSensor() (scan for objects owned by...) llOwnerSensorRepeat() ... |
Darien Caldwell
Registered User
![]() Join date: 12 Oct 2006
Posts: 3,127
|
05-28-2008 12:03
llAddToEstateBanList() llRemoveFromEstateBanList() llAddToEstatePassList() llRemoveFromEstatePassList() llRegexFind() llRegexFindReplace() llRegexParseList() llOwnerSensor() (scan for objects owned by...) llOwnerSensorRepeat() ... Ohhh yes, Regex would be sweet ![]() _____________________
|
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
05-28-2008 13:39
We are unlikely to see regex functionality until Mono. Why? Because .Net regex syntax is different then PCRE. When Mono roles around, I will be the first one nailing a function specs to the door of Linden Lab.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Kirrineth Dragonash
Registered User
Join date: 8 Aug 2007
Posts: 4
|
05-28-2008 21:16
I'm sure these will all come in handy.
Thanks for the Heads up, Strife ![]() |
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
08-01-2008 11:27
Two months and I haven't seen anything about this. Anyone know any newer information? Have we received an updated release estimate anywhere that I've missed? (Sorry, impatient mood this morning. Heh.)
|
Darien Caldwell
Registered User
![]() Join date: 12 Oct 2006
Posts: 3,127
|
08-01-2008 12:15
Last I heard they would be in the 1.21 RC client. But don't know if that's still the plan.
_____________________
|
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
08-02-2008 03:56
They is a good chance we will see them eventually. They have already made it in the compiler on the release branch and the server code. It was mentioned on the blog that llGetAgentLanguage was functional with supporting clients in the latest server release. There has also been some bug reports with regards to the llDetectedTouch* functions with regards to the beta grid. For the llDetectedTouch* functions to be added the other functions had to be placed in the compiler (or the function ID numbers would collide or not mach up properly resulting in broken scripts and a huge mess).
http://svn.secondlife.com/trac/linden/browser/release/indra/lscript/lscript_library/lscript_library.cpp#L440 _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Darien Caldwell
Registered User
![]() Join date: 12 Oct 2006
Posts: 3,127
|
08-04-2008 12:48
They is a good chance we will see them eventually. They have already made it in the compiler on the release branch and the server code. It was mentioned on the blog that llGetAgentLanguage was functional with supporting clients in the latest server release. There has also been some bug reports with regards to the llDetectedTouch* functions with regards to the beta grid. For the llDetectedTouch* functions to be added the other functions had to be placed in the compiler (or the function ID numbers would collide or not mach up properly resulting in broken scripts and a huge mess). http://svn.secondlife.com/trac/linden/browser/release/indra/lscript/lscript_library/lscript_library.cpp#L440 I hadn't heard about any bugs with the llDetected touch, they seemed working to me when I tried them this weekend. I took the Preview viewer from the beta grid to the Main grid, while it would compile scripts with the new functions, they wouldn't run, giving a "Bounds check" error. So it seems there is still something missing on the server side in 1.23. _____________________
|
Peri Lorefield
Registered User
Join date: 24 Jun 2008
Posts: 1
|
Context information for llTextBox
12-14-2008 00:18
I love the idea of llTextBox - it will allow many user interactions to proceed much more cleanly.
It will allow dialog selections to prompt directly for additional infomation (rather than the present messy system of soliciting responses through chat channels). BUT: I would like to propose something for consideration: Adding a "prefix" string which is passed out and then returned along with the user's text. This would allow context information to be associated with the reply - allowing the script to action it without needing to maintain additional state information. This is especially useful when a script can support simultaneaous dialogs with multiple AVs... |
Winter Ventura
Eclectic Randomness
![]() Join date: 18 Jul 2006
Posts: 2,579
|
12-14-2008 05:13
Second Life Service - SVC > LSL: Add "prefilled" string to llTextBox
https://jira.secondlife.com/browse/SVC-2406 Second Life Service - SVC > LSL: llTextBoxDialog https://jira.secondlife.com/browse/SVC-2405 Please vote.. and if you know a Linden.. tell them about these jiras. _____________________
![]() ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura |
Dora Gustafson
Registered User
![]() Join date: 13 Mar 2007
Posts: 779
|
12-14-2008 05:38
I would like to vote
![]() But how do I do that? I visited the JIRA but found no field for voting ![]() _____________________
From Studio Dora
|
Jesse Barnett
500,000 scoville units
![]() Join date: 21 May 2006
Posts: 4,160
|
12-14-2008 05:54
I would like to vote ![]() But how do I do that? I visited the JIRA but found no field for voting ![]() You have to login to jira with your SL username & password to have the vote option. _____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime.
I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum |
Dora Gustafson
Registered User
![]() Join date: 13 Mar 2007
Posts: 779
|
jira
12-14-2008 07:42
You have to login to jira with your SL username & password to have the vote option. And when my account name and password 'can not be determined to be authentic', what do I do then? (same account name and password I use every day to log in to SL) (Christ you know it ain't easy...) _____________________
From Studio Dora
|
SuezanneC Baskerville
Forums Rock!
![]() Join date: 22 Dec 2003
Posts: 14,229
|
12-14-2008 08:06
LL was having login problems that might have affected the jira login as well.
The "'can not be determined to be authentic" probably has nothing to do with your account in particular, and most likely you will be able to login when the system gets back to normal. _____________________
-
So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them. I can be found on the web by searching for "SuezanneC Baskerville", or go to http://www.google.com/profiles/suezanne - http://lindenlab.tribe.net/ created on 11/19/03. Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard, Robin, and Ryan - |
Dora Gustafson
Registered User
![]() Join date: 13 Mar 2007
Posts: 779
|
I Voted
12-14-2008 09:30
Excuse me for being so helpless.
The jira just seems so overwhelming. Thank you for your time and advises. _____________________
From Studio Dora
|