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]how to drag inside scrollbox in trainer

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

Joined: 31 Jan 2023
Posts: 2

PostPosted: Tue Jan 31, 2023 8:43 am    Post subject: [help]how to drag inside scrollbox in trainer Reply with quote

hello there, i was creating some short of teleport trainer using game map image as the base, but i cannot click drag the map image inside the trainer when i shrink the window
my question, 1. how can i click drag the image inside scrollbox?
2.i want to make menu that when i click the name, the map with that name pop up just like mine now but with multiple map image, is that possible?

thanks,
just in case i need to attach the ce files:
https ://drive. google. com/file/d/10wW1cord9V_2W2nVRIvoZ-jKYpISyf1w/view?usp=sharing
(i cant post url yet)


Last edited by sabayy on Thu Feb 02, 2023 7:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
sabayy
How do I cheat?
Reputation: 0

Joined: 31 Jan 2023
Posts: 2

PostPosted: Thu Feb 02, 2023 7:35 pm    Post subject: Reply with quote

i found a way to make some kind of pop up menu which is from my 2nd question

from CE custom gui trainer

1. make the form that you want to be pop up, in my case, image inside scrollbox
2.go to form properties (in my case ScrollBox), set visible = false
3.now that the scrollbox form is gone from the form design window, make new form, mine is simply Panel named MAIN_MENU, then add Button on top of it
4. in button Event, set OnClick this function (iam using lua here )

function showform_ScrollBox(sender) -- this is to pop up open the previous hidden scrollbox
CETrainer.ScrollBox.Visible = true
CETrainer.MAIN_MENU.Visible = false
end

5. xtra, i add close Button on my scrollbox to go back to Main Menu and close the current ScrollBox :

function hideform_ScrollBox(sender)
CETrainer.ScrollBox.Visible = false
CETrainer.MAIN_MENU.Visible = true
end
-----------
i still cant click drag the image inside the scroll box when i shrink the window, little help will be appreciated

edit : here is the pop up form
https ://drive. google. com/file/d/19lhoFRpwJjlJn7ZqUWD2EbYZKCjumm-R/view?usp=share_link
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