Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Entry widget to variable
Post: RE: Entry widget to variable

(Sep-20-2019, 03:20 PM)Yoriz Wrote: IPRangeEntry.place(x=115, y=44)should be on the next separate line IPRangeEntry = Entry(main) IPRangeEntry.place(x=115, y=44) Ahh thank you. That fixed it :)
Zeiphar GUI 4 3,651 Sep-21-2019, 05:41 AM
    Thread: Entry widget to variable
Post: RE: Entry widget to variable

(Sep-20-2019, 02:28 PM)woooee Wrote: IPRangeEntry = Entry(main).place(x=115, y=44) PortRangeEntry = Entry(main).place(x=115, y=84)place() returns None. You have to first store the Entry instance so...
Zeiphar GUI 4 3,651 Sep-20-2019, 02:43 PM
    Thread: Entry widget to variable
Post: Entry widget to variable

Hey guys. Im a bit of a scrub when it comes to coding, specially with python. Just need some help with getting the ip/port range from the entry widgets up to their corresponding variables. this is wha...
Zeiphar GUI 4 3,651 Sep-20-2019, 12:46 PM

User Panel Messages

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