Almas Baim

Results 163 comments of Almas Baim

Looks great! It seems there are 3 cases: OK, update available, exception. I think we can simplify this for the user: **case exception:** (the user doesn't need to know there...

You could go with "All OK" in FXML with the appropriate icon. Then, in code, check for updates and overwrite if an update is available. Let me know if you...

My original proposal was to use something like `new red Circle()`, which is visible when there is an update, otherwise not. Both for the update item and the "Help" menu...

In which case, for this PR, we could ditch the visual indicator and do: - If update available, the menu item text is "Update available..." - Else, the menu item...

That looks like a neat way to localise text going forward!

> click text -> layout -> select layout X -> add 3-4 zeroes onto the value already in the box This definitely causes an issue as the container is probably...

@abhinayagarwal @Oliver-Loeffler Does SB support high-contrast themes now? If not, I'd like to close this and reopen as a new issue to move to the top of the list to...

I've added this to 20, though we still seem to have trailing issues for 18 and 19 that need to be looked at.

Reproduced on Windows 10 with latest SB build: ``` java.lang.NullPointerException: Cannot invoke "javafx.scene.control.TableView.getSkin()" because the return value of "javafx.scene.control.TableColumn.getTableView()" is null at javafx.scene.control.TableColumn.getStyleableNode(TableColumn.java:646) at com.oracle.javafx.scenebuilder.kit.util.CssInternal.getCssInfo(CssInternal.java:304) at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.setEditorValueFromSelection(InspectorPanelController.java:1306) at com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.InspectorPanelController.setEditorValueFromSelection(InspectorPanelController.java:1252) at...