
KingNothing
Novice
Oct 4, 2011, 6:02 PM
Views: 1226
|
Hi all to the forum, here is my problem, i have write a program with gui (using Tk) and put a button that calls notepad and the file that i want to open. Something like this, system('notepad file.txt') That worked good in my tests when writing the code. But when i tried to make the .pl file executable via PerlApp I noticed that when i run the exe and click on the button to open the notepad the system freezes and i have to call the task manager. That happened both on windows xp and 7. To say the truth, i checked on the features "Hide console" on the perlapp before i make the file executable. When i uncheck this feature everything works great. But i dont want to have the console window at all when runnig my program. Does anyone know what elese can i do to solve this problem? Thanks in advance. I dont know if i posted in the right section, if not one moderator could remove it to one better.
(This post was edited by KingNothing on Oct 4, 2011, 6:02 PM)
|