How do you not align with the biggest bounding box?

This is driving me up the wall, I know a way around it, but at some point later in this project the work around won't be efficient enough.
Ok here is the problem, I have four objects that are going to be large oversized buttons on a website. Inside these buttons (which are square) I have placed a picture, as the picture is larger than the button area I have duplicated the button box and made it a clipping mask for the picture. I have aligned it all up and grouped everything for one button together as one big group. I have done this for each button, so now all buttons are made up of a group of objects.
The problem is because these images are too big for the buttons and I have clipped them there bounding box is bigger than the buttons so when I come to align them or distribute them it all goes wrong. Why? Well the distribution/alignment goes on the combined area bounding box, in this case the pictures are much bigger so it's pretty much there bounding boxes that everything is getting aligned with. In InDesign it treats the bounding boxes of objects within a clipping mask as being the size of the clipping mask, which is exactly what I want to do here. This seems a massive limitation and I can't see why I would ever want to distribute or align with something that I am effectivly removing from the document.
The work around is quite simple, I can take everything out of the button boxes, align the button boxes and then put everything back in the button boxes. This would be acceptable if I only had to do it once, but if (and I probably will) want to tweak the layout as I go it's going to be a pain in the rear.
Any ideas?

I could pre-crop the images in PS but then I loose the ease of changing them in Illustrator. I always try and do as much work as possible in Illustrator so I am able to undo or change things quickly, I am not a big fan of the finality of working with raster images.
The real issue is that the client is comming to look at some mockups and if they ask for changes, which we usually do there and then, we will look a bit silly as we complete destruct and then re-construct each object.
If those align scripts work how I am thinking I might make 4 place holder graphics (that I switch off when I am finished) and centre align each button to those with the scripts.
Illustrator should just be have an option to align the visable layers or items only. I would even accept the ability that when you switch off a layer in a group (say these pictures where there bounding box goes beyond that of the clipping mask) so your only active layer is a box the same size as your clipping mask and so that is the only bounding box that gets used, but no the off layers still have active bounding boxes.
Regards
Paul

