Photoshop :: Dynamically Decaling Properties In PS...
Jun 5, 2008
Now Im developing a plug-in for Photoshop CS3, and I want to dynamically change its properties other than statically define them in PiPL.
But Photoshop never send message "SP Properties" to my plug-in, so I have no chance to handle SPPropertiesMessage. Id like to appreciate if anyone could let me know how to let PS send message acquiring properties or whether PS really support this kind of approach,
I have a psd dynamically linked to an Encore menu. When I go into PS my cursor has changed into what looks like a hand over a book or maybe a paint bucket.It wasn't there yesterday even though the doc was linked then as well...
I'm a long time user and fan of Corel Draw; are there any plans to mimic Adobe when you draw and move a primitive in Corel Draw.
I love the feature in the Adobe Suite that lets you start a selection or primitive shape and dynamically move and place the shape as you'reinitially marking out it's width and Height "by holding down the space bar". I find this less constricting as you can begin draw the shape from anywhere on the page and move it anywhere before you commit to the size and placement.
I've heard it said that it's possible to make two separate layout profiles dynamically dependent. For example, making a driveway centerline profile dependent on the roadway centerline profile it's connected to. The idea is that if you revise the roadway centerline profile, up or down, that the driveway profile will automatically go up or down with it.
Is this true? I didn't readily see anything in the profiles area of the docs or the tutorials.
I have few .arx applications for AutoCAD. In these applications few are menu based and others are command line. Now what I am trying to do is,Load the .arx app, run it and then unload it once the .arx application runs through a LISP command. .arx applications run once the user clicks on the tabs that are provided. .arx applications are written in VC++. Now I have a lisp file, which gets loaded once the user starts AutoCAD. In the lisp files I have declared these functions for various .arx applications;
It works fine for Programs which need input data from Menu based forms, but says error unloading xyz.arx for programs which need command line input. I was wondering if there were any commands in LISP that will make sure arxunload "XYZ.arx" will execute only once (command "XYZ_program") is executed.
I am trying to make a fairly simple user interface. I have 3 buttons on stage and each button will pull out a correspoinding symbol from the library and display it on the stage.
Eg. Click btn1 and it will show content1 from the library.
So far it is working in that it shows the corresponding content but it appends subsequent content to the bottom of it. I need the content to be replaced instead.
I would prefer if I could dynamically get content from the library instead of having items on stage that are set to 'hide' and 'show'.
Note: I noticed that when you create a child symbol on stage that Edge gives it a randomly generated ID. There is some code towards the bottom that tries to rename its ID attribute. I am not 100% sure if it is even doing what I expect it to do.
var btnArray = ['btn1','btn2','btn3'] function init(){ for (var i = 0; i < btnArray.length; ++i) {
I've created a surface from blocks but I need to move many of the blocks to new locations/elevations but if one of the blocks that formed part of the surface build is moved or elevation adjusted the surface doesn't update. I have to reselect and add the blocks to the definition, remove the original blocks and shunt the newly added block up the definitions list.
If Civil points are moved they automatically update the surface (as expected) so is there a list anywhere or which entities/objects will cause the surface to update automatically and which ones won't??
I don't generally get data in this way hence the question so I'm thinking the best way forward would be to convert to Civil Points and make point groups??
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design) Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD 16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
I'm looking for a method to load images into an animate animation shortly before they are needed? My animation is (and has to be) really big (already 7mb and growing) so I want to find a way to load my images just before they are showing up in the animation. The process is sometimes known as lazy load and I would like to do something like this to my animation.
The standard preloader is not really an option as it takes ages till the users can see the start screen's content.Are there any preloading alternatives?
I'm trying to use ".createChildSymbol" to bring my symbols from the library to my stage. And in each symbol I have an OUT label, so every time a new symbol is called by a particular button, the last one plays from OUT label and new one appears at the same place. It's all easy for two symbols and I do not need to set any vaiable for them. But I have almost 180 symbols, and a menu of buttons to call them, so every button needs to play the OUT label of the current symbol and also plays the new one and make it as the current one.
sym.test = sym.createChildSymbol("test", "Stage"); sym.getComposition().getStage().setVariable("current", "test"); var current = sym.getComposition().getStage().setVariable("current"); sym.current.getSymbolElement().css({position:'absolute', display:'inline-block', top:167, left:91});
I have a dynamic block symbol. It is a circle with two separate attribute elements at its side, with a line horizontally between them. No, this line is not a text underline; it is a separate line element that in one visibility state of the block must disappear.
My best results for blocks come when the element color of a block's geometry is set to "ByBlock" (attributes I leave as "ByLayer" color), and all of my elements, no matter what, I place on Layer 0. But in the case of this line, it always ends up matching the symbology of the block geometry. This I do not like.
When I insert a block, I use Attribute Editor to change the attributes' layer to the project's appropriate text layer. That way, in case I have to freeze a text layer, the attributes disappear also. What I want is for that line to be able to do the same.
Can an element's layer somehow be dynamically changed to automatically match the layer of another element, without having to Block Editor the block every time this is used from project to project?
I'd like to make it so that a user may add a button for my addin by only having to modify an xml entry.
None of the values (name, descrip, tooltip) are null, and reading from the xml is working properly. Each internal name is unique. Why this code would result in an error? The error message is attached.
If there's a known way to dynamically add buttons(in a loop), I'd be happy to use an established method as well.
I am having trouble with baseview in AutoCAD 2014. It used to be that when entering the baseview command your ribbon would dynamically change to give the functions and features within the command. Seemingly in 2014 this no longer happens.I also find that after creating the view, I have inconsistent object snapping.I get endpoints on some objects, but not on others.
I want to make a block with dynamic attributes. Basically I have some polylines on my drawing which represent cables, and I want to have a block with a legend on each polyline with 2 values. First will be the cable type which I would enter manually and the second value will be the length of the polyline. Is there any way that the block would read the length of the polyline and dynamically change the 2nd value?
I have several placeholders where I have added keyframes for instance opacity fade up and down at the beginning and ending of the layer. If I replace it and the video is longer/shorter than the placeholder then the keyframes will not adjust. Is there some way to have keyframes move dynamically based on the video length? I looked into expressions to calculate the start and end time of the layer then fade in and fade out using the time but it was quite time consuming and inefficient, it would also be hard to write new code for say position versus have dynamic keyframes.
I would like to change the id of the dynamically created elements in order to work easily with their later. Currently, edge automatically generate an random id like "eid_1376057792551" for each element.
I am building a big catalog for hundreds of products, and it would be a life savior if i could connect dynamically the (customized) text (fields) in the .cdr file to an external excel file data. For example smth like the text field "Title" to be taking its values from the column "Description" of the excel file, incrementally as each line of the excel file could represent a record. This way also when the excel file changes, (because it will be probably like 10 more versions before it gets final), the content inside the corel draw file will change automatically as well.
Download sample corel file here :
[URL]....
and sample excel file here :
[URL]....
How to accomplish smth like that or even faster / simpler ......
I have a design profile and now I want to create one that's linked to it but have it 0.5m lower than the profile I just laid out. Is there a way to do this? I'd like to keep them dynamically linked so when i manipulate the 1st profile it will drop the 0.5m lower profile. In theory this would be a great feature to have in CIvil 3D.
At this point I will likely need to copy the profile and drop it 0.5m in elevation with edit geometry. Not ideal considering when I adjust the main profile I'll need to redo that process to show the profile 0.5m lower than my main design profile. (used as a side slope target).
I am creating construction plans sets that require 3 road profiles for the left edge, center and right edge. I would like to dynamically link the center line profile with the edge profiles.
I have created alignment offsets to obtain the existing surface at the offset location. I would like the edge profiles to have a vertical offset from the center profile. Also if I modify the center profile I want it to dynamically adjust the edge profiles.
I am trying to figure out a way to get the cut and fill lines on my sheet files to dynamically update when I update my corridor.
My work flow:
Currently I have a model drawing with my corridor, which produces cut and fill feature lines.
I create a separate reference file with drefs, and then paste in cut and fill polylines (where I created from the feature lines).
Finally, I have sheet files where I xref in the reference file.
Is there a better way to deal with these cut and fill lines so they are dynamic when I change my corridor? I don't really want to xref in my model drawing just because it has all sorts of things in there..
I would like the file number text to show up on some of my exported JPG images. I need this for the purpose of looking up the original file. All I see in the watermark section is the ability to hard code text only. Is there a way to do this inside LR? Perhaps a plugin?
Alternately, is there 3rd party utility to do this to a whole folder of exported JPGs? That would be messy, but I really need to ID certain event photos ON the photo.
the properties palette started only showing the current properites for the drawing and not the properties of the entity selected. what causes this i am using autocad civil 3d 2013.
When I select any object, my quick properties tab is blank and my properties tab doesn't register anything. Also, I get an error message when I go into my CUI to try to modify the quick properties tab. Pretty frustrating. I've attached a couple of images for reference. I've repaired, re-installed and unistalled and re-installed and still have the same probelm.
Dell Precision T3500 Intel(R) Xeon(R) CPU W3530 @2.8GHz ATI FIrePRo V5800 (FireGL V) 12 GB Ram 64 BIt OS
Somehow the Properties Palette has gotten less wide- such that I can't read teh actual properties. Previously I was able to make it wider just by hovering over it, clicking on an arrow and dragging it wider. Not now.
It's not just the layer that isn't being displayed in the Properties Palette. My 2014 Properties Palette isn't contextual--displays only the general info--none of the object specific information.
I recently upgraded from LT2013 to LT2014. I never had any issues with 2013, but now seem to be battling with 2014. My OS is Windows 7 Home edition.
When selecting an object and then clicking the properties menu, the properties of the selected object are not displayed, but instead the properties of the selected layer are shown.
In the attached screenshot:
1) My active layer is "AM_VIEWS".
2) The layer of the object that is selected is "MEDIUM".
3) The properties dialog box shows the properties of my active layer and not the selected object.
I am therefore unable to override any settings of the selected object and manually change settings e.g. Linetype, Linetype scale etc.
I recently had to reinstall my AutoCAD LT 2008 and now when I open the properties palette to make adjustments to dimensions and fine tune, many peramiters that used to be visible are no longer there and accessible. I used to be able to adjust the dimscale as needed in the properties window, but can't now. How do I get it back?