aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 17:42:24 +1000
committerDavid Walter Seikel2014-05-17 17:42:24 +1000
commit755f72c66438d7d9e27551fd064d42a98c722930 (patch)
treee6d60d97b822fa42ad85451362fb4e9cd1cd3405 /lib
parentMake llDialog() a lot more clever. Still needs more. (diff)
downloadSledjHamr-755f72c66438d7d9e27551fd064d42a98c722930.zip
SledjHamr-755f72c66438d7d9e27551fd064d42a98c722930.tar.gz
SledjHamr-755f72c66438d7d9e27551fd064d42a98c722930.tar.bz2
SledjHamr-755f72c66438d7d9e27551fd064d42a98c722930.tar.xz
TODO++
Diffstat (limited to 'lib')
-rw-r--r--lib/LSLGuiMess.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/LSLGuiMess.lua b/lib/LSLGuiMess.lua
index f9c0e04..25948c9 100644
--- a/lib/LSLGuiMess.lua
+++ b/lib/LSLGuiMess.lua
@@ -30,6 +30,9 @@ llSetTouchText(string text)
30 30
31--[[ llDialog(key id, string message, list buttons, integer chat_channel) 31--[[ llDialog(key id, string message, list buttons, integer chat_channel)
32 http://lslwiki.net/lslwiki/wakka.php?wakka=llDialog 32 http://lslwiki.net/lslwiki/wakka.php?wakka=llDialog
33
34TODO - Like the files window, just reuse a single window, hiding and showing it when needed.
35 The switch button shows the buttons from the next one.
33]] 36]]
34 llDialog = function (id, message, buttons, channel) 37 llDialog = function (id, message, buttons, channel)
35 local w = 80 38 local w = 80