Similar Messages

  • Graph Data does not align with the axis label

    Hi,
    The graph data does not align with the axis label when
    datetimeaxis is used.
    http://livedocs.adobe.com/labs/flex3/html/help.html?content=charts_displayingdata_04.html
    (in the using parseFunction property example) when you hover on the
    line graph the values do not align on the labels. Is this a bug?
    Can somebody help me with this.
    Thank you,
    Gautam.

    Hi All
    Thanks for looking into it.
    Actually we have just added a field GJAHR (was missing in the extractor) so that it takes data accoring to fiscal yr. Actually we had a issue that the Business area for a particular vendor 'X' and doc no 'Y' was showing incorrectly (similar to that of yr 2008) but it changed this yr and the extractor was still picking Business Area for yr 2008.
    So we added GJAHR field so that it takes correct Business Area. we have checked in R/3 Extractor checker and it shows correctly.
    But that change has not reflected in BW yet even after replicating datasource.
    I hope i have made you all understand the situation.
    Thanks for your help
    Ishi

  • ICal Week view, Date is not aligned with the Time(schedule) of each date

    Well, just like it says over there (`` ). I've recently been to China for a business trip, and I suppose the different time zone may have had something to do with the problem. Now I'm back home, changed the time zone back to normal, still the iCal shows in the weekly view that the Date on the above is not aligning with the Time and schedule. Any suggetions would be grateful!!!

    Hi,
    i omit the scheduling maergin key in material master,
    the result of MRP is
    BASIC DATES
    Finish 15.10.2009
    Start 14.10.2009
    PRODUCTION DATES
    15.02.2010 14:33:25
    14.10.2009 07:00:00
    scheduling type i planned order is still "backwards"
    so in MD04 it is say that the goods is available at 15.10.2009 same with requirement dates.
    this seem not right.
    it seems that order finish date is not adjusted by lead time scheduling on "today scheduling".
    Is there a way so order finish date is adjusted by lead time scheduling on "today scheduling" ????
    Best regards,
    Freddy Ha
    Edited by: Freddy Halim on Oct 14, 2009 10:01 AM

  • How to integrate Note Service with the webservice space?

    Hi
    Can anyone please guide me how to integrate *"Note Service"* with the webcenter spaces. I need to implement "Personal Note" in my webcenter space application. Please can anyone give me article showing step by step procedure to implemennt note service with webcenter spaces or some sample examples.
    Regards
    Raj

    Hi
    Already i have seen this document, here they did not mention how to get the "Note TaskFlow" in resource catalog. In Resource catalog I didn't find any component named "Note TaskFlow".
    To make it visible in resource catalog. What should I do?
    To integrate Webcenter Services(link, mail, notes, etc..) with webcenter spaces, what do i need to do? Itseems all services are in the form of taskflows. How can i make it enable and to bring it in resource catelog?
    Regards
    Raj

  • How do you force instances with the same name on the same layer to update?

    Maybe someone can tell me why flash doesn’t redraw
    components’ x,y positions if they have the same instance name
    and are on adjacent frames? (movieclips work fine, just not
    components) If I have a button on frame 1 and a button on frame 2
    both with the same instance name but different locations on the
    stage, frame 2’s button doesn’t show up in the position
    I placed it, it stays at the position of frame 1 but still has the
    properties of frame 2’s button. The label changes and
    everything. If I stick a button on a frame in between and give it a
    different instance name there is no problem. I thought it might be
    the style manager bug
    http://www.gskinner.com/blog/archives/2007/12/cs3_component_b.html
    but it didn’t seem to affect. This happens for textareas too
    and probably all components although I haven’t tried them.
    I’ve tried using drawNow() and validateNow() with no luck
    either
    http://www.adobe.com/devnet/flash/articles/creating_as3_components_pt3_05.html
    Thank you!
    // put this on frame 1 along with a button on the stage with
    instance name: b
    function doit(event) {
    if (currentFrame == 1)
    gotoAndStop(2);
    else
    gotoAndStop(1);
    b.addEventListener(MouseEvent.CLICK, doit);
    stop();
    // put another button on frame 2 along with this code and
    also make it’s instance name: b but move it so it’s not
    in the same x,y coordinates as the button on frame 1
    stop();
    Something possibly related. I have a movieclip on a layer,
    one instance with name “a” on frame 1 and one instance
    with name “a” on frame 2 and it has event listeners
    inside it that update something on the movieclip. Unless I put the
    movieclips on separate layers the event listeners won’t reset
    each frame. (example: a button with a tooltip onmouseover that you
    want to change the text of from frame 1 to frame 2) You’d
    think if they were on separate keyframes at least but no, they need
    to be on separate layers too.
    I want the movieclip to update each frame. Any ideas?

    instances (whether components or not) with the same name may
    or may not be the same instance. it depends upon how they were
    created.
    for example, if you create an instance on frame 1 of your
    main timeline, give it an instance name and then create a keyframe
    on frame 2, the two instances will be the same.
    but if you create an instance on frame 1 of your main
    timeline, give it an instance name and then create a blank keyframe
    on frame2 and create another, what you think is a duplicate,
    instance and give it the same name, it will be a different
    instance.

  • Text put into a canvas element with context.fillText() always has a black box where each letter goes. If the text is black you just see the black rectangle. If the text is not black you see it on the black bounding box. Surely this is not right.

    This has happened on the last few versions of firefox, as long as canvas has been supported. I see other people's screen shots from canvas tutorials, and the text always looks normal. On my system, any text put into a canvas element via context.fillText() will have a black bounding box for each letter, sized appropriately for the letter. If the text is black, of course you only see rectangles. If the text is a contrasting color, then you can read it, but it looks bizarre.

    Thomas...same kind of crap here.
    I used Custom Text - entered a sentence, hit return, entered another.
    Set to 72 pt.
    The default alignment is centred - I want left aligned text...the text start point stays at the centre of frame and the sentence runs off the edge of the bounding box.
    There is no settings in the Text or Title inspector dialog to correct that!
    Using Transform will not sort it!

  • Why does image trace not align with the image?

    I'm using a fully updated version of Illustrator CC 2014 to trace images that have had the background removed by the client. No matter what settings I choose, it appears the tracing result is offset slightly in both X and Y axis. See my screenshot below. I found someone who reported this problem early last year in CS6 but received no useful suggestions. I do laser cutting and want to cut around the image so this is problematic. I originally thought perhaps the image had anti-aliasing or not fully white pixels in the background, but I'm using a threshold of 254 which means anything greater than (0,0,0) should become black. So while there could be off-white pixels to the right of his head that pushes the line past where I want it, the outline should include the hair and shirt on the left which it is not.

    I cannot answer the specifics, but I would guess it is a software issue because Griffin iTalk app will cooperate with the Apogee JAM on an iPod Touch 4g running iOS5.  If this app can do it, then one would presume the other apps could be updated to do it also.
    From last week up until yesterday, Apogee actually listed the 4G Touch as a compatible device with the JAM.
    Apparently there was some confusion about Garageband now supporting iPod Touch and its functionality with JAM.

  • Monitor does not align with the machine

    hi,
    I got my macbook pro last month, and after a week of using it I realize that the monitor doesn't align right with the manchine, it's like 0.5cm to the right. I'm wondering had anyone have a smiliar problem, and if I bring it to the apple shop, will they fix it for me?

    It won't recongize it because the devices (Xbox and headunit) are trying to access the flash drive, something that requires disk mode.
    Read about Flash here: http://www.ilounge.com/index.php/news/comments/jobs-flash-currently-too-slow-on- iphone/

  • Cannot read how many apps have an update.  The number is not aligned with the little oval that shows the number.  Please help.

    I know that I'm probably the only person with this problem, but it is annoying, any help will be appreciated.

    That doesn't solve the problem.  I have updated my apps, however new updates appear all the time.  Impossible to see how many this way, and it also makes it impossible to see how many TV shows are in my iTunes library.  I know it's not an earth shattering problem, but I'd like a real solution.  Not one equal to telling someone they can survive cancer by not dying.

  • My trackpad is not aligned with the body

    Hello Experts,
    I have a macbook pro late 2011, running on 10.8.4.
    I've noticed months ago that my trackpad seems like its been pressed so hard on the right side making is sink on the body, this makes the left side hanging abit outside the body. This get worse and worse until one day I just found an ugly crack on the upper left side of my trackpad probably from closing the macbook with a little force.
    NOTE : The trackpad is working fine, I can still click it but it is a bit hard to do so now.
    Is there anyway to fix this?
    Here's some pictures of my trackpad now.

    Well that type of thing doesn't just happen unless some one or something apply excessive force to the trackpad. That in itself cries abusive treatment. So even if you have the applecare extended warranty the cost to fix it will be out of your pocket.
    As noted the only place that can fix this type of thing is a apple store or apple repair place.

  • How do you two Ipods with the same name on one computer?

    I had the 2nd generation ipod touch and then I got the new one.When i put the new ipod on my itunes i used the same ipod name. I then lost the new one and wanted to use the old one. I had bought some new stuff that i wanted to download. But when i plugged it in a synced it a message came up saying: The ipod

    You omitted what the message said.  If yu post it them maybe we can help.

  • How do you get rid of the drop down box that appears when you go to type in an email address or username?

    Every time I go to type in something on a search bar/log in/etc., a drop down box appears listing everything that's been typed in.

    See [[Clear Recent History]]
    Disable Tools > Options > Privacy > History: [ ] "Remember search and form history"
    See also:
    * [[Form autocomplete]]
    * http://kb.mozillazine.org/Deleting_autocomplete_entries

  • Subcircuit pins do not align with grid and will not connect

    I have two identical subcircuit symbols.  One is just fine, but the other has pins that do not align with the MS grid, and one that will not even connect.  MS12.0.0.
    This one is fine:
    This one pins are off grid.  The circled one will not connect.
    Solved!
    Go to Solution.

    Hi,
    I have been experimenting a bit with this. One thing you can try is open the Symbol Editor, select the pin which is not connecting and then from the spreadsheet view, change the Shape to Zero-length Pin. Then try to see if you can connect the pin in the design. It will not appear as a line but you should still be able to connect to it.
    If this does not work, you can open a service request and we can try to see how to resolve the issue.
    Hope this helps.
    Regards,
    Tayyab R,
    National Instruments.

  • Noob question... How do you familiarize yourself with a library?

    I'm very new to Java and programming in general. but I am currently reading some beginner books for Java. From what I've read, libraries are nothing more than prewritten code which you can call to use in your programs. My question is how do you familiarize yourself with the libraries? With so many different libraries, how do you find out what they are capable of? Is is simply diving in it and analyzing the code? Can you create your own libraries? If so, what is the advantage of creating a library instead of baking the code right into the program? Why advantage do you have with referencing an outside file for code over having a self contained program?

    Morisato13 wrote:
    I'm very new to Java and programming in general. Welcome to the forums!
    but I am currently reading some beginner books for Java. From what I've read, libraries are nothing more than prewritten code which you can call to use in your programs. Yes indeed. Why reinvent the wheel?
    My question is how do you familiarize yourself with the libraries? Gradually.
    With so many different libraries, how do you find out what they are capable of? The best way is by working through a good Java book.
    Is is simply diving in it and analyzing the code? You can do that, too.
    Can you create your own libraries?Yes.
    If so, what is the advantage of creating a library instead of baking the code right into the program? 1. You can analyze it and test it separately.
    2. You can reuse it separately.
    Why advantage do you have with referencing an outside file for code over having a self contained program?Are you asking the same question, just with different wording?

  • HT204266 How do I update apps with the new version of itunes

    How do you update apps with the new version of Itunes ?

    If you're at the iTunes store, click on Library button at the top right. Then on the top-left side click on Apps and at the bottom right click on Check for updates.

Maybe you are looking for

  • ENHANCE BW CONTENT

    HOW WILL YOU ENHANCE BW CONTENT

  • How to add security credentials to SOAP header for EBS Web Service call..

    All, I am trying to invoke a webservice that I successfully exposed as a WSDL Web Service using EBS Integrated SOA Gateway. I am using OBIEE 11g Action Framework which uses WebLogic. Here are the steps I completed: - I exposed a WSDL web service in E

  • Failed Leopard Install , PLEASE HELP!!!!!

    I have a MacBook Intel Core Duo , I have the ram to 2 gigs from and HD to 160 gigs from 80 gigs. I started the install.... I picked full erase & install. I ran the disk consistency check, which returned ok. The install starts 3 to 4 min into the inst

  • Converting Word Document into Robohelp format

    I am new at Robohelp and have been recently assigned a task to convert several Word documents into Robohelp using version 9 of RoboHelp. Can someone please direct me in the right direction (location, URL, tutorials etc.) to find some step-by-step hel

  • Install & configuring EBS Adapter for ECM

    Hi All, I am trying to setup IPM/ECm 11g and in the process i am configuring the EBS Adapter. Following the documentation step by step. As per the document it says that EBS adapter is already installed for 11g and we just need to configure. I have ex