Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: INI Configuration GUI
Post: RE: INI Configuration GUI

Before: [VARIABLES] users=[[email protected],[email protected]] After: [VARIABLES] users=['[email protected]', '[email protected]', '[email protected]'] Second Edit: [VARIABLES] users=['[email protected]', " '[email protected]", " '[email protected]", " 'bob@wo...
goofygoo General Coding Help 4 4,447 Jul-19-2020, 08:47 PM
    Thread: INI Configuration GUI
Post: RE: INI Configuration GUI

I am not so concerned about the spaces but rather the quotes added. Each time the file is edited, more quotes are added.
goofygoo General Coding Help 4 4,447 Jul-19-2020, 08:31 PM
    Thread: INI Configuration GUI
Post: INI Configuration GUI

I am using Python38. I have been assigned to write a gui to edit the configuration ini file for an existing program. I have cobbled together a program which works fairly well, but when I save back to ...
goofygoo General Coding Help 4 4,447 Jul-19-2020, 07:58 PM
    Thread: Scroll Bars going backwards
Post: RE: Scroll Bars going backwards

Thank you for the response, I don't see where I have the frame attached to root canvas in frame (you have it attached to root)
goofygoo GUI 2 2,661 Jun-07-2019, 05:07 PM
    Thread: Scroll Bars going backwards
Post: Scroll Bars going backwards

I am having difficulty with my scroll bars sliding backward. Code below. user_dict = {"J Schmo":["SSM", "CPP"], "B Kezzi":["SM", "OBSIC"], "J juk":["SSM", "CPP"]} system_type = {"Controller":["SSM", ...
goofygoo GUI 2 2,661 Jun-07-2019, 02:30 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020