Joined: 09 May 2003 Posts: 25791 Location: The netherlands
Posted: Sat Sep 14, 2013 5:02 am Post subject:
That's not possible right now.
But for next version I've added a makeVisible to the listitem object, which will scroll the listview to the specific item. (and if it's the last it'll do what you wish) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
Thanks you,
For now I used different.
Which appends from the last to first.
Code:
self.ListV.clear()
if #Table>=18 then
FHChat.ListVColum2.Width = 479
else
FHChat.ListVColum2.Width = 496
FHChat.ListVColum2.Width = 496
end
for i=#Table,1,-1 do
self[2][i] = {};
self[2][i][1] = self.ListVI.add();
self[2][i][1].Caption = Table[i][1];
-- print(self[2][i][1].Caption);
self[2][i][2] = self[2][i][1].getSubItems();
self[2][i][3] = self[2][i][2].add("");
self[2][i][2].Text = Table[i][2];
-- print(self[2][i][2].Text);
end
Also,
Is there any other sounds included in the generating trainer?
Like the beep() barely notice able if you call it, especially when you're playing a game or something.
Is there any way to increase it's 'volume' ? _________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum