Photoshop :: Workspace Returns To PS Default In Vista

Apr 19, 2008

On my Vista machine, everytime I restart PS it reverts to the PS default workspace. I have a personal 'default' which will return it to my configuration, but it's annoying to have to switch it every time I restart.

how to make it retain the last workspace used.

It does not do this in XP.

View 3 Replies


ADVERTISEMENT

Photoshop :: Default Workspace

Aug 30, 2008

I use CS2 on Windows XP.

Is there any way to make my saved workspace come up automatically (instead of the default workspace) when Photoshop opens? I always forget to change to my workspace until

I am working and none of my key shortcuts work.

View 10 Replies View Related

Paint Shop Pro :: X4 Default Workspace Color?

Sep 9, 2011

In the X3 version there was a menue setting for the color of the work space where you could change it and not have to use the Graphite color. In the X4 version there is nowhere to select non default color. There should be as not everyone wants to be forced into having it the default"graphite or whatever"color.

View 10 Replies View Related

Illustrator :: Workspace Does Not Change The Default Type

Jun 20, 2013

I open PDFs in Illustrator that were created in Autodesk Inventor. The default of Myriad Pro is applied and I would like to change that. I have made a new document profile and a new workspace, but the profile is only good for a new document. The workspace does not change the default type. I could save lots of time if I could change this behavior! I am working in CS6 on a 64-bit Windows machine.
 
Perhaps it is only a question of getting Illustrator to recognize Arial?

View 2 Replies View Related

CorelDRAW X3 :: Workspace On Startup Reverts Back To Default

Jul 28, 2013

I've created my own workspace and saved it. When I shut down coreldraw and it reverts back to default and I have to manually set it back to use the one I saved.

View 2 Replies View Related

AutoCAD Map 3D :: Reset Profile Change Workspace To Default Profiles

Oct 30, 2012

When I first install My autocad Map 3D 2012 my workspace name are Planning and Analysis, 2D Drafting Workspace or Map Classic Workspace after I select reset button in option->Profiles tab My Workspace names are Drafting & Annotation, 3D Basic, 3d Modeling or AutoCAD classic. How do I get my profile to reset back Autocad Map 3d 2012?

View 1 Replies View Related

AutoCAD 2013 :: Where To Find Workspace Settings To Change Workspace

Apr 11, 2012

I just downloaded 2013 Autocad for MAC and I can't manage to see my drawing toolbars and also don't know where to find workspace settings to change my workspace to autocad classic.

View 9 Replies View Related

AutoCad :: How To Change From 3D Modeling Workspace To Standard 2D Drawing Workspace

May 1, 2011

I am trying to go from the 3D Modeling workspace to the 2D workspace without the XYZ coordinate gizmo on the drawing screen (just want to see the XY ucs) to work in 2D format.

View 1 Replies View Related

Photoshop :: Text Amends - How To Show Hard Returns

Jul 17, 2013

I need to do some text amends and need to show hard returns etc.. Where is the show invisibles in PS6?

View 4 Replies View Related

Lightroom :: Photoshop No Longer Returns Edited Files

Dec 21, 2013

After sending files to Photoshop for further editing, use simple "save" command to return them to Lightroom. That used to work but now only JPEG files do round trip, not raw files (DNGs) although round tripping to Elements works fine. Photoshop is saving them to my catalogue instead.

Adobe agent spent more than an hour tinkering with my computer before giving up. Tried to blame use of DNG but this is an Adobe invention. Also said to use synchronise folder command as a work round but this restores deleted files as well. He promised to "escalate the problem" and I would be called back, but that was a week ago.

View 1 Replies View Related

AutoCAD Architecture :: Workspace Doesn't Open With Workspace 2D

Jan 4, 2012

is there a way to have the profile be on 2d drafting already as yoju open a new file or should you always open a new file and then change the profile from architecture to 2d drafting?

View 2 Replies View Related

