littlelightcz
02/19/2019, 9:40 AMform { }
?iari
02/19/2019, 8:02 PMnate
02/21/2019, 7:23 PMsbyrne
02/21/2019, 7:27 PMedvin
02/23/2019, 8:56 AMclickCount
parameter.Nikky
02/24/2019, 12:56 PMNikky
02/25/2019, 5:15 PMwakingrufus
02/25/2019, 6:52 PMShan
02/25/2019, 11:28 PMcarlw
02/27/2019, 3:04 AMcarlw
02/27/2019, 12:19 PMg4sarma
02/28/2019, 11:28 AMcarlw
02/28/2019, 6:51 PMedvin
02/28/2019, 7:36 PMedvin
02/28/2019, 7:37 PMCzar
03/01/2019, 11:20 AMKevin
03/01/2019, 12:25 PMamanda.hinchman-dominguez
03/03/2019, 11:00 PMamanda.hinchman-dominguez
03/03/2019, 11:02 PMamanda.hinchman-dominguez
03/06/2019, 4:51 AMjava.lang.ClassCastException: tornadofx.Scope cannot be cast to knote.tornadofx.model.NotebookScope
at knote.tornadofx.view.NotebookSpace.<init>
Shan
03/09/2019, 11:26 AMlabel
, and then save it. Once saved, (or I guess, "committed" via the model) the name needs to be updated in several difference places within the application. Right now how I'm doing it is when the label
is instantiated, it is added to a map which contains the label's string name, and a random UUID (to prevent issues with two names that are the same). I then set a listener on that map everywhere I need to update the name, and when I 'save' within the renaming fragment, I update the map entry with the new string, which then sets it elsewhere in the application. I'm trying to rewrite this using a ViewModel, but am unsure if I'm on the right track (or understanding it properly). I was thinking something like this? Is this the right setup? (Have some questions in the comments in the snippet)Shan
03/09/2019, 12:08 PMcarlw
03/09/2019, 1:45 PMNikky
03/12/2019, 12:36 AMtext {
font = Font.font(java.awt.Font.MONOSPACED, font.size)
}
but also want to make it possible for the user to select and copy ?
i tried to use a textarea instead but that one has a scrollpane built in and i have no idea how to disable thatShan
03/12/2019, 11:29 PMcarlw
03/14/2019, 8:35 PMiari
03/14/2019, 9:59 PMManpreet Singh
03/18/2019, 7:48 AMProjectView().openWindow()
How do I prevent the window close button from working. I tried putting primaryStage.setOnCloseRequest{}
in the view root but it does not work.carlw
03/18/2019, 11:36 AMabhinay
03/21/2019, 8:38 AM