Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Get the parent label of a ImageTk.PhotoImage
Post: Get the parent label of a ImageTk.PhotoImage

Hi, i have five labels with a Photo in a frame: for entry in dir: file = self.file_path + "\\" + entry if os.path.isfile(file): try: ...
delphinis GUI 1 2,418 Aug-02-2020, 10:35 AM
    Thread: How to check if window is fullscreen or not
Post: RE: How to check if window is fullscreen or not

Well, if the <F11> is pressed and the function is called, it sets the wm_state to 'zoomed' and on <Esc> to 'normal', so it can be determined with your proposal. But in the case someone cli...
delphinis GUI 2 3,837 Aug-01-2020, 01:21 PM
    Thread: How to check if window is fullscreen or not
Post: How to check if window is fullscreen or not

Hi, trying to play with fullscreen, to save the last configuration of the screen, i whanted to obtain the info if the window is in fullscreen or not. But nothing works. I tried with - .attributes('f...
delphinis GUI 2 3,837 Aug-01-2020, 10:27 AM
    Thread: Problems with windows paths
Post: RE: Problems with windows paths

Now i changed the pathname by hand using image_path = image_path.replace("\\", "/")and i got the error Error:_tkinter.TclError: image "C:/SVN/Python/Trunk/Projects/PhotoViewer/OpenFolder.png" doesn'...
delphinis General Coding Help 6 5,179 Jul-21-2020, 04:17 PM
    Thread: Problems with windows paths
Post: RE: Problems with windows paths

Sorry, but this is noting new for me. But when i get the path from the system using the python os class it should already be int the correct format. Note that i didn't specify the path by myself like...
delphinis General Coding Help 6 5,179 Jul-21-2020, 03:17 PM
    Thread: Problems with windows paths
Post: Problems with windows paths

Hello, i try to create a button with an image. Problem: The correct Path is not interpreted correctly. When i try this code image_path = os.path.join(self.cwd, "OpenFolder.png") print(...
delphinis General Coding Help 6 5,179 Jul-21-2020, 11:03 AM
    Thread: Hi, Keep postition of main window after iconify()
Post: RE: Hi, Keep postition of main window after iconif...

Hi, how to install those 3 special packages ? Sorry i am a bit new on python. Tried to install with pip install "package" but i get always: "ERROR: Could not find a version that satisfies the require...
delphinis GUI 3 3,126 Jul-12-2020, 06:41 AM
    Thread: Hi, Keep postition of main window after iconify()
Post: Hi, Keep postition of main window after iconify()

Hi, i write an app using iconify after creating the window: root = tk.Tk() app = Window(root) root.iconify() #root.wm_withdraw() root.mainloop()problem: When clicking on it in the Wind...
delphinis GUI 3 3,126 Jul-11-2020, 11:53 AM

User Panel Messages

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