Hi Sarah, I'm sorry, but I don't see a "number of lines" property on the Basic Properties for the Option button. Actually, I don't see the property anywhere for this type of button. I see the property "Access with mouse button". This is the only numeric property for Basic Properties. But I have found the "menuLines" property in the Rev Doc. I assume I will have to put a "set menuLines of..." into the "on openCard" script.
Thanx Sarah. Mark Stuart Sarah Reichelt-2 wrote: > >> Is there a way to set the number of lines that will display for an Option >> menu button? >> By default there are 5 lines displayed. Can this be increased to display, >> say 15 lines, or whatever number I'd set it to? >> Scrolling thru a list of many items is inefficient to the user. > > In the Inspector -> basic properties, there is a field for entering > the number of lines. > You can also set it by script using the menuLines property e.g. set > the menuLines of btn "MyLongMenu" to 15 > > Cheers, > Sarah > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- View this message in context: http://www.nabble.com/Number-of-display-lines-on-a-Option-Menu-tp15426131p15436798.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
