I'm developing an automation project using Photoshop
The project will open several files, do some resizing and change of formats, save the new files and presto.
The trouble is that sometimes Photoshop has problems opening the source files (i.e. the original images). When this happens the Photoshop opens a modal error dialog and gets stuck there.
This program runs unattended and I NEED to be able to detect (or even prevents) this dialog to display in order to not halt the program.
This program needs to handle 1000+ images daily and every time one image gets stuck is a royal pain in the butt...
Is there a fix for modal dialogs open behind palettes in Photoshop cs6 13.0 (creative cloud update) + OSX 10.6.8 Snow Leopard on MacBook Pro? ( I am using 2 monitors where the second monitor is set to be the menu display. cs4 does not exhibit this bug. )  Toggling the Application Frame off improves the hiding 'feature' but this does not include the desired continuous floating in front of palettes in all circumstances.  An example is Blending Options, then chose Stroke, then chose the Color Picker. After clicking OK, the Blending Options dialog now sits behind the palettes. One trick is to click on another app, then back to cs6 to force a window redraw.
I often run actions that have modal control for certain steps turned on, in particular, when I want to give a layer a custom name. Prior to CS6, I'd run my action, the window would open allowing me to rename my layer, and then it finishes my action. However, in CS6, it seems to ignore the modal control button selected, puts in whatever the default info is and continues on.
I have an app that uses a paletteset. Â The paletteset displays a modal dialog on a particular action. Â From the modal dialog, the user needs to be able to click a button to zoom to a particular coordinate. Â I have it all working, with one problem. Â The Zoom doesn't occur until the user closes the modal dialog. Â I know this is related to my limited understanding of contexts in AutoCAD.
I've tried calling my Zoom method from the modal dialog, from the parent paletteset, and asynchronously using doc.SendStringToExecute() back to my main commands class, with the same result. Â The Zoom occurs after exiting the modal dialog. How I can make the zoom occur while remaining in the modal dialog?
I'm trying to load a modal dialog, at the first loaded/created drawing. How can i find out when autocad is done with loading to activate the form. I have event handlers for document created but it gets called to early.
Is it possible to refresh drawing content when modal form is running?
I placed sample project in attachment.
There is simple form with only one button.  Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Class1.DrawLineOnScreen() End Sub  After button is pressed, application prompting user for picking 2 points, and draw a line (based on picked points).  Public Shared Sub DrawLineOnScreen() Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor Dim pFirst As PromptPointOptions = New PromptPointOptions("First point: ") Dim rFirst As PromptPointResult = editor.GetPoint(pFirst) Dim pSecond As PromptPointOptions = New PromptPointOptions("Second point: ") Dim rSecond As PromptPointResult = editor.GetPoint(pSecond) If rFirst.Status = PromptStatus.OK AndAlso rSecond.Status = PromptStatus.OK Then Dim line As Line = New Line(rFirst.Value, rSecond.Value) Dim tr As Transaction = Application.DocumentManager.MdiActiveDocument.TransactionManager.StartTransaction Using tr Dim modelSpace As BlockTableRecord = tr.GetObject(Application.DocumentManager.MdiActiveDocument.Database.CurrentSpaceId, OpenMode.ForWrite) modelSpace.AppendEntity(line) tr.AddNewlyCreatedDBObject(line, True) tr.Commit() End Using End If End Sub  Problem is that line had been added to transaction (to Model Space block table record) but nothing change on a drawing. Line will appear on a drawing after closing the form.
In opposite situation, without using modal form (only console) everyting works fine. Â <CommandMethod("DrawLine", CommandFlags.Modal)> _ Public Sub DrawLine() Class1.DrawLineOnScreen() End Sub
I need to get normal modes for an electronic board. It is made of FR4 laminate. Does Inventor Professional 2014 supports transverse isometric materials in a modal analysis?
I just update lightroom to version 3.6 from the last current version. I am on a Mac pro operating system 10.6.8. Everything appeared to be normal until I tried to open an image in the develop module and nothing happens and the program freezes with the lovely spinning rainbow wheel and the program must be forced to quit.
I am attempting to execute a set of actions containing two "Save" commands. The first works fine while the second does not. (The destination folder is ignored and the file is saved in the same folder as the first Save.) The only difference I can see is that the second "Save" is modal and the other is not. The fact that the destination folder is contained in the action makes me think this ought to work and I'm missing something obvious.
I have a JPG of the action set but I can't see how to attach it....
I'm running Photoshop Elements 5.0. Everything was working fine til this mornin. I've had the program for about a year now. When I tried to open it this morning I got this error message that popped up.
It says:
Unable to continue because of a hardware or system error. Sorry, but this error is unrecoverable.
I've tried repairing the program. That didn't work. Restarted my computer. That didn't work. Uninstalled the program and tried opening it again. That didn't work. I'm at a loss! I really need to get into my program b/c my work is there. I tried opening some of my files (they are located in my Pictures folder) and they pop up with the same message.
When I use the quick selection tool (or when I use content-aware scaling) I get an error message saying "could not complete your request because of a program error." I am working with NEF files, 4 GB of RAM, fast machine with plenty of scratch space, Radeon X1950 crossfire graphics card. With small .jpg files, the problem doesn't occur.
so i recently restored my computer back to factory settings .. so my computer doesnt even have any new downloaded app .. i download photoshop cs6 now im getting scratch disk errors ..which i dont see possible if my computer doesnt have anything on it (besides what it came with) my hard drive has 276 gb i only used 33 . i made an external hard drive and that has 8 gb ... also its moving very slow .. also its telling me i cant make an new canvas size 1920 x 1020 with an resloution of 300 .. im using windows 7 Toshiba
I have Photoshop 7 installed ands till recently it was running fine but from just day before yesterday I cannot use the filters. Whenever I try to use it it says "Cannot complete action due to error in Module Interface", I have also tried by reinstalling photshop but it doesnot work.
I am getting a Could not open due to unexpected end of file error messages on a bunch of jpg's I am receiving via email. The files open in Microsoft Office Picture Manager.
Ive been trying to install Adobe Photoshop CS4 trial for the past 3 days. The only reason I want to try it is because of its ability to create textures directly on models. But whenever I try to install, I get this error"Adobe Drive CS4Error:Error 1603. Fatal error during installation." Dispite it not saying that Adobe Photoshop CS4 having an error, I still get this screen ....
I have just installed Photoshop CS2 on my new win VISTA HOME machine. There was no problems, I got a notification of a large update from ADOBE,
so I accpeted, shut down Photoshop, installed updates and then when I re-boot my machine and opened up Photoshop again, I got this error message. "Unable to continue because of a hardware or system error. Sorry, but this error is unrecoverable"
I'm trying to create a digital layout in PSCS version 8.0, and when I go to save the psd file (very early stages of the creation...its not very large yet) I get an error that says "Unable to save (file name) because of a disc error". I've never seen this before and am trying not to panic, but I'm on a deadline! LOL And am running behind as usual!
I am using an older mac, and I'm pretty dang maxed out on Gb...gotta clean up some files, but having a hard time finding a free dup file finder for macs...so I'm procrastinating, basically. Could the fact that I've got very little Gb available left have something to do with this?
I try I open PhotoShop I get a message saying "Unable to conitnue because of a hardware or system error. Sorry, but this error is unrecoverable" then the program shuts down and I have to restart my computer in order to use PS again.
I have been re-saving many of my PSD files using CS3 image prosesssor with compatibility mode turned off. They have simply been saved again as PSD files into a different folder - no changes to the original PSD files. This has worked well and reduced file sizes by up to 50% (I had compatibility mode turned on previously).
of the 60 files I have processed, 3 will no longer open , I get a message that says "file will not open due to a program error."
these files have only ever been used in CS3. , they are quite large from just under 1GB to 1.5GB, however other similar large files have processed successfully. I have re-tried without success.
I still have the original files so no data loss is involved.