Tile vertically but a bit different

I run an action which zooms out two times then goes to a previous document, ror 4 documents the last step is a Insert Menu Item (Tile Vertically) and what I get is this:
http://www.pixentral.com/show.php?picture=1HkD8HTcb54umwVOUCLoUpWC4hVY1
but I would like to have it like this:
http://www.pixentral.com/show.php?picture=1STF2vUiQX4zIhrZ4glWEjPRe0LxG
This was done by manually dragging the borders inwards and up and down.
My question is: Can this be automated?

Just a suggestion… Why not create a new temp doc (black bg)… Tile all 4 images in that then view full screen… No frames at all much nicer…
And just for fun an open documents viewer…
#target photoshop
function softProofDocs(delay) {
     if (app.documents.length == 0) {
          alert('NO document open?');
          return;
     } else {
          app.bringToFront();
          var allDocs = app.documents;
          var docRef = app.activeDocument;
          screenMode('FullScreen');
          // Can't run menu item here (No menu)…
          if (isMac()) {
               app.system("osascript -e 'tell application \"System Events\" to keystroke \"0\" using command down'");
          $.sleep(delay);
          for (var i = 0; i < allDocs.length; i++) {
               if (allDocs[i] != docRef) {
                    app.activeDocument = allDocs[i];
                    // Ditto here…
                    if (isMac()) {
                         app.system("osascript -e 'tell application \"System Events\" to keystroke \"0\" using command down'");
                    $.sleep(delay);
          screenMode('Standard');
          app.activeDocument = docRef;
softProofDocs(3000); // In milliseconds
function screenMode(viewMode) {
     var desc = new ActionDescriptor();
     var ref = new ActionReference();
          var menuID = stringIDToTypeID( 'screenMode' + viewMode );
          ref.putEnumerated(charIDToTypeID( 'Mn  ' ), charIDToTypeID( 'MnIt' ), menuID);
          desc.putReference(charIDToTypeID( 'null' ), ref) ;
     executeAction(charIDToTypeID( 'slct' ), desc, DialogModes.NO);
function isMac() {
  return /Macintosh/i.test($.os);
Doing it this way looks nicer on the mac (sizing after fullscreen) I suppose for windows you could alter the sizes first then fullscreen loop…

Similar Messages

  • Similar to my easy one, but a bit different!

    Post Author: cmainard
    CA Forum: Formula
    I thought I could use the same concept, but its not returning the expected results.
    648300011064840015006586000010
    In the example above the bolded detail is a summary field:
    {DistinctCount of MoxyAllocation.PortID}
    Here is the formula I'm attempting:
    if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=1 then  "0000" else if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=10 then  "000" else if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=100 then  "00" else if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=1000 then "0"else "000000"
    Basically I'm trying to get the line detail to shrink and grow to the right size... 

    Post Author: SKodidine
    CA Forum: Formula
    Reverse the statements.
    if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=1000 then "0"if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=100 then  "00" else if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=10 then  "000" else if DistinctCount ({MoxyAllocation.PortID}, {MoxyAllocation.OrderID})>=1 then  "0000" else else "000000";

  • ANOTHER forgotten passcode query...but a bit different...

    Hey guys,  I've had an iphone 5s as my work phone for the past couple of months now, used to have the standard 4 digit code, with the fingerprint.  We have an MDM software on the phones and we had to input a new 8 digit passcode!!!!
    Low and behold, i've switched it off...actuyally off...for the first time since we've put the codes in and yep...i've forgotten the passcode!!  Now i'm locked out of the phone, i would of tried the itunes restore but ALL of my backups are done via cloud and as such has never been on itunes.  Everytime i plug it in it just says 'cannot sync as you're locked out'
    Anything i can do - other than disect my brain to see where the f**** i left the passcode!

    You'll need to put it into recovery mode, then restore.
    When plugged into the computer, hold the home and power button until the apple logo appears.
    It should have a connect to itunes logo, then you restore in itunes.
    You will still be able to restore from icloud afterwards during the stup assistant

  • Why can't I choose if I want to tile Vertically or Horizontally as before?

    I use tile on 95% of my jobs. It is a waste of space when I tile all vertical pictures because I do not have the choice of Tile Vertically or Tile Horizontally as on previous version of Photoshop. I tried the different choices offered on "arrange document" and there is non with the vertical choice, unless you choose one that displays my photos some on one size and the remaining or two or three remaining, a different size to fill up the screen.

    I have been frustrated by this for many years too. I have spoken directly with Brian Hughes from Adobe while attending the Photoshop World Conference and I followed up with some tech support people, but no one seemed to understand my issue. The other thing that broke after CS3 was the order the tiled windows opened. CS3 respected the order in which you opened your files. Using an example of an animation where all your files are in numbered sequence. When you tiled them the first file would land in the upper left of the screen and in ordered sequence the last would land in the lower right. Since CS3 if you open two sets of files consecutively the order is a scrambled random order.
    In the picture I opened the 15 files of the silver car using Bridge. Then I opened the 15 files of the black car. In CS3 it would have displayed the silver cars 1-15 followed by the black cars 1-15. As you can see the sequence here is totally scrambled. Since this was working in CS3 it seems illogical not to have fixed this by now.

  • Remove Cascade,Tile Vertically, Tile Horizontally from the window menu.

    Hello Experts,
    Am using Oracle 10g.
    How can i remove Cascade,Tile Vertically, Tile Horizontally options from the oracle's default window menu.But i need to access the list of windows options alone.
    Need ur kind help.
    Balaji.M
    Edited by: Balaji.M on Mar 14, 2009 7:59 PM

    me too having the same problem.
    in my application, i have right pane and left pane both r 2 different windows. for left pane i dont need menubar and tool bar. but for right pane i need. so i created menubar and toolbar using JMenuBar and JToolBar in java and added to the right window. left pane is as single window where i will choose all other forms which will be displayed in the right side. during when-form-navigate i m getting list of windows and populated in window menu.
    for the first time when i click the window menu. i dont have list of windows. bec, in the same instance(when-form-navigate) only i m adding list of windows into the menu. if i click the window menu again, i m getting the list.
    could any one solve my problem?

  • Hello All... Back after a brief absence, things look a little bit different. I'm trying to take a 16 minute mini dv video and compress it for use on the web. I'm interested in any suggestions you may have on settings for the video and audio tracks. I'v

    Hello All...
    Back after a brief absence, things look a little bit different.
    I'm trying to take a 16 minute mini dv video and compress it for use on the web. I'm interested in any suggestions you may have on settings for the video and audio tracks. I've tried using Sorenson 3 (15 frames, key frames set to automatic, 320 x 240) for video and IMA 4:1 (mono) for audio. The resulting video looked great but the file size came in at about 255 Mb.
    Thanks!
    PowerMac G5 1.8 Dual   Mac OS X (10.4.3)  
    Message was edited by: Dan Foley

    Thank you for the replies.  Everyone was correct about the jack, interface, and phasing problems.  I have been unplugging my motu audio interface and then using headphones at work.  I have not changed any detailed audio output settings in logic.  When I read that the jack might be a problem I tried switching headphones.  This actually helped.  I am using dre-beats headphones and they seem to be having issues with the mac/jack-(the phasing/panning problems.  I can use these headphones with other devices but not the mac.  I have to use ipod ear buds and the phasing seems fixed.  Hopefully this information is helpful to someone else. 
    If anyone knows how to correct this issue please let me know its difficult to know what my final mixes are going to sound like and I have had to keep bouncing everything into i-tunes- sync to ipod and then listen in my car radio. 

  • How do I get out of "tile vertically"

    I went to window>tile vertically and then tried to get out of it but can't.  there is no check by it.  then I clicked on tile horiz and cascade.  nothing gets me back to my original window.  How do I do it???  Thanks.

    If it is set to tile vertically, to get out of it just double left click the title area of one of the panels (the area above the rules). That is how it work on a pc.
    Jim

  • Is there a way to make a smart "playlist" of specific books in my iTunes library, and copy ONLY THOSE books to an iOS device? I own an iPad and an iPhone but I want different books on different devices.

    Is there a way to make a smart "playlist" of specific books in my iTunes library, and copy ONLY THOSE books to an iOS device? I own an iPad and an iPhone but I want different books on each different device. When I've tried this, the iOS devices don't seem to respond.

    There is no playlist for iBooks, butther eis nothing to preent you from choosing to download specific titles from itunes, or syncing just specific titles to an individual device.

  • IPhoto 9.2.1 will not launch (I've seen this issue many times, but mine is different)

    Hello all,
    I am currently running OSX 10.6.8 with iPhoto 9.2.1 installed (from app store) and I cannot get it to launch. Before I got on, please know that I have already deleted receipts in the /var/... folder, reinstalled the app, etc. etc. etc. and nothing works!! Here is the error I get (it's a tiny bit different than alot of the posts I've seen)
    Process:         iPhoto [574]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-628000000000000~1
    App Item ID:     408981381
    App External ID: 4641130
    Code Type:       X86 (Native)
    Parent Process:  launchd [229]
    Date/Time:       2012-02-24 18:15:03.559 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          203031 sec
    Crashes Since Last Report:           17
    Per-App Crashes Since Last Report:   17
    Anonymous UUID:                      EDAE00CE-0D64-4DA1-AAC4-E46572B8946A
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
      Referenced from: /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.27f3
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000BPVT-00KPFT0, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-867
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000 / 2
    USB Device: PROExpress-7, 0x11b0  (ATECH FLASH TECHNOLOGY), 0x6138, 0xfa300000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0230, 0x5d200000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x820f, 0x1a110000 / 3
    Any help would be GREATLY appreciated.
    - Dusty

    It is missing background frameworks, and if re-installing doesn't fix that then you need to reinstall the OS.
    Regards
    TD

  • My husband and I have different taste in music....do we have to have two different itunes accounts, or can we somehow share the account (itunes cards, credit card...payment options) but have two different setups???  HELP.

    My husband and I have two different tastes in music....do we have to have two different itunes accounts, or can we somehow share the account (itunes cards, credit card....payment options) but have two different setups???  How does this affect things if you use icloud?? 
    confused....
    thanks for the help.
    Danielle

    If it is in your itunes on your computer, then select it to sync just like everything else that you sync.
    The music must be on your computer.
    iTunes: Understanding Home Sharing

  • My wife and I share an iCloud account for photo library and iCloud drive mainly for our family photo management, but we use different accounts for iMessage/facetime/calendar/etc. With Yosemite, I can't use continuity/handoff without dumping the photo

    my wife and I share an iCloud account for photo library and iCloud drive mainly for our family photo management, but we use different accounts for iMessage/facetime/calendar/etc. With Yosemite, I can't use continuity/handoff without dumping the primary photo iCloud account and thus our shared photo system. We are running yosemite OS X 10.10 and iOS 8.0.2... Is there any way to do this?

    my wife and I share an iCloud account for photo library and iCloud drive mainly for our family photo management, but we use different accounts for iMessage/facetime/calendar/etc. With Yosemite, I can't use continuity/handoff without dumping the primary photo iCloud account and thus our shared photo system. We are running yosemite OS X 10.10 and iOS 8.0.2... Is there any way to do this?

  • Can I run 2 different domains with same name but on 2 different machines?

    I am trying to setup 2 domains with same name (sharedcds1) on 2 different machines (Machine1 and Machine2).
              When I start the weblogic managed server 1 (sharedcds1managedserver1) on Machine2, it throws an error saying it has some conflicts with the managed server 1 running on Machine1. How did the managed server of one machine know about the other server. Can I run 2 different domains with same name but on 2 different machines?
              Here is the error in the log -
              <Jun 14, 2005 10:53:29 AM EDT> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an
              object under the name weblogic.transaction.coordinators.sharedcds1managedserver1 in the JNDI tree.
              The object from 4596206652609838848S:130.170.61.153:[9505,9505,-1,-1,9505,-1,-1,0,0]:sharedcds1:s
              haredcds1managedserver1 is non-clusterable, and you have tried to bind more than once from two or m
              ore servers. Such objects can only be deployed from one server.>
              <Jun 14, 2005 10:53:29 AM EDT> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an
              object under the name weblogic.transaction.coordinators.sharedcds1managedserver1 in the JNDI tree.
              The object from 8842351474821025197S:130.170.61.154:[9505,9505,-1,-1,9505,-1,-1,0,0]:sharedcds1:s
              haredcds1managedserver1 is non-clusterable, and you have tried to bind more than once from two or m
              ore servers. Such objects can only be deployed from one server.>
              Thanks
              Satish

    Yes you can. Make sure that domains configured to use different multicast address. WLS uses multicast for communications between nodes in domain.
              although your configuration will work, you could have troubles if you going to execute inter-domain calls between domains/servers with the same names.

  • I want to use 1 itunes account but with 3 different iphones 2 for the kids and one for me, what is the easiest way to do that?

    I want to use 1 itunes account but sync 3 different iphones, 2 for the kids and 1 for me.  So I would like to have different programs, songs, apps etc for each phone.  What is the easiest way to do that

    Agreed heather. Also, if you have three users on the same account how do you keep phone calls and messages from going to all three phones?

  • Can i use two iphone 4's on my mac usings itunes account but also get different contacts and email accounts...help please

    Hi i two iphones one mine one my wifes.
    We have one mac laptop and one itunes account. is it possible to sync the two iphones on itunes but have two different contacts and email address.
    But i would also like my apps to work on her mobile as i do not want to pay for them twice..

    Yes. There is no device limit for the number of iPods, iPads, and iPhones that can be synced with the same iTunes library and iTunes account on the same computer. Each device can have its own sync preferences with iTunes on the same computer.
    If both iPhones are synced with the same Address Book under the same computer login account, then the contacts on each iPhone will be the same. With the Address Book on a Mac, you can sync select Address Book Groups only with an iPhone instead of the entire Address Book and all groups. You and/or your wife can create an Address Book Group or multiple Groups to be synced with each other's iPhone only. You can transfer the settings for one email account to one iPhone and the settings for another email account to the other iPhone.

  • How do i sync apps to my iPhone 4S using itunes without losing aps already installed on the phone but with a different apple ID, and i dont have the apple ID??

    how do i sync apps to my iPhone 4S using itunes without losing aps already installed on the phone but with a different apple ID, and i dont have the apple ID??

    How have you managed to get apps on your phone that are tied to a different and unknown AppleID?
    If these apps were not purchased by you, having them is effectively software piracy and you should purchase them using your own AppleID if you want to keep hem.

Maybe you are looking for