#1
|
|||
|
|||
Drop-list scroll
Hi guys,
I have a drop-list on a canvas which is populated by a lot of items. The list is very long and I cannot select items at the bottom of the list (off canvas, and sometimes off the screen) is there a way to apply a scroll bar to the drop-list o that the user can scroll through items with the mouse wheel? Any help is much appreciated! |
#2
|
|||
|
|||
Hi folks,
I have reduced the number of buttons etc on my canvas and now the issue is affecting more droplists. The virtual mouse seems to be limited to the size of the canvas (i think!) but the droplists expand below the canvas and the mouse cannot move down past it. When i try to change the resolution of the canvas it does not change size. I have attached a screenshot. I cannot currently move the mouse pointer lower than its position in the image. |
#3
|
|||
|
|||
Can you post the GUI canvas and drop list code that reproduces the issue?
|
#4
|
|||
|
|||
Hi Jeff I figured it out. The code snippet I was working from had these lines:
bb = controlPanel.getBoundingBox() canvas.setRenderWorldOverlay([bb.width + 5, bb.height + 5], fov=bb.height * 0.12, distance=3.0) I removed them and its all fine now. |
Tags |
canvas, droplist, scroll |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dropdown list - can't select with mouse | mike66 | Vizard | 1 | 05-18-2015 09:16 AM |
scroll bar | maya | Vizard | 0 | 01-24-2014 08:07 AM |
Scroll Bar for Text/Resize & Button Image | CompSci | Vizard | 3 | 07-24-2013 04:23 AM |
TypeError: Could not convert list item to float | new_horizon | Vizard | 3 | 06-20-2011 03:02 AM |
onkeydown list of values | Cheff | Vizard | 2 | 07-02-2008 02:00 AM |