Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


AutoScroll

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Thu Sep 12, 2013 3:25 pm    Post subject: AutoScroll Reply with quote

Hey,
How can I make Listview to auto scroll down? to the bottom of the list*?

_________________
I'm rusty and getting older, help me re-learn lua.
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Sat Sep 14, 2013 5:02 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message MSN Messenger
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Sat Sep 14, 2013 7:31 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites