chickenfresh
09/02/2018, 1:05 PMcontextmenu {
item("Copy text to clipboard") {
setOnAction {
val clipboard = Clipboard.getSystemClipboard()
clipboard.putString(msg.text)
}
}
}
im using thiscarlw
09/02/2018, 1:19 PMchickenfresh
09/02/2018, 1:31 PMcarlw
09/02/2018, 1:41 PMcarlw
09/02/2018, 1:41 PMcarlw
09/02/2018, 1:42 PMcarlw
09/02/2018, 2:04 PMcarlw
09/02/2018, 2:06 PMamanda.hinchman-dominguez
09/02/2018, 2:23 PMcarlw
09/02/2018, 2:23 PMcarlw
09/02/2018, 3:13 PMcarlw
09/02/2018, 3:14 PMchickenfresh
09/02/2018, 3:16 PMcarlw
09/02/2018, 3:16 PMchickenfresh
09/02/2018, 3:17 PMcarlw
09/02/2018, 3:18 PMchickenfresh
09/02/2018, 3:18 PMchickenfresh
09/02/2018, 3:19 PMcarlw
09/02/2018, 3:19 PMchickenfresh
09/02/2018, 3:24 PMlike
button in my app, which is capable for both like and dislike functions
If I press the button 100 times in a few second (not sure I could but for example), and it results with no difference between state on start and on finish, then, instead of sending 100 requests I’d deal only with result.
I know, that highload projects are using this, didn’t realize how yet (on backend or front end), but may be managing queue isn’t hard to implement?carlw
09/02/2018, 3:25 PMcarlw
09/02/2018, 3:26 PMcarlw
09/02/2018, 3:27 PMchickenfresh
09/02/2018, 3:28 PMcarlw
09/02/2018, 3:28 PMchickenfresh
09/02/2018, 3:28 PMcarlw
09/02/2018, 3:28 PMcarlw
09/02/2018, 3:29 PMcarlw
09/02/2018, 3:29 PMchickenfresh
09/02/2018, 3:30 PM