AutoCAD Inventor :: File Save As Dialog Won't Launch Through Command Manager
Feb 15, 2013
I am unable to get this code to launch the File Save As Command. I Think I have the sytax correct, because if I Replace "AppFileSaveAsCmd" with a different command name (i.e. "AppFileNewCmd") it works as expected. I have tried this with "AppFileSaveCmd" and "AppFileSaveCopyAsCmd" and both have also failed. It seems any kind of save command wont work... I am trying to creat a rule that will fire on "New Document" iTrigger that will Force a user to save the newly created assembly document in preperation for further iLogic rules that depent on the assembly Filename and path. Maybe there I am not telling it What file to Save? I have pasted the code below..
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.
why my File Link Manager dialog box is not showing up in 3ds Max 2012?
I have not been using 3ds Max 2012 because it was so buggy upon it's release, and it appears as though that has not changed. Anyway, my 3ds Max 2012 is completely up to date with SPs, HFs, and Subscription Advantage Pack. This is literally the first time I've tried to use it, and it's already going bad; I would have thought by now AD would have had most of the bugs worked out of it.
I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location.
When I issue the Wblock Command I can not find the Dialog box to select objects and file location... This happens in the Layer Dialog when I try to change the color of a layer, the Color Dialog box can not be found. When I use the Block command the dialog box pops up, so I can see it.
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?
I have the following function that opens the File "Save As" dialog box. It gets fed a drawing number and allows the users to browse to a folder where they want to save it. The problem is when a file already exists with the same name. A message box pops up letting the user know that the file already exists and do they want to overwrite it. The can pick yes to overwrite, but it doesn't really overwrite the old file, it seems like it opens it and then crashes when the rest of the program tries to run.
What I want to do is create a loop to determine if the file already exists. If it does not exist, then save the path and drawing name as usual.
If the drawing exists, I want to pop up a dialog giving two options; Overwrite, or Rename the current drawing. If they pick Overwrite, I can have the program delete the old existing drawing and then just save this one. If they pick Rename it will loop back to the "Save As" dialog giving the user the ability to change their drawing name (like add a "-1" to it.
Public Function GetFilePathAndName(ByVal dwgNumber) podDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument podDB = podDWG.Database podEd = podDWG.Editor podPSO.InitialDirectory = "W:Work_in_Process" podPSO.InitialFileName = dwgNumber podPSO.Filter = "AutoCAD DWG Files|*.dwg" podPFR = podEd.GetFileNameForSave(podPSO) Select Case podPFR.Status Case EditorInput.PromptStatus.OK SaveDwgName = podPFR.StringResult Case EditorInput.PromptStatus.Cancel MsgBox("User Cancelled.") End Select Return SaveDwgName End Function
I am trying to optimize an image in Photoshop CS5 and when I click on File to Save to the Web the dialog box is too big and I cannot reach the commands at the bottom to change anything.
I am just trying to save a PDF from my illustrator file. However, when I go to Save as, and select PDF, no dialog box opens to allow me to set how I want the file outputted. IF I just hit enter, the file does save.. its just like the Dialog box is hidden or not appearing. The reason I need the dialog box is because I need to add bleeds to the PDF and my default save doesn't do that.
When I save from InDesign (and only InDesign), I open the folder I need to save my file in. I begin to type the name of the company folder that this file needs to be saved in (there are hundreds). I am only able to type the first letter of the company before it begins typing over my file name. This has turned out to be a major annoyance for me and my coworkers because we may have 40 or 50 folders that start with "s" so we can only type in "s" and then have to stop and scroll through and read each folder instead of typing in the name of the folder we need and hitting enter.
how to modify the options in the save dialog?Every time I save a file and have to choose the file type, I have to scroll through obscure and obsolete file types. Sure, I might need someday to save Scitex CT, or Photoshop DCS, but the chances are very slim. Some people surely use PIXAR and TARGA, but I don't. What the hell is an IFF? If I ever need a Portable Bit Map (really?) file it would be great if I could find it in a user defineable option pull down. I can pretty well guarantee that the file types I need are PSD, TIFF, JPEG, PDF, PNG and once in a blue moon, GIF.
I want to open a "Save File Dialog " with some default path.Like when user run that script I want to open a "Save As" dialog box with default path "/Volumes/<shared name>/<folder name>/.. ."I am using File.SaveDialog(prompt, filter);
but it doesn't open to the location by default that I want to open.
I have an ilogic rule to open an existing excel file template and export the inventor parameters into it. I am trying to find a way to then save the excel file as a different filename. This way the original template can stay unmodified. I have found the GoExcel.save command but is there some sort of GoExcel.saveas(filename, filepath) command?
I have started getting dialog boxes at launch about having duplicate items for Patterns, Textures, Gradients, and Swatches. I am not sure why or what to do about it. Attached is a screen snip of the dialog.
I have a friend using Lightroom 3 on a Windows 7 PC. She uses multiple catalogs. (one for each client) as do I. Now when she launches LR the list of recent catalogs is empty. Could this be cleared some where? Why do they not show up and will they start showing up again after she opens different catalogs?
I would like to see consistent behaviour between dialogs. For me, probably the dialog that I use the most is the File >Open dialog. When I do File>Open and browse to a file, then close the file. The next time I do a File>Open, I am taken to the previous path, but the previous file is not highlighted/selected. So, I have to grab the scroll bar and pull it down to get to the file.
Now when I do a File>Open from Vault, it goes to and selects the previously opened file. This is also how Autocad works. Would be nice if Inventor worked the same way.
I have a problem with previewing of new files I made in INV2013. Old files are OK. I can not find the cause...I also found, that some new files are correct and other incorrect, all made in INV 2013.
There are two types of error:
1) when I pick the file I want to open, in left lower corner - thumbnail window- is displayed text:"preview not available"
2) when I pick the file I want to open, the left lower corner - thumbnail window- is black
In iProperties panel I have checked "Save preview picture"
Having problems with the updated new file dialog and I'm not talking personal problems. I switched it to detail view and widened up the name column so I could see the whole name. I could actually live with that setup however the next time I opened the new file dialog all the columns returned to their default size and the sort also reverted.
Is it just me or does the new file dialog not remember any changes to it's layout?
How do I bring up a dialog box with the insert command? after I type 'insert' it asks me in the command line what the name of the block is. I would like to bring up the dialog box so that I can browse to my block library etc.
When I use the Layer Isolate command, then use the Layer Unisolate command, everything seems to work fine, as far as displaying the correct layers again. However, when I go to the Layer Manager, I noticed that all frozen or frozen in current viewport are also turned off.
LAYISO set to OFF (use fade?)
This only happens in a maximized viewport, not in model space.
I have a client experiencing a layer manager dialog box issue - the layer names are disappearing... This is not happening all the time - and in different files.
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?
I am starting to use the Sheet Set Manager and I am just wondering if there is a way to "save as" instead of "rename & number".
We have drawing sets that we need to do Work as Executed drawings for which means we need to copy the sheet set and all the drawings with a "-WAE" suffix. Currently the only options I can find are
1) Copy the original drawings and sheet set, rename the set sheet, then use rename and number to rename files and paste originals back.
2) Copy and rename sheet set and files in explorer and then open new sheet set and remove old files and add new ones...
Would love to be able to just select sheet set, save as and create a copy of the sheet set and all dwgs in it with -WAE suffix.