the location of the template folder or files. I'm not sure if it's (C:\Documents and Settings\Owner\.gimp-2.8\templates) which nothing is there. or if it's (C:\Program Files\GIMP 2\share\gimp\2.0) in which case I can't find anything there either...
I just installed 2.8 and have downloaded the help files, but cannot figure out the destination folder/location for extracting them. I am using Windows Vista.
I moved the folder where all the brushes and stuff into the overall gimp folder. Originally the folder with the brushes and stuff was in Documents Settings, however now after I moved it. My brushes don't work. How do I make it so that gimp targets the new location of the folder?
Can I find photos by searching folder location, using Photoshop Elements 10? I used to use that method frequently inversion 5, but don't see how to do it in version 10. I am using Windows 7.
I have used Photoshop Elements 3, 5, 7 and 8. In each one I could see the thumbnails of multiple files in the "Folder Location" display in Organiser. Now in PE10 I can only see the thumbnails for one file at a time. Why and how I can display the thumbnails of all files in "folder locations?
When I open Elements 9 in Folder Location the images displayed are not those in the highlighted folder. Similarly if I select another folder I see another selection of images from elsewhere in the structure.
I'm new to Elements 10 and I'm having a hard time figuring things out but 1 thing in particular. I'm on a PC and use Windows 7.I already import a lot of pic's to Elements or so I thought.
When I'm in "Folder Location" and click on a folder it doesn't display any pictures and says "No files from this folder have been imported into Elements Organizer. To add any files, right click on the folder and select "Import to Organizer"
So I do as I'm told and then i get this error."Nothing was imported. The files or folders selected to import did not contain any supported file types or the files are already in this catalog."
I typically use GIMP 2.6. Computer crashed recently so now I've downloaded 2.8. When I download ABR files into the brushes folder, the program won't start. It wigs out and doesn't work. I copied abr files just fine into my GIMP 2.6. Why is this happening?
I even went so far as to find GIMP 2.6 on the web for download. But the same problem. There are strange 'VBR' files now that didn't used to be in my old brush folder but are suddenly there now.
(and 'gimp doesn't accept abr files' my old 2.6 accepted them JUST fine. No fancy converter or anything).
The default file location for the template .dwt file in my AutoCAD options keeps resetting to None (see attaached, red arrow). It should be the same location as the line below it (see attached, green arrow). I have reset it a few times now, but it keeps reverting back to None. Do you know why this is happening and/or how I can fix it so the setting will stay?
Every time that I go and set the sheet template, it says that it can't find it, then when I check the location, the path change to something funny: E:/C/Doc........
Is there a way to pin or standardize where a revision table is located in a drawing?
I have a title-block set up and would like a revision table either embedded or populated upon command, just above my title-block. It would also need to extend upward with additional revisions...
We want to use our AutoCAD company standard templates within Inventor. I’ve followed the procedures to accomplish this under the heading:
Create a .dwg template in Autodesk Inventor from an AutoCAD .dwg template
This works without any problems. Inventor is able to recognize the size of our template border (20.75” x 33”) and correctly selects a sheet format of 24” x 36”. The template border is centered on the 24” x 36” sheet just as we would like it (see attached).
The template is used to create a new Inventor .dwg, and base views are placed and annotated. No problems, everything looks good. The new drawing is saved and Vaulted. However, at some point Inventor "shifts" the location of the template on the 24” x 36” sheet format (see attached). This action is unpredictable. The drawing might be checked-out and checked-in several times before the “shift” happens. When it does we have to re-locate the views and other text annotation to suit the new title block & border location.
How can we lock the position of the template border & title block? (Should be noted that we need to keep our template positioned such that the bottom left corner is at 0,0,0 when it is opened in AutoCAD.)
Inventor RS 2011 AutoCAD Mechanical 2011 ASD 2013 Vault Collaboration 2011 Windows 7 Pro
I could only afford AutoCAD 2000, I need to take drawings created by other people and import them to my own and then annotate them before submission to the client.All well and good except..I also need to produce my own border etc..I'm sure that this is bread and butter to the majority of members...
My question, what is the most intensive (and cheap) method of learning the basic fundamental skills that will allow me to do the things that I have described above?I've tried Control C and then V in my own document but nothing came out, I've since used WBLOCK and I now have a drawing in my own file, how do I get a border to fit it, how do I edit the details in the borders from the template folder.
Found one more problem with Save For Web in Photoshop CS6.
Example:
1. New Document 2. Choose - Save for web 3. In dialog window Photoshop CS6 offer to save in - os My Document Folder 4. Ok, every time I don't really need to save in os folders - I save files to my folders. So, change folder ...for example to disc D 5. Create another New document 6. Choose Save for web 7. And.... - Photoshop CS6 offer to save my file in os My Documents AGAIN !!!
So, in fact it's real uncomortable!!! ...if I save different files for web frequently ....I need every time change My Documents....it makes me nervous.......Here - compare with CS3: CS3 remember "old" folder location even at another session (for example - after reload os)
Is there any fix this problem?
p.s. Testing on: OS - windows 7 64 bit cs6 - 64 bit extended cs3 - 64 bit extended
I'm getting ready to build a new PC, and I'm trying to plan out how to move my LR catalog/images.
The problem is that since I've been upgrading my current PC for years and moving user data since XP. The result is that my LR catalog expects some older images to be in c:documents and settings... XP-style, others in c:usersxxx when I moved to Vista, and others in d:usersxxx when I moved my user data to a bigger hard drive. The images are actually all in one location, and there are various OS mappings that make it all work.
I'd like to avoid all this mess with my new setup. Is there a way to essentially do "update folder location" on many folders at once? Unfortunately, they are top-level and don't have a parent folder I could do that to.
Windows 7, LIghtroom 4.4 - when exporting files all works fine when I set the output location to be the same folder as original. If I select 'Specific Folder' then press 'Choose' LR then Lightroom stops working. I've upgraded to LR 5.3 but the same thing happens.
I am using this code snippet to open an idw. With this code, the idw has to reside at the same file path as the current document.
>>>>>>>>>>>>>>>>
Sub OpenIDW() On Error GoTo Oops Dim oDoc As Document Set oDoc = ThisApplication.ActiveDocument Dim sFullFileName As String sFullFileName = oDoc.FullFileName Dim sDrawingName As String sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw" Dim oDrawDoc As DrawingDocument Set oDrawDoc = ThisApplication.Documents.Open(sDrawingName) Exit Sub Oops: MsgBox "IDW File could not be found. FileName of IDW must be the same as this file.", vbInformation End Sub >>>>>>>>>>>>>>>>>
"What if"... my idw is not at the same location, but under a subfolder instead..... like this
Part file c:designsDrawingsJobxxx
Idw file c:designsDrawingsJobxxxIDW
I am sure that this can be done by editing the line "sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw" " . Everything I have tried did not work.
Trying to make it where I wouldn't have to deal with the idiosyncrasies of the Project file, I created a default project that was rooted to my top level network drive.
All was fine until I did some importing from other formats. All of the sudden there was a new top level network folder called imports.
Ok, bitch session aside on the uselessness of project files, is there an entry in the project file details where I can change the location of this folder?
In SW, I was accustomed to importing a file and then saving it where I was going to use it, not in some convoluted folder structure that had no relation to my active working location.
I mean, why on earth would I want a separate folder for every little part I import?
I'm on an office network running photoshop. The office is set up to have roaming profiles so when a change is made to my documents and settings, each time I log in or log out, it updates the server with the changes. Additionally, when I log on to a different computer, it loads all of my documents and settings on to that computer.
The scratch disk file for photoshop last time I checked was 6GB which is enormous, and was taking forever to load whenever I log onto a new computer, as well as taking forever to up date to and from the server each time I log on to my usual computer. I delete the file each time I remember, but I don't always remember.
My question is whether it is possible to change the folder location on my C drive of the scratch disk file. I do not have an external hard drive available to use as my scratch disk. This would allow me to put it somewhere else on my C drive, and as such it would not have to update my profile.
Any way to allow a user to choose a folder from a default location. I thought I had found the solution but it's not quite working as I wanted:
#target illustrator
//Example 1 var output_folder = Folder.selectDialog ('Choose PDF output folder.');
//Example 2 var myFolder=Folder(app.activeDocument.path).selectDlg("Choose PDF output folder:");
If I use the code in example 1 the choose folder dialog appears and the 'Open' button is available and when I press the button the location is chosen as expected. However if I use the code in example 2, although the choose window opens in the path of the active documents location the 'Open' button is not able to be pressed until I select a folder., which means that the chosen location is not correct. I should indicate that I'm running this code on a Mac.
Any way to have a choose folder dialog window specify a location and be able to select that.
My catalog folders are organized by YYYY-MM_TRIPNAME and contain subfolders by YYYY-MM-DD_LOCATIONNAME. Often I want to find a specific image that I took on a trip. I do remember the trip name and often the location name but not the date. How in LR can I search for a folder (or folders) whose name contains the trip or location name? I haven't tagged the image files (I should have but never did). Is there a solution without having to leave LR and go to the OS?
I am adding them to my LR catalogue, and while moving them to one external drive, also copying the files to a backup drive.
The files are named and put in the correct folder on the main drive, but the photos backed up to the second drive are put in a folder called "Imported on October 6, 2012".
Since Lion or Mountain Lion, we have had an annoying problem where the last folder location is not remembered in Illustrator. For example when updating links on multiple files, would like for the folder location to return to the last one used, but this would go to some folder 3 levels higher/
URL....Also the software seems to not have bneen updated in a long time, adn don't wnat a solution that won't last. Am on 10.8.2.
After I edit photos in an external editor, my photo is moved from its original location in the folder, to a different one. The photo stays within the same folder but is moved to a new location within it. This is really annoying as I have a couple thousand photos from a trip to Europe I have been going through, and after my external editor closes and I am returned to LR, I have to find the photo which has been moved to some random spot so I can put it back to where it originally was. I want to keep my photos organized by location, so it really sucks when my photos from Turkey end up with my photos from Hungary. How I can stop this???