Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inidebug window not readable #85

Open
APantslessMan opened this issue Nov 19, 2023 · 10 comments
Open

Inidebug window not readable #85

APantslessMan opened this issue Nov 19, 2023 · 10 comments

Comments

@APantslessMan
Copy link

Having issues with proxy redirect, so need to get proxy info from inidebug. Setting feature to true does make a window open in the gui, but it takes up the entire screen with no visible text on it.

Is there any log of what pops up in the inidebug window?

@mesab0ogie
Copy link

yup having the same issue here with the inidebug window

@jpattWPC
Copy link
Collaborator

jpattWPC commented Nov 20, 2023 via email

@APantslessMan
Copy link
Author

So in Linux alpine extended. Latest release. I get the large inidebug window. I tried in windows as well before coming here, and the window exists in windows, but I am unable to bring it to the front or expand it.

@lasseo
Copy link

lasseo commented Nov 21, 2023

Got the same issue on Ubuntu 23.10.
The window becomes extremely wide. It is still possible to select the text and copy it to another text editor.
My guess is that the certificate content, which is a very long string, is causing the window to expand.

@jpattWPC
Copy link
Collaborator

jpattWPC commented Nov 22, 2023 via email

@lasseo
Copy link

lasseo commented Nov 24, 2023

The problem is in this row of the script:
[sg.Multiline(default_text=inistring, size=(800G.scaling, 600G.scaling))]

According to the API reference to PySimpleGui, the size is given in characters (width) and rows(height) and not pixels.
It would be incorrect to have a Window of dimension 800 chars wide and 600 rows in height. Changing this to size=(80, 50) or so gives a decent Window.

@jpattWPC
Copy link
Collaborator

jpattWPC commented Nov 24, 2023 via email

@joshpatten
Copy link
Owner

This should be resolved, please pull and test.

@APantslessMan
Copy link
Author

tested in linux, it has been resolved.

windows is still not allowing me to bring the window to the front. this could be a local issue, but im not sure

@mesab0ogie
Copy link

Tested on Ubuntu 22.04 and PiOS can confirm its working. And thank you so much for resolving this. After being able to read the inidebug, i was able to figure out what was wrong and got it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants