Member Selection When Creating New Groups is Not Ideal #60

Closed
opened 2020-09-27 15:36:34 +02:00 by mpk · 1 comment
Owner

Currently members for a new group are selected by the use of CTRL. This is not very intuitive so it should be changes to mechanism similar to the one WhatsApp is using.

Currently members for a new group are selected by the use of CTRL. This is not very intuitive so it should be changes to mechanism similar to the one WhatsApp is using.
mpk added this to the v0.3-beta milestone 2020-09-27 15:36:34 +02:00
mpk added the
client
M
labels 2020-09-27 15:36:34 +02:00
mpk self-assigned this 2020-09-27 15:36:37 +02:00
delvh added
L
and removed
M
labels 2020-09-27 22:50:36 +02:00
Owner

😆
Have fun.
Most likely you'll have to write several components that aren't supplied by JavaFX per default.
I have one hint for you:
Using userList.addEventHandler(MouseEvent.MOUSE_CLICKED, e -> {}); is most likely the first necessary step.
Filling that eventHandler with the necessary actions is the way more complicated part, as AFAIK there is no predefined JavaFX component doing that and additionally no help for that problem.

😆 Have fun. Most likely you'll have to write several components that aren't supplied by JavaFX per default. I have one hint for you: Using `userList.addEventHandler(MouseEvent.MOUSE_CLICKED, e -> {});` is most likely the first necessary step. Filling that eventHandler with the necessary actions is the way more complicated part, as AFAIK there is no predefined JavaFX component doing that and additionally no help for that problem.
delvh added
M
and removed
L
labels 2020-09-28 16:09:00 +02:00
mpk closed this issue 2020-10-04 21:28:56 +02:00
This repo is archived. You cannot comment on issues.
No description provided.