Illustrator :: How To Retrieve Off-screen Dialog Box
Jul 27, 2010
I am using two screens and moving Illustrator to the larger screen from my laptop so that I can see things better. I am still using CS2. One day for reasons I still do not understand, my PDF dialog box disappeared. Illustrator thinks it is there, but the only thing I can do is escape out of it. I can't save a file as a PDF, and I need to do that on a regular basis. I even tried uninstalling and reinstalling CS2, but it did not change anything.
How to retrieve a dialog box that has gone off the screens?
View 12 Replies
ADVERTISEMENT
Oct 8, 2012
Dialog boxes are appearing in various different places rather than a central location on the screen...
For example: the Save dialog appears half off screen towards the lower right section of the display. Various other boxes appear in the top left, upper right. All dialog boxes are moveable, so i can reposition them to the middle but the next time i used appear where they were, not centrally.
I work both on a 13" macook pro seperately and with and a 27" apple display attached. Dialog boxes are visiable on the 27" display but often in odd places.
Is there any way i can reset their position? I have tried reseting all dialogs, trashed the preferences in the preferences in the library folder on the computer but no luck. I am puzzled.
View 3 Replies
View Related
Oct 26, 2012
How to retrieve the width of the (view) working screen. Is there any variables or any methods.
"VIEWSIZE" returns the height of the view.
View 1 Replies
View Related
Nov 28, 2005
ok my question is, when i save my work the Save Window pops up but is half way off the screen. i can't press the OK Button to save because that half is off the sceen.
How can i bring down the Save Menu so I can press OK BUTTON to save my work.
View 7 Replies
View Related
Nov 4, 2011
When I want to edit the annotation scale of an object, the dialog box seems to open, but I cannot see it. I copied my profile from my computer with two monitors, so I suspect that is the problem. I tried Alt + down arrow, then right and left arrows to see if I could find it, but that did not work. CMDDIA is 1.
View 1 Replies
View Related
Apr 23, 2013
I have a dual screen set up. I left work last night with no problems. I fired up my PC this morning and all of a sudden all of my dialog boxes appear on my second screen. I have disconnected the second screen and all the boxes return to normal. Plug the second screen back in and the dialog boxes go back to the second screen.
View 5 Replies
View Related
May 16, 2012
I loaded autocad R2013 and went into the .cui dialog box to look for the screen menu section. It used to be under the legacy portion but it's no longer there. I've been looking all around to try and find where it's at.
View 4 Replies
View Related
Feb 8, 2012
Why do the dialog boxes and right click menus disappear underneath AutoCAD 2012? It does not happen every time, only most of the time. I can roll the mouse pointer over were the box or menu is supposed to be and some of the buttons and textboxes will reappear but not all.
View 3 Replies
View Related
Feb 28, 2012
Is there a way to retrieve all AIArtHandle from a given Artboard?
View 2 Replies
View Related
Jul 30, 2010
If I double click a workplane in the browser, the edit dimension dialog comes up half way off screen, does not remember the screen position if I move it, so it has to be repositioned every time. Seems to be tied to the browser position.
View 9 Replies
View Related
Jun 14, 2013
I am creating one custom plug - in for my project. and for this i want to create one dictionary.In this dictionary i want to store my object and one custom property related to this selected object( exp path item, raster item. etc).
i want to know after closing AI CS6 how can i access the same value what i stored in dictionary.actually i want to create one property for the selected item and want to save and retrieve back. this property.
View 9 Replies
View Related
Nov 11, 2012
Normally I use two monitors, but I'm travelling. Because I last placed the extrude box on my other monitor I can no longer get access to it on the only screen I have left. Normally, as with any window, you could hit Alt+Space and M but....the blasted mini-toolbar takes focus first!! It seems that all the other menus don't have this, only extrude. Is there any way to reset menus when disconnecting? There really should be. I'd say that the program ought to know that there is only one monitor connected and respond accordingly.
W7-64, all up to date
Inventor Professional 2014
Windows 7, x64
Dual-core i7, 8GB RAM
NVIDIA Quadro FX 880M
HP Elitebook 8540w
View 3 Replies
View Related
Feb 3, 2012
The Layers, Channels, Paths Dialog Window doesn't appear on my screen. Have tried everything I can think of.
View 2 Replies
View Related
Jan 21, 2012
The Layers, Channels, Paths Dialog Window doesn't appear on my screen.
View 1 Replies
View Related
Apr 27, 2013
How do i stop the screen from moving when I drag something to the edge of the screen?
View 1 Replies
View Related
Sep 11, 2012
I have multiple printers and in CS6 about 75% of the time the dialog box does not come up it just goes straight towards the default printer Is this a glitch or is there a setting becuase previous versions of Illustrator always brought up the dialog to select page size, printer, seperations, etc. Using OSX Mountain Lion
View 4 Replies
View Related
Jun 3, 2013
I'm here with 2013 SP2 64 bit Build 200 and two screens. Left screen is graphics area, Browser is on the left of right screen. Graphics is ATI Fire Pro V7800 with driver 9.3.3.3000.
In video (zipped MP4) you see a cutout of both screens, think of screens changing at the left of the browser.
Now, in many cases, after doing an operation, the browser is jumping back to the middle of my graphics in the left screen.
View 4 Replies
View Related
Oct 16, 2013
I'm currently updating a LOT, and I mean A LOT of old forms, I have to replace the old Helvetica fonts for a new set we bought recently, and I realised that the Find Font dialog box is no longer "extensible". Is this now a "normal" behavior for Illustrator? Is there a workaround, or a preference somewhere I missed?
If this is a choice from the developers, let me say that removing features IS NOT a good way to go!In the meantime I'll revert to CS5 for that particular batch..If CC is going the same way I.E. removing features instead of improving old ones I'll pass..
View 3 Replies
View Related
Feb 22, 2012
When I use 'kAISaveDocumentAsAction' to play action event, the pdf option dialog shows up, as in the following piece of code:
result = sAIActionManager->AIActionSetString( valueParameterBlock, kAISaveDocumentAsNameKey, szPDFullFileName );
//file format
result = sAIActionManager->AIActionSetString( valueParameterBlock, kAISaveDocumentAsFormatKey, kAIPDFFileFormat);
//file extension
result = sAIActionManager->AIActionSetString( valueParameterBlock, kAISaveDocumentAsExtensionKey, kAIPDFFileFormatExtension );
//show pdf option dialog
result = sAIActionManager->AIActionSetInteger( valueParameterBlock, kAISaveDocumentAsGetParamsKey, 1);
//play event
result = sAIActionManager->PlayActionEvent( kAISaveDocumentAsAction, kDialogOff, valueParameterBlock);
[code]....
I want to use the kAISaveDocumentACopyAsAction option and want the pdf option dialog to show.
View 1 Replies
View Related
Jan 25, 2009
I need to initiate print dialog. Action must be completely the same like pressing Cntr+P on keyboard.
When I use this code:
var colorOptions = new PrintColorManagementOptions();
colorOptions.name = "ColorMatch RGB";
colorOptions.intent = PrintColorIntent.ABSOLUTECOLORIMETRIC;
colorOptions.colorProfileMode = PrintColorProfile.SOURCEPROFILE;
[Code]...
I get error message: "Can't print the illustration. The Color Management setting are inconsistent."
View 4 Replies
View Related
Mar 7, 2014
Is there any functions and methods that dont work on a dialog window versus a palette?
I sk because i was playing with some UI stuff and i almost got everything working but it doesnt work as a dialog just palette.
View 3 Replies
View Related
Jan 21, 2014
Since upgrading to Illustrator 17.1 I can no longer select slices in the Save for Web dialog, nor can I select a slice on a different layer than the one it was created on.
View 10 Replies
View Related
Dec 3, 2012
I'm creating a dialog window for an Illustrator script, and would like to include a logo image.
The image file is 'mm_logo.png', and it lies in the same directory as the script itself. Here's the relevant fragment:
var dlg = new Window('dialog', '',[200,200,600,400]);// logodlg.logo = dlg.add("image", {x:25,y:0,width:139,height:67},undefined,'mm_logo.png');
Sadly the image fails to appear when I run the script (although the dialog itself and items such as panel lines and buttons do appear).
The documentation suggests I may need to supply the 'current' property of the 'Folder' class.
View 5 Replies
View Related
Feb 12, 2013
I created a simple batch action that makes a small change to an EPS file, and then exports to WMF.
On the last step, I record File>Close. This opens the "Save Changes to original doc?" dialog window below (see graphic). I choose "Don't Save", and stop the action.
However, each time it stops the batch on this dialog box.
Is there anyway to automate this step so that it will not interrupt my batch?
View 5 Replies
View Related
Aug 2, 2012
I'm just wondering if there is a shortcut command for the 'export' dialogue box?
The only information I seem to be bringing up in searches is 'exporting your shortcuts' to create custom shortcut keys.
View 3 Replies
View Related
Nov 17, 2012
I try to copy+paste a shape from Illustrator CS5 to Photoshop CS5 (Windows). My goal is to recieve a shape layer I can use in photoshop. But it just copies it as a VectorSmartObject and I can't convert it to a shape layer. I read, that "normaly" or at least in the Mac version a dialog box should appear, which let's you choose how you want to paste it in ( SmartObject/ShapeLayer/...). This doesn't happen. Is thia bug?
View 5 Replies
View Related
Feb 4, 2013
Object - Path - Join dialog box asking if smooth or corner path is not showing up in CS5. How to get it bac/activate it?
View 5 Replies
View Related
Nov 12, 2013
When I select "open" from the menu, the "open" dialog box opens and then immediately shuts. I can't open a document in Illustrator. Also, this has been happening in other dialog boxes, such as save as....
Creative Cloud indicates my software is up to date.
View 4 Replies
View Related
Apr 16, 2013
I opened a pdf page in Illustrator to extract the image. Missing font dialog box was not shown while opening the pdf page but junk characters (box-like) appeared in the file.
The font used for these characters is Times New roman composite True type. This font could not be replaced with Times new roman true type font. how to avoid the junk characters while opening the pdf page in Illustrator
View 1 Replies
View Related
Aug 15, 2013
Is there any way to programmatically call up the print dialog? Or is there some sort of "send keys" function similar to the corel vba?
View 4 Replies
View Related
Dec 23, 2013
I have very simple dialog - just one panel and few checkboxes. When I set panel as "undefined" everything works right, but when i set a size of the panel checkboxes disappear.
Works
var win = new Window ("dialog", "test");
var panelOpcje = win.add("panel", undefined, "Options");
var check1 = panelOpcje.add("checkbox", undefined, "check1");
var check2 = panelOpcje.add("checkbox", undefined, "check1");
win.show();
This doesn't work
var win = new Window ("dialog", "test");
var panelOpcje = win.add("panel", [0,0,400,300], "Options");
var check1 = panelOpcje.add("checkbox", undefined, "check1");
var check2 = panelOpcje.add("checkbox", undefined, "check1");
win.show()
View 2 Replies
View Related