Scrolling list of buttons

Discussion in 'Rebol' started by swhite, Nov 7, 2011.

  1. swhite

    swhite Member

    I am wondering if anyone can just tell me if this is possible, and give me an idea of where to look for a solution. You don't have to tell me how to do it, but I just don't know where to start.

    I am making myself a little program launcher window. It looks generally like this:

    ------------- top of window ---------------------------------
    Logo and title

    A picture, just for fun

    <quit button> <help button>

    --------- horizontal line --------------------------------------

    <button-1> <button-2> <button-3> <button-4> <button-5>

    <button-6> <button-7> etc.

    <and more buttons, as many as necessary for the programs I
    want to launch>

    -------------bottom of window------------------------------

    The problem is, I am getting so many buttons that the window will not fit on the physical screen. I can increase the screen resolution as a temporary fix, I can put six buttons in a row instead of five, I can take out the picture, but theoretically the list of buttons still could get too big. What I really need, I think, is a way to scroll that list of buttons. Can that be done, and where would I look for the solution?

    Thank you.
  2. MaxV

    MaxV Member

  3. MaxV

    MaxV Member

    data is a special reserved word, never change it!

Share This Page