From b5a50328797ad98f4222dbc02d5163c4e9b6eaac Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 23 May 2014 13:17:56 +1000 Subject: TODO-- --- lib/LSLGuiMess.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/LSLGuiMess.lua b/lib/LSLGuiMess.lua index ff6d2f8..bee02c1 100644 --- a/lib/LSLGuiMess.lua +++ b/lib/LSLGuiMess.lua @@ -49,8 +49,6 @@ llSetTouchText(string text) x = 2 + (((3 - 1) % 3) * w) y = 2 + (h * l) + (h * math.floor((buttCount + 1) / 3)) -- TODO - LL's V3 has a block button to. Dunno how I'll deal with blocking stuff, think about that later. - -- TODO - Not sure of the point of an ignore button once I have close buttons in the window titles. - -- Though I guess if it's showing multiple dialogs, then you could ignore individual ones. skang.thingasm{dialog, 'ignore', 'Ignore this dialog', types = 'widget', widget='"button", "ignore", ' .. x .. ', ' .. y .. ', ' .. w - 20 .. ', ' .. h} dialog.W['ignore'].action = 'dialogIgnore()' skang.thingasm{dialog, 'switch', 'Switch to next dialog', types = 'widget', widget='"button", ">", ' .. (x + w - 20) .. ', ' .. y .. ', ' .. 20 .. ', ' .. h} -- cgit v1.1