Millisecond Online Community

Forums & Feeds
Welcome to Millisecond Online Community Sign in | Join | Help
in Search

Radiobuttons and alilgnment

Last post 09-05-2008, 5:16 AM by Dave. 1 replies.
Sort Posts: Previous Next
  •  09-05-2008, 3:33 AM 1900

    Radiobuttons and alilgnment

    Attachment: IAT_Media_usage2.exp
    Hi,

    The attached script runs a 3 page media usage survey.  It's laid out in a matrix to make it easier and faster to answer.

    The problem is that the captions across the top and the radiobuttons don't align on their own when the screen resolution changes.  So that if I set it up for a screen that's 1024p in width, when a higher resolution screen comes along the captions look fine, but the radiobuttons all bunch together.

    Is there a way to place to use /position or something similar with individual buttons?

    Thanks,

    Ben
  •  09-05-2008, 5:16 AM 1901 in reply to 1900

    Re: Radiobuttons and alilgnment

    Ben,

    try using screen percentages instead of pixel values for your '/ size', '/ position' and '/ fontstyle' commands. This will dynamically adapt the layout to different screen resolutions. Don't have the time to give you a full demonstration, but try changing part of your code like this and compare it to the original:

    <caption v5>
    / caption = "Used 5 times or more in previous 7 days"
    / position = (48, 17)
    / fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
    / size = (6%, 50%)
    </caption>

    Hope you get the idea.

    Best,
    ~Dave
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems