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 


Feature request: Hover box to show module in results list.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
h3x1c
Master Cheater
Reputation: 17

Joined: 27 Apr 2013
Posts: 306

PostPosted: Tue Jun 21, 2016 9:58 am    Post subject: Feature request: Hover box to show module in results list. Reply with quote

This is by no means a necessity, but I thought it would be a nice time-saving feature to see the module+offset of a base address in the results list via a hover box instead of having to add the address to the address list, then double-click on it to see that information in the "change address" box!
_________________
Back to top
View user's profile Send private message Visit poster's website
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4695

PostPosted: Tue Jun 21, 2016 11:04 am    Post subject: Reply with quote

AFAIK there's only one tooltip associated with the listview, and there's no (easy) way of getting which item you're hovering over. Still, you can get which one is selected and use that address. Here's some Lua code which does that:
Code:
getMainForm().Foundlist3.OnMouseMove = function(l) l.Hint = l.ItemIndex >= 0 and getNameFromAddress(l.Selected.Caption) or "This list shows all the found addresses that matched your last scan" end

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
h3x1c
Master Cheater
Reputation: 17

Joined: 27 Apr 2013
Posts: 306

PostPosted: Tue Jun 21, 2016 11:53 am    Post subject: Reply with quote

ParkourPenguin wrote:
AFAIK there's only one tooltip associated with the listview, and there's no (easy) way of getting which item you're hovering over. Still, you can get which one is selected and use that address. Here's some Lua code which does that:
Code:
getMainForm().Foundlist3.OnMouseMove = function(l) l.Hint = l.ItemIndex >= 0 and getNameFromAddress(l.Selected.Caption) or "This list shows all the found addresses that matched your last scan" end


Nicely done. Thanks! Very Happy I really have to learn Lua soon. I'd love to be able to start doing these sorts of things without asking for them.

_________________
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 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