You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DataFX
i want to remove all grid lines from tableview, i found 2 css tags :
1. -fx-table-cell-border-color: transparent; => error (Unknown property: "-fx-table-cell-border-color") 2. -fx-grid-lines-visible: false; => error ("-fx-grid-lines-visible" is not supported by the given selectors)
what's wrong in my css ???
i use jdk 1.8-u102
zia malik
unread,
Feb 3, 2018, 4:22:29 AM2/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DataFX
i am also facing same problem. what is the problem?