Photoshop :: Open File In Front Of Toolbar
May 4, 2004know if it is possible to open a document so that opens in front of left main toolbar ie. docks to the right of the toolbar?
View 5 Repliesknow if it is possible to open a document so that opens in front of left main toolbar ie. docks to the right of the toolbar?
View 5 RepliesI was wondering if anyone knows if it is possible to get PS to Open documents in front of my toolbar. I'm sure PS7 can do it somehow??
View 1 Replies View RelatedI was entitled to a free upgrade to CS4 which I have installed but I now have many problems in trying to get CS4 to run properly.
1. Sometimes CS4 will open but the toolbar with FILE, EDIT is missing
2. Mostly when I open CS4 IF I click on 'FILE' everything is greyed out apart from Import, Automate and scripts and CS4 hangs.
3. If I click on FILE to try and open a file that too is greyed out until I click on 'Clear open recent'
4. If I open a image and want to get rid of any blemishes with the spot healing brush I can select the tool, click on a spot and a nice splodge is left on the image but the tool does not clear the blemish until I click on a completely different tool. eg. Text or anything.
5. Using Unsharp mask As I move the 'Radius' Nothing happens for ages.
So I have absolutely no idea why this these things are happening.
My System is Windows Vista
4GB Ram (although CS4 only thinks I have just under 2GB
CPU Intel Dual core 2.2GHZ
Graphics card is a NVIDIA Geforce 7300 GT and last week I downloaded a new driver to 7.15.11.7824
I have played with the cache and memory allocation, to no avail
I installed GIMP onto my laptop. What I want to know how to do is to bring the image I'm working on in front of the toolbar windows. I thought I remember reading that you can change a setting but I couldn't find it when I looked in Preferences.
View 3 Replies View Relatedi'm running Elements 8 on an Apple Mac running OS X 10.9.1
I'm unable to find any button on the toolbar to open Organiser. So how do I access it?
I have modified one of the toolbars (Text toolbar) with many useful for me commands. Many of them are not visible when this toolbar is "docked" to Corel's interface, that's why I want to view it floating.
But because there is "Object Information" from Status Bar, and it is only one line (very wide indeed, and I cannot find a way to make it in two or more lines of text (?)) this toolbar became very wide and I want to hide and show it with a shortcut. It is annoying to right click on interface, to click on "Text" to open when I need it, and to go to "x" to close it all the time.
Now I am looking to find a way to assign a shortcut to open and close it. Is this possible in CorelDRAW X6?
When I make any changes to my custom toolbars, every custom toolbar that I have made will appear on the drawing after I click apply and OK. Then I have to go through and X out about 100 toolbars. I would like to be able to turn all of the custom toolbars off at one time. Then only turn on the ones that I want to use.
View 7 Replies View RelatedI recently started working with Illustrator CS6, and noticed that the Transform option panel in the top tool bar is listed as a word, which i need to click on in order to access the x/y coordinates and the object height and width values. I was wondering if there was a way to set this toolbar so that these options are locked in the tool bar so that i don't need to always click on the word to expand it out. I have included a screenshot of the tool bar as it exists. Also the align options are set up in this way as well.
I also included a screenshot of the same tools in Indesign to give an idea of what i'm looking for, where everything is expanded out.
I am currently working on a drawing. I modeled up 6 cable QCDC's and have to position them in front of an imported Tiff file in model space so that it appears they are installed in the scene depicted in the image. I applied a gray plastic material to my models and when I go to render the scene, the Tiff file and my models are all faded drastically.
View 2 Replies View RelatedIve been using inventor for around 2 months now and its all been going good... ive recently done a rather complex assembly that id rather not redo... unfortunately... i ungrounded the base part fiddling with it trying to find a working constraint set for my needs (evenly spaces cylinders on a base plate and a centered on a mounting plate... i ended up using holes and the cylinders screw holes to align them but still this was AFTER i messed it up)
So now because of that the default view is skewed by roughly 45 degrees or so... now i have set the front view manually to reset the ground plane.... but if i stick this in a dwg as front its as if i did nothing... and yes i have triple check to make sure ive set the front view.
I have a dxf file of a 3d model (cant attach as it exceeds the size limit) that I need to have put in a 2D dwg file. basically I need to flatten it to make a top and front view of the model.
I haven't work in 3d in some time and never worked with dxf files, so I'm not even sure this is possible. I tried opening the dxf in auto cad, but it doesn't seem to find the file..I cant see dxf extensions.
I'm working on a double sided business card and I would like to know how to set up the file in Illustrator.
View 3 Replies View RelatedIs it possible to position a button on the Open dropdown of the Quick Access Toolbar?
The following works:
CommandControls AssemblyQATControls = oAssemblyRibbon.QuickAccessControls;CommandControls PartQATControls = oPartRibbon.QuickAccessControls;CommandControls ZeroQATControls = oZeroDocRibbon.QuickAccessControls; AssemblyQATControls.AddButton(MyButton, true, true, "AppFileNewCmd");PartQATControls.AddButton(MyButton, true, true, "AppFileNewCmd");ZeroQATControls.AddButton(MyButton, true, true, "AppFileNewCmd");
but not this:
ZeroQATControls.AddButton(MyButton, true, true, "NewFileTemplate4");
I'm trying to create a macro for a toolbar button to open a third party program. Basically we want to open a custom .exe application from a button on the ACAD toolbar.
View 5 Replies View RelatedI have autocad civil 3d 2008 in my pc. From last 2 days I got a different problem i.e. when I am selecting open / save command from File menu graphical file select explorer is not opening just message in the command window . Previously I used to select files using graphical file explorer.
View 6 Replies View RelatedI've tried to figure out the pattern of how the command works for inputting partial customization menu toolbar names but I'm unsuccessful.
You should be able to show and hide partial customization menu toolbars with the -toolbar command because it can hide all toolbars including my partial customization menu toolbars currently shown. I've tried the toolbar menu alias (defined in the CUI command) and the name (refer to this link to the same image embedded below) and none work.
When I go to customize and drag "View image file" to a toolbar, although it says "view image file" on the toolbar it is in black, and doesn't work when clicked on. This is the case on at least 2 entirely different systems.
View 1 Replies View RelatedIs it possible to load toolbar images from resource file instad file from disk?Now I did:
AcadToolbar tb = mainGroup.Toolbars.Add("MyToolbar");
tb.Visible = true;
tb.Dock(AcToolbarDockStatus.acToolbarDockTop);
AcadToolbarItem i1 = tb.AddToolbarButton(1, "Test", "TestButton", "x1bx1bTESTCMD ");
i1.SetBitmaps(@"D:IconsBMP est.bmp", @"D:IconsBMP est.bmp");
I can't say that it's very useful. Is it possoble to load images from my plug-in DLL (resource file)?
I've been very dissapointed with the 'new file' dialog box in inventor 2013 as it takes far too long to open and navigate. I was wondering if there is a way to add a link to a few drawing template files either to the ribbon or the quick access tool bar so i can avoid using the 'new file' dialog box.
View 1 Replies View RelatedI am unable to open files from the file "OPEN". I can open from Bridge or open recent document, but not from just File, Open.
My operating system is Mac OS X.
When I first installed Adobe Photoshop CS6 I was unable to run Photoshop or Bridge CS6. Photoshop would give me an error about "could not open a scratch file because the file is locked. If I ran either of these programs as an administrator they would run without issue, this led me to believe that there was a permission issue somewhere. After some digging I found out the both Bridge and Photoshop try to create a temp file (similiar to Photoshop Temp2777223910092) on the c: drive of the computer. In my case the user that I was logged in with did not have access to write to the root of the C: drive. Note that you run the program as the administrator and change the scratch disk location as that changes the preference for the administrator user and not the user that you are currently logged in as.
I first had to give the user that I was logged on with write permissions to the root of the C: drive. Next try and run Photoshop, you will get an error another error about the scratch disk and about and invalid or missing setting file. To correct this you need to have run Photoshop as an administrator, next you can go to Users AdminAppDataRoamingAdobeAdobe Photoshop CS6Adobe Photoshop CS6 Settings and copy Adobe Photoshop CS6 Prefs and/or Adobe Photoshop X64 CS6 Prefs to Users<your logged in username>AppDataRoamingAdobeAdobe Photoshop CS6.Adobe Photoshop CS6 Settings.
Everything I read says its version 6.4, but when I attempt to run the 6.4 patch I get the message that it does not apply? Has Adobe prevented PSE7 from opening .NEF files from the D5100 (without conversion) in an effort to force paid upgrades to the current PSE version?
View 4 Replies View RelatedI am trying to open a video to edit within Photoshop CS6 x64. I am getting the following message:-
Could not place the document ‘IMG_1664.MOV’ because no parser or file format can open the file.
The video was shot on my iphone 4S and ive even tried converting to other formats yet Photoshop still gives the same error. I have checked through Bridge and I have no option to send to Photoshop on the right click menu. try out the new features of CS6 for video editing.
I am running a 27" iMac with 12gb RAM and 1gb of Video RAM.
Getting this error when trying to use downloaded ACTIONS. "Could not place the document ‘Photoshop_Actions_03_by_ReehBR.atn’ because no parser or file format can open the file."
View 2 Replies View RelatedIn Corel draw, I click file, open, and the location is not the folder I want. I have created shortcuts. How to change this.
View 3 Replies View RelatedHow can I import the contents of an image file into an already open file? I want to import the WHOLE image, not just a cropped version.
View 1 Replies View RelatedI am able to run CS6 when I login Admin, so i change scratch file location to D:. After restarting PC, login by Admin, I can run CS6. But I still can't run CS6 when I login by other account, I think the location of scratch file is per user setting.
View 3 Replies View Relatedmy setup has 128gb ssd (C) which contains only my OS files with some junction points to Program Files/Program Files(x86)/ProgramData/Users which are located in my D drive which is a 1TB WD.
at first it showed when I tried to start PS for the first time after a clean install on a new computer I managed to get past it by runing PS as admin and changing the scratch disk to D.but now I noticed that when I try to copy a path from illustrator into photoshop as either a smart object or as pixels I get this error again. I haven't seen it again other then that but I just started using PS in this setup so I am yet to explore all the functions and whether they are working correctly or not.
when ran as an administrator the illustrator->PS transfer works fine but I don't want to run PS as admin all the time...
When I from Photoshop CS6 chose to open a file, or "Place" the browser window open, but I have to scroll all the way down in the "Enable:" drop down menu to chose "All Documents" or "All readable Documents" each time. And then if I want chose from the "Format" menu.
This is very time consuming, and I don't find any settings to make i.e. "All Documents" as default.
I have Photoshop CS3. it was working perfectly. Today both the File > New and File > Open do nothing. Dragging a photoshop file onto the program does not open it. Creating a new document brings up the dialogue but clicking ok does not create a new document. Nothing happens.
View 1 Replies View RelatedI'm working with both Photoshop and Illustrator CS6 on a mac. I'm creating a graphic. The background is a (cartoonish) mouth and I finished it a couple of days ago. (It's an Illustrator file.) I've been working on the letters to go inside of the mouth, (Once I'm finished it'll look as though they're being crushed.) I scanned and edited small wooden letters in Photoshop, and now I would like to work with them with the background in Illustrator. I understand how to open a Photoshop file in Illustrator, but I don't want to open the document as a separate Illustrator file. Is there a way to open a file from Photoshop as a second layer?
Some of the letters repeat as well. Will I have to create two files for this, or can I open the same file twice?