Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Oct-11-2023, 03:33 PM)ranjansanyal2007 Wrote: (Oct-03-2023, 05:48 PM)ranjansanyal2007 Wrote: rt As the result coming as tuple, I had to convert it to a list and it worked with comprehension. Also...
ranjansanyal2007 GUI 10 2,032 Oct-12-2023, 09:06 AM
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Oct-03-2023, 05:48 PM)ranjansanyal2007 Wrote: (Oct-03-2023, 05:05 PM)deanhystad Wrote: Guess you need to figure out why. This is the code you had: for result in results: table_rows.append(li...
ranjansanyal2007 GUI 10 2,032 Oct-11-2023, 03:33 PM
    Thread: Connecting to LDAP through Python
Post: Connecting to LDAP through Python

Hi, I am trying to connect to LDAP with SSL authentication. I installed ldap3, unbale to install ldap. I am not sure how to select the certificates. Please help. Also not sure what methods to be use...
ranjansanyal2007 General Coding Help 0 438 Oct-09-2023, 05:21 PM
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Oct-03-2023, 05:05 PM)deanhystad Wrote: Quote:table_rows = result is not working. throwing error. Guess you need to figure out why. This is the code you had: for result in results: table_rows....
ranjansanyal2007 GUI 10 2,032 Oct-03-2023, 05:48 PM
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Oct-03-2023, 03:47 PM)ranjansanyal2007 Wrote: (Oct-03-2023, 12:54 PM)deanhystad Wrote: Looks like you'll need to check if event[2] is None. You only append. You do not reset the list. for resul...
ranjansanyal2007 GUI 10 2,032 Oct-03-2023, 03:54 PM
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Oct-03-2023, 12:54 PM)deanhystad Wrote: Quote:1. This '+CLICKED' in event is not working if I try as event1 == '+CLICKED+', As per your code it's working, but failing while closing with TypeError: ...
ranjansanyal2007 GUI 10 2,032 Oct-03-2023, 03:47 PM
    Thread: Two issues in table created by PySimpleGUI
Post: RE: Two issues in table created by PySimpleGUI

(Sep-29-2023, 07:53 PM)deanhystad Wrote: This is the problem with the clicked event in the view table. while True: event1, values1 = window1.read() . . . elif '+CLICKED+'...
ranjansanyal2007 GUI 10 2,032 Oct-03-2023, 10:11 AM
    Thread: Two issues in table created by PySimpleGUI
Post: Two issues in table created by PySimpleGUI

I have created the code to search, modify tables. I have created two windows, the second has two issues in the table. 1. The click event is not working, it's not returning any values. Hence not able t...
ranjansanyal2007 GUI 10 2,032 Sep-28-2023, 06:39 PM

User Panel Messages

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