Aiban 0 Light Poster

Hi Everyone.

After many months my program works .. man, so much happiness, and it wasn't a small project, my first program is 400 lines of code LOL

OK .. so i wanted to fix up some of the "prettines" and was looking for some ideas.

One idea is this .. i used py2exe to create a exe (i used the "single" profile but ended up with a HUGE mass of files (nearly 1000 of them) and wondered if i did something wrong, on top of that, when i run the resulting .exe i get a command prompt window as well, which i would rather not have and wondered if there was a way to stop it.

I also use in my code
root.overrideredirect(1)
to prevent window resizing and moving, but as a result i lose the taskbar of the program so i can't easily select it and return to it if i like. To get it back am i forced to not use the overrideredirect? I want to lock the windows though....

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.