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
As of Scala 2, the MVCfx classes depend on ScalaFXML. ScalaFXML is using macros that are no longer supported in Scala 3. It is not clear if ScalaFXML will support Scala 3, if it will there will be likely API changers (vigoo/scalafxml#32).
Need to provide an alternate means of using MVCfx in Scala 3. The simplest way is to use JavaFX @fxml annotation and attempt to preserve as much as possible of the current MVCfx API. It should be possible to at fully reuse the ModelFX.
The text was updated successfully, but these errors were encountered:
As of Scala 2, the MVCfx classes depend on ScalaFXML. ScalaFXML is using macros that are no longer supported in Scala 3. It is not clear if ScalaFXML will support Scala 3, if it will there will be likely API changers (vigoo/scalafxml#32).
Need to provide an alternate means of using MVCfx in Scala 3. The simplest way is to use JavaFX
@fxml
annotation and attempt to preserve as much as possible of the current MVCfx API. It should be possible to at fully reuse theModelFX
.The text was updated successfully, but these errors were encountered: