Shuttle control vanished

Since upgrading to 3.1.3 the shuttle control below the browser in filmstrip view is gone. I don't know if that feature was eliminated or I somehow toggled it off. (It is the little control on the left end of the scroll bar that allows rapid scrolling of the browser filmstrip.)

Gone here as well (I don't use it and had not noticed).  The keyboard shortcuts still work ("j", "k", "l").
Shuttle control: Use the Shuttle control to move quickly through your thumbnail images. You can also press the J and L keys to scroll backward or forward, and press K to stop. Press the J and L keys multiple times to increase the shuttle speed.

Similar Messages

  • How to get the value of a clicked item in a shuttle control

    I have a shuttle control (P8_SHUTTLE) that lists then names from scott.emp.
    Now I want to create a dynamic action that fires when I click on one of the names on the left side of the shuttle control.
    I want the dynamic action to recognize the name of the employee that was clicked, and then set the value of a text item (P8_LAST_VALUE) to that ename. (Eventually I want to display the department of that employee in the other text item).
    Here are screen shots of my DA:
    http://www.screencast.com/t/42klMC0Hbk
    http://www.screencast.com/t/Y5lZ4RsaLUI
    Currently, when I click an item in the shuttle control, the text item P8_LAST_VALUE remains blank.
    Thanks,
    Christoph

    Hi Christoph,
    you have to change your jQuery selector in the When section of the Dynamic action to #P8_SHUTTLE_LEFT.
    The shuttle item P8_SHUTTLE is build from to select lists P8_SHUTTLE_LEFT and P8_SHUTTLE_RIGHT.
    regards,
    Erik-jan

  • How do you populate right side of Shuttle control

    Hi,
    I am trying to use shuttle control. I am not sure how to populate the right side of the shuttle control from database. I am using the following code. But, it is not populating the right side. In this code, P35_COUNTRIES is my shuttle. P35_X is a text field just to test the output. I can see an output 5:8:9 in the text field. But, my shuttle right side is empty. Am I doing something wrong here ? I would really appreciate any suggestions.
    DECLARE
    vCountries VARCHAR2(100);
    vSEP VARCHAR2(1);
    BEGIN
    :P35_X := 'Inside test';
    vCountries := '';
    FOR C IN (SELECT country_id FROM countries WHERE territory_id = 1)
    LOOP
    vCountries := vCountries || vSEP || c.country_id;
    :P35_X := vCountries;
    vSEP := ':';
    END LOOP;
    :P35_COUNTRIES := vCountries;
    :P35_X := vCountries;
    END;
    Thanks

    Hi,
    Yes, it is getting populated: [http://apex.oracle.com/pls/otn/f?p=30879:5]
    My Source settings for the shuttle ("P5_SHUTTLE") are:
    Source Used: Only...
    Source Type: Static Assignment...
    Source Value: (Blank)
    Post Calc Computation: (Blank)
    Default Value: (Blank)
    List of Values Definition: SELECT DNAME d, DEPTNO r FROM DEPT ORDER BY 1
    Settings for my Computation for this item:
    Item Name: P5_SHUTTLE
    Type: PL/SQL Function Body
    Computation Point: Before Header
    Computation:
    DECLARE
    vDEPT APEX_APPLICATION_GLOBAL.VC_ARR2;
    i NUMBER := 1;
    BEGIN
    FOR c IN (SELECT DISTINCT DEPTNO FROM EMP WHERE ENAME LIKE 'A%')
    LOOP
      vDEPT(i) := c.DEPTNO;
      i := i + 1;
    END LOOP;
    RETURN APEX_UTIL.TABLE_TO_STRING(vDEPT);
    END;This computation is unconditional, so runs everytime the page is loaded.
    Andy

  • Having troubles passing values of Shuttle control to SQL Query of Report and Chart Region

    Hello,
    I am very new to APEX and need help for one of the Pa.I have a shuttle control on my page which populates Categories. Once user selects Categories from this control, I wish to pass the values to following SQL query :
    select * from emp_class where category IN ( LIST of VALUES FROM RIGHT SIDE SHUTTLE).
    I tried various ways of doing this including writing a java scripts which reads shuttle value, converts it into below string
    'Category1',Category2',Category3'. Then I set this value to a text box. And then I was expecting that below trcik would work
    select * from emp_class where category IN (:TXT_VALUES)
    I am sure this is not right way and hence its not working. Can you please guide me here with options?
    Many Thanks,
    Tush

    b96402b4-56f7-44ba-8952-fb82a61eeb2c wrote:
    Please update your forum profile with a real handle instead of "b96402b4-56f7-44ba-8952-fb82a61eeb2c".
    I am very new to APEX and need help for one of the Pa.
    Don't understand what this means. What is "Pa"?
    select * from emp_class where category IN (:TXT_VALUES)
    I am sure this is not right way and hence its not working. Can you please guide me here with options?
    This is a common fallacy. In
    select * from table where columnvalue in (7788, 7839, 7876)
    (7788, 7839, 7876) is an expression list and the predicate is evaluated as a membership condition.
    In
    select * from table where columnvalue in :P1_X
    :P1_X is a scalar string, incapable of containing multiple values.
    In an APEX standard report, a PL/SQL function body returning an SQL query report source with lexical substitution can be used to produce a "varying IN-list":
    return 'select * from table where columnvalue in (' || :P1_X || ')';
    where P1_X contains fewer than 1000 values, has been sanitized for SQL injection, and string values are properly quoted.
    Some people suggest the following approach, which will also work in APEX interactive reports:
    select * from table where instr(':' || :P1_X || ':', ':' || columnvalue || ':') > 0
    However this is non-performant as it eliminates the possibility of the optimizer using indexes or partition pruning in the execution plan.
    See varying elements in IN list on Ask Tom, and emulating string-to-table functionality using sql for efficient solutions.

  • The shuttle controls are not visible in Aperture 3

    the shuttle control units are not anymore shown in Aperture only the scolling arrows. Is it possible to deactivate them? Any idea how to reactivate?
    Thanks

    They were removed at some point after 3.0.
    You can still use the keyboard shortcuts ("j", "k", "l").

  • Shuttle Control: Keep selection after page submit

    Hi @all,
    I tried out Carl's shuttle control.. GREAT work!
    Now I have a question: Is it possible to recall the page (after hitting a button) and keep the control with the selections/moves made without writing them into the database?
    Thank you!
    Best regards
    Steven

    Hello All,
    After a long think, I've decided to separate this into a 2 applications.
    But still would have liked to hear from the community how I could have over come this.
    Maybe have 2 application, with one redirecting to the other after login?
    Thanks Jan

  • Shuttle control and asio errors

    Hello,
    Nothing too serious but i just keep getting some annoying little error msgs that mean i have to restart CS3 and i wondered if anyone could shed some light on what they might mean.
    1) (..\..srcl\shuttle control.cpp-104
    I believe the first is something to do with the drivers for my cameras shuttle control. It captures footage fine, its just when the capture window is closed that the error msg appears and CS3 has to be restarted.
    2) (..\..srcl\audio\ASIO Host.cpp-709
    The second occurred whilst playing the footage on the timeline. Again i think its something to do with the ASIO drivers but i'm not sure what and it seems strange that both the ASIO drivers and the cameras drivers are faulty.
    Any ideas?
    Many thanks,
    Matt

    Hi,
    >>And please, would you me explain why the database down the instance?
    In fact, the Oracle server consists of an Oracle Instance and an Oracle database. An Oracle instance is the combination of memory structures that Oracle initializes and the background processes that Oracle creates when you start the Oracle server. A control file is a binary file, which the Oracle server updates frequently when the Oracle instance is running. In your case, for some reason the control file suffered some Input/output error so, the database wouldn't function normally and that's why the instance suddenly shuts down.
    Cheers
    Legatti

  • Show a Shuttle Control with thousands rows

    Hi,
    I want to use a shuttle control to show the rows from a table the problem is that the user want to see all the row (no pagination) in the table it means i have to show thousands rows and showing such number of rows it takes about 1 minute to render the page (.jpsx) so has anybody any idea about how to solve the problem.
    Thank you.

    User,
    I have two recommendations:
    a) Educate your user and change your user's mind
    or
    b) Use a different design for the UI
    I know my answers sound a bit tongue-in-cheek, but I'm quite serious. What user is going to be able to make use of so much data (thousands of rows on a screen) and be able to intelligently act on it?
    Assuming you've optimized your method of generating/retrieving the thousands of rows, your performance problem is undoubtedly related to the design - no amount of tecnical tweaking would likely make this dramatically faster.
    Hope this helps,
    John

  • Is it possible the move the shuttle control panel?

    I am trying to scroll through video clips in order to export specific frames and the shuttle control panel (play, pause etc.) is in the way. Is there any way that this can be moved elsewhere?   I've tried everything I can think of to no avail.

    Andy,
    Are you in split view?
    Then just move the mous cursor out of the Viewer panel and the shuttle control panel will be hidden. It is only shown, when the mouse is in the Viewer, at least in Aperture 3.4.2-
    Regards
    Léonie

  • How does the new shuttle control work in Apex 3.1?

    Hi,
    I have tried creating a shuttle type control in Apex 3.1. I have based it on a list of Items from my Items table. I can move Items from the left side to the right, and from there I can move them up & down, but whatever I do only seems to affect the page display and has no effect on my tables.
    Can anyone explain how this control works and what it's meant to do? Could I, for example, use it to copy records from one table to another?
    Many thanks,
    Keith.

    Keith,
    The Shuttle is a type of multi-select. It produces a comma delimited string of your selected values. It is useful in wizards, where you need to select multiple items from a single list (like selecting columns from a table). You can also use it against a 'real' table if you have not normalized. Let's say you have a table that stores meetings and one column lists the people invited. You could use a shuttle to select invitees (using an lov from your people table).
    -- Sharon

  • Data in Table Control vanishes after report execution

    Hi,
    I have created a report program with a table control on its selection screen (on a subscreen).
    The report executes perfectly, but, after the report execution, once the control comes back to the selection screen, the data entered in the table control gets cleared.
    Please let me know how can I retain the data entered in the table control even after the report execution.
    Regards,
    David.

    Hello,
    When control comes back to selection screen. PBO event executes and possibly internal table has got cleared somewhere before that.
    Debug you code to find the exact problem line. You can also add watchpoint for internal table with value initial. So code will break in debug mode whenever internal table is cleared.
    Hope this helps!
    Thanks,
    Augustin.

  • Help! Magic iDVD slideshow controls instantly vanish

    I’m working with Magic iDVD & trying to figure out how one actually controls the:
    1. slideshow volume
    2. slideshow duration's
    3. and also how one would adjust the transition type (page flip, droplet, etc.)
    I actually see how to do this BUT the adjustment preview windows simply doesn’t stay visible long enough to address any actual adjustment.
    In fact the controls are only visible for a split second only immediately after I hit the preview button and nothing on the menu bar seems to allow for these controls to become visible until one finishes making all the necessary adjustment. However I was able to see (or rather take a quick peek) at these controls in the preview window after hitting the preview button on the bottom left corner of the window.... but like I said only for a split second.
    These controls vanish so quickly that I can’t even capture a quick screen shot of them on the computer however I was able to take a snapshot with my digital camera. Here are the controls that are visible but only for a split second apparently. My question is ... How do I make these controls stay visible until I finish addressing all the necessary adjustments without it vanishing first?
    (3) G4 PM's/(3) S-Drives/Sony TRV900/Nikons/6FWHD's/PS7/iLife06/FCPHD/DVDSP/etc. Mac OS X (10.4.8) My ichatav AIM account is: SDMacuser1 (Please use Text chat prior to video)

    You are doing something wrong. I just tried 'Magic iDVD' and everything worked fine.
    You must, however, recognize that the photo 'wells' in the Magic iDVD set up page are NOT for individual images! Each 'well' is a slideshow. Drag all the images for one slideshow into the same 'well'. Then drag the audio for that slideshow into the same 'well'.
    After you have entered all the elements you want to use, hit the 'Create Project' button at the lower right. This will create the actual iDVD 6 project you can edit further (as you would with a 'normal' iDVD project).
    BTW, I don't understand your screen shot. You have the map view slideshow edit screen and the Preview Control 'Remote' on the same screenshot. You can't edit the slideshow in the Preview mode. Go into the map view, select the slideshow you want to edit and double-click on it to open it in the edit mode.
    F Shippey

  • QuickJog 1.0 - Shuttle/Jog Replacement for Premiere CS6... almost

    quickJog 1.0 - "fixing what Adobe broke in CS6"
    a shuttle/jog replacement for Premiere/Prelude CS6
    * see below for download links and instructions *
    Introduction
    I'll waste no time in expressing my opinion on this one: I loved the jog control in previous versions of Premiere, and a small part of my heart died when I realised that those beloved controls couldn't be reinstated in CS6 (though an ever larger chunk died when I realised that Q and W don't work by default in Prelude... ).
    JKL is great as a concept, but in practice, not very responsive - it's difficult to make precise jumps in speed quickly, and I'd hate to log footage in CS6 using the JKL keys alone.
    It was whilst reading through a different thread on the forums that I had an idea. Why not just jog with the middle mouse button? REAPER uses a similar idea to great effect for scrubbing.
    And so the journey began.
    Installing/using quickJog
    Pre-requisites
    Glovepie is only available for Windows. The script, therefore, only works on Windows.
    Sorry Mac users.
    To use quickJog, you'll need to download the following:
    GlovePie, from glovepie.org. Doesn't matter whether you grab the version with or without emotiv support, as long as it's a recent version
    The quickJog script, from bit.ly/getQuickJog (unreserved thanks go to Creative Inlet Films for hosting this)
    A mouse with a middle-mouse button/clickable scroll wheel
    You'll also need to ensure:
    The JKL keys have not been re-mapped in Premiere. This is essential, as quickJog 'presses' the JKL keys to alter the jog speed in Premiere.
    Installation/usage
    Is currently as simple as...
    Start Glovepie
    From the File menu, select Open...
    Navigate to wherever you unzipped the quickJog script. Open it.
    Click the Run button
    Click the [ .] button at the end of the menu bar to minimise Glovepie to the system tray
    To shuttle, click on the program monitor, source monitor or trim monitor, and scroll the mouse wheel. This functionality is built-into Premiere. You can hold Shift for bigger jumps.
    To jog, click and hold the middle-mouse button over the source monitor, program monitor, or timeline, and move left or right to increase/decrese the jog speed (just like the old jog slider).
    QuickJog tracks the position of the mouse itself, not the position of your mouse cursor, so don't worry about the cursor touching the edge of your screen.
    Keep your eyes on the video, not the mouse!
    To exit, right-click the glovePie icon, and select Exit.
    quickJog works in Prelude too, which is pretty cool.
    Links/Misc
    HOW AWESOME WOULD SOME EXTRA BITS OF INFORMATION BE FOR THE WORLD? Like information on how to tweak the configuration variables??
    Pretty awesome, I'd say James. Have you thought about actually writing this section, then?
    Paha! Don't be crass.
    Aww.

    I stand humbly informed!
    In hindsight, I'm not surprised that the JKL keys are a popular choice amongst editors (especially for those who've moved across from other NLEs), but it does rest somewhat uncomfortably in my heart. It feels like Adobe have replaced the pedals and gearstick in my car with a keyboard: not great for those moments when a child runs into the road.
    The Shuttle Pro (and Bella to my knowledge?) controllers emulate left/right arrow keypresses to do their work, making the playback 'glitchy' during shuttle operations - I don't like that. I didn't particularly like the feel of the Shuttle Pro when I tried it either. I do like controllers like this (I have one), but have been working for some time on interfacing between the Sony 9-pin protocol and Premiere.
    As such, my intermediate preference has been to use a graphics tablet (with a keyboard) for NLE work - hence why having the jog/shuttle controls on screen was so darn useful! Now that I have quickJog mapped to the stylus eraser, edits are much faster.
    Quick aside: Huge commendations on just how much can be mapped to keyboard shortcuts in Premiere, huzzah!

  • How to prevent apex 4.0 shuttle cleared by cascading LOV setting?

    I have a shuttle control for choosing a list of database users populated from a child table by an On Load - After Header process, which then repopulates the child table in an On Submit - After Computations and Validations process. Work fine.
    I then set the shuttle's Cascading LOV Parent Item(s) to a text item that could be used for filtering the shuttle's LOV, and revised the LOV SQL to a) use the filter and b) include items stored in the child table, i.e.:
    select username as dv, username as rv
    from all_users
    where username like upper(:P5_USERSFILTER) || '%'
    union
    select username, username
    from user_grouping_users
    where groupid = :P5_GROUPID
    order by 1
    Unfortunately, when the filter value changes (P5_USERSFILTER), the state of shuttle (as set in my On Load - After Header process) is cleared. The values from the child table are properly included in the LOV, but they are no longer selected -- so the appear in the left-hand list as candidate values but not in the right-hand list as selected values. Additionally, any items selected in the shuttle before changing the value of the LOV Parent (:P5_USERSFILTER) are no longer selected.
    Is there a way to prevent the selections of a Cascading LOV item from being cleared when the parent item is reset?
    Note, I've specified 'No' for Optimize Refresh, and 'P5_USERS' for Page Items to Submit and 'Yes' for Display Extra Values (which in general does not seem to have any affect on a shuttle LOV)

    Hallo all!
    I got a similar situation: a text item that filters the left side of an shuttle item (P11_IAG_ENUM), but the right side should stay the same - independet from the text item, where search-phrases are entered.
    So I tired with your example - thanks for that - but I changed the code that I only have one collection 'P11_IAG_VALUES' ... but right side seems to be still dependend from the search item. I also deleted the "set value" action of the "save current selection"-dynamic-action, because I supposed it's not needed.
    Here is my "save current selection"-dynamic-action:
    DECLARE
    c_collection CONSTANT VARCHAR2(30) := 'P11_IAG_VALUES';
    l_seq_id NUMBER;
    BEGIN
    IF NOT apex_collection.collection_exists(c_collection) THEN
    apex_collection.create_collection(c_collection);
    END IF;
    SELECT MIN(seq_id)
    INTO l_seq_id
    FROM apex_collections
    WHERE collection_name = c_collection
    IF l_seq_id IS NULL THEN
    apex_collection.add_member (
    p_collection_name => c_collection,
    p_c001 => :P11_IAG_ENUM );
    ELSE
    apex_collection.update_member (
    p_collection_name => c_collection,
    p_seq => l_seq_id,
    p_c001 => :P11_IAG_ENUM );
    END IF;
    COMMIT;
    END;
    ... and the "restore old selection"-dynamic-action:
    DECLARE
    l_selected_iag VARCHAR2(32767);
    BEGIN
    SELECT c001
    INTO l_selected_iag
    FROM apex_collections
    WHERE collection_name='P11_IAG_VALUES'
    RETURN l_selected_iag;
    EXCEPTION
         WHEN NO_DATA_FOUND THEN
    RETURN NULL;
    END;
    Where is my error in reasoning?
    (Meanwhile I try to create an example application...)
    [Edit: I got problems to acces my workspace, try to reset my password --> error, even try to find my workspace -->error .... everytime the same; I'll try it later again, but hoping that anyone can help me without example application]
    Edited by: kc7 on 10.09.2010 09:20
    [Edit II: I finally created a example-application: *http://apex.oracle.com/pls/apex/f?p=30216*
    workspace: kc7
    user: dummy
    pwd: doll
    Edited by: kc7 on 10.09.2010 12:28

  • Issue with using SHUTTLE in query where clause

    Lets say we have a shuttle control on the page with the following 4 values: apple:orange:peach:berry
    Lets say I also have a simple SQL query report on the page and I want to use between 1 and 4 of the aforementioned values as part of an "*IN LIST*" sql operation. For example, if the user has selected only apple and orange from the shuttle, I want my query to be:
    select * from some_table where fruit IN ('apple', 'orange');
    if however, the user has selected all 4 fruits, the query should then read:
    select * from some_table where fruit IN ('apple', 'orange', 'peach', 'berry');
    I will add the dilemma that I do not want to convert this query to become a PL/SQL based report. Rather, I want to leave it alone as a SQL Query. My initial attempt was to create a hidden item on the page and use APEX_UTIL.STRING_TO_TABLE with a loop to convert the shuttle data to a comma separated list. This worked great, however when I use the this hidden item in my query, it doesn't work properly. I hope I am explaining this well, but when I populate this hidden item, I will get something like this.
    apple,orange
    Great. Lets say the hidden item above is called P7_HIDDEN_VALUE (for example). I then try to reference it in my query, and here is the problem:
    select * from some_table where fruit IN (:P7_HIDDEN_ITEM)
    Do you see the problem. The item resolves itself to be apple,orange, when it really needs the quotes to be *'apple','orange'*
    Help!!!!

    Hi,
    This post might help
    How to enable user to pick which row without using filter in interact. rpt?
    Or Bens blog post
    http://munkyben.wordpress.com/2010/11/16/handling-aggregated-strings-in-sql-reports/
    Regards,
    Jari

Maybe you are looking for

  • My IPod Touch 4g won't charge or sync, how do I fix it?

    I had my IPod Touch 4 generation for 2 years now and suddenly my ipod won't connect to my laptop nor to any other computer source in my household. Before my IPod would only sync and not charge, so I would had to figit with the sync cable connected to

  • Is there any way to transfer music from an iPod Touch to my Mac?

    I bought an iPod Touch about three years ago now - used to have all my music on it for the bus rides to college etc. A year and a half later, I bought an iPhone, so I forgot all about the iPod Touch. I've recently rediscovered it and it has old songs

  • JComboBox problem pls help me...............

    I have a JComboBox at the bottom of the screen. Depending on the value change in it i m setting that value into a table. Since the JComboBox has huge items the drop down goes out of the form. So if i select a item. It will not come to the table. If i

  • How do I stop auto-correct?, how do I stop auto-correct?

    how do I cancel auto-correct on an iPod Touch?

  • Processing file problem

    Just recently i have noticed that Itunes downloads the file and then proccesses the file. It seems to get  stuck on the processing the file for some hours. I am running Mavericks and have been abled to sucessfully download and process files. Have res