edvin
02/09/2017, 10:33 PMron
02/09/2017, 10:37 PMedvin
02/09/2017, 10:41 PMedvin
02/09/2017, 10:42 PMPasted image at 2017-02-09, 23:41▾
carlw
02/09/2017, 10:42 PMcarlw
02/09/2017, 10:43 PMedvin
02/09/2017, 10:44 PMedvin
02/09/2017, 10:44 PMcarlw
02/09/2017, 10:44 PMhastebrot
02/10/2017, 4:24 AMCanvas
node, also the comments have interesting remarks; for one of the commentators it didn't work. The solution for my example code was to change the Canvas's parent from stackpane
to pane
to allow not only growing the canvas but also shrinking it.hastebrot
02/10/2017, 4:33 AMCanvas
class (someone in the comments also pointed this out, AFAIR). The componentized Canvas
is nice, if one want's the resize functionality out-of-the-box.Ruckus
02/10/2017, 4:58 AMedvin
02/10/2017, 10:50 AMedvin
02/10/2017, 10:50 AMhostServices.openDocument(uri)
from anywhere.edvin
02/10/2017, 11:21 AMcarlw
02/10/2017, 11:22 AMcarlw
02/10/2017, 11:30 AMedvin
02/10/2017, 11:32 AMedvin
02/10/2017, 11:56 AMedvin
02/10/2017, 11:56 AMron
02/10/2017, 2:04 PMFeb 10, 2017 3:04:32 PM tornadofx.NodesKt setAlignment
WARNING: Setting alignment=TOP_CENTER on DrawerItem@5f489c5c[styleClass=drawer-item] failed because parent doesn't support it (ExpandedDrawerContentArea@53789a2f[styleClass=content-area])
ron
02/10/2017, 2:05 PMFeb 10, 2017 3:04:21 PM tornadofx.NodesKt setAlignment
WARNING: Setting alignment=TOP_CENTER on SqueezeBox@100a9a3d[styleClass=squeeze-box] failed because parent doesn't support it (DrawerItem@5f489c5c[styleClass=drawer-item])
edvin
02/10/2017, 2:14 PMron
02/10/2017, 2:47 PMedvin
02/10/2017, 2:57 PMron
02/10/2017, 3:01 PMedvin
02/10/2017, 5:04 PMDrawer items on the right, title header▾
edvin
02/10/2017, 5:05 PMshowHeader
option to the item
builder for drawer. It will default to true when multiselect is on, otherwise false. The reasoning behind that is that you'd need/want the title header to distinguish between the different content in the content area. You can control it completely manual too of course, but by default it does the right thing with no extra code.Ruckus
02/10/2017, 5:06 PMedvin
02/10/2017, 5:16 PM