-
Notifications
You must be signed in to change notification settings - Fork 221
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
Design and develop "plugins" module to allow embedding 3rd party JavaFX controls #461
Comments
Not a short-term goal but adding this here so ideas can be generated over time. In addition, creates a space for users and developers to keep track of the development of 3rd party controls integration. |
If I understand correctly, based on issues and open PRs, the idea is that
SB _ships_ with these custom controls, available for use out of the box,
without imports.
…On Mon, 17 Jan 2022, 11:37 pm Eugene Ryzhikov, ***@***.***> wrote:
I was under impression that SceneBuilder is already able to import
3rd-party custom controls with Library Manager.
<https://user-images.githubusercontent.com/341840/149847634-3f64655b-a8e0-4154-8bd3-401aa7062d4f.png>
—
Reply to this email directly, view it on GitHub
<#461 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3NT5TA6SFBH5MNMWVJVMDUWSR4BANCNFSM5MFQW2UQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Well, essentially its also that foreign controls provide properties which are unknown to Scene Builder. If you're the autor of a control, how can you tell Scene Builder about some specific properties you'd like to expose for editing? Of course, when doing so, Scene Builder runs external code which can be also malicious - this needs to generally treated with care. |
Expected Behavior
Developers are able to embed popular JavaFX controls into SB as a separate module, i.e. not inside
app
orkit
.Current Behavior
Only
app
andkit
modules are present.Context
There is demonstrable evidence of popularity of this feature in the community
The text was updated successfully, but these errors were encountered: