No way to move screen up one line

I run Adobe Dig Ed on a VISTA 64-bit PC and, whether I click on the tiny scroll arrows (shaped like triangles) or on the up and down arrows, I get the same result: I move one screen, not one line.
For people like me who wear bifocals, it's automatic, as we get near the bottom of the screen while reading, to want to move the text up a line or two.  I do this automatically when I get within 4 or 5 lines of the bottom.
But in ADE, this jumps to the top of the next page and I lose the last few lines of the previous page.
Is this a settable feature or a problem with the version I'm running?
Doesn't make much sense to have two different buttons that do exactly the same thing and just as little sense not to allow line by line scrolling.
Thanks,
dave

You can copy and paste, but that's more difficult than just dragging. When you go to paste, type cmd-opt-v to move the item as opposed to copy.
You can use the mv command in the Terminal, but that is much more difficult if you are not fluent in the unix shell.

Similar Messages

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • A way to move layers from one file to another in actions?

    Ok, question for the gurus out there - rather than try to explain, I'll give you an example: Lets say I have a series of adjustment layers that I want to apply to a sequence of 40 images. The adjustments are in a layer group, and are saved as a separate file.
    I DON'T want to drag and drop them, I want to run an action that will copy the adjustments to each image- now I know I can save down each adjustment as a separate file, lets a curve (acv) a selective color (ahu) file and load THAT in as part of my action. But I don't want to do that either, because these adjustments will change and I want to easily re-render my changes on all 40 images in one step.
    I also don't want to use After Effects to do it, because my client doesn't own it. There used to be
    a way to move layers from one file to another in actions because I seem to remember doing it. The answer is not Duplicate Group either because that needs you to specify a destination file name.
    Is it possible to do this without scripting? I'm pretty sure it used to be because I seem to remember doing it, just cant remember HOW I did. Maybe I'm wrong about this though.
    Thanks and sorry for the long post, this has been baffling me for weeks.

    Thanks Ed, but as I explained above
    "I know I can save down each adjustment as a separate file, lets a curve (acv) a selective color (ahu) file and load THAT in as part of my action. But I don't want to do that either"
    What I want to know is is there a way to move adjustment layers from one file to another in an action. I know also that you can use the clipboard to move pixel layers, but I've yet to find a way to move adjustments.

  • What is the best way to move data from one array to another

    I'm going to be moving data from one array to a larger array on the same RAID but different controller. (I have some extra extra drives I'm also going to be installing Retrospect so I can't just restore from a backup.)
    The RAID has 450GB of production files, fonts etc.
    What is the best way to move the data over?
    I saw that someone had suggested using ditto. Would that be better than MacMV?
    I also own Bru LE so I could use that.
    Any advice would be appreciated.
    Thanks,
    Paul

    Ditto is a great option -- probably the best.
    ditto -rsrc src_folder /Volumes/targetvolume/targetfolder

  • Selection screen in one line

    this is ma code SELECTION-SCREEN : BEGIN OF BLOCK A WITH FRAME TITLE TEXT_001.
    *SELECTION-SCREEN : BEGIN OF LINE .
    *SELECTION-SCREEN : COMMENT 3(20) TEXT_002 for field s_fkart.
    *SELECT-OPTIONS   : S_FKART FOR VBRK-FKART NO INTERVALS NO-DISPLAY.
    *SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : BEGIN OF LINE .
    SELECTION-SCREEN : COMMENT 3(23) TEXT_003.
    PARAMETERS       : P_VKORG TYPE VBRK-VKORG OBLIGATORY.
    SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : BEGIN OF LINE .
    SELECTION-SCREEN : COMMENT 3(20) TEXT_004.
    SELECT-OPTIONS   : S_VTWEG FOR VBRK-VTWEG NO INTERVALS.
    SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : BEGIN OF LINE .
    SELECTION-SCREEN : COMMENT 3(23) TEXT_007.
    PARAMETERS       : P_SPART TYPE VBRK-SPART OBLIGATORY.
    SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : BEGIN OF LINE .
    SELECTION-SCREEN : COMMENT 3(23) TEXT_006.
    PARAMETERS       : S_FKDAT2(4) TYPE C OBLIGATORY.
    SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : BEGIN OF LINE .
    SELECTION-SCREEN : COMMENT 3(23) TEXT_008.
    PARAMETERS       : P_MONTH(2) TYPE C OBLIGATORY.
    SELECTION-SCREEN : END OF LINE.
    SELECTION-SCREEN : END OF BLOCK A.
    i want s_fkdat and p_month in same line how to do ?

    Hi,
        SELECTION-SCREEN : BEGIN OF LINE .
        SELECTION-SCREEN : COMMENT 3(23) TEXT_006.
        PARAMETERS : S_FKDAT2(4) TYPE C OBLIGATORY.
        SELECTION-SCREEN : COMMENT 45(23) TEXT_008.
        PARAMETERS : P_MONTH(2) TYPE C OBLIGATORY.
        SELECTION-SCREEN : END OF LINE.
    Change the Position of the comment for second parameter.
    Regards
    Bala Krishna
    Edited by: Bala Krishna on Sep 12, 2008 12:57 PM

  • Is there any way to send IDOC in one line through JMS Adaptor?

    Hi Frnds,
    I have an issue with JMS adaptor and it is as folllow:
    I configured JMS sender Communicaiton Channel and its working fine but client wants header and item records in one line with out any lines in between these records. Is it possible to send Header and Item records in one line through JMS Sender?
    Thanks
    Rajeev.

    Rajeev,
    The XSL is generally created via an XML development tool and then imported to the design as an Imported Archive.  Then in your Interface Mapping select a mapping program of type XSL and choose your XSL mapping.
    FYI - Here is a simplified version of Michals blog.
    I have created cdata.xml as input.
    <?xml version="1.0" encoding="UTF-8"?>
    <aa>
    <bb>1</bb>
         <cc>1</cc>
         <cc>2</cc>
         <cc>3</cc>
    </aa>
    The XSL mapping program cdata.xsl
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
              <inside>
    <!--               <name> -->
                        <xsl:text disable-output-escaping="yes"><![CDATA[<![CDATA[]]></xsl:text>
                        <xsl:copy-of select="aa"/>
                        <xsl:text disable-output-escaping="yes"><![CDATA[]]]]></xsl:text>
                        <xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text>
    <!--               </name> -->
              </inside>
         </xsl:template>
    </xsl:stylesheet>
    And the result
    <?xml version="1.0" encoding="UTF-8"?>
    <inside><![CDATA[<aa><bb>1</bb><cc>1</cc><cc>2</cc><cc>3</cc></aa>]]></inside>
    The strikethrough is an interpretation of the forum editor.
    The actual result is square bracket <aa><bb>1</bb><cc>1</cc><cc>2</cc><cc>3</cc></aa> square bracket
    Using the above code you can test this and see for yourself
    The idea would to pass the single string to JMS.
    This should get you over the line.  Also refer to XI / PI help to clarify XSL mapping.
    Regards,
    Mike

  • Is there any way to move songs from one account to another?

    I accidentally bought an album on iTunes on the wrong account. In order to download it onto my iPod, I think that all of the songs from the other account would be deleted. Is there any way to just move the album to the other account (which is on the same computer), or use two accounts on one iPod?

    Control-click the songs in iTunes, show them in the Finder, copy them to /Users/Shared/, log into the other account, and import them into iTunes.
    (56807)

  • Is there a way to move layouts from one .ibooks file to another?

    I originally used a combo (landscape + portrait) template, but, due to what I'm guessing is just the situation when dealing with a combo template, when I finished my book and Preview'd it on my iPad, I wasn't able to tap the side of the screen or slide left/right to turn the page when in portrait orientation like a "regular" ebook (I had to swipe up from the bottom of the screen to turn it). Tapping on the side worked in landscape mode, though.
    But I noticed that if I start with a portrait-only template, I can turn the page by tapping/swiping left/right.
    I'd like to be able to use the portrait-orientation layouts I created in the combo document in the new portrait-only document I'm building to replace that one. Is there a way to do that--or are layouts from the two different types of templates not cross-compatible?

    Helo Dave,
    I think you are correct here, iBA seems only able to use one page size and orientation.
    Regards,
    Nigel

  • Is there a way to move a Day One journal to iBooks?

    I used to use an app called myMemoir for journaling. There was an option to move the contents to a PDF and then into iBooks. I did not see a way to do this in Day One? Are there any Day One users who know how to do this?

    Whether or not that app has any way to export to PDF or .epub format is something you should be able to find out easily from the people who make it.  If not, there is no way to read its stuff in iBooks.  Everything I see on the product page, including the first customer review, indicates there is no PDF support.

  • Easiest Way to Move Media from One External Drive to Another?

    My MacBook Pro only has a 500GB hard drive and I currently have all my movies on a 1TB external hard drive.  Everything works fine through iTunes, but now since the 1TB is maxed out, I'd like to use my new 2TB external hard drive going forward.  I understand that I need to re-route where iTunes finds the movies, but what is the easiest way to make the conversion from the 1TB to the 2TB?
    I have copied all movies from the 1TB to the 2TB.  Is the only thing left to do is re-route the location to the 2TB?  Or do I need to drag and drop all movies into iTunes (they're all already in there)?  Just didn't know if I needed to add them into iTunes again so they know to point to the 2TB drive. (sorry if I didn't explain that good!)
    Thanks in advance for your help!

    Thanks Limnos!  Really appreciate the help!
    To clarify:
    - I currently have only movies on the external 1TB drive (which iTunes points too).  The downside is that I ALWAYS have to have my external drive plugged in, in order to play on Apple TV (or view on MacBook).  I have appx. over 500GBs of movies on my external 1TB.
    - All music (appx. 200GBs) is currently on my internal hard disk, but with a 500GB internal hard drive, that's going to fill up quickly (just so you know - I already have about 125GBs of pics in iPhoto AND work in Photoshop regularly so PSDs lessen my internal 500GB space quickly).
    Eventhough I HATE having to keep an external drive plugged into my MacBook, I'm just going to have to suck it up and get used to it so I will have more space and my MacBook will run faster.
    With that in mind, I was thinking about moving my music (200GBs) onto my 2TB external drive (along with the movies).  So that would leave roughly the photos and Photoshop files (and random other things that are small in size) on my internal drive.
    I could start all over and delete all movies that are in iTunes (the application - not the folders) and then drag and drop them into iTunes from the new 2TB, but I wasn't sure all the metadata (really the cover artwork) would be attached when I did that?  Going that route really doesn't bother me since I've already copied all movies files from my 1TB to my 2TB.  Basically, I would be starting over from scratch as if the old 1TB never existed.
    Trying to run this through my mind and come up with the best/easiest way.  What I don't want to do is try and find cover artwork for the almost 300 movies I have (and all the cover artwork for the CDs I have too if I decide to keep my music on the 2TB external drive).
    Hope that helps and makes sense?  Thanks again!

  • Best way to move securities from one Active Directory (AD) to another ?

    Hi experts,
    We are currently moving all our employees from several Active Directories (AD) to a Global active directory (GAD). So user accounts and all our BPC securities set up will keep being the same. Only the active directory has to be changed.
    What would be the best way to proceed to migrate all our current securities from our various AD to our new GAD ?
    We are on SAP BPC MS 7.0 SP3, SQL Server 2008
    Thanks for your help.
    Best regards,
    Ludovic

    If the name of somain will remain the same then you don't have to do anything from BPC point of view.
    You just to make sure that doing ping of "domain name" it will respond the new active directory GAD not the old one.
    If the domain name was changed then from BPC point of view we are speaking actually about complete different users.
    So the security must to be redone for all users.
    domain1\user1 is different by dmain2\user1.
    Regards
    Sorin Radulescu

  • What is the best way to move everything from one MacBook Air to another MBA

    I bought a new MacBook Air ( OS 10.6.4, 2.16 GHz, 4GB RAM) = MBA 2. I already have an old MBA (bought late 2009, OS 10.6.0, 1.86 GHz, 2 GB RAM) = MBA 1
    Whenever I had to do a clean install of the MBA 1, I was able to successfully restore all the files and the same architecture of the HD by cloning the MBA 1's HD (onto an external drive) before doing the clean install, then sticking the external drive into the USB port and then using Migration Assistant (selecting other drive in the choices).
    Another method I can use but haven't tried is by connecting the two MBAs together with an ethernet cable (I have ethernet adapters for the two MBAs) and then using Migration Assistant.
    If I use this method, do I have to change anything in Network (in System Preferences) like this person did?
    http://www.zdnet.com/blog/apple/macbook-air-diary-day-3-migration-assistance/125 3
    So the questions I am asking are:-
    1) Which is the better method (faster, more fail-proof, simpler) for migrating?
    External drive plugged into the USB port (with clone of the HD of the older MBA on it)
    OR
    Networking the two computers with an ethernet cable
    2) If I use the networking method, do I have to change anything in Network?
    3) The MBA 2 had 10.6.4 already installed on it. I have used the MBA 2 a little bit, adding browsers and so on, but there is nothing there I want to keep.
    Do I have to do a clean install (sticking the USB flash drive that came with the computer into the MBA 2 and then erasing the disk) before I use the Migration Assistant?
    OR
    Can I just delete all the applications and files I have added since I started using the MBA 2, and then just start up Migration Assistant?
    OR
    Can I just leave the MBA 2 alone and leave it as is and start Migration Assistant? Will the Migration Assistant write over everything that's currently on the computer? (I don't mind if it does.)
    4) Will it be a problem that the MBA 1 has 10.6.0 on it whereas the MBA 2 has 10.6.4 on it? Do I need to update the MBA 1 to 10.6.4 before I do the migration? (I'd rather not if I can avoid it. However, I plan to use 10.6.4 on the new MBA 2).
    Thanks for any replies.

    applecore_eater wrote:
    External drive plugged into the USB port (with clone of the HD of the older MBA on it)
    If the clone is already made, that will be somewhat faster.
    Can I just delete all the applications and files I have added since I started using the MBA 2, and then just start up Migration Assistant?
    Your best bet is to erase the disk, install OSX from the USB stick, then use +Setup Assistant+ when the new Mac restarts. See [Setting up a new Mac from an old one or its backups|http://web.me.com/pondini/AppleTips/Setup.html] (or use the link in *User Tips* at the top of the +Snow Leopard > Installation and Setup+ forum).
    4) Will it be a problem that the MBA 1 has 10.6.0 on it whereas the MBA 2 has 10.6.4 on it?
    No.

  • SAP Script - delete paragraph between two lines or move address one line up

    Hi all,
    i have a problem concerning SAPscript and formating.
    In the address window i have an include, which provides a text in a line. after that i have a command line with address and paragraph, which sorts and formats the address. Problem is that there is a gap between my Text from the Include and the address. Is there a way to move the address one line up or any other way to delete the paragraph there?
    SAPscript looks like this:
    include ....
    endif.
    adress paragraph zz
    name  Testname
    street teststreet
    Postalcode 98788
    City  Town
    Print Form:
    Text from the include
                                          <----
    how can I get rid of this empty line?
    Testname
    teststreet
    98788 Town
    Any Suggestions?
    Thanks,
    Denis

    Hi there,
    no results yet. nothing worked so far. What does PB mean?
    The CODE looks as follows:
    /: if ....
    /: include ........ new-paragraph SA
    /: endif
    /: if ....... OR ....
    /: address Paragraph AS
    /: name  ......
    /: street ......
    /: endaddress
    Print::
    Text blablabla
                                  <---- empty line
    Name .....
    Street .....
    The include has no empty line in the end.
    I have no more clues how to delete the empty line in between the address and the include text.
    regards,
    denis

  • Can ypou move songs from one ipod to another?

    Is there a way to move songs from one way to another, if so can you tell me.

    Be very careful when connecting an iPod full of music to an empty iTunes library.There is very real risk of permanently losing all the music.
    To prevent auto sync, connect the iPod whilst holding down the 'control+shift' keys and do not let them go until your iPod appears in iTunes.
    If you see a message that your iPod is associated with a different library and asks if you want to link to a new one, make sure you press "Cancel".
    If you should click on "Erase and Sync" will erase all the content currently on your iPod and it will be replaced with the content of the iTunes library you just connected to.
    When you've pressed cancel your iPod should appear in the iTunes source list under "devices" and allow you to change the update setting to manage the iPod content manually, and that will let you use your iPod for the time being without the risk of accidentally erasing the contents.
    Then do any of the following to transfer your music from iPod back to the computer/iTunes.
    For iTunes version 7 or later, then you can transfer purchased iTunes store music from the iPod to an authorized computer by using the "file/transfer purchases from iPod" menu. Note that the maximum of 5 authorized computers applies here.
    Find out how to do that here.
    How to copy iTunes purchases from an iPod or iPhone to a computer.
    For all other non purchased content (your own CDs etc), check out the instructions/suggestions here.
    Music from iPod to computer (using option 2). This a manual method using "hidden folders" and although it works, it is a little more involved than other methods.
    Much easier ways are to use one of the many 3rd party programs that copy music from the iPod to the computer.
    One of the most recommended is Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Other free programs are Pod Player, SharePod and Floola and iDump and iPodRobot.
    If you want to recover just the structure of playlists from the iPod (and not the actual song files themselves), there's iRepo for Windows. which I understand has this feature along with all the standard features for these programs.
    iPodRip also has the feature enabling you to reconstruct playlists.
    There is also CopyTrans. This does preserve ratings/playcounts etc if those are important to you but this program is not free. It also supports video transfer.
    More information is contained here.
    Copying content from your iPod to your computer - The Definitive Guide.

  • Bash script question, how do I create multiple directories on one line

    I am making a package for amavisd-new (yes I am aware that there is one in community but I can't say I like the way it is done).
    I have an install script from which I want to create multiple directories if they do not exist.
    So I want to create a directory /var/spool/amavis with subdirectories of var tmp virusmails spammassassin .
    I can't seem to be able to find a way to do this on one line.

    pelle.k wrote:
    peets wrote:Hehe because it's less typing!
    Good one!
    Also, it's by far the more dynamic method.
    If you want to get pedantic, it's also far less efficient in terms of execution time: each iteration of the loop forks a new process, whereas using a single mkdir command forks only once.  The "best" way is the curly-braces method demonstrated above by chimeric.

Maybe you are looking for