AutoCAD Inventor :: Open File - Save File Automatically

Apr 29, 2013

if i need to rename  or change anything in the iproperties of ipt, im doing it from the vault.my problem is that, when i change something in iproperties of an ipt thru vault, i have to open the idw to update it.

as most of the iproperties in ipt shows in the idw.

its easy to change the properties in vault. but its deleting its purpose if i have to each idw to make sure i have the updated idw.is there a code where i can open all idw and save the same file and checking to the vault automatically?

View 9 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Unable To Open File Explorer Windows / When Select Open / Save From File Menu

Mar 1, 2011

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

AutoCAD Inventor :: Open A Assembly File / User Selects A Part / Plugin Automatically Runs

Feb 27, 2013

is it possible to write a plug in that runs when a user does something.example. you start inventor and open a assembly file the user selects a part and the plugin automatically runs.no pussing buttons, no quick key, it just runs.

View 2 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 Civil 3D :: Multithreaded File Open File Save?

Jul 8, 2013

Civil 3D 2013.One of the problems my team has is that we have a number of remote offices that all work on the same drawings. To ensure integrity of the drawings, we use a Wide Area file replication and locking service to ensure the files do not become out of sync and corrupted between offices.

AutoDesk seems to open and save files and their subordinate xrefs serially in a single thread instead of in a multi-threaded manner. Because of this there is a Huge time impact on just opening and saving files at remote sites as a result of Civil 3D having to wait for the home office file lock check on each and every file before opening the next file.

We have 100Mbit down / 20Mbit up transmission links at both sites dedicated to the file replication, with Gbit backbone in both offices.

note that the remote site has a full copy of all files in its replicated share. These local files are what Civil 3D is opening. No Files are being transferred during file open unless a remote change has just occurred (proven through replication logs).

When the drawing file is opened for editing, a file lock check is performed and Windows waits for the response to ensure it can be opened for editing before telling Civil 3D. When Civil 3D has this file open, it has a list of all the xrefs for this file. Civil 3D then seems to open each file in sequence.

This is a problem when a large latency is introduced through our 3rd party Wide area file system by a remote site file lock check.

This is not AutoDesk's fault but the compounding of the two system's operational behaviours, causing a Very long wait on file open, Save, PaperSpace operations (30 minutes for large drawings).

I would like to see a multithreaded (threadpool) file open occur against the entire list of xrefs (during save as well). Then recursively executed for all subordinate xrefs of those files until the operation is complete.

As long as a file list is maintained during the operation and updated as each file operation completes (which obviously it is) in the primary thread, this should not cause any problem. All dependancies can be opened in sequence once the initial file operations are complete and when a particular file in the list is required but not open yet, it's priority can be raised in the threadpool.

View 1 Replies View Related

Paint.NET :: Automatically Save Copy Of File As PDN?

Dec 31, 2013

I'm editing a lot of files for web publishing. These files need to be saved as PNG files but I would like to be able to quickly keep a copy of the PDN file so that I can quickly edit the files if needed since I can't save an image with layers to a PNG without flattening first.
 
Is there a plugin that allows me to quickly do this? Perhaps a checkbox on the Save As... dialog to automatically save a copy of the file as a PDN to a designated location? Having to manually save each file twice is quite tedious.

View 8 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

AutoCAD Inventor :: Disabling File Name Selection In File Save Dialog?

May 24, 2013

I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
 
Inventor 2013 SP 1.1

View 1 Replies View Related

Paint.NET :: Using Save As For File With Any Extension - It Closed Automatically

Aug 26, 2013

Each time I use the "save as" for a file (any extension) it's closed by default, replaced by the the saved file. Because I use a .pdn file as a base to create many .jpg files I would like the file I just "saved as" not to be close automatically. Otherwise I have to open it again via "recent files..."

View 16 Replies View Related

Photoshop :: Automatically Exporting To XML When Open A File?

Nov 7, 2013

I'm trying to set up my new machine to export the XML of a file when I open it by dragging the files onto the Ps icon (Mac). It used to automatically happen on my old work machine.

View 3 Replies View Related

AutoCAD Inventor :: Set To Display Full File Path For Current File Open

Oct 3, 2012

I was wondering if there was an option to set Inventor to display the full file path for the current file open ? At present I am only seeing a short description of the name of the active file - I wish to see it's full file path similar to what AutoCAD displays.

Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

