#21
Posted 15 July 2012 - 11:34 PM
#22
Posted 16 July 2012 - 12:03 AM
#23
Posted 16 July 2012 - 12:48 AM
#24
Posted 16 July 2012 - 01:37 AM
#25
Posted 16 July 2012 - 02:39 PM
#26
Posted 16 July 2012 - 04:02 PM
#27
Posted 16 July 2012 - 06:56 PM
#29
Posted 17 July 2012 - 04:45 PM
+---+
| |
+---+
#30
Posted 17 July 2012 - 07:41 PM
#31
Posted 17 July 2012 - 08:11 PM
#32
Posted 19 July 2012 - 08:39 PM
#33
Posted 13 August 2012 - 10:33 AM
#34
Posted 13 August 2012 - 12:44 PM
#35
Posted 17 August 2012 - 04:38 PM
#36
Posted 17 August 2012 - 04:44 PM
#37
Posted 17 August 2012 - 05:18 PM
Laserman34170, on 17 August 2012 - 04:38 PM, said:
craniumkid22, on 17 August 2012 - 04:44 PM, said:
#38
Posted 20 August 2012 - 01:53 PM
inventor2514, on 17 August 2012 - 05:18 PM, said:
Laserman34170, on 17 August 2012 - 04:38 PM, said:
#39
Posted 20 August 2012 - 04:24 PM
Laserman34170, on 20 August 2012 - 01:53 PM, said:
-- Draws an icon at the specified position local function drawIcon(x, y, tIcon, sName) local tIcon = tIcon for i, s in ipairs(tIcon) do output(x, y+i-1, s) end if sName then output(x, y+#tIcon, string.sub(sName, 1, 8)) end end -- Draws icons to represent file data local function drawIcons() local pos = 1 + maxCol*(row-1) local limit = pos-1+maxCol*maxRow if #tData < limit then limit = #tData end local icon = 1 for i = pos, limit do local x, y, sName = tOrigins[icon][1], tOrigins[icon][2], tData[i][1] if tData[i][2] then drawIcon(x, y, tDirIcon, sName) else drawIcon(x, y, tFileIcon, sName) -- replace this with your code end icon = icon + 1 end end
#40
Posted 26 September 2012 - 12:12 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