VideoStudio :: Menu Returns To First Page

Oct 25, 2010

I made a DVD with a thumbnail menu. It has four pages with four thumbnails each. When navigating around it always defaults to the first page. Say I'm watching a chapter from the second page and I return to the menu, it sends me back to page one not page two. Is there a way to set it up to return you to your last location? I've made other DVDs that did this so I'm confused as to why this one isn't the same. Do I need to use one of the preset menus instead of a custom one?

View 2 Replies View Related

Illustrator :: Soft Returns In Justified Text?

Nov 25, 2013

I have used illustrator for years and all of a sudden when I justify text and add a soft return to knock a 'widow' or single work round the text no longer justfies! WHY? and can I turn this dumb feature off...?

View 3 Replies View Related

AutoCAD Inventor :: Exporting PDF - HasSaveCopyAsOptions Returns False

Nov 21, 2012

I have a VB.NET routine that exports a pdf using the TranslatorAddIn interface.  I copied the example from the api help.

The pdf is created, but only the first sheet of the drawing is exported.  I uncommented the following line in the example code, and still no change:

oOptions.Value("Sheet_Range") = kPrintAllSheets

I added a message box, to make sure I was reaching that line, and I found that I was not in fact reaching that line.  Why is this?  In some posts here related to dwf exporting also using the TranslatorAddIn, the first argument of HasSaveCopyAsOptions was oDataMedium instead of oDocument, so I tried that, too, but still no change.

Here is the code of the export to PDF routine from the api example:

Public Sub PublishPDF() ' Get the PDF translator Add-In. Dim PDFAddIn As TranslatorAddIn Set PDFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}") 'Set a reference to the active document (the document to be published). Dim oDocument As Document
[Code] .......

View 1 Replies View Related

Revit :: Rendering In Cloud Returns - The File Could Not Be Translated

Nov 4, 2013

When attempting to launch the Render in Cloud feature in Revit 2014, the following error message is displayed:

Render in Cloud

A Problem occurred.

The file could not be translated.-1

View 5 Replies View Related

AutoCAD Map 3D :: Querying Object Data Returns All Objects

Mar 5, 2012

I have a drawing with a bunch of polylines with object data attached. The polylines represent roads, and among the object data is a road number. A typical road number might be "2000" and a road without a number assigned yet would be "0"

I am trying to run a query that pull out just the objects where the road number field is 0. If I try to query based on object data where the field = 0, I get returned all of the polylines whether the field is 0 or not. If I query with "2000", I get returned just the single road with that number as expected.

I've tried several different ways to make this work and I'm not sure what is wrong. I have tried with the number as integers, and doing field = 0, field <= 0, field < 1 and that didn't work, so then I converted it over to a character field and have tried field = 0 and field = "0" - nothing seems to work. Is there something with the field being zero that is causing issues and is there a way to make this work?

View 2 Replies View Related

AutoCAD Civil 3D :: Create Expression That Returns Inner Pipe Diameter

Jul 16, 2013

I would like to create an expression that returns the inner pipe diameter if the pipe is circular, and the inner height and width dimensions if the pipe section is square or elliptical.  I tried this in the expression editor:

{Inner Pipe Diameter}|{Inner Pipe Height}&{Inner Pipe Width}

but it returned ? in the label .

View 8 Replies View Related

Lightroom :: Initial Import Histogram Calculating Returns Bad Tones?

May 5, 2013

Frequently when  I import raw Nikon files to lightroom 4 I initially see a picture with tone and white balance I really like.  during this time (2 to 10 seconds) the histogram indicates that it is calculating.  When the histogram is finished calculating the picture changes with bad tone (exposure, contrast ...).  You can go and manually change the tone settings but it can take sometime and I would rather be able to quickly return to the picture settings that was initially presented.  Is there a short cut or easier way?

View 2 Replies View Related

