I don't remember if I ever used an Adobe screen name. I'm trying to join the community forum, and the system doesn't accept any screeb name I offer. How can I set or reset or retrieve my screen name?
Where can I find an Old Photoshop catalog on elements 9? Computer crashed, had to reinstall, when that was done, I got errors saying I can't use 2 copies, so I called Adobe. It never dawned on me at that time that my whole entire catalog would be erased.
I just purchased an upgraded version of Photoshop Elements 12 and Premiere Elements 12, but after all my photos were converted to the new version, all of my keyword tags from the previous version are not showing.
I did take a class for it in college so I know the basics, but still learning. I am trying to create a very basic animation where I have 2 assets that begin off the stage on either side. I would like the elements to slide in from the sides and meet in the middle with about a 20px overlap. I tried setting a keyframe for both elements at 0 seconds and setting the X translations to -2000px and 2000px and then setting another keyframe at 5 seconds and changing the X translations to 48% and 52% respectively. This got me the desired effect, but only because I have such a large monitor. If the browser window is resized or the screen is smaller, the effect does not stay the same due to using percentages to center the elements.
is there a way to animate elements to the middle of the screen without percentages(maybe by using margin:0 auto or something)? Or is there a way to accomplish what I am looking for so that the positioning of the elements is the same regardless of browser window size?
On completion of an image upload to Flickr using the Lightroom Flickr publish plugin I see in the progress bar at the top left state that "comments are being retrieved from Flickr". I never see any other mention of "comments" in Lightroom so what does this mean? I have many comments on my images on Flickr so are they retrieved and downloaded? I have LR4 and Mac OS.
Recently changed file names and now need to revert back to the original file name created via camera. Can this be done in LR 4 or is this info deleted?
I was given a C3D file with a road alignment including sections. But the all the road data is a block. Is there a way to retrieve all the data in order for me to do some quanities for my estimates on material volumes. When I go to the prospector tab, there are no points, surfaces, or alignments listed.
I created a sketch then tried to retrieve dimensions in a drawing from the sketch. When I used the retrieve function, no dimensions appeared. I made sure that the box in the Application Options under the Tools tab was checked for retrieving all dimensions upon placement. I have tried numerous ways to retrieve the dimensions, and while I can place them manually, I really need to be able to retrieve all at once as seen on the sketch.
I have been able to use the retrieve function before on files that I downloaded from a website so I know to use the function.
I'm attaching a file which I am having trouble retrieving dimensions. I am using Inventor 2013 educational version.
This error happened to us, when we tried to get the active layout from the acad document. We are using AutoCAD 2009 & C#.NET 4.0 Framework.
The error is as below:
Unable to cast COM object of type 'Autodesk.AutoCAD.Interop.Common.AcadLayoutClass' to interface type 'Autodesk.AutoCAD.Interop.Common.IAcadLayout'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C6F55F5A-33AF-4B5F-9949-86C6AEEF1834}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
The piece of snippet looks like the following
using Autodesk.AutoCAD.Interop.Common; AcadApplication acadApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application"); AcadDocument acadDoc = acadApp.ActiveDocument;
//The following line throws the error as stated above
But it can be accessed if we change the property " Embed Interop Types " of DLLs (a) Autodesk.AutoCAD.Interop
(b) Stdole
from True to False
But again it throws the same error when we try to retrieve any methods from the retrieved AcadLayout. The whole application works fine with AutoCAD 2012 after re-referencing the DLLs.
I just got Paint dot net and started painting a picture right away. Now I want to use a color from the picture (in the same picture) but don't know how. After reading a bit, I realize I should have saved it in a palette. Is there any way to retrieve and use a color in a current picture that was not saved to a palette?
I deleted some RAW files from my hardrive and while they still appear in lightroom, it says they are missing or unsupported. I backed these files up through lightroom but when i try to access the backups catalog I only get blank screens. Is there a way for me to get some of these files back through the backups? I have a PC and am using Lightroom 4.3 I think.
I'm here with 2013 SP2 64 bit Build 200 and two screens. Left screen is graphics area, Browser is on the left of right screen. Graphics is ATI Fire Pro V7800 with driver 9.3.3.3000.
In video (zipped MP4) you see a cutout of both screens, think of screens changing at the left of the browser.
Now, in many cases, after doing an operation, the browser is jumping back to the middle of my graphics in the left screen.
I am using an AutoCAD 2012, when a revised Xref floor plan was send but on a binded file. How to declare or make an Xref file based on the binded file????
I am working on extracting information from DWG with extended Property Set Definitions. I have added Location Property on my Door objects, and would like to retrieve it in my application.
Definition as shown in AutoCAD > Manage > Style Manager > Property Set Definitions
DoorObjects Property Set Name: AtSpaceID Description: Space - SpaceObjects - SpaceID Type: Location (becomes Automatic inside .NET API code) Source: Space - SpaceObjects - SpaceID Space Objects Property Set Name: SpaceID Description: SpaceID Type: Integer
I have tried the .NET API. see Code below. I am stuck at Property Definition Location. Not too sure where I can retrieve the value for my At Space ID at my Door Objects.
I tried the following code below and it throws error such as eInvalid Input or eNot Applicable.
Part of my code
Door doorEntity = trans.GetObject(doorObjID, OpenMode.ForRead) as Door;ObjectIdCollection idsPropSet = PropertyDataServices.GetPropertySets(doorEntity);foreach (ObjectId idPropSet in idsPropSet){ PropertySet propSet = trans.GetObject(idPropSet, OpenMode.ForRead) as PropertySet; PropertySetDefinition propSetDef = [Code]........
I am opening a drawing file whose units are already set to "Architectural - Inches".When im retrieving the coordinates of lines present in drawing it is returning in some other format.How do i change this.Or how do i know in what unit system the values are being returned.
I need to create and maintain a library of hole features of varying shapes and sizes (there will only be around 10 variations). The goal is to be able to programmatically retrieve a feature and then place it in the current part. Ideally I would like to be able to assign each an ID to each feature that I can use to programmatically retrieve it.
My first thought on how to achieve this is to have one master part file that contains all of the features. When I need one I can open that file and somehow copy the appropriate feature and then place it in the target file.
Or maybe it would be better to save each feature in its own part file? I'm not so much looking for code as much as general guidance on whether either of these approaches sound reasonable. Maybe there is a better way to programmatically store and retrieve features from a library?
I have already developed my VB.NET Windows Form app (.NET 4.0 in VS2012) which does some Windows operation on roughly hundreds of AutoCAD drawing files(e.g. purely copy/move/rename type of actions).
Now I need to tell my app to communicate with AutoCAD 2013 and collect some attributes from a specific existing block in all of these drawings and then replace the collected values with some other values passed to AutoCAD by my Form application (see diagram below)
I had a look to couple of AutoCAD .NET blogs and realized how to make DLL files and leverage NETLOAD tool in AutoCAD afterwards but I am afraid DLL files and NETLOAD are not what I am looking after .
I would like to clearly know what is the best pathway to achieve my goal described above.
What about creating an AutoLisp selection set from .NET - is it possible, if so I would prefer to do that instead?
The goal is to create some objects in .NET (using activeX or managed code) and then have some way to access these objects via the command line I'm assuming they only way is using an AutoLISP selection set.
I got photoshop elements 12 for chistmas and want to open up to pics on same screen but it only let me have one..want to drag and drop between pics but can not....
Started suddenly, no issues previously. Installed on an iMac running 10.5.8. Blank welcome screen and nothing else. Tried reinstalling... nothing is working.
Elements 9 only opens to the Welcome screen. Organizer and Edit will not open. I cannot deactivate the program so I can re-install. I have tried pressing Ctrl+Alt+Shift but nothing happens.
I just installed Photoshop Elements11. When I go to open a photo file, nothing appears on the screen. I have tried different files with the same result. What is wrong?