-
Notifications
You must be signed in to change notification settings - Fork 117
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
Influence position of buttons on choicebox #195
Comments
@robertlugg Is there still maintenance done on this package? |
There is not currently an option to do what you want - your most immediate option is to look at the EasyGui source code and create a custom Box configuration that matches what you want. Nice suggestion, and good point. It might be a good addition. I’ve been meaning to do get some refactoring and bug fixing done to make adding new features easier - but it keeps getting postponed. It would be really nice to add some class inheritance first before introducing something like this to all of the various box classes currently in existence. In other words - I’d want to do the refactor first, and add features later… |
@zadacka Thanks for your reply. I have another suggestion: on multibox currently I cannot do a block select (so multiple choices in 1 go); I need to do a one by one select now. Could a block select be added? |
Block select: as in shift click to select a block of choices? You should definitely already be able to select one at a time (to add to the selection), or hit the 'select all' button to get all of them, right? I don't think that we've got anything to do selection of a block yet. Am I understanding the idea right? |
Selecting one by one works fine and select all also works fine. |
@zadacka Any news on this request? |
Not currently - your most immediate option is to look at the EasyGui source
code and create a custom Box configuration that matches what you want.
Nice suggestion, and good point. It might be a good addition.
I’ve been meaning to do get some refactoring and bug fixing done to make
adding new features easier - but it keeps getting postponed. It would be
really nice to add some class inheritance first before introducing
something like this to all of the various box classes currently in
existence. In other words - I’d want to do the refactor first, and add
features later…
…On Fri, 18 Mar 2022 at 13:06, Harm ***@***.***> wrote:
I am using easygui especially to build and display choice boxes in robot
framework on Windows.
At the moment I get the OK button on the right side of the Cancel button.
This is not the same sequence as Windows uses when such a choice needs to
be answered.
Can I set some option to change the position of a button?
—
Reply to this email directly, view it on GitHub
<#195>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2XZIOS5GYNTCCVW4Z2P2LVARWWBANCNFSM5RBUZAJA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sorry - lots going on at the moment (moving house this week is certainly
not helping either!).
I’ve got a PR for a big refactor which should make many future changes and
fixes easier.
I haven’t looked at this particular one though. If you’d like to take a
look and submit a PR for the feature I’d be happy to review it…
…On Sun, 31 Jul 2022 at 12:49, Harm ***@***.***> wrote:
@zadacka <https://github.com/zadacka> Any news on this request?
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2XZIKNCNBBSXBOJQQB2ZDVWZR6DANCNFSM5RBUZAJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@zadacka I am anxiously awaiting your refactor.......... Any news? |
I've been meaning to work through the PR and check that each of the box types works correctly before/after the changes. As there few tests prior to this (and testing UI stuff is generally a pain) the first round of checks needs to be done by hand. Meant to do this over Xmas/New Year, but ended up relaxing too hard and not doing anything producvite! Comments on the refactor PR are welcome, especially if you see any bug that I've introduced and not spotted yet... |
I am using easygui especially to build and display choice boxes in robot framework on Windows.
At the moment I get the OK button on the right side of the Cancel button. This is not the same sequence as Windows uses when such a choice needs to be answered.
Can I set some option to change the position of a button?
The text was updated successfully, but these errors were encountered: