AutoCAD Inventor :: Adding Folder To Save And Open Screens

Jul 1, 2013

I often save drawings in DXF format elsewhere on another server for the sheet metal guys to be able to open them and work with them. It is a completely different folder and server than where my working folder is (and Vault as well). Is there a way to get that folder as a shortcut on the left where it shows my working folder? Difficult to drill down through all the necessary folders every time I save a DXF 100 times a day.

View 5 Replies


ADVERTISEMENT

Photoshop :: "Use Adobe Dialog" In Open/save Screens...

Oct 21, 2008

I just upgraded to photoshop cs4 from cs2, and I noticed that a feature which I really, really loved is now gone, and that is the Use Adobe Dialog option in the open/save/save as file browser.

I don't see any option for this anymore...was it taken out in CS4 or CS3? Or is there an option to enable it that I'm just missing?

View 8 Replies View Related

GIMP :: Can't Open Network Folder When Open / Save Documents

Sep 18, 2013

when i save my documents in gimp it doesnt show the network folder.i used to save my documents in shared folder which is in the another PC

View 7 Replies View Related

AutoCAD Inventor :: Adding File To A Browser Folder

Jul 12, 2012

I'm using the following sample code to add files to a browser folder

Public Sub AddOccurrencesToFolder()

    Dim oDoc As AssemblyDocument     Set oDoc = ThisApplication.ActiveDocument

    Dim oDef As AssemblyComponentDefinition     Set oDef = oDoc.ComponentDefinition

    Dim oPane As BrowserPane     Set oPane = oDoc.BrowserPanes.ActivePane

 [Code]....

How do I get the files added to an existing " My Occurrence Folder" rather than creating a new one. Every time I run the code a new folder is created, it does not use the exisitng one

View 1 Replies View Related

Photoshop :: How To Save/open From A Specific Folder

Jun 8, 2006

In Word and Excel it's possible under Preferences to point to a specific folder for both saving and opening files. Is this possible under Photoshop to do the same as it's taking me ages to find the correct file when wanting to open/alter/save multiple images.

View 1 Replies View Related

Photoshop :: How To Open/save To A Preset Folder

Jun 8, 2006

With Word and Xcel it's possible to assign the save (and open) feature to point to a folder of your choice in "Preferences". Everytime I save a photo I have to go through a laborious proceedure of opening a dozen folders before I get to the one I want. Does Photoshop CS have this feature somewhere?

View 2 Replies View Related

Photoshop :: (Save As Jpeg) Shortcut - In Same Folder As Open File?

Nov 29, 2012

I use 'Save as .jpeg' ALL the time (Photoshop CS6, Mac ML), and it really feels like I should just be able to press one button (a shortcut) and the name/quality dialogs don't appear and it just saves a .jpeg into the folder that my original .PSD/file is in.
 
So basically:
 
- Press one button to save my open .PSD/file as a .jpeg
- Automatically save it in the same folder as my .PSD
- Save it as '10' quality in the jpeg settings
- No dialog boxes, as soon as I press the button, it saves it - if there's already a .jpeg of the same name, it creates a '-1','-2' etc.
 
I've tried using 'Actions', but it seems to save it wherever my original Action folder was - it doesn't change to whatever the current folder the .PSD is in...

View 7 Replies View Related

Illustrator Scripting :: Open SVGs In A Folder And Save Them To One Multipage PDF

Mar 24, 2012

I'm using Illustrator for work and I love it, I never needed scripts yet. Now I have couple houndred svgs coming in per day, I would like to have a script that opens every svg one by one in the selected directory and add them to a pdf as pages of the same size and than save it.
 
How many files I could put in 1 pdf this way?
 
I'm using Illustrator CS5 on Win7 x64.

View 7 Replies View Related

AutoCAD Inventor :: Force Users To Particular Folder When They Save 3D Parts?

Mar 20, 2013

Within my InventorAddin in vb.net we are trying to force users to a particular folder when they save 3D Parts, Drawings etc.

This 'SaveAs' form does indeed fire, but after the 'Inventor' own 'SaveAs' form window. Can we suppress 'Inventors' window or even change that so it points to our preferred location.?

If we do not do this we are goinf to have 3D Drawings in the Parts folder etc etc.

PrivateSub applicationEvents_OnSaveDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnSaveDocument
If iApplication.ActiveEditDocument.FileSaveCounter = 0 Then

[Code].....

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Save To Specific Folder Within Workspace

Mar 15, 2013

Is it possible to automatically divert Inventor to save to a specific folder within the workspace???

If a certain iProperty is set to yes, we want the user to save that file into a particular folder, if they try and save it elsewhere a message is popped up telling them an error has been made please try and save in the correct folder.

Admittedly I am not the most competant iLogic programmer but this is what I have thus far

Format:HTML Format Version:1.0 StartHTML:     165 EndHTML:    5388 StartFragment:     314 EndFragment:    5356 StartSelection: 314 EndSelection:     314
SyntaxEditor Code Snippet
WorkspacePath=ThisDoc.WorkspacePath()
DrawingPath="C:Live WorkSpaceDesigns3D Designs3D Drawings"

