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 


OpenDialog Return null (nil)

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

Joined: 11 Jun 2011
Posts: 85

PostPosted: Sat Aug 31, 2013 11:16 pm    Post subject: OpenDialog Return null (nil) Reply with quote

Hello guys.
I try to use OpenDialog to get the game executable file path to run it from my trainer but after select exe file, OpenDialog return nullable value and nothing happened. I use this code:
Code:
GameName = "MyGame";
function LaunchClick()
   local osDisk = os.getenv( "SystemDrive" );
   MyPath = osDisk.."\\Windows\\Temp\\";
   filetolaunch=openDialog_execute(Trainer_OD);
   if filetolaunch~='' and filetolaunch~=nil then
      settingsFile = io.open(MyPath..GameName..".ini", "w");
      if (settingsFile ~= nil) then
         settingsFile:write(filetolaunch);
         settingsFile:close();
      end
        control_setEnabled(Trainer_btnClean, true);
      createProcess(filetolaunch);
   end
end

where is my problem? Please help.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Sun Sep 01, 2013 2:55 am    Post subject: Reply with quote

Use this:
Code:

if Trainer_OD.execute() then
  filetolaunch=Trainer_OD.Filename
else
  filetolaunch=nil
end

_________________
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
Shahryar
Advanced Cheater
Reputation: 0

Joined: 11 Jun 2011
Posts: 85

PostPosted: Sun Sep 01, 2013 5:21 am    Post subject: Reply with quote

Thanks a lot Dark Byte. Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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