You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: