Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] Dropdown Listbox Re:

 [1/5] from: mike:yaunish:home at: 7-Oct-2000 19:42


At 10:24 PM 07/10/00 +1000, you wrote: I love the new gadget - looks good and works good. One small issue is how to handle the number of rows allowed in a drop down so that the drop down doesn't extend beyond the bottom of the window. The only thing I can think of is to have it drop up instead.

 [2/5] from: allen::rebolforces::com at: 7-Oct-2000 22:24


Hi Allies, I've been toying with this new gadget, (still a work in progress). Thought it might be of interest. do http://www.rebolforces.com/reb/drop-down.r Cheers, Allen K

 [3/5] from: petr:krenzelok:trz:cz at: 8-Oct-2000 5:42


----- Original Message ----- From: <[allen--rebolforces--com]> To: <[ally--rebol--com]> Sent: Saturday, October 07, 2000 2:24 PM Subject: [ALLY] Dropdown Listbox
> Hi Allies, > > I've been toying with this new gadget, (still a work in progress). Thought > it might be of interest. > > do http://www.rebolforces.com/reb/drop-down.r
Probably the best thing for last few weeks here. Shows we can use stylize to build even more complex widgets. Very nice. Thanks, -pekr-

 [4/5] from: allen:rebolforces at: 8-Oct-2000 13:45


----- Original Message ----- From: <[mike--yaunish--home--com]> To: <[ally--rebol--com]> Sent: Sunday, October 08, 2000 11:42 AM Subject: [ALLY] Dropdown Listbox Re:
> At 10:24 PM 07/10/00 +1000, you wrote: > I love the new gadget - looks good and works good. One small issue is how > to handle the number > of rows allowed in a drop down so that the drop down doesn't extend beyond > the bottom of the > window. The only thing I can think of is to have it drop up instead. >
Hi Mike, Thanks for the feedback. It could be made to automatically switch between drop up or drop down, but it may be more trouble than it is worth. You can set the numbers of rows shown with the rows facet. This gives a fixed maximum size for the drop list part (Rows * 15 + 8). In most cases this can be taken into account during Gui design. What do you think? Cheers, Allen K

 [5/5] from: allen:rebolforces at: 8-Oct-2000 15:16


> > do http://www.rebolforces.com/reb/drop-down.r > > Probably the best thing for last few weeks here. Shows we can use stylize
to
> build even more complex widgets. Very nice. > > Thanks, > -pekr- >
Thanks Petr, I've just uploaded a new one that enables coloured lists. Carl really deserves the credit here, the TEXT-LIST is a fantastic style and nearly all of its facets are exposed. (The only thing I can't easily access is the highlight colour) . All I've done is add some glue. Maybe you understand a little better what I was trying to say in my email, about the power of styles? Cheers, Allen K p.s. My vote for best script of the week is SWIS, though easyvid.r is a close rival. Both have some powerful techniques and ideas.