InDesign :: Unable To Set Bounding Box

Sep 12, 2008

I´m trying to reduce scale on a group of objects;a map, some lines with arrows and shade and also text blocks. When I´m trying to reduce the size of the group the message "unable to set bounding box" pops up and its impossible to continue scaling. It has happened with different files and objects, always the same message.

I´m using Indesign CS3 5.03 on Xp professional

View 10 Replies


ADVERTISEMENT

Photoshop :: Bounding Box To Bounding Circle

Mar 21, 2005

Can the bounding box be adjusted, in shape, to a circle?

View 2 Replies View Related

Photoshop :: Unable To Place PDF Files Into InDesign CS5

May 22, 2012

I cannot place Photoshop pdf files into InDesign CS5 after updating to LION. I get the error message "Failed to open PDF file." I've tried to save as in Acrobrat and then place, get the same message. I've opened the file in Photoshop to re save and get an error message. I can't change our workflow for just me because I'm the only one having this issue.

View 3 Replies View Related

InDesign :: Unable To Open Pagemaker Files?

Apr 4, 2014

I have InDesgin Cs4 and want to open Pagemaker files.  I cannot seem to do it.  So...I should purchase InDesgin CC and it would do it.  So I did....now I have both...and still cannot open old pagemaker files. 

View 9 Replies View Related

InDesign :: Shutting Down - Unable To Save Work?

Apr 11, 2014

Last night I was working on a file when the power went out. My no break didn't work and I didn't have time to save and shut down my mac. When the power came back and I started my computer and InDesign, I tried to open the file I was working on and the above message displayed. I clicked 'back to finder' button on this message and the program crashes.

View 8 Replies View Related

InDesign :: Unable To Detect The Correct Number Of Pages?

Apr 15, 2014

My InDesign document has a total of 55 pages. My page numbers are set up in a master. Some of the pages display the page numbers correctly: "Page X of 55" but others do not "Page X of 43". Why is it unable to detect the correct number of pages?

View 7 Replies View Related

InDesign :: Unable To Edit Existing Elements On CC File?

Mar 19, 2014

I've just opened a few of my files in inDesign CC and I am unable to select, move, edit any of the existing text or images. I'm only able to add new things on top of it
 
It's like the page is locked, but I see no indication that it is locked.

View 3 Replies View Related

InDesign :: Unable To Reset The Inside Margins On An Existing Document

Mar 27, 2014

I am unable to reset the inside margins on an existing document.  Editing "Document Preset" for inside margin has no effect on the document - I can change the numbers to any value with no effect on the document.  Changing gutter has no effect.  I have tried setting margins in the master pages, also no effect.  I can change margins by right click on an existing text frame (text frame options), but this only allows setting left or right frame margins for the whole document.

View 3 Replies View Related

InDesign :: CC Packaging Process Fails With Error Message - Unable To Copy Necessary File(s)

Dec 2, 2013

When I try to package a file with a lot of links, the Indesign CC packaging process fails with the error message "Unable to copy necessary file(s)". I am able to make a PDF of the same file, but when packaking the process fails every time. The app does not crash, just gives an error message. What gives?
 
