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 


Whats wrong with this..

 
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: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Fri Apr 12, 2013 6:08 am    Post subject: Whats wrong with this.. Reply with quote

Code:
local helpf     = createForm()
local hpanel    = createPanel(helpf)
local helplabel = createLabel(hpanel)
local textbox   = createMemo(hpanel)
setProperty(helpf , "Position", "poScreenCenter")
setProperty(helpf , "BorderIcons", "[biSystemMenu]")
control_setPosition(hpanel, 0, 0)
control_setPosition(helplabel, 5, 5)
control_setPosition(textbox, 5, 20)

control_setCaption(helplabel, "Help")
control_setCaption(helpf, "Help File")


Though because size wasn't set yet.. but didn't work either.
Code:
local helpf     = createForm()
local hpanel    = createPanel(helpf)
--local helplabel = createLabel(hpanel)
local textbox   = createMemo(hpanel)
setProperty(helpf , "Position", "poScreenCenter")
setProperty(helpf , "BorderIcons", "[biSystemMenu]")
control_setPosition(hpanel, 0, 0)
--control_setPosition(helplabel, 5, 5)
control_setPosition(textbox, 5, 20)

control_setSize(helpf, 200, 200)
control_setSize(hpanel, 200, 200)
control_setSize(textbox, 150, 150)

--control_setCaption(helplabel, "Help")
control_setCaption(helpf, "Help File")



fail.png
 Description:
 Filesize:  82 KB
 Viewed:  4915 Time(s)

fail.png


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Apr 12, 2013 7:59 am    Post subject: Reply with quote

Try it in ce 6.2 normal.
This may be a bug in 6.2+

_________________
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


Last edited by Dark Byte on Fri Apr 12, 2013 8:01 am; edited 1 time in total
Back to top
View user's profile Send private message MSN Messenger
DaSpamer
Grandmaster Cheater Supreme
Reputation: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Fri Apr 12, 2013 8:00 am    Post subject: Reply with quote

Oh yup,
The issue is in C.E 6.2 + guess you're gonna fix it?
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 218

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Wed Apr 17, 2013 6:29 am    Post subject: Reply with quote

original on the left, r1753 on the right.

It's fixed.


_________________
Back to top
View user's profile Send private message MSN Messenger
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