Lightroom :: Won't Stay At 1:1 Magnify And Immediately Returns Back To Fit / Fill

Jul 31, 2012

In the Library and Develop modules, when I click on an image to magnify it to 1:1, the image expands to 1:1 and then immediately returns back to fit/fill (depending on what the setting was before). Clicking on 1:1 magnification in the Navigator works fine as well as using the CMD + shortcut; the image expands to 1:1 and stays at 1:1 magnification. I am running LR 4.1 on Mountain Lion on a MBP. I tested in other programs and had no problems.

View 7 Replies View Related

Lightroom :: Library Filter Returns Images Of The Wrong Date?

Mar 1, 2013

I have just moved from v3.6 to v4.3. When using the library window, grid view, I use the filter bu selecting a specific date but images are being returned incorrectly. For example: When I select a date i.e. 25/05/2011, I have images being shown for that date but also others with a capture date of 06/02/2012. How can this issue be corrected?  I have over 60,000 images to review.

View 17 Replies View Related

Lightroom :: Smart Collection Returns Different Result To Library Filter?

Oct 18, 2012

I have smart collections simply gathering together all images with a specific star rating, very very simple! I have one for 1 star, one for 2 star and one for 3 star and above. So far so good, have been using these for ages - but - I have just noticed if I go to Catalog/All Photographs and place an identical Library Filter (that is the filter at the top of the library grid view) I get different results. In fact if I place an attribute filter that says "= 2 star" images only I can look at the strip that runs across the bottom of the screen and it says "All Photographs / 1056 of 1647 photos". If I then clear that filter and scroll down to my smart collection that applies the very same filter to the entire catalog (and I have triple checked this, no difference at all, I haven't said less than or greater to in here its the self same "=" only!) and it says "1066"! So the smart collection finds 10 more images than the other, identical filters working on the entire catalog If it wasn't for the number of images involved I would go though them and try and find the extra files by hand!

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Why Vla-FullName Returns Values In Lowercase

Jan 11, 2014

Would you tell me why [b]vla-FullName[/b] returns a path in LOWERCASE (except of "Program Files" and other special folders) ??

View 9 Replies View Related

AutoCAD Inventor :: Task Scheduler Returns Zipped Files While Exporting IDW To DXF

Dec 14, 2011

I need to export my IDW drawings to DXF.

As long there are lot of files I wish the Task Scheduler will do that job.

It actually does but only with "File" option. I mean I cannot take a whole Folder

since there is no DXF option and should click each file and set the DXF there.

The second big problem it returns zipped DXF files, I cannot get rid of that.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Executing Command If Find File Returns NIL

Dec 17, 2012

Im having a little trouble of late understanding how to undertake an action/ command if nil

what i do know id the following:
 
(setq TESTvar(findfile "acad.lsp"))(alert TESTvar)

this gives me the path of the acad.lsp, that is provided it actually exists, however because the acad.lsp is not compulsory  it may indeed not exist meaning that the command prompt would return the NIL value instead of the pathname.

based upon that I would like to create a new acad.lsp file if not found by autocad.

View 3 Replies View Related

Photoshop :: Another CS4 And Vista X64 GPU SLi...

Jan 9, 2009

I am running Vista x64 Ultimate on a QX6850 system with 8GB of RAM. I also have 2x XFX8800GT graphics cards running in SLi with the latest Nvidia drivers (181.20). Dxdiag testing provides no errors.

The GPU support features in CS4 x64 (and x32) is greyed out with the text wording of no support in Photoshop standard. Based on some of the threads posted here, I tried enabling or disabling some settings in the Nvidia control panel, but the only one that seem to enable the GPU support is to deactivate SLi completely (which sort of defeats the purpose in 3D graphics).

Does CS4 support an SLi setup? If not, will there be any difference in performance with SLi disabled and using the CS4 GPU support vs the other way around?

View 1 Replies View Related

Photoshop :: Vista SP1

Feb 21, 2008

Service Pack 1 for Vista is available. I just installed it. Other than it reset the native resolution on my main monitor, it went without a hitch.

Recently, it seems, that Vista has been lamb-basted (what does that actually mean) as a nasty OS. It is not, I have been using Vista Ultimate 32/64 without incident. SP1 is no larger than SP1 for XP (in ratio to installation size).

Any one who says that you should choose XP over Vista for a new computer installation is nuts.

Vista is a fine OS, having used it for the last 10 months I can confirm that is rock stable. I now use the 64 bit version exclusively, it has matured very quickly and is a great way to run a system.

View 37 Replies View Related

Photoshop :: CS3 Vista 64

Jan 5, 2009

Under Vista Ultimate I cannot get Photoshop CS3 Extended to run, it will open up and then just sit......Adobe Bridge CS3 2.0.0975 opens and works just fine. So does Lightroom 1.41.

I even tried opening PS from these programs, but just the same.

I then installed Corel Paint Shop Pro X2 and that works perfect too.

I have tried removing and reinstalling, repaired and updated but it makes no difference. It will install and also do the repair just fine.
Changing the compatible mode and appearance to Windows Classic (from Aero) makes no difference. I am the only user and administrator.

Has anyone with basically this type of system been able to get Photoshop CS3 Extended (after having these problems) up and running?

PC information:
AMD Phenom 9950 Quad-Core Processor 1.61 GHz
8.00 GB Memory
64-bit Operating System
Western Digital VelociRaptor WD3000GLFS 300GB 10000 RPM 16MB Cache SATA
3.0Gb/s Hard Drive
Vista Ultimate Version 6.0 (Build 6001:ServicePack 1)

View 2 Replies View Related

Photoshop :: CS3 And Vista?

Jun 1, 2008

A few days ago I bought a new PC with Vista (MEDION® AKOYA® P36830

Authentieke Windows® Vista® Home Premium, AMD Phenom X4 9500 Quad Core (2,2 GHz),

NVIDIA® GeForce 9600GT, 4 GB DDR2 RAM, 500 GB Hard Disk).

Since I will use this PC for my graphical work I tried to install a trial version of Photoshop CS3.

But... I can't even install the program on the PC !

The setup starts but nothing happens anymore.

In the Task Manager I can see that the process is running but that is all.

I've tried to change the priority of the process to higher and lower with it wont install.

what more can I do to get PS CS3 working before I buy the complete package ?

View 2 Replies View Related

Photoshop :: With Vista 64

Feb 2, 2008

I've installed Vista 64 Business on a AMD AM2+ platform with a Athlon Dual Core CPU (BE 5000). When installing CS3 Photoshop everything seems to be fine, no error messages during the install.

I try to start Photoshop...it won't open. The Photoshop gray screen comes up with the menu at top, but then it just sits there. Once I got the window with the serial number input, but after entering the number it stopped as well. The only way to close Photoshop is with the Task Manager.

I've tried different installations: Photoshop on a new Vista installation without having any other programs installed (no FW or AV), on a installation with different other applications running and so on. Everytime I get the same result: gray screen and stop!

View 6 Replies View Related

Photoshop :: CS4 Vista

Mar 23, 2009

I have been using this combination successfully for over a month when it changed. I tried to open CS4 normally and got the error message "Could not open a scratch file because the file is locked. Use the Properties command in the Windows explorer to unlock the file". This error message is then followed by : "could not initialize Photoshop because the file is locked. Use the Properties command in the Windows explorer to unlock the file".

So I can't open Photoshop -

View 13 Replies View Related

Photoshop :: Crash On Vista

May 13, 2008

I am using PhotoShop CS3 Extended along with MS Vista. for some reason when I open more then one image or file at a time, I recieve a message saying Photoshop has stopped working and then it closes out of Photoshop.

I did not have this issue when I used CS3 on XP.

View 9 Replies View Related







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