- create a blank document
- fill the background layer with white
- go to file->place, open one picture
- do the same for the second
now you have two choices. Either you scale them so that they fit perfectly side by side or you create a mask so that it hides part of the picture. Search the web...
The D5000 cannot act as a commander for Nikon CLS systems. You need another SB600 on the camera (acting as a commander) or a SU-800 commander unit.
Sorry
Or i am being very dump or this should be easier to do. I have a photoshop 3D layer that is the result of two 3D postcard layers. How do i delete one of the postcards inside the scene?
Delete does not work, i cant drag it to the bin, backspace also does not work and i cant right click it. -.-...
Imagine these classes
public class A {}
public class B extends A {}
public class C extends B {}
Ok, now, in the "main" code i have these:
public xx:A;
xx = new A();
xx = new B();
xx = new C();
----
Ok if i do
xx = new A();
xx = new B();
every thing is ok...
but if i do
xx = new...