Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

taskDialog bug - Erronous characters hen defining radio buttons #13

Open
CyrilleB79 opened this issue Feb 23, 2017 · 2 comments
Open

taskDialog bug - Erronous characters hen defining radio buttons #13

CyrilleB79 opened this issue Feb 23, 2017 · 2 comments

Comments

@CyrilleB79
Copy link

Sometimes, when creating a set of radio-buttons in a taskDialog, the text appears with erronous characters.

For example:
import sixpad as sp
sp.window.taskDialog(text='Ceci est un essai', title = 'Fenêtre de test Cyrille', radioButtons=['Toto Dupont', 'tata Durand', 'Titi Dupuis'])

The first character of each radio button text is wrong.

@CyrilleB79
Copy link
Author

The problem seems to occur also with the labels of the buttons.
For example:

sp.window.taskDialog(title="Titre fenêtre très long avec des caractères spéciaux (NB: ce titre semble OK)", heading="Cette fenêtre présente un exemple de fenêtre task dialog (NB: ce texte semble OK)", text="Dans cette fenêtre, on teste tous les types d'éléments (semble OK aussi)", details="Voici un texte qui présente plus de détails (semble OK)", footer="Et voici un petit texte en bas de la boîte de dialogue (semble OK)", radioButtons = ['élément 1 à cocher', 'élément2 à cocher', 'élément 3 à cocher'], buttons=['Premier bougon', 'Bouton 2', 'Bouton 3'], checkbox = "élément à cocher ou à décocher (semble OK)")
The labels of radio-buttons and normal buttons are erronous. On the contrary, all other labels seem to be OK.
Maybe a problem with the arbuments passed as lists?

@CyrilleB79
Copy link
Author

2 little mistakes need to be corrected in the documentation 👍

3000:
The verification checkbox has been clicked and it is no unchecked
3001:
The verification checkbox has been clicked and it is no checked

"no" needs to be replaced by "now".

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

No branches or pull requests

1 participant