(I'm using a MacBook Pro Retina Display with 16 GB RAM, running OS 10.9 and all CC 9.1 updated with the latest patches).

View 10 Replies View Related

Photoshop :: Bounding Box

Sep 26, 2005

Other than the 'show bounding box' check box.... is there any other reason I can't get my bounding box to show? It seems to be totally random. I can't get the bounding box to show.

View 3 Replies View Related

3ds Max :: Bounding Box And Nitrous?

May 10, 2011

I normally press "j" to disable the bounding box. but when you press F3 for wireframe and then F3 again to return to realistic view, the bounding box turns back on. is this a "fix" or a bug?

View 2 Replies View Related

Photoshop :: Bounding Box On Layers

Nov 29, 2013

I don't know if this is a bug or a new 'feature' that I downloaded during the last update... but I get bounding boxes on layer items. How do I turn these off, or is this a bug?

View 1 Replies View Related

Photoshop :: CS4 - Bounding Box Not Showing?

Nov 16, 2012

My PS CS4 crashed the other night and erased all of my settings. Now, when I have a layer selected, I can't see the bounding box. I have checked auto-select, layer and checked show transform controls. I have view>extras checked as well. All I see are little tiny squares in each corner of the layer and in the middle of each side. I used to have a dashed line around the object and it is gone. Here is a shot of how it looks with the word strip selected: [URL]

View 2 Replies View Related

AutoCAD .NET :: How To Get Min And Max Bounding Points

Nov 21, 2011

In vba, i wrote, ENT_A1.GetBoundingBox MinBndPt, MaxBndPt but in vb.net how can i get the Min and Max bounding points?

View 2 Replies View Related

AutoCAD .NET :: 3D Solid Bounding Box

Jan 11, 2012

I would to know if there is a way with vb.net for extract the bounding box coordinates of a 3d solid

View 1 Replies View Related

AutoCAD .NET :: How To Get The Bounding Box Of A Drawing

Oct 1, 2013

I'm using the following code to take a snapshot of the model:

 private Bitmap GetScreenshot() { int cvPort = Convert.ToInt32(Application.GetSystemVariable(RenderingManager.CVPORT_SYS_VAR)); using (View view = new View()) { this.graphicsManager.SetViewFromViewport(view, cvPort); view.VisualStyle = new VisualStyle(VisualStyleType.Hidden); using (Device dev = this.graphicsManager.CreateAutoCADOffScreenDevice()) { dev.OnSize(graphicsManager.DisplaySize); dev.DeviceRenderType = RendererType.Default; dev.BackgroundColor = System.Drawing.Color.White; dev.Add(view); dev.Update(); using (Model model = graphicsManager.CreateAutoCADModel()) { using (Transaction transaction = this.database.TransactionManager.StartTransaction()) { BlockTable blockTable = (BlockTable)transaction.GetObject(this.database.BlockTableId, OpenMode.ForRead); BlockTableRecord blockTableRecord = (BlockTableRecord)transaction.GetObject(blockTable[BlockTableRecord.ModelSpace], OpenMode.ForRead); view.Add(blockTableRecord, model); transaction.Commit(); } Bitmap bitmap = view.GetSnapshot(view.Viewport); view.EraseAll(); dev.Erase(view); return bitmap; } } } }

 I'm currently passing the entire viewport to the GetSnapshot method, but I'd like to restrict it to the minumun rectangle containing the drawing. The following image explains what  I mean (in red the viewport, in black what i need):

how can I compute the black rectangle?

View 2 Replies View Related

Photoshop :: Bounding Box Dilemma

Jun 4, 2009

i have had an ongoing problem with dragging images over from photoshop to illustrator. whenever i drag an image over there is a white box around the image that is apparent on the other layers behind it. if someone could inform me on how to get rid of this bounding box i would be greatly appreciated.

View 1 Replies View Related

Photoshop :: Bounding Box On Graphic

Apr 2, 2009

how to place a bounding box around a graphic?

View 7 Replies View Related

Photoshop :: Bounding Handles

Jul 5, 2006

I have a file that is 13 x9. In print dialogue box I used the bounding handles to shrink it to 9x6.

Now today I want to print at true file size. I open image size dialogue box and it is still 13x9. But when I open print dialogue box it still says 9x6? why? and it look 9x6 in the preview, not 13 x9 which is the real size of file -- so I'm confused.

If I type in 13 x9 or use bounding handles again to get 13 x9 am I now upresing the file??

View 6 Replies View Related

AutoCAD .NET :: Bounding Box Values

Jul 2, 2013

I am new to autocad customization and i am working on modifying a code written in .Net.I want to ask how to get the bounding box of a block and also I am unable to locate autocad customization file.

View 6 Replies View Related

Illustrator :: How To Get Rid Of Bounding Box From EPS File

Mar 16, 2013

how do I  get rid of the bounding box?   every file I save as .eps has a box around it

View 7 Replies View Related

Photoshop :: How To Turn Off Bounding Box Display

Mar 14, 2012

With PS CS5.1, how do I turn off the bounding box display when i use the move tool to move a layer? There is this faint grey line that appears when a layer is selected. How do i turn it off?

View 2 Replies View Related

AutoCAD .NET :: Bounding Boxes Around Blocks

Apr 3, 2013

We have two lines which are crossing. Now I want to find bounding box as shown on the picture.

Do we have some special methods (in AC) or I must find bounding points manually?

View 2 Replies View Related

AutoCAD .NET :: Get All 4 Values Of Bounding Box For Particular Object?

Jul 3, 2013

Is it possible to get all the 4 values of the bounding box for a particular object.I have to plot a curve of maximum point for a particular object on a given path at certain intervals(ex: a block on a curved line and distance between each block should be maintained say 10mm).The problem im facing when im connecting the maximum points is if the path is inclined then the maximum point coonecting line intersects the block at some places.

View 3 Replies View Related

AutoCAD .NET :: How To Get Bounding Box Of Dimension Text

Apr 13, 2011

I wrote a dimensionroutine and want to put the dimensiontext on a home or upper position depending the space the dimensiontext needs and is nearby the last created.

With the boundingbox of the dimensiontext I hope to calculate if the dimensiontext will fit between his two dimensionblocks

View 1 Replies View Related

Photoshop :: Vector Bounding Squares

Aug 14, 2004

I was trying to creating a bounding box, and I wanted it to be curved. I know how to do it with a selection, but I really don't want that because I want to have this as a vector. I need to use a shape. But when I use the shapes, they keep filling with a colour, and when I turn that off, I can't keep the outside border on.

View 3 Replies View Related

Photoshop :: My Text Isn't Apearing In The Bounding

Jun 19, 2008

Im Trying to add text using a bounding box.

When I drag the box out to the size I want and go to type the insertion curser doesnt appear. when I type something nothing appears no matter what size or font of text I use.

I've tried making the picture bigger but it doesnt work. When I go to delete the type layer it registers that I typed something and askes ifI want to delete it but it never shows the text in the box.

Ive even onpen new windows and it does the same thing whether I use white, transparent or background layer settings.

View 9 Replies View Related

3ds Max :: Turning Wireframe On And Off Turns On Bounding Box

Apr 9, 2011

Going from shaded with edged faces, to wireframe and then back again, turns on the bounding box.

View 8 Replies View Related

AutoCAD LT :: Bounding Boxes Around Blocks

Apr 27, 2011

How can I switch this new feature off?

I'm selecting a block by mistake by clicking on an area which overlaps the bounding box outline.

View 3 Replies View Related

AutoCad :: Expanding Bounding Box Around Attribute

Jan 4, 2012

Is it possible to have a box, that surrounds an attribute, increase or decrease it's width based on the width of the attribute text?

View 0 Replies View Related

Illustrator :: Bounding Box Much Larger Than Object?

Jan 21, 2014

I've been working on this project in Illustrator for a day or two now. All of a sudden, all objects, both preexisting and newly created, have a very large purple bounding box.
 
In order to alter the size of the object, I have to find the corner of the large bounding box. I have a feeling it may be a setting I hit as this began happening after I was fiddling around with adding more artboards.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved