-
Notifications
You must be signed in to change notification settings - Fork 84
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
Hebrew language support? #429
Comments
Looks like you have your height and width values the wrong way around.
…On Wed, 29 Mar 2023, 07:31 gonensel, ***@***.***> wrote:
his I create a new file dialog but the buttons don't appear.
this is the code that I used for the create:
manager = pygame_gui.UIManager((SCREEN_SIZE[0], SCREEN_SIZE[1]))
file_dialog =
pygame_gui.windows.ui_file_dialog.UIFileDialog(rect=pygame.Rect((SCREEN_SIZE[0]//2,
SCREEN_SIZE[1]//2), (SCREEN_SIZE[1] * 0.7, SCREEN_SIZE[0] *
0.7)),manager=manager)
*Platform and software (please complete the following information):*
- OS: Mac
- Pygame GUI version 0.6.8
- Pygame version 2.3.0
[image: image]
<https://user-images.githubusercontent.com/65337111/228445807-b614fb1f-db1d-42a5-911b-29b18b97432a.png>
—
Reply to this email directly, view it on GitHub
<#429>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGDGGWFKORV4L7SATCPHWDW6PJMXANCNFSM6AAAAAAWLQGASA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
ok thanks its working |
Sadly, no native support yet and as hebrew is a right to left language it will require the planned change from |
This was added in #511 and a few other following PRs. Closing this for now in preparation for 0.6.10 release later this week. |
his I create a new file dialog but the buttons don't appear.
this is the code that I used for the create:
manager = pygame_gui.UIManager((SCREEN_SIZE[0], SCREEN_SIZE[1]))
file_dialog = pygame_gui.windows.ui_file_dialog.UIFileDialog(rect=pygame.Rect((SCREEN_SIZE[0]//2, SCREEN_SIZE[1]//2), (SCREEN_SIZE[1] * 0.7, SCREEN_SIZE[0] * 0.7)),manager=manager)
Platform and software (please complete the following information):
The text was updated successfully, but these errors were encountered: