PDA

View Full Version : GUI Dropdown


codexter
04-30-2007, 01:38 PM
Hello,

I'm using the vizard GUI commands to create a selection screen that compiles folders for certain avatars. The problem is, I'm using a droplist to choose from 30+ avatars, and the numbers way exceed the available screen room for the list. I know you can scale the text to accomodate all of the items, but this makes the text extremely small. It would be great for the future to have a scroll bar that helps scroll down lists that have large numbers of items. Any suggestions to help get around this for now?

farshizzo
04-30-2007, 01:42 PM
Hi,

A workaround would be to use the viz.choose(...) command. This will create a modal dialog box with a droplist. The downside to this is that it will halt execution of your script until the user makes a selection.

codexter
04-30-2007, 02:53 PM
I managed to work it in alright, but it would be great if for further release versions you could add a functional scroll bar to the drop list events, so that it wouldn't halt the script.

Thanks for your help!