Floating Objects a la Framemaker (CS4ME Win7bit64)

Hello,
I'm working on a book with hundreds of anchored objects that are pictures of varying sizes.
In Framemaker and LaTex there is a feature called "floating objects." This will take your anchored objects and place them in the nearest vacant top-of-page slot available. Meanwhile, the regular main text continues flowing where the anchored object was, eliminating ugly white gaps.
Since this feature does not exist in InDesign, what do people do in such cases?
The manual workaround is to turn the graphics into regular objects (not anchored objects), and paste them where necessary. This is going to be very tedious, and extremely inflexible if there are any late edits.
Are there any clever workarounds in InDesign? Or scripts or plugins that help in such a situation?
Thanks for any tips,
Ariel

Any tips and suggestions would be welcome! We're talking a book full of pictures (1 or 2 a page). The pictures should ideally sit at the top of the pages, as near as possible to their first reference in the main text. I'm trying to keep things as flexible as possible, so that the inevitable future edits will not entail manually repositioning each graphic.
Thoughts, tips, suggestions, scripts & plugins all welcome!
Thanks,
Ariel
Stars and points will be liberally provided to all!

Similar Messages

  • Assigning a new value to Float objects

    Hi,
    With BigDecimals, you can assign a value without explicitly creating a new object like this:
    BigDecimal b = new BigDecimal(5.23f);
    b = BigDecimal.valueOf(625, 2);
    As far as I can see, the only ways of doing this with Float is:
    Float f = new Float(5.23f);
    f = new Float(6,25f);
    //OR:
    f = Float.valueOf("6.25");
    Are there any other ways? Which is most efficient?
    Cheers,
    Rewbs.

    Hi,
    With BigDecimals, you can assign a value without
    explicitly creating a new object like this:
    BigDecimal b = new BigDecimal(5.23f);
    b = BigDecimal.valueOf(625, 2);BigDecimal.valueOf:
    "Translates a long value into a BigDecimal with a scale of zero. This 'static factory method' is provided in preference to a (long) constructor because it allows for reuse of frequently used BigDecimals."
    "frequently used BigDecimals" seems to mean all values form -16 up to 16. For all other values a new BigDecimal object is created anyhow.
    >
    As far as I can see, the only ways of doing this with
    Float is:
    Float f = new Float(5.23f);
    f = new Float(6,25f);
    //OR:
    f = Float.valueOf("6.25");
    Are there any other ways? Which is most efficient?
    No there are no other ways, and the first is definitely the most efficient one. The constructor does no more than creating a new object and assigning the value to it's value field. The other method involves parsing the string, check whether it is a valid representation of a float, ... , and then create a new Float object.

  • Opening a Word Document in Pages - floating objects not supported

    I am trying to open a Word document in pages. It is a table of labels with artwork and text. Pages tells me that floating objects inside cells are not supported and were deleted. I've tried making them inline with text in the original document and then opening in Pages, but then I can't make them floating again. Anyone know how to do this? I really don't want to have to buy a Microsoft product!

    Don't buy a M…soft product, use the free openOffice or the free neoOffice.
    Yvan KOENIG (VALLAURIS, France) samedi 18 décembre 2010 18:09:50

  • Inline and floating objects

    I have imported some images as floating objects and now I want to change them into inline objects. I have selected the object, but I can not get them to change. I have tried the menu bar button as well as the inspector, but nothing works.

    This is context sensitive. What type of document is it? Page Layout or Word Processing? In a Text Box?
    Jerry

  • HOW can I reduce space at top/bottom of inline or floating objects in text?

    To fit space horizontally (left and right) works fine, but vertically (top and bottom of object) does not do much to match (text is 10-on-11pt, object abt. 2 x 1 ins).

    An AppleWorks trick that may work in Pages as well:
    Start by setting the original object to NOT cause text to wrap around it.
    Create a second floating object the same width as the object you want text to appear to wrap. Make the second object the same width as the original (or very slightly narrower), and somewhat shorter vertically than the original. Place the new object on top of the original with their centers aligned both vertically and horizontally. Adjust the object's size until the text wraps around the underlying original with the clearance you want. When the adjustment is completed, Go Arrange > Send Back and repeat until the new object is behind the original.
    Optional alternate last step: Use the Inspector to set the new objects Opacity to zero percent.
    Regards,
    Barry

  • Finding floating objects

    Is there someway to find floating objects in a Pages 09 document?
    I am trying to export to an epub and Pages 09 tells me that floating objects cannot be exported and to convert them to inline. I have many figures in the document most with captions which I have produced by inserting a jpeg file, then a text box, grouping the jpeg file and text box, and putting the group inline. All figures show as an inline group when I select them. There don't appear to be any stray jpegs or text boxes floating around. Yet, I still get the export error message.

    The only thing I see when I do 2 is that in the Info menu floating objects gets selected. Nothing appears in the document window to indicate that it as found a floating object. When I do 2 on the page where the photos appear in the document window but do not appear in the epub, I see nothing.
    Making master objects selectable and background objects selectable does not seem to change anything in the document. Making background objects selectable does set the radio button in the Info window.

  • Grouping Inline and Floating objects?

    I have an image on my page (inline) and I have created a red outline circle with no fill (floating) that is over the image basically circling an item I want people to focus on in the image.
    I would like to GROUP those to items to that they move together with the text as I'm editing.  Clicking one, then Command-Clicking the other doesn't work.  It doesn't want to let me group an item that is inline with an item that is floating.  I sort of understand why, but I don't know how to accomplish what I need to do.
    I want to draw a shape over an image, then merge the shape and image together somehow so they move inline and together with the text.  Can I do this in Pages?
    Thanks.

    Hi Brian,
    Make both objects floating. Group them, then make the grouped object inline, and place it at the position in the text you want.
    Regards,
    Barry

  • Floating objects..

    Hi,
    I have a background image in my page. The image is a systemdrawing. I want to place textboxes containing information from a database related to different parts of the drawing. How can I place textbox objects freely though out the background image?
    /Mats

    If I’m not to use absolute positioning. What approach would you suggest to solve my original requirement ie. to be able to place text/values from a database on an image on positions they relate to?
    I am usually an embedded programmer with very little experience from web programming. But I am a little frustrated over the web/database things made by the professionals here. So I obviously think I can do it better !
    I’ll try to be more cautious in my choice of forum in the future .
    /Mats

  • Floating objects drop during review

    Im layering images using this technique:
    <style type="text/css">
    <!--
    #box {border:1px solid; width:500px; height:600px;position:relative;}
    #topimage  {position:absolute; top:50px; left:50px; z:index:10;}
    #bottomimage  {position:absolute; top:0; left:0; z-index:5;}
    #text {position:absolute; top:200px; left:200px; z-index:20;}
    -->
    </style>
    </head>
    <body>
    <div id="box">
       <img id="bottomimage" alt="whatever" src="pic1.jpg" height="400" width="400" />
       <img id="topimage" alt="whatever" src="pic2.jpg" height="200" width="200" />
       <p id="text">Hello World!</p>
    </div>
    </body>
    and when i go to preview in firefox my top image's placement is dropped by 10 pixels or so. I have all borders, margins, paddings zero'd out. Browser size doesnt seem to have an effect.

    I dont think this has anything to do with an adobe problem, its is caused by your use of absolute positioning.  When you do, it takes the element out of the normal flow or "float" of your page. You should re-evaluate your use of them.
    I dont think this has anything to do with it either, but you have listed z:index and z-index.....
    Gary

  • How to get rid of floating object on macbook pro desktop?

    After installing Yosemite, I accidentally hit a button while in email that created a floating white bar with email address. It appears "on top of" anything I pull up on screen. Happened again with another email address. Another floating bar. How do I get rid of them? Can't drag them into trash. Hitting "delete" doesn't work either.

    Agreed...this is an ongoing and very annoying problem.
    Does anyone know how to resolve it permanently?
    Here's a screenshot of what it looks like (email address blurred out)...
    BTW: This happens on my iMac (OS X 10.10.1). Closing and reopening Mail resolves it, but it's still a nuisance. If it's a "feature" I'm not sure what it would be good for, but I too would like to know what I'm doing to cause it and avoid it if I can.

  • Floating objects arent supported in epub

    hi , i faced a big problem , when i want to make a ibook ( epub ) with pages , when i add pictures to the book , give me this error

    It says inline here:

  • Text wrap around an achored object

    I'm continually frustrated by a text wrap issue around an achored object in a story. I have two anchored textframes that are taking up the top half of a text frame, one of them has a full column text wrap applied to it which forces the first title of the regular text to begin beneath it.  My issue is that sometimes this title falls too close to the anchored text frames but if I add space to the bottom of the text wrap, the title does not snug to the text wrap but will stay tight until the wrap adjustment invades the cap height and then it will suddenly jump way down what looks like the full line height of the style, creating way too much of a gap. I can't seem to get a clean even space between my anchored textframe and the first line of text. I'm doing hundreds of files with this set up and they are looking different because the anchored text frames are all different sizes and I can't get that space between them and the first title to be uniform.  I'm sure I'm missing an option somewhere, but I can't figure out what it is. I want the first line of text to snug up to the edge of the text wrap, and it just won't do it. I've looked through all my style options and can't figure out what I'm missing.  "Align to grid" is set to "None," and "Start Paragraph" is set to "Anywhere."
    I'm really confused by this. Anyone have any ideas what I'm doing wrong or if I've run up against a limitation in the application?
    I'm using CS5 on a Mac 10.5.8

    Sorry Grant,
    Your "solution" does not work in this instance. The boxes you see in my image are the first things on that page. The anchor paragraphs are set to start in a new column so that they purposely start a new page. The story starts 3 pages before this and you can't have anchored objects more than a spread away from their anchors, so your solution simply does not work. I would have to break my lesson into multiple stories, which is the very thing I'm trying not to do to keep my workflow efficient.
    It looks like it is a limitation of ID's anchored object workflow (which has never been ideal, but I'm trying to work with it). Unfortunately, tables are also not a safe solution because long tables used together with span/split column features cause ID to crash (predictably)--as far as I can tell, Adobe doesn't appear to be interested in fixing this bug. I've learned the hardway not to combine them in any workflow unless I want to restart ID multiple times a day.
    In case you are wondering, this complicated workflow resulted from a shortcoming in ID anyway. I have to place the text in table cells so that I can use the SIde Heads plugin to pull them automatically into anchored objects. I have to anchor them into floating objects to get the rounded corners on background squares that is BEHIND the text. I could do it as tables in the flow of text if I could create anchored backgrounds with rounded corners that floated behind the tables, but unfortunately, ID will not let you change the stacking order of anchored objects--they always float in front and there is no option to push them behind--and tables are uniformly square and boring. I tried several times to create an easily automatable workflow for this project, and complicated as it is, this is the only one that actually works.    
    I will have to manually adjust the paragraph spacing and leading. That seems to be only adjustment that gives me the fine control that I want. I just wish it were consistent from document to document so I could set it in the style and not have to eyeball everything.

  • How many of these objects should I be able to insert per second?

    I'm inserting these objects using default (not POF) serialization with putAll(myMap). I receive about 4000 new quotes per second to put in the cache. I try coalescing them to various degrees but my other apps are still slowing down when these inserts are taking place. The applications are listening to the cache where these inserts are going using CQCs. The apps may also be doing get()s on the cache. What is the ideal size for the putAll? If I chop up myMap into batches of 100 or 200 objects then it increases the responsiveness of other apps but slows down the overall time to complete the putAll. Maybe I need a different cache topology? Currently I have 3 storage enabled cluster nodes and 3 proxy nodes. The quotes go to a distributed-scheme cache. I have tried both having the quote inserting app use Extend and becoming a TCMP cluster member. Similar issues either way.
    Thanks,
    Andrew
    import java.io.Serializable;
    public class Quote implements Serializable {
        public char type;
        public String symbol;
        public char exch;
        public float bid = 0;
        public float ask = 0;
        public int bidSize = 0;
        public int askSize = 0;
        public int hour = 0;
        public int minute = 0;
        public int second = 0;
        public float last = 0;
        public long volume = 0;
        public char fastMarket; //askSource for NBBO
        public long sequence = 0;
        public int lastTradeSize = 0;
        public String toString() {
            return "type='" + type + "'\tsymbol='" + symbol + "'\texch='" + exch + "'\tbid=" +
                    bid + "\task=" + ask +
                    "\tsize=" + bidSize + "x" + askSize + "\tlast=" + lastTradeSize + " @ " + last +
                    "\tvolume=" + volume + "\t" +
                    hour + ":" + (minute<10?"0":"") + minute + ":" + (second<10?"0":"") + second + "\tsequence=" + sequence;
        public boolean equals(Object object) {
            if (this == object) {
                return true;
            if ( !(object instanceof Quote) ) {
                return false;
            final Quote other = (Quote)object;
            if (!(symbol == null ? other.symbol == null : symbol.equals(other.symbol))) {
                return false;
            if (exch != other.exch) {
                return false;
            return true;
        public int hashCode() {
            final int PRIME = 37;
            int result = 1;
            result = PRIME * result + ((symbol == null) ? 0 : symbol.hashCode());
            result = PRIME * result + (int)exch;
            return result;
        public Object clone() throws CloneNotSupportedException {
            Quote q = new Quote();
            q.type=this.type;
            q.symbol=this.symbol;
            q.exch=this.exch;
            q.bid=this.bid;
            q.ask = this.ask;
            q.bidSize = this.bidSize;
            q.askSize = this.askSize;
            q.hour = this.hour;
            q.minute = this.minute;
            q.second = this.second;
            q.last = this.last;
            q.volume = this.volume;
            q.fastMarket = this.fastMarket;
            q.sequence = this.sequence;
            q.lastTradeSize = this.lastTradeSize;
            return q;
    }

    Well, firstly, I surprised you are using "float" objects in a financial object, but that's a different debate... :)
    Second, why aren't you using pof? Much more compact from my testing; better performance too.
    I've inserted similar objects (but with BigDecimal for the numeric types) and seen insert rates in the 30-40,000 / second (single machine, one node). Obviously you take a whack when you start the second node (backup's being maintained, plus that node is probably on a separate server, so you are introducing network latency.) Still, I would have thought 10-20,000/second would be easily doable.
    What are the thread counts on the service's you are using?; I've found this to be quite a choke point on high-throughput caches. What stats are you getting back from JMX for the Coherence components?; what stats from the server (CPU, Memory, swap, etc)?; What spec of machines are you using? Which JVM are you using? How is the JVM configured? What's are the GC times looking like? Are you CQC queries using indexes? Are your get()'s using indexes, or just using keys? Have you instrumented your own code to get some stats from it? Are you doing excessive logging? So many variables here... Very difficult to say what the problem is with so little info./insight into your system.
    Also, maybe look at using a multi-threaded "feeder" client program for your trades. That's what I do (as well as upping the thread-count on the cache service thread) and it seems to run fine (with smaller batch sizes per thread, say 50.) We "push" as well as fully "process" trades (into Positions) at a rate of about 7-10,000 / sec on a 4 server set-up (two cache storage nodes / server; two proxies / server.) Machines are dual socket, quad-core 3GHz Xeons. The clients use CQC and get()'s, similar to your set-up.
    Steve

  • Lock objects to text

    Does anyone know of a way to lock floating objects to text in a Pages09 document? I love the way Pages deals with floating objects, so much better than Word, but I'd like to be able to lock individual or grouped objects (images, text boxes) to a specific paragraph, so they move together during editing. I see how to lock objects to a specific location on a page, but this is not what I want.

    What you are requesting is called an anchor and it is a feature that I too wish Pages had. For now, if you want an object to flow with our edited text, the only choice is an inline object. However I have found that either Pages 09 has better inline text wrapping or I totally missed that Pages 08 got it. Try placing an object inline, setting its text wrapping to on, and then play with the options. You might find that you can get what you want this way.
    I'm in the midst of creating a large set of tutorials with lots of pictures of menus, palettes, and the like. Each tutorial is from 5 to 12 pages long. Even though I'm not getting the exact placement I want using this method, it is close enough for me to use while I'm writing and editing. When I'm finished with a tutorial I've been going back and making some of them floating objects again and tweaking their locations a bit. A bit of a kludge but we work with what we've got, eh?

  • HELP ! Banner with floating animation over web page

    Hi, im fairly new at flash and i have to create an Banner but
    it consist of an animation that appears from underneath the web
    page and floats up to the area where the banner will be posted and
    then transforms into the banner.(the floating object needs to have
    some transparency)
    I have about 16 different sizes for the banners cause they
    are for different web sites. Any help is greatly appreciated

    You can put links in applets. You can put buttons and other input/output widgets in applets.
    I don't think it's possible to make an applet be the background image of a web page, although you might be able to simulate that with layers.
    Though if all you want is moving water as the background, the water moving conditionally, maybe you don't need an applet at all. Maybe you can do it more easily with javascript. Actually at this point I'm not sure if you really do have an applet; maybe you're just using the word as shorthand for something else?

Maybe you are looking for

  • How to hide ToC in the body of an ebook?

    Hey folks, I have kind of a weird query. Keep in mind that everything I know about InDesign I've taught myself over the past month, so I may be missing somethng major. As part of an internship I'm creating ebooks, and have to make sure the ones I cre

  • Problem in getting Report OutPut

    I am trying to submitt concurrent request for po report, when i see request status it says status as No Manager Found and Phase as inactive, is this because i am trying to call other responsibility? Thanks Babu

  • Connect PowerMac G4 to 27" iMac

    I would like to connect my G4 to my iMac and use the iMac as a video source for both. How do I do this?

  • Pnp-ce period

    hallow i use the logical data base pnpce and i wont in period that <b>just</b> the option of the <b>other pri</b>od be <b>active</b> how can i do that?

  • App server 8.1 could not start

    Encounter App server 8.1 could not start Reason by bugger : Port Conflict Incorrect server config. Corrupt depoly app. Anyone could make to varify the actual cause. I using MS XP SP2, Norton Interent security and connect to internet while depoly to r