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: Option to move record panel to another tab

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
zxuiji
Advanced Cheater
Reputation: 1

Joined: 26 Sep 2016
Posts: 70

PostPosted: Sat Oct 27, 2018 3:43 am    Post subject: Feature Request: Option to move record panel to another tab Reply with quote

I find that when I set the font size larger to make it easier to read the memory record panel becomes to small to use efficiently and I find myself constantly wishing I could just move it to another tab for more screen estate when I do go to it.
_________________
Those who do not trust in christ to save them from their sins will only experience hell when their soul is released from it's earthly vessel.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 467

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

PostPosted: Sat Oct 27, 2018 4:18 am    Post subject: Reply with quote

Save this code as a .lua file in the autorun folder of CE (or just run it in ce's lua engine window when you want)

Code:

local alw=createForm()
--alw.PopupMode='pmNone' --uncomment this if you don't want the stay on top behaviour
alw.Caption="Address List"
alw.BorderStyle="bsSizeable"
alw.ClientWidth=AddressList.Width


local alwsettings=getSettings('alw')
if alwsettings.Value['x']~='' then alw.left=tonumber(alwsettings.Value['x']) end
if alwsettings.Value['y']~='' then alw.top=tonumber(alwsettings.Value['y']) end
if alwsettings.Value['width']~='' then alw.width=tonumber(alwsettings.Value['width']) end
if alwsettings.Value['height']~='' then alw.height=tonumber(alwsettings.Value['height']) end

alw.OnCloseQuery=function(sender)
  beep()
  return false
end

alw.OnDestroy=function(sender) 
  alwsettings.Value['x']=alw.left
  alwsettings.Value['y']=alw.top
  alwsettings.Value['width']=alw.width
  alwsettings.Value['height']=alw.height
end

AddressList.Parent=alw

_________________
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
zxuiji
Advanced Cheater
Reputation: 1

Joined: 26 Sep 2016
Posts: 70

PostPosted: Sat Oct 27, 2018 10:30 am    Post subject: Reply with quote

Thanks I'll try that when I get home from work
Edit: Good enough for me, thanks :)
Btw is there a way repurpose the close button as a minimize button?

_________________
Those who do not trust in christ to save them from their sins will only experience hell when their soul is released from it's earthly vessel.
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Sat Oct 27, 2018 8:20 pm    Post subject: Reply with quote

PopupMode didn't seem to have any effect in 6.8.1 and printing it (well, return in the lua engine window) returns nil...

otherwise this is interesting : )
I added a toggle-able menu option for it like most of my others, available on github
Back to top
View user's profile Send private message
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