Skip to content
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

SpreadsheetView? #141

Open
den1k opened this issue Aug 26, 2021 · 3 comments
Open

SpreadsheetView? #141

den1k opened this issue Aug 26, 2021 · 3 comments
Labels
enhancement New feature or request question Not an actual issue, a question

Comments

@den1k
Copy link

den1k commented Aug 26, 2021

Could a basic SpreadsheetView like the one from controlsfx be added to cljfx?
image

http://javadox.com/org.controlsfx/controlsfx/8.40.10/org/controlsfx/control/spreadsheet/SpreadsheetView.html

@vlaaad
Copy link
Contributor

vlaaad commented Aug 28, 2021

Hi @den1k,

It won't be added to cljfx itself since cljfx's purpose is to wrap javafx, and controlsfx is a separate library.

For your own project you can wrap classes from controlsfx using macros in cljfx.composite ns. For example usages see namespaces in cljfx.fx folder. See also: user/infer-props function that is able to infer some props for cljfx.composite/props macro.

I also thought about creating a separate repo wrapping controlsfx, but right now I'm busy with Reveal

@vlaaad vlaaad added enhancement New feature or request question Not an actual issue, a question labels Aug 28, 2021
@den1k
Copy link
Author

den1k commented Aug 28, 2021

Got it thanks. Do you think wrapping controlsfx spreadsheet view would be fairly trivial or rather involved? Trying to gauge if I should go down that rabbithole

@vlaaad
Copy link
Contributor

vlaaad commented Aug 29, 2021

Closer to trivial :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Not an actual issue, a question
Projects
None yet
Development

No branches or pull requests

2 participants