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 


(Help) Did Trainer can work full at maximize?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
MateeJr GT
Advanced Cheater
Reputation: 0

Joined: 24 Dec 2017
Posts: 66

PostPosted: Mon Apr 09, 2018 10:54 pm    Post subject: (Help) Did Trainer can work full at maximize? Reply with quote

If i Maximized, then all the CEPanel size or any items i add in trainer will be big size to same at maximize ? Any help?
_________________
Hi Lynxz Gaming
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1667

PostPosted: Tue Apr 10, 2018 6:12 am    Post subject: Reply with quote

May you mean is 'fit properties to form size change' :
Use Anchors and Constraints. Check it on CE Form Designer.

Here example by using Lua script :

Code:
f = createForm()
f.setSize(200,200)
f.setPosition(300,200)
f.BorderStyle = 'bsSizeable'
f.Constraints.MinHeight = 200
f.Constraints.MinWidth = 200

p = createPanel(f)
p.setSize(180,180)
p.setPosition(10,10)
p.Anchors = '[akTop,akLeft,akRight,akBottom]'
p.Constraints.MinHeight = 180
p.Constraints.MinWidth = 180

b = createButton(p)
b.setSize(100,30)
b.setPosition(10,10)
b.setCaption('My Button')
b.Anchors = '[akTop,akLeft,akRight,akBottom]'
b.Constraints.MaxHeight = 60
b.Constraints.MaxWidth = 200
b.Constraints.MinHeight = 30
b.Constraints.MinWidth = 100

function pchange()
 x = f.Width
 y = f.Height
 p.Constraints.MaxWidth = x - 10
 p.Constraints.MaxHeight = y - 10
end

f.onResize = pchange

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
MateeJr GT
Advanced Cheater
Reputation: 0

Joined: 24 Dec 2017
Posts: 66

PostPosted: Tue Apr 10, 2018 9:32 pm    Post subject: Reply with quote

Ty Corroder its works Very Happy
_________________
Hi Lynxz Gaming
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 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