Skip to content

Conversation

@deajan
Copy link
Contributor

@deajan deajan commented Oct 7, 2025

This allows to customize all "lazy button functions", eg FileBrowse, just like any button. Example, changing FileBrowse button to be an image instead of a button:

                sg.FilesBrowse(
                    "",
                    target="--ADD-PATHS-FILE--",
                    key="--ADD-PATHS-FILE-BUTTON--",
                    image_data=ADD_FILE)

deajan added 2 commits October 7, 2025 14:27
This allows to customize all "lazy button functions", eg FileBrowse, just like any button.
Example, changing FileBrowse button to be an image instead of a button:
```
                sg.FilesBrowse(
                    "",
                    target="--ADD-PATHS-FILE--",
                    key="--ADD-PATHS-FILE-BUTTON--",
                    image_data=ADD_FILE)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant