How to select a range of frames

Is there any way to select a range of frames in Scout beyond dragging the little handles in the "Frame timeline window" or using "Ctrl-A" to select all?
For a large trace having to drag the handles is very tedious if it's across a minute's worth of frames, but we don't want to select them all.
What we're looking for is like the "Goto Frame" option in the menu, but to select a start and end frame that way.  Not just jump to the frame.
Or the ability to click in the Frame timeline window to set the start/end frame, without grabbing and dragging a handle (which may be way off screen).
Is there some way to do this?
Or is there any way to select a frame range in the overall frame summary window above the timeline?
Thanks,
Doug

In the frame timeline, you can hold down the Shift key and click, to change the end-frame of the selection. You can also click and drag to select multiple frames.

Similar Messages

  • How to select TIME range in NSDatePicker

    Hi
    I want to select time period with NSDatePicker. Working hours.
    I dropped NSDatePicker, selected graphical style (as only with this style range selection works). Set 'selects' to 'date range'. Hid year, month, day selection and leave only hours and minutes.
    So now I have fance clock, but I wonder how to select RANGE with them?!

    Hello,
    you could work with two variables, one for the "from" value and another one for the "to" value.
    reagrds
    Cornelia

  • XML/XPath question--how to select a range of elements with XPath?

    Hi there,
    I have an XML DOM in memory. I need to do hold it and issue only parts of it to my client app in "pages". Each page would be a self-contained XML doc, but would be a subset of the original doc. So for instance the first page is top-level elements 1-5. 2nd page would be 6-10 etc. Is this solution best solved with XPath? If not, what's the best way? If so, I have the following question:
    Is there a way to use XPath to select a range of nodes based on position within the document? I know I can do an XPath query that will return a single Node based on position. So for example if I wanted the first node in some XML Book Catalog I could do XPathAPI.selectSingleNode(doc, "/Catalog/Book[position()=1]"); I could wrap the previous call in a loop, replacing the numeric literal each time, but that seems horribly inefficient.
    Any ideas? Thanks much in advance!
    Toby Buckley

    Your question is about marking a range of cells. 99% of the code posted has nothing to do with this. If you want to create a simple table for test purposes then just do:
    JTable table = new JTable(10, 5);
    JScrollPane scrollPane = new JScrollPane( table );
    getContentPane().add( scrollPane );
    In three line of code you have a simple demo program.
    When I leave the mouse button again, these bunch/range of cells shall stay "marked". table.setCellSelectionEnabled( true );
    and I'd like to obtain, say, a vector of a vector containing just those data marked beforeUse the getSelectedRows() and getSelectedColumns() methods for this information. I would suggest you create a Point object to reflect the row/column position and then add the point to an ArrayList.

  • How to select a range of integer?

    Do anybody know how to use one select statement to make a range of number from 1.. 100?
    result set like:
    1
    2
    3
    4
    99
    100

    SQL> select count(*) 
      2  from all_objects
      3  where owner = 'SYS';
     COUNT(*)
         2016
    SQL> select rownum rn from
      2  (select 1 from dual
      3  group by cube (0,0));
           RN
            1
            2
            3
            4
    SQL> 
    Second query return 2**N rows (N is a number of 0 in cube(..)).
    See also Oracle Magazine "Turning On Pivot Tables".
    http://otn.oracle.com/oramag/oracle/02-sep/o52sql.html

  • How to Select a range instead of the whole row in Excel? ie a to k, m to z, VBA Code Below.

    Sub CopyPasteEntries()
    Dim i, g, h As Integer
    i = 2
    Sheets("Sheet1").Select
    Do Until IsEmpty(Cells(i, 1))
        i = i + 1
    Loop
    g = i - 1
    h = 2
    For i = 2 To g
        Sheets("Sheet1").Select
        If Cells(i, 1).Value <> "Created" Then 'first cell
            Cells(i, 1).EntireRow.Copy
            Sheets("Sheet2").Select
            Cells(h, 1).Select
            ActiveCell.PasteSpecial xlPasteAll
            h = h + 1
        End If
    Next
    Application.CutCopyMode = False
    End Sub

    Instead of
    Cells(i, 1).EntireRow.Copy
    use any of these
    Cells(i, 1).Resize(1,11).Copy  'A to K
    Intersect(Cells(i,
    1).EntireRow, Range("A:K")).Copy
    Range(Cells(i, 1), Cells(i,11)).Copy
    Range(Cells(i, "A"), Cells(i,"K")).Copy
    Range("A" & i & ":K" & i).Copy
    Cells(i, 1).Range("A1:K1").Copy

  • How to select and edit all frames in an animation?

    I created a short animation for the first time yesterday, and I ended up drawing a few frames ouside the parameters of the stage. Now I want to adjust the position of the whole composition so that it all fits on the stage. Is there a way, like in photoshop with seperate layers, to select every frame and move them all simultaneously? Thanks.

    Hi
    try to look under the time line u will find some icons
    one of them call
    Edit Multiple Frames
    rollover them and the name will show up

  • How to select date range 01/01/2007 to till date in info package selection

    HI
    I have a business requirement like i have to load data from 01.05.2007 to till date daily and the the till date should change daily when we are scheduling it daily.
    data: l_idx like sy-tabix.
    read table l_t_range with key
         fieldname = 'KDAY'.
              l_idx = sy-tabix.
              L_T_RANGE-IOBJNM   =      '/BI0/0CALDAY'.
              L_T_RANGE-FIELDNAME  =   'KDAY'.
              L_T_RANGE-SIGN      =     'EQ'.     
             L_T_RANGE-OPTION      =  '<>'.
              L_T_RANGE-LOW          = '01.05.2007'.
              L_T_RANGE-HIGH        =   'sy-datum'.
              modify l_t_range index l_idx.
    l_idx = sy-tabix.

    Hi,
    try to debug that one by putting a <b>break-point</b>.
    there is a reply from A.H.P , how to debug the routine in the infopackage.
    put a loop on the routine,
    data : debug(1).
    do.
    if debug = 'X'.
    exit.
    endif.
    enddo.
    and when run infopackage, go to sm50,
    on that process, menu program->debug program,
    in debug screen, type in debug, and fill with X and click 'edit'-pencil icon.
    F5 to next step.

  • Select page range

    Hi,
    How to select page range and run our functions with the particular pages?
    Selva

    Hello Hopkins,
    I just wanted to tell you, your code is gorgeous! And your very talented!
    Everything you create is just an absolute joy to look at. Especially the page range function.
    Thanks for your understanding for what me want.
    Selva
    Here my changes (for your review):
    try {
        //assumes document is open
        var docRef = app.documents.item(0);
        var maxPages = docRef.pages.count();
      //provide variable to hold user's response
      var userResponse = dialogWChoices ("Dialog Name", true, "Label here", maxPages);
        //enter call to function that processes all pages
        if (userResponse[0] == 0) {
            myProcess (docRef, 0, maxPages);
         } else {
             var minPageRef = userResponse[1] - 1;
             var maxPageRef = userResponse[2] - 1;
             myProcess (docRef, minPageRef, maxPageRef);
    } catch (e) {
    alert ("Process Done!\rWith the selected pages.");
    //function to process range of pages
    function myProcess (docRef, minPageRef, maxPageRef) {
        var thisPage, thisFrame, docOffset;
        //our code start from here
        var myStep = 1; 
       for (var i = minPageRef; i <= maxPageRef; i++) {
           thisPage = docRef.pages.item(i);
           var myTables = thisPage.textFrames[0].tables.everyItem().getElements();
           for (j =0; j<myTables.length; j++){
               if(myTables[j].spaceAfter  + myStep<0){myTables[j].spaceAfter = 0; continue};
               myTables[j].spaceAfter = myTables[j].spaceAfter + myStep;
              } //end our code
    //function gets page range or "all" from user
    function dialogWChoices (dlgName, cancelIt, dLabel, maxPages) {
        var userCancelled = false;
        var origValue = app.scriptPreferences.userInteractionLevel;
      //make sure that user interaction levels will allow a dialog
      app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
      //create the dialog
      var dlgRef = app.dialogs.add({name:dlgName, canCel:cancelIt, label:dLabel});
      //add a column
      var dlgColumn1 = dlgRef.dialogColumns.add();
        var dlgColumn2 = dlgRef.dialogColumns.add();
        var dlgColumn3 = dlgRef.dialogColumns.add();
      //add widgets for first column
      dlgColumn1.staticTexts.add({staticLabel: "PageRange:"});
      //add widgets to second column
      var radioGroup = dlgColumn2.radiobuttonGroups.add();
        radioGroup.radiobuttonControls.add({staticLabel:"All", checkedState:true});
        radioGroup.radiobuttonControls.add({staticLabel:"Range", checkedState:true});
        //add widgets to third column; put reference into a variable
        var emptyRow = dlgColumn3.dialogRows.add();
        emptyRow.staticTexts.add ({staticLabel: ""});
        var inputRow = dlgColumn3.dialogRows.add();
        var firstField = inputRow.integerEditboxes.add({minWidth:36, minimumValue:1,maximumValue:maxPages});
        inputRow.staticTexts.add ({staticLabel: " thru "});
        var secondField = inputRow.integerEditboxes.add({minWidth:36, minimumValue:1, maximumValue:maxPages});
      //show the dialog and capture the result
      if (dlgRef.show() == true) {
            var firstVal = 0;
            var secondVal = 0;
            var selButton = radioGroup.selectedButton;
            if (selButton == 1) {
      var firstVal = firstField.editValue;
      var secondVal = secondField.editValue;
      } else {
            userCancelled = true;
           dlgRef.destroy();
           app.scriptPreferences.userInteractionLevel = origValue;
        if (userCancelled) {
           throw ("User Cancelled");
      //destroy the dialog; script doesn't get here if user cancels
      return [selButton, firstVal, secondVal];

  • Select a range from the Project window in iMovie 10.0.3

    In iMovie 10.0.3, I can no longer select a range of frames from the Project window; when I left click, the whole clip highlights yellow.  I can still shorten the clip from the ends, but not select any range within the clip.  What gives? Thank you.

    GOOD GRIEF!  That did it, THANK YOU!  I wonder why they added this 2 second delay in the current version... regardless, THANK YOU SO MUCH!

  • How do I select a range of values in MySQL using a drop down menu

    Hi,
    I have a database of picture frames that have a value of
    frame width. I want to be able to select a range of values (i.e.
    .50" to 1") instead of each and every value (i.e. .50", .56", .76",
    etc.). I have a drop down menu (mnuWidth) with 5 ranges (see
    attached code).
    Each selection has a value from 1 to 5 indicating the range I
    want to search. In my results page I have let DW set up a recordset
    (see attached code)
    Can anyone tell me how to get this to choose a range instead
    of just the value entered by my menu?
    Thanks in advance.
    Tom

    I have been growing fond of lookup tables. Your lookup table would have your numbers in one column and the values you want returned in the next.
    Lookup table
    item
    Name
    1
    a
    2
    b
    3
    c
    4
    d
    5
    e
    6
    f
    7
    g
    8
    h
    9
    i
    Input table
    input
    Name
    1
    a
    B2 and copied down:
    LOOKUP(A2,lookup::$A$2:$A$11,lookup::$B$2:$B$11)
    Caution: Lookup will return the closest value so it it looks for "10" in this example it will return "i"
    If you don't want to see the error messages from blank inputs, wrap Lookup in IFERROR.
    hope this helps
    q

  • How do I select more than one frame? (editing a movie in PS)

    Fisrt time ive tried this.
    I want to do a quick selecton on a movie clip but can only seem to select 1 fram at a time. How can I select more than one frame?
    cheers
    jamie

    If you used Sequence to Layers, Shift and Control key in the layers palette work just as they would when selecting files in Explorer... If it's a video layer, then you should only see one layer and will have to use the Timeline to navigate.
    Mylenium

  • How to select range for dater in BAPI_DOCUMENT_GETLIST2

    Hi All
    I have following problem with this FM BAPI_DOCUMENT_GETLIST2. I was looking a lot on different forums but I cannot find answer which corresponds to my problem.
    I have in DMS saved files for our customer and Iu2019m using object linking as
    Objlinkselection-DOKOB  =  KNA1
    Objlinkselection- OBJKY   = KUNNR.
    It works well, but it takes all doc from beginning.  Iu2019d like to make selection that final table documentdata is in range of defined range date with values 20111201 to 20111231
    Now I have to select all documents for this customer and after that I have to make loop to get correct files. And it takes a huge time and in a few years it will collaps
    LOOP AT LT_DOCUMENTDATA INTO <FS> WHERE CREATEDATE IN  rn_DATE.
    ENDLOOP.
    Any hint how to make this faster? 
    Just to avoid any misunderstandings, I'm not asking on loop speed but how to select by FM less rows based on create date.
    Thank a lot fo any hint
    Petr

    Hello Deepak,
    Thanks a lot for your answer. I have read this thread already, but it is not realy what I need. But anyway in the night I have found solution.
    I will go through table DRAW where I will get just DOCNUMS for current date range.
    Than I will select correct rows from table DRAD for selected KUNNR.
    Final set od DOCNUMS I will use as selection criteria for BAPI.
    It should help, now I go to try it.
    Thansk anyway
    Petr

  • How select a range or portion of a clip when importing?

    Upgraded from FC Studio 5.1 to FCP10.1 when importing media (mp4 or AVCHD) from the hard drive how do I select a range or portion of a clip in the media import window if I do not want to import the entire clip into FCP.  At this point I can select the entire clip indicated by the yellow outline around it however there does not appear to be any way to click drag to resize the yellow outline to select just a portion of the clip.
    Thanks for any help.

    So if I have a 500mb .mp4 clip I have to import the entire clip? No possible way to select a range?  However FC alows native folder AVCHD clip portions to be imported, very interesting.
    If I connect my Canon xa20 via USB to my iMac would FC then alow me to select clip portions (AVCHD or .mp4) to import?

  • How does the CBO calculate the selectivity for range predicates on ROWID ?

    Hi all,
    I'm wondering how the CBO estimate the selectivity for range predicates based on ROWID columns.
    For example, for the following query the CBO estimates there's going to be 35004 rows returned instead of 7:
    SQL> SELECT count(*)
      FROM intsfi i
    WHERE
    ROWID>='AAADxyAAWAAHDLIAAB' AND ROWID<='AAADxyAAWAAHDLIAAH';  2    3    4
      COUNT(*)
             7
    Elapsed: 00:00:02.31
    SQL> select * from table(dbms_xplan.display_cursor(null,null,'iostats last'));
    PLAN_TABLE_OUTPUT
    SQL_ID  aqbdu2p2t6w0z, child number 1
    SELECT count(*)   FROM intsfi i  WHERE  ROWID>='AAADxyAAWAAHDLIAAB' AND
    ROWID<='AAADxyAAWAAHDLIAAH'
    Plan hash value: 1610739540
    | Id  | Operation             | Name    | Starts | E-Rows | A-Rows |   A-Time   | Buffers |
    |   0 | SELECT STATEMENT      |         |      1 |        |      1 |00:00:02.31 |   68351 |
    |   1 |  SORT AGGREGATE       |         |      1 |      1 |      1 |00:00:02.31 |   68351 |
    |*  2 |   INDEX FAST FULL SCAN| INTSFI2 |      1 |  35004 |      7 |00:00:02.31 |   68351 |
    Predicate Information (identified by operation id):
       2 - filter((ROWID>='AAADxyAAWAAHDLIAAB' AND ROWID<='AAADxyAAWAAHDLIAAH'))According to Jonathan Lewis' book, for a normal column the selectivity would have been:
    (value_column1-value_column2)/(high_value-low_value)+1/num_distinct+1/num_distinct
    But here with the ROWID column, how does the CBO make its computation ?
    SINGLE TABLE ACCESS PATH
      Single Table Cardinality Estimation for INTSFI[I]
      Table: INTSFI  Alias: I
        Card: Original: 14001681.000000  Rounded: 35004  Computed: 35004.20  Non Adjusted: 35004.20

    Hi Jonathan,
    Some Clarifications
    =============
    DELETE /*+ ROWID(I) */ FROM INTSFI I WHERE
    (I.DAVAL<=TO_DATE('12032008','DDMMYYYY') AND (EXISTS(SELECT 1 FROM
    INTSFI S WHERE S.COINT=I.COINT AND S.NUCPT=I.NUCPT AND S.CTSIT=I.CTSIT
    AND NVL(S.RGCID,-1)=NVL(I.RGCID,-1) AND S.CODEV=I.CODEV AND
    S.COMAR=I.COMAR AND S.DAVAL>I.DAVAL) AND I.COMAR IN (SELECT P.COMAR
    FROM PURMAR P WHERE P.NUPUR=1))) AND ROWID>='AAADxyAAWAAHDLIAAB' AND
    ROWID<='AAADxyAAWAAHDLIAAH'
    Plan hash value: 1677274993
    | Id  | Operation                      | Name    | Starts | E-Rows | A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
    |   0 | DELETE STATEMENT               |         |      1 |        |      0 |00:00:05.94 |   53247 |    |          |          |
    |   1 |  DELETE                        | INTSFI  |      1 |        |      0 |00:00:05.94 |   53247 |    |          |          |
    |*  2 |   HASH JOIN SEMI               |         |      1 |   9226 |      7 |00:00:05.94 |   53180 |   783K|   783K|  471K (0)|
    |   3 |    NESTED LOOPS                |         |      1 |   9226 |      7 |00:00:00.01 |      10 |    |          |          |
    |*  4 |     TABLE ACCESS BY ROWID RANGE| INTSFI  |      1 |   9226 |      7 |00:00:00.01 |       6 |    |          |          |
    |*  5 |     INDEX UNIQUE SCAN          | PURMAR1 |      7 |      1 |      7 |00:00:00.01 |       4 |    |          |          |
    |   6 |    INDEX FAST FULL SCAN        | INTSFI1 |      1 |     14M|   7543K|00:00:01.73 |   53170 |    |          |          |
    Predicate Information (identified by operation id):
       2 - access("S"."COINT"="I"."COINT" AND "S"."NUCPT"="I"."NUCPT" AND "S"."CTSIT"="I"."CTSIT" AND
                  NVL("S"."RGCID",(-1))=NVL("I"."RGCID",(-1)) AND "S"."CODEV"="I"."CODEV" AND "S"."COMAR"="I"."COMAR")
           filter("S"."DAVAL">"I"."DAVAL")
       4 - access(ROWID>='AAADxyAAWAAHDLIAAB' AND ROWID<='AAADxyAAWAAHDLIAAH')
           filter("I"."DAVAL"<=TO_DATE(' 2008-03-12 00:00:00', 'syyyy-mm-dd hh24:mi:ss'))
       5 - access("P"."NUPUR"=1 AND "I"."COMAR"="P"."COMAR")
    When I force the NESTED LOOP SEMI JOIN the query runs faster:
    DELETE /*+ ROWID(I) */ FROM INTSFI I WHERE
    (I.DAVAL<=TO_DATE('12032008','DDMMYYYY') AND (EXISTS(SELECT /*+ NL_SJ
    */ 1 FROM INTSFI S WHERE S.COINT=I.COINT AND S.NUCPT=I.NUCPT AND
    S.CTSIT=I.CTSIT AND NVL(S.RGCID,-1)=NVL(I.RGCID,-1) AND S.CODEV=I.CODEV
    AND S.COMAR=I.COMAR AND S.DAVAL>I.DAVAL) AND I.COMAR IN (SELECT P.COMAR
    FROM PURMAR P WHERE P.NUPUR=1))) AND ROWID>='AAADxyAAWAAHDLIAAB' AND
    ROWID<='AAADxyAAWAAHDLIAAH'
    Plan hash value: 2031485112
    | Id  | Operation                      | Name    | Starts | E-Rows | A-Rows |   A-Time   | Buffers |
    |   0 | DELETE STATEMENT               |         |      1 |        |      0 |00:00:00.01 |      94 |
    |   1 |  DELETE                        | INTSFI  |      1 |        |      0 |00:00:00.01 |      94 |
    |   2 |   NESTED LOOPS SEMI            |         |      1 |   9226 |      7 |00:00:00.01 |      27 |
    |   3 |    NESTED LOOPS                |         |      1 |   9226 |      7 |00:00:00.01 |       9 |
    |*  4 |     TABLE ACCESS BY ROWID RANGE| INTSFI  |      1 |   9226 |      7 |00:00:00.01 |       5 |
    |*  5 |     INDEX UNIQUE SCAN          | PURMAR1 |      7 |      1 |      7 |00:00:00.01 |       4 |
    |*  6 |    INDEX RANGE SCAN            | INTSFI1 |      7 |     14M|      7 |00:00:00.01 |      18 |
    Predicate Information (identified by operation id):
       4 - access(ROWID>='AAADxyAAWAAHDLIAAB' AND ROWID<='AAADxyAAWAAHDLIAAH')
           filter("I"."DAVAL"<=TO_DATE(' 2008-03-12 00:00:00', 'syyyy-mm-dd hh24:mi:ss'))
       5 - access("P"."NUPUR"=1 AND "I"."COMAR"="P"."COMAR")
       6 - access("S"."COINT"="I"."COINT" AND "S"."NUCPT"="I"."NUCPT" AND
                  "S"."CTSIT"="I"."CTSIT" AND "S"."CODEV"="I"."CODEV" AND "S"."COMAR"="I"."COMAR" AND
                  "S"."DAVAL">"I"."DAVAL")
           filter(NVL("S"."RGCID",(-1))=NVL("I"."RGCID",(-1)))the above post is from Ahmed AANGOUR
    Case 1 - . If you check Plan hash value: 16772749938
    =====
    TABLE ACCESS BY ROWID RANGE| INTSFI  For every row access from INTSFI - it fetches a record from INDEX UNIQUE SCAN | PURMAR1
    If we check A-rows = 9226
    9226 * 7 = 64582 request across the table - perhaps with hint of rowid it fetches exact rows from PURMAR1
    in this case i think going for hash join with ordered hints (jonathan as you suggest go for leading hint's instead of ordered) - from INTSFI - PURMAR1 - instead of going for IN clause would get the rows that satifies the ("P"."NUPUR"=1 AND "I"."COMAR"="P"."COMAR")
    |*  2 |   HASH JOIN SEMI               |         |      1 |   9226 |      7 |00:00:05.94 |   53180 |   783K|   783K|  471K (0)|
    |   3 |    NESTED LOOPS                |         |      1 |   9226 |      7 |00:00:00.01 |      10 |    |          |          |
    |*  4 |     TABLE ACCESS BY ROWID RANGE| INTSFI  |      1 |   9226 |      7 |00:00:00.01 |       6 |    |          |          |
    |*  5 |     INDEX UNIQUE SCAN          | PURMAR1 |      7 |      1 |      7 |00:00:00.01 |       4 |    |          |          |My understanding with above plan would change to
    HASH JOIN
    TABLE ACCESS BY ROWID RANGE| INTSFI
    INDEX UNIQUE SCAN | PURMAR1
    HASH JOIN
    INDEX FAST FULL SCAN | INTSFI1
    Which migt be feasible.
    2 .
    DELETE /*+ ROWID(I) */ FROM INTSFI I WHERE
    (I.DAVAL<=TO_DATE('12032008','DDMMYYYY') AND (EXISTS(SELECT /*+ NL_SJ
    */ 1 FROM INTSFI S WHERE S.COINT=I.COINT AND S.NUCPT=I.NUCPT AND
    S.CTSIT=I.CTSIT AND NVL(S.RGCID,-1)=NVL(I.RGCID,-1) AND S.CODEV=I.CODEV
    AND S.COMAR=I.COMAR AND S.DAVAL>I.DAVAL) AND I.COMAR IN (SELECT P.COMAR
    FROM PURMAR P WHERE P.NUPUR=1))) AND ROWID>='AAADxyAAWAAHDLIAAB' AND
    ROWID<='AAADxyAAWAAHDLIAAH'Ahmed AANGOUR, modified the query by /*+ NL_SJ */ hint, Instead of that in to remove the most of the rows as we join the tables using subquery, I still doubt it
    to go push_predicate hints - still doubt it.
    Jonathan your comments are most valuable in the above two cases..
    Looking forward to calrify my understanding with concepts of indexes for above test cases
    - Pavan Kumar N

  • How to select a text frame that has been "Sent to Back"?

    Hi Framers,
    In FM 7.2 (all patches up to date, running on Windows XP Pro), I added a note inside a text frame next to an anchored frame holding an image. I nudged the text frame close to the image but it blocked out a tiny portion of the image. So I selected the text frame and from the Graphics menu clicked Send to Back.  Solved that problem, of course. Now I want to change the wording in the note but can't do it because the entire text frame has been sent to back -- how can I select it to Bring to Front so I can edit its contents???
    This MUST be something totally obvious, right?  Can I plead pre-holiday brain freeze?
    TIA,
    Gay

    galson wrote:
    Hello again, Sheila ;~)
    I selected all and moved my cursor all around the page (around various pages, actually, since Ctrl+A selects the entire chapter), and I see what you mean by the color of the arrow's head changing between black and white. Is it significant that the ONLY time it's black is when I'm outside the frame of the page itself? (That is, in the white, non-editable space around the actual frame borders on the page.) Clicking anywhere, whether inside or outside the active area, deselects everything.
    HOLD THE PRESSES!  Even though I *knew* I hadn't grouped my text frame with anything else, after reading your suggestion, I selected the page frame to make sure I hadn't somehow grouped it with my text frame: I hadn't -- but then, on a hunch, I sent IT (the page frame) to the back -- now I can select the text frame!
    I'm marking your response as answering my question and I'm also going to try to mark Peter's the same way, because each of you in your own way, helped me resolve this problem.
    Thank you both and HAPPY HOLIDAYS!  (Gee, and I didn't get either of you anything... maybe next year  ;~))
    Gratefully,
    Gay
    Hi, Gay:
    The "I-Beam" pointer tool is called the Smart Pointer, because it changes to an I-beam when it's over text, and to the Graphics Pointer tool when over a graphic, or part of a graphic, or when you press Ctrl. It's easy to select the main text frame when you Ctrl+click on its interior text area inadvertently, when you're trying to select an anchored frame edge, or when you use Ctrl+A to select all. It's frustrating to have some of these unintended events happen when you're not expecting them. Always work with View > Borders ON, to display the edges of objects and reduce confusion, and always watch where you click. You can zoom iin to large magnification to see things better.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

Maybe you are looking for

  • What is happening? 5 Kernal Panics in less than a month

    Hello, I apologize if this is in the wrong forum. I have a new MacBook Pro 2.4, I updated the memory from the stock 2GB to an OWC 4GB set. I have had 5 kernal panic since I received the machine (approximately 1.5 months, updated memory about a month

  • How to print GL document with correspondence?

    Hello, I would like to know about if below request is possible or not. 1. FB03  to create correspondence request for GL accounting document. 2. F.61  to print out the document with a customized form (by correspondence). *The correspondence configurat

  • Cash Paid to employees

    Derar experts, In any orgn, it is common to give some amount (cash) on account without knowing the purpose. And at a latter day the same person (employee) will come to finance and settles his transaction. (Either he may return the balance of amount t

  • What and How do I need to set up inorder to run JSP on Win NT4 server

    I'm a newer on JSP. I need to get JSP run on win NT 4. That is the only server available for me. I'm wondering that the tomcat could work with IIS. If not, what do I need? Anybody, please help me. chayawee

  • Windows 8 not recognizing iphone

    help! my windows 8 laptop is not recognizing my iphone 4s, nothing happens when I connect using the usb cable and it also won't recognize our ipod nano. any suggestions would be appreciated