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 


Overlapping Texts

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
hatedoot
How do I cheat?
Reputation: 0

Joined: 07 May 2020
Posts: 3

PostPosted: Thu May 07, 2020 1:16 pm    Post subject: Overlapping Texts Reply with quote

I need to know how to overlap memo boxes but have the bottom one still visible (to kinda bleed through) Is there anyway tooverlap them and see the content of both?
_________________
hi
Back to top
View user's profile Send private message
Oxijen
Expert Cheater
Reputation: 0

Joined: 07 May 2020
Posts: 163
Location: On The Moon

PostPosted: Thu May 07, 2020 1:33 pm    Post subject: HI Reply with quote

just wanted to say hi Laughing [/b]
_________________
I can see you Hitler
Especially When I am On the Moon!!
You are Right now in cheat engine forum Wink
Back to top
View user's profile Send private message
hatedoot
How do I cheat?
Reputation: 0

Joined: 07 May 2020
Posts: 3

PostPosted: Thu May 07, 2020 1:34 pm    Post subject: Reply with quote

hiihow are you
_________________
hi
Back to top
View user's profile Send private message
Oxijen
Expert Cheater
Reputation: 0

Joined: 07 May 2020
Posts: 163
Location: On The Moon

PostPosted: Thu May 07, 2020 4:56 pm    Post subject: Reply with quote

Fine Cool , what about you??
_________________
I can see you Hitler
Especially When I am On the Moon!!
You are Right now in cheat engine forum Wink
Back to top
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 37

Joined: 16 Feb 2017
Posts: 1543

PostPosted: Thu May 07, 2020 5:23 pm    Post subject: Reply with quote

The overlapping view may not show both content.
below are some alternative options.


Code:
form = createForm(true)
form.Position = poDesktopCenter
form.Width = 350
form.Height = 170

local m1=createMemo(form)
m1.Height = 100
m1.Left = 100
m1.Top = 15
m1.Width = 150
--m1.WordWrap=false
--m1.ScrollBars="ssAutoBoth"
m1.Lines.Text="UDF1.CEMemo1 - Vsb"

local m2=createMemo(form)
m2.Height = 100
m2.Left = 100
m2.Top = 15
m2.Width = 150
--m2.WordWrap=false
--m2.ScrollBars="ssAutoBoth"
m2.Lines.Text="UDF1.CEMemo2 - Vsb"

local b1=createButton(form) b1.Left=85 b1.Top=135 b1.caption="<---->"
local b2=createButton(form) b2.Left=195 b2.Top=135 b2.caption="Visible"

local vsb = 1

function vspPlus()
if vsb==4 then
vsb = 1
m1.Left=100 m2.Left=100
m2.Top=5
m1.bringToFront() m2.sendToBack()
--print(vsb.."\n")
else
vsb = tonumber(vsb) + 1
--print(vsb)
end
end

function Combining()
if m1.Left==100 then
m1.Left=15 m2.Left=185
else
m1.Left=100 m2.Left=100
end
end

function onTheSurface()
if vsb==1 then
m2.Top=15  m1.Top=15
m2.visible=false
m1.visible=true
vspPlus()
elseif vsb==2 then
m1.visible=false
m2.visible=true
vspPlus()
elseif vsb==3 then
m1.visible=false
m2.visible=false
vspPlus()
elseif vsb==4 then
m1.visible=true
m2.visible=true
vspPlus()
end
end
m1.OnClick=function() m1.bringToFront() m2.sendToBack() m2.Top=5 m1.Top=15 end
m2.OnClick=function() m2.bringToFront() m1.sendToBack() m1.Top=5 m2.Top=15 end
b1.OnClick=Combining
b2.OnClick=onTheSurface

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
hatedoot
How do I cheat?
Reputation: 0

Joined: 07 May 2020
Posts: 3

PostPosted: Fri May 08, 2020 4:32 pm    Post subject: Reply with quote

Thanks ill try it
_________________
hi
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