AutoCAD Inventor :: Possible To Retrieve Information Of Reference In Iam File Without Open File In Session

Oct 30, 2012

is possible to retrieve the information of the reference in the iam file without open the file in session ? Opening with notepad the iam file, at the end of file, the references is contains in the planar text.

Is possible to retrieve documentation for this request ?

View 1 Replies View Related

Photoshop :: Whenever Save TIFF File It Automatically Resizes Image Down To 300 Ppi

Apr 12, 2013

Whenever I save out a TIFF file it automatically resizes the image down to 300 ppi. What setting is this so I can uncheck it?

View 8 Replies View Related

Photoshop :: Open A Raw File It Automatically Converts To Smart Object

Aug 30, 2012

When I open a raw file it automatically converts to a smart object. After processing and merging I am unable to print anything other than the original object. What might I be doing wrong?

View 7 Replies View Related

AutoCAD 2010 :: Freezes When Trying To Open New File Or Save As?

Oct 2, 2012

we have a new lab in our district with Autocad 2010 64-bit version installed on HP Compaq 8022 Elite SFF computers.  There is 4 GB memory on the computers and a Quadro 400 graphics card.  Autocad and Windows 7 64-bit have both been updated to the latest versions.  The Autocad application locks up almost every time someone chooses the new document icon, or when they try to 'save as'.  Sometimes when they choose to open a new document first, close that dialogue box, then try to choose the new document icon it works ok.  But, for the most part, the application is unuesable. Some possible solutions we found online that don't work are to not use the Aero themes (we don't) and to not use Norton AV (we don't).

View 9 Replies View Related

AutoCAD 2010 :: Open And Save File Dialog Box

May 30, 2012

I used to be able to save as and browse to the file where I want to sane or open a file

Now I get a dialog box where I can only save to the default location or manually enter the path and file name

Same with opening a file - I go file open and it is gives a path to the last file I used. There is option to browse - how I get this back to the normal function of open/save by browsing?

View 2 Replies View Related

AutoCAD Architecture :: Active Project - Open File And Save Are Slow?

Aug 7, 2013

I am having an issue when opening and saving files is very slow when I have a project active in the Project Navigator.

If I have an active project, and I open a file via Project Navigator or Windows Explorer, the process hangs for 15-20+ seconds at the 'Opening C:xxxxxxxxxxxxxxx.ac$' point, where it is creating the temporary file.

If I 'Close the current project' in the project browser and open the same file via Windows Explorer, the process takes less than a second.

View 8 Replies View Related

Lightroom :: Automatically Append / Prepend Directory Names In File Path Into File Name Itself

Jan 23, 2014

Is it possible in Lightroom to automatically append/prepend directory names in the file path into the file name itself? Example:
 
DirectoryA Sub-directoryB filename.jpg  (original file name)
 
==> 
 
DirectoryA Sub-directoryB DirectoryA_Sub-directoryB_filename.jpg  (concatenated new file name)
 
If this is not natively possible within Lightroom, any plug-in that delivers this functionality?

View 5 Replies View Related

Photoshop :: Can't Save File Already In Use Or Open?

Dec 29, 2012

I've seen a lot of posts on this subject, so rather than replying to a specific one that may be on a different trail, I decided to open a new discussion. Lately I've had a lot of problems saving a file while in photoshop cs6 and getting this error. Sure, I can do a save as then delete the former file, but that doesn't solve the problem. 

Since it happens so often, I want the solution.  Since the only application I have running when I get this error is Bridge, I closed Bridge when I got this error, and then I could save the file.  In some of the discussion threads on this problem, I did see some reference to previews. 

I suspect this has to do with Bridge building previews or extracting previews or something related behind the scenes.  I will keep monitoring this situation to see if closing Bridge always takes care of this problem.  However, I never had this problem before, if some of the latest updates created a new problem. I run Windows 7, and all the latest releases of ACR,

View 3 Replies View Related

Photoshop :: Cannot Open Or Save File

Nov 17, 2013

I am getting this error every time I try to: a) either open a file;  place another file into existing open file; etc.Also, I can not save files, because after I go to File - Save or File -Save as, the screen I am supposed to use to save my files open and closes 1 second later.
 
I deleted Photoshop CC, re-start my Mac, install CC again, and nothing.

View 3 Replies View Related

Photoshop :: Open A TIF File Then Save In JPG

Aug 12, 2009

Started to use PhotoShop CS4.I use Canon DPP for preprocess then bridge to PhotoShop in TIF format.  I occasionaly want tosave in JPG format rather than TIF to give the file to my friend.  However, there is no option tosave in JPG in "File/Save in other name/" function.Could a guru help me how to do this.If a file was in jpg when opened, it can be saved in jpg, though.

View 5 Replies View Related

Photoshop :: [CS3] Can't Open Or Save Bmp File

Sep 3, 2008

i can't open or save bmp file in my CS3 extended. It is saying that is impossibile operate the request cause the file type is wrong.

Even if i try to save a total new and blank work does not allow me save in bmp ( the option is even not shown!)

I guess some update has screwed up the configuration but i don't now who to solve it.

View 14 Replies View Related

Photoshop :: Can`t Open Save File

Apr 25, 2008

I use photoshop cs3 extended

Ex. I open photoshop cs3 extended --> create file --> make file ---> save ---> close

but later I can`t open save file!

View 3 Replies View Related

Illustrator :: How To Save CC File To Open In CS6

Jul 15, 2013

How do I save an illustrator cc file to open in cs6?  I get an error when I send the file to a colleague and they cant open it.It doesn't give me any options.

View 2 Replies View Related

Photoshop :: Automatically Added File Info When Creating New Or Opening File?

Sep 13, 2012

I used to be able to just open any image and my copyright info would be inserted into the file data. I guess it was a droplet, "when the file is opened or created then add file info from a xmp file". I still have the xmp file with all the data in but i am unsure how to implement it being automatically opened and added to the file when i create a new one? I thought i could handle it, i assume its a droplet of some sort.

View 5 Replies View Related

GIMP :: Export New File Format And Automatically Using That File Instead Of Original

Sep 28, 2011

I am wondering if there is a way to put the old save method back into the new gimp 2.7.3. I would like to be able to export to a new file format and automatically be using that file instead of the original file that I have just opened. If there is a plugin like this that would be great.

View 2 Replies View Related

Photoshop :: Slow File Open And Save

Feb 23, 2013

I have CS6 installed on a Mac Pro desktop, 3.3 Ghz machine, 6 Gb RAM, running OS X Mountain Lion.  Everything is running fine, updated and it's a great machine. But I've noticed that opening Photoshop files that are somewhat large and layered take WAY too long to open or "save."  I mean...3 minutes is much too long to wait.

I have a spare physical drive configured (in preferences) for extra RAM, with plenty of empty drive space.  The startup drive has well over 250 Gb of space remaining.
 
The only applications running are Photoshop and Bridge.  There is 6 Gb of RAM to run these applications and open files.  OpenGL is checked in Preferences and I'm running an nVidia graphics card, as well.

View 4 Replies View Related

Photoshop :: Save And Open PS File With Password

Sep 3, 2004

I'm a photographer, and I do a lot of editing in Photoshop.

One time my computer's OS crashed, and it's an emergency to finish my work within the morning, so I took my harddisk and went outside to look for public computers.

Since my file is copyrighted and private, I was afraid that my PS files we're copied over the network and viewed after I left the computer shop.

Is there any options or plugins that we can use, to set and open the PS file in the photoshop program with password protection [or encryption]?

So we can, atleast, have confidence when bringing these files anywhere...

View 3 Replies View Related

Photoshop :: Could Not Save The File.. It's Already In Use Or Was Left Open

Aug 10, 2006

Getting a lot of this recently, when I try to save or close file.

"could not save the file.. it's already in use or was left open"

Don't remember seeing this so much. What does it mean, I'm screwing up?

View 7 Replies View Related

Photoshop :: Can't Open Or Save A File In Adobe...

Jul 17, 2008

When I open an image in Photoshop CS3, an open box appears and I have selected my image, but when I click the Open button, an error message comes out that says "could not continue with the open command because two or more files were selected for opening at once". So I clicked the OK button and then I could not click all buttons even Close button. I still have to press CTRL+ALT+DEL to close or I have to restart the whole PC.

View 1 Replies View Related

Photoshop :: Adobe File Save/open Etc Always...

Jul 6, 2008

When I use file open|save|save as in CS3 using the _Adobe_dialog_ the path always goes back to the root directory rather than the last one I used.

View 1 Replies View Related







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