ctn-archive / nengo_gui_2014

HTML5 graphical interface for Nengo -- now obsolete! Please use https://github.com/nengo/nengo_gui instead
Other
6 stars 0 forks source link

Scrolling in javaviz popup menu #115

Closed tcstewar closed 10 years ago

tcstewar commented 10 years ago

Since javaviz flattens the network (to subnetworks), there can often be way too many objects to fit in the popup menu you get when you right-click on the background. It'd be great if this menu could scroll.

This looks like it might be a way to go: https://community.oracle.com/thread/1358891?start=0&tstart=0

drasmuss commented 10 years ago

It would also be cool if it could do the nested popup menus, like in 1.4. You'd probably have to go off the label, which wouldn't be perfect, but better than nothing.

drasmuss commented 10 years ago

Is anyone else working on this already? I've started to build some networks for a tutorial that are large enough for this to be a pretty critical issue, so I can start on this if no one else is.

drasmuss commented 10 years ago

I added the hierarchical popup thing. Scrolling would still be a good feature to have, but at least it's a bit less pressing now (if someone wouldn't mind merging this in).

tbekolay commented 10 years ago

I'll merge it in!

tbekolay commented 10 years ago

I'll close once the Jenkins build finishes.

tbekolay commented 10 years ago

Successful build!