[Code] .......

View 4 Replies View Related

Photoshop :: Print Screens Of Windows Open On Your Computer?

Mar 8, 2008

How do you take print screens of windows open on your computer?

View 2 Replies View Related

AutoCAD Inventor :: Macro To Open A Specific Folder

May 15, 2008

I'm trying to create a macro that can open a specific folder in iam. same like 'place component from' function but from a specific folder.

View 2 Replies View Related

AutoCAD Inventor :: Force Save Of Drawing's Parts And Assembly To New Folder?

Feb 8, 2013

How may I best reuse a legacy assemlby and it's drawing to create/update to an vairant assembly?

View 3 Replies View Related

AutoCAD Inventor :: Can't Open 2011 Undo Folder Message

Feb 28, 2011

when i try to open my 2011 inventor program which ive been running for months now i get an error message. and the program refuses to open. "Error in Inventor Undo Folder: Please Make Correction" any ways to fix this so i can get back to work. and i should add that i am not a computer genius im a furniture designer.

View 9 Replies View Related

AutoCAD Inventor :: How To Create Folder In Assembly Tree And Save Virtual Part There

Sep 25, 2013

I`m working on the code that reads a list of virtual parts from Excel and adds required qty into the assembly. So far it looks good, I  just need to know how to create a folder in a Assembly view tree and save virtual part in that folder instead of placing it in the root.
 
Dim occs As ComponentOccurrences
occs = asmDoc.ComponentDefinition.Occurrences
Dim identity As Matrixidentity = ThisApplication.TransientGeometry.CreateMatrixDim virtOcc As ComponentOccurrencevirtOcc = occs.AddVirtual(sVirtPart, identity)

View 5 Replies View Related

AutoCAD Inventor :: Unfold Sheet Metal Part And Save As DWG In Specific Folder?

Jul 21, 2010

Is it possible to unfold a sheet metal part and save as a dwg in a specific folder automaticaly using ilogic?

Inventor 2012 Pro
Windows 7 64 bit
Core I5 2410M processor | GeForceGT 525M graphics card | 8G RAM

View 9 Replies View Related

AutoCAD Inventor :: Split Session In 2 Screens?

Aug 23, 2010

Is it possible to split your inventor session in 2 screens?

Without having to use 2 sessions ofc.

View 4 Replies View Related

AutoCAD Inventor :: Display Default Windows Explorer Folder Tree In Open Dialog Box

Jan 12, 2012

Is it possible to display the default windows explorer folder tree in the open dialog box instead of the current "Libraries" folder?

View 1 Replies View Related

AutoCAD Inventor :: Touch Screens And Inventor

Dec 3, 2012

Inventor on a touch screen style PC, and if so... does it work?  This hardware looks like it would be fun to work with, but I don't know if it's quite there yet for CAD work. 

View 7 Replies View Related

Photoshop Elements :: Open Folder Location / Image Displayed Are Not In Highlighted Folder

Jul 27, 2013

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. 

View 1 Replies View Related

AutoCAD Inventor :: Open Word File And Save As From ILogic / VBA?

Nov 14, 2013

We have a word file that we use a lot for our drawings.  There is an empty file that we open and then save the file into the same directory as the drawing.

I am trying to setup some code that will open the empty Word File, and then bring up the Word Save As dialog box with the correct directory and file name already completed.  The correct directory and File name will be determined by the Drawing Code.

I have been able to open the Empty Word Document from iLogic with the following
 
'CRS Template Path & File NameoCRSTemplate = "\WWSERVERDisplaysA-Z Stand PartsCRS-Template.doc" 'Publish document. ThisDoc.Launch(oCRSTemplate)
 
I have been able to Open the Empty Word File from VBA and then bring up the Word Save As Dialog Box but I cannot work out how to define the initial directory or the initial file name from Inventor.

This is the VBA Code I have been using top open the Empty Word File and Show the Word Save As Dialog Box:

Public Sub OpenCRSDoc1()
'Don't Forget to Add the Word Object Library in the Tools - References
' Call SetCRSDetails

[Code].....

If you try to use the With Command for the FilePicker it will just open the Word Document and NOT the Save As Dialog Box!!!

Example of the With Tried

With FilePicker
.InitialDirectory = "Z:"
.DialogTitle = "Hello"
.Show
End With

How to open a Word Document from either iLogic or VBA (VBA Preferred) and then open the Word Save As Dilog Box and define the Initial Directory and Filename?

View 1 Replies View Related

AutoCAD Inventor :: Adding Save Run Macro To Automatically Run Macro

Dec 30, 2012

I have been using the addin "Save Run Macro" to automatically run a macro every time the "Save" button is pressed.

Any of the following questions about "Save Run Macro"?

1] When I protect the macro from viewing (so I can protect my code) "Save Run Macro" does not see the macro.

2] When I save the part for the first time (ipt, iam or idw/dwg) the macro does not run. I always need to run the macro again.

View 1 Replies View Related

AutoCAD Inventor :: 2012 Cannot Save Or Open STEP / IGES Files

Jul 25, 2013

Since we upgraded to Inventor 2012 SP1 on W7 x64 most machines cannot open or save out step or iges files.  The translator shows as 'On demand' and when i save copy as the 'options' button is inactive.  We just get the standard error 'Problems encountered while saving the document'.

I see lots of old posts but nothing relating specifically to stp files. 

Inventor 2010

View 4 Replies View Related

Illustrator :: Why Take So Long For Open / Save Or Save As Dialog Boxes To Open

Dec 11, 2012

I'm having a problem throught CS6 with the Open, Save, or Save As dialog boxes not opening for a period of time after clicking on the desired functions.  It can take over a minute just to get the Open dialog box up to browse for a file.  Eventually, the dialog boxes open, but during the time that it's trying to open, the program is unresponsive.  It is happening with all of my CS6 programs.  I have unistalled and reinstalled with no fix.  The programs are updated. 

View 4 Replies View Related

AutoCAD Inventor :: Embedded Excel Spreadsheet (Open / Save And Close) (iLogic)

Apr 30, 2013

I have some code (below) that will open my embedded excel spread sheet and it works great.  Now I need the code to save and close the excel file after it’s been open.The embedded excel spreadsheet pushes some stuff the model and does a couple other thing. So all I really need is for the excel file to open, save, and close when the rule is run.Imports Inventor.

OLEDocumentTypeEnumExcelApp = CreateObject("Excel.Application")Dim ExcelFile As ReferencedOLEFileDescriptorExcelFile
=hisDoc.Document.ReferencedOLEFileDescriptors.Item(1)ExcelFile.Activate(kEditOpenOLEVerb, ExcelApp)

View 4 Replies View Related

Paint.NET :: Batch Single Folder Path Location Save / Save As

Dec 4, 2013

AND/OR a open tab recovery cache or way to extract the images that get lost during a crash of PDN.
 
Number two on my list behind your fantastic new layer functionality that I had been dreaming about for three years. I NEVER close PDN. The ONLY time it closes is once every week or two when the 20, 30, 50 tabs that I have open, finally overwhelm my system. I bounce back and forth so much that there is no way to continuously save them as I make changes cause it would jack up my workflow by taking up too much time.
 
No way around it, this is just how I work. It would be lovely if PDN was able to, similar to After Effects, popup an error box saying it was about to crash and did 'you" want to save the session. Especially, now, with 4, as while it is a super duper version upgrade, the crashes were daily, with me, and I couldn't keep losing that much data. Sophie's choice, for me. The old layer window or daily crashes.

View 6 Replies View Related

AutoCAD Inventor :: Vault - Copying Files From Folder To Folder

Aug 29, 2012

I am trying to copy big assembly with its folders from one folder to another.I cant use Copy Design because I get too long path error.

Alternative way of copying files and keeping its relationships?

View 3 Replies View Related

AutoCAD Inventor :: IPart Creating Folder Within Project Folder?

Dec 13, 2011

I create an I part and I noticed it creates a folder within my main folder. This introduces a bit of chaos into my folder structure, is there any way around it?

View 5 Replies View Related

CorelDRAW Graphics Suite X4 :: Unable To Open Desired Folder By Clicking Open File

Feb 6, 2013

In 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 Related

Illustrator :: Save For Web Not Remembering Save Folder

Sep 26, 2013

I'm using the save for web function to save a large number of files (not batch saving)usually, when I open a file and start saving for web, it will remember the folder that I most recently exported to, and by default open that folder for that file, until I "save for web" into a different folder.
 
Out of seemingly nowhere, the save for web seemed to "forget" this folder (and any other folder I tried to save to), and now defaults to the "Documents" folder, causing me have to click through to find my intended destination folder. I'm on CS5 & Mac running Mountain Lion. On my work computer (exactly the same, Mac + Mountain Lion) I am using CS6 and have not encountered this issue.

View 4 Replies View Related

AutoCAD 2010 :: 2012 Crashing Whenever File Open / Save Or Save As Selected

Jun 27, 2013

I have the student version of AutoCAD 2012 on an HP laptop with Windows 7 Home Premium OS.  I originally installed AutoCAD in June of 2012.  It worked fine for 9 or 10 months but now whenever I select File/Open, File/Save, or File/Save As, AutoCAD stops responding and the spinning blue donut appears.  AutoCAD never comes back and I have to close it from Task Manager.  I uninstalled AutoCAD and reinstalled it, and the process went smoothly.  However I still have exactly the same problem with the File operations.  I apply Windows updates, but other than that have not made any changes to the software on the laptop.  AutoCAD works fine for everything except the File operations.  I am able to save with CTL/S and am able to open AutoCAD files from File Manager. 

View 3 Replies View Related







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