-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
yup having the same issue here with the inidebug window |
Windows or Linux?
…On Sun, Nov 19, 2023, 7:04 PM mesab0ogie ***@***.***> wrote:
yup having the same issue here with the inidebug window
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4U7MFU5PQB6ZVGFQUSIFLYFKT77AVCNFSM6AAAAAA7RSQCASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJYGA2TMMRRGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
<https://www.westparkcom.net>
<https://www.westparkcom.net/>
<https://www.facebook.com/Westparkcom>
<https://plus.google.com/115805397773385459794>
<https://www.linkedin.com/company-beta/854512/>
<https://twitter.com/westparkcom>
Confidentiality Notice: The information
contained in or attached to this message may be privileged and confidential
and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately and delete the message as received.
|
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. |
Got the same issue on Ubuntu 23.10. |
Let me see what I can do to force the window to be smaller
…On Tue, Nov 21, 2023 at 3:59 PM Lars Olsson ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4U7MC2ET2T2SCJXVA52MTYFUP4XAVCNFSM6AAAAAA7RSQCASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRRG43DQMZWGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Josh Patten*
*President*
*Westpark Communications, L.P*.
8917 Louetta Rd, Suite 400
Spring, TX 77379
Ph: 713.785.3238
--
<https://www.westparkcom.net>
<https://www.westparkcom.net/>
<https://www.facebook.com/Westparkcom>
<https://plus.google.com/115805397773385459794>
<https://www.linkedin.com/company-beta/854512/>
<https://twitter.com/westparkcom>
Confidentiality Notice: The information
contained in or attached to this message may be privileged and confidential
and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately and delete the message as received.
|
The problem is in this row of the script: According to the API reference to PySimpleGui, the size is given in characters (width) and rows(height) and not pixels. |
Good find, let me fix this and post a new release
…On Fri, Nov 24, 2023, 5:24 PM Lars Olsson ***@***.***> wrote:
The problem is in this row of the script:
[sg.Multiline(default_text=inistring, size=(800*G.scaling, 600*
G.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.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4U7MA3NPTZXXQ735FTJZTYGEUDPAVCNFSM6AAAAAA7RSQCASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWGEZTIOJRGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
<https://www.westparkcom.net>
<https://www.westparkcom.net/>
<https://www.facebook.com/Westparkcom>
<https://plus.google.com/115805397773385459794>
<https://www.linkedin.com/company-beta/854512/>
<https://twitter.com/westparkcom>
Confidentiality Notice: The information
contained in or attached to this message may be privileged and confidential
and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately and delete the message as received.
|
This should be resolved, please pull and test. |
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 |
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. |
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?
The text was updated successfully, but these errors were encountered: