-
Notifications
You must be signed in to change notification settings - Fork 33
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
Lots of XRC errors with wxWidgets 3.1.5 and 3.2.2 #31
Comments
Thanks for bringing this up. Can you provide a specific example how to reproduce the error? |
On Sun, 27 Aug 2023 06:13:48 -0700 Sebastian Dietrich ***@***.***> wrote:
Thanks for bringing this up. Can you provide a specific example how to reproduce the error?
Simply build a copy of wxWidgets (3.1.5 opr 3.2.2) monolothic with gtk2.
Compile and link pgadmin3 lts against that. Run pgadmin3, and select
"Add server" from the File menu. You should see a complaint dialog that
wxALIGN_CENTRE has no effect when the wxEXPAND is given.
…--
Christopher Oliver ***@***.***>
|
This happens on nearly every dialog - from the Backup and Restore dialogs to the Add Server one. Some have as little as 3 errors, but many pop up over 10 of those errors, making its usage very annoying as you have to dismiss a unpredictable number of errors before getting to the actual dialog. Other than that, the dialogs work fine, albeit with cosmetic details, but nothing that hampers or breaks usability. |
I will look into this within the next couple of weeks. |
Check this: AbdulYadi/pgadmin3@526e4c1 |
There are lots of places which bring up an ineffective wxALIGN_CENTRE with wxEXPAND with
current wxWidgets libraries dialog box. I rebuilt pgadmin3 after removing the allegedly superfluous wxALIGN_CENTRE from the xrc files with sed, but this may be bogus as I'm no wxWidgets expert. I'm not sure if there are other XRC errors, but getting these dialogs makes trying to work with pgadmin3 a frustrating affair.
The text was updated successfully, but these errors were encountered: