Scroll area possible?

Hi, I'm very new to Catalyst (actually, I haven't created anything yet) and am thinking this might be the perfect medium for creating a simple app simulation I've been tasked with building.
This app will be on the iphone, so I've created a PSD containing all the necessary elements. I'd like to be able to scroll across a couple of screens like you can do on the iphone where you swipe your finger across the button screen, and the rows of buttons move along with your finger. Offhand, I don't know if I can do this within Catalyst. I've looked at the scroll panel component, and have viewed a scroll panel example posted here. The issue is that I don't want to have a scroll bar, I would like the whole button panel to be scrollable via click and drag. Is that possible?
Thanks!
Graham

OK, this thread pretty much wrapped it up for me: http://forums.adobe.com/thread/514154?tstart=0
In a word, I'm barkin' up the wrong tree (euphymism for "this is an unsupported function"). I'll put it in feature requests.
Thanks!
Graham

Similar Messages

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • HT2265 for some reason the only photos that do the random scrolling are events, can I include the albums from iphoto to scroll as well.   the know the albums have synced because i can view them in slideshow

    for some reason the only photos that do the random scrolling are photos in the events section of iphoto. is it possible to include the albums from iphoto to scroll as well.   the know the albums have synced because i can view them in slideshow  pls help

    Welcome to the Apple Community.
    I assume you are referring to the screensaver. You can change the photos used by the screensaver in the screensaver settings. Note if you have a large number of photos in the collection you choose for screensaver, not all of them will be used due to the limited storage available to the Apple TV.

  • Setting Scroll Area Header Title Dynamically

    Hi guys
    I am having a problem, I want to set the Scroll Area Header Title in a sub-page Dynamically.
    is there any way to achieve that?
    Thanks for the answer

    It is not possible to set scroll area header dynamically using Peoplecode.
    May be you can have multiple scroll areas and display/hide each one accordingly.

  • To download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    to download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

  • Input text in scrolling area

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

  • How to detect the size in pixels or percentage of a scrolling area?

    Hello there!
    I'm working capturing scrolling images and found a problem when I try it in another laptop, the thing was the resolution because in mine the scrolled area is added to the principal image and as I go down I merge the scrolling. But in other machines the image appears wrong, with the browser status bar in every scroll.
    Can somebody help or give me some other address where I could find something useful?
    Thank you in advance.

    So you have some sort browser with a scrolable view. As scrolling is preformed you add the newly revealed area to an an image. As more area is revealed, the image is made larger to paint the new area in addition to the old area. Ideally when the whole view has been looked at and scrolled through, then the image reflects the entirety of the view. The problem is, on one particular laptop when the user scrolls, the status bar keeps appearing as part of the newly added area, so you end up with an image of the view along with a bunch of status bars painted in various places of the image.
    Am I correct so far?
    If so, then I guess the question is are we even dealing with Swing components? Why can't you just call
    myScrollPane.getViewport().getView();and paint that?

  • Refresh rate for scroll area in html widget (iBooks Author)

    So, I am finding that within the html widget, the refresh rate of a scrolling area is lagging.
    As someone scrolls, the scroll window is black before the content catches up and is viewable.
    Any recommendations to fix this problem?

    This is stripped down test code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta name="viewport" content="width=1024px" />
    <title>Test Scrolling Area</title>
    <style type="text/css">
              body { overflow: hidden; background: #000; margin: 0px;}
              #section { position: absolute; }
              .bkgrd { position: absolute; }
              .list {    width: 348px;    height: 471px;    position: absolute;    top: 108px;    left: 8px; overflow: scroll; -webkit-overflow-scrolling: touch; }
              .fill { width: 348px; height: 471px; overflow-x: hidden; overflow-y: scroll; background: transparent; font-size: 1em; font-family: "Optima" sans-serif; color: white; }
              .fill p.lineup { font-weight: bold; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .normal { font-weight: normal; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .date { color: #d40000;  }
              .fill .city { font-weight: bold; }
      </style>
    </head>
    <body>
    <div id="section">
              <div class="bkgrd">
                        <img src="images/bgrd.jpg" width="1024px" height="auto" />
              </div>
              <div class="list">
                        <div class="fill">
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <br />
                        </div>
              </div>
    </div> <!-- end section -->
    </body>
    </html>

  • Horizontal scrolling is possible but this is not necessary

    I built a website with adobe muse: www.yorensa.nl.
    In the desktop version I noticed that horizontal scrolling is possible. This is not necessary because the site fits well in the screen.
    If you scroll to the right, you'll only see the green browser color. I want to remove this scrolling facility.
    How can I fix this?

    Thanks for your help. I tried your solution. I changed the page width in 960px, but it didn't help. When I preview the site, the scrolling option is still there.

  • Scroll Area Action

    There's probably a really stupid thing here that I did wrong (it's bee a very long day) http://www.adelmanadvertising.com/update/awards.html
    I just want the scroll area action to work. I've used it before and can't figure out what I did wrong.

    >So, the bottom line is to use IE...
    Hard to do on MAC :-P
    (dont work in safari and FF)
    You dont think it has somthing to do with the onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash') in the link ??
    <strong>Basic CSS and links part I.</strong><br>
    <a href="../video/golive/csslinks1.html" target="_blank" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash');">[Flash video 4MB]</a><br>
    <a href="../video/golive/csslinks1.ZIP" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash_zip');">[Flash download 3.9MB]</a></td>
    I can see it if i load the swf file directly /video/golive/csslinks1.swf :-/

  • What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    Wi-Fi or another interference source. Try turning off the Wi-Fi and see if the problems continue. If that solves the problem, see if you can set your Wi-Fi to run in the 5 GHz range.
    Keyboard/Mouse – Troubleshooting Wireless
    WIFI AND BLUETOOTH FINALLY SOLVED, NO REALLY - YOSEMITE 10.10
    Bluetooth Wireless Problems
    Bluetooth devices become unresponsive

  • Insert HTML area within Scroll Area

    Hi,
    how can i insert HTML arean within the Scroll area.? Scroll area contains HTML area only. while i am saving the page, it raise an error message like "No data for scroll: RecordName.Scroll Area. (15,19)". Any one tell me the solution for that.

    Did you bind the HTML Area to a Derived/Work record? A scroll doesn't make much sense without data, because the point of a scroll is to iterate over a series of rows. If the Derived/Work record doesn't help, then add a field from some other record. If you really don't want data, then just create a record, build it, but don't put any data in it. You can set the field to hidden so it doesn't visibly appear. It just needs to be in the grid.

  • Parallel Query - which actions are possible?

    Hello guys,
    we have an OLTP system which a huge amount of data... and now i want to try to introduce parallel query in the system and test something around.
    I have some experiences with parallel query in an OLAP environment, but not in an OLTP.
    What i am searching for?
    An overview for Oracle 10g which lists all possible query accesses that are possible in a parallel environment.
    For example:
    - FTS - possible
    - Nested Loops - possible
    - Index Range scans - not possible
    I know some .. but not all so i am searching for an overview on the oracle documentation page but was not able to found something.
    Maybe you can help me.
    Regards
    Stefan

    Hello sybrand (my little senior dba),
    regarding to the paper of Doug Burns there are more things that can be executed parallel (but this paper is about Oracle 9i), so please don't post if you don't have any knowledge.
    http://www.dbanotes.net/archives/px.pdf
    => As Oracle’s parallel capabilities have been developed, most tasks can be executed in parallel now. According to the 9.2.0.5 documentation, Oracle supports parallel execution of the following operations: -
    Access methods
    For example, table scans, index fast full scans, and partitioned index range scans.
    Join methods
    For example, nested loop, sort merge, hash, and star transformation.
    I am searching for such an information about Oracle 10g... maybe there are some more things that can be executed parallel wit 10g.
    Thanks and Regards
    Stefan

  • How many items are possible in page APEX 3.2

    Hi All,
    I have created around 95 page items,8 different region , 10 buttons and i have used collections in page processing
    While processing the page by using Select with LOV getting error http://3264-ch-dbs:8080/apex/wwv_flow.accept
    I have created 15 extra page item due whih count increases from 80 to 95 .once I have created this I tried processing the page by select list with submit . I am getting above mentioned error
    how many items are possible in page APEX 3.2 , is there limitation ?
    Any sugeestion is welcomed
    Thanks and Regards
    Sachin

    Hello Sachin,
    >> how many items are possible in page APEX 3.2 , is there limitation ?
    You can render up to 100 APEX item on the page, and that includes hidden items. You can define more than 100 items and use conditions to determine which items will be rendered. (Buttons and other components you mentioned are not included in the 100 count).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Only show  one or two rows on Scroll areas

    Hi,
    I have a Scroll areas , and have 2000 rows, I only want to display one or two rows at first, if the user click the plus symbol, then show one more row, is that a way to handle this ?

    what tools are you in?
    work around would be to do an noautoselect on scroll properties and do a .select("where condition to show only 2 rows")
    Subhash

Maybe you are looking for