How to make a gallery move using the mouse location

Hey, I got a containers gallery whitch I made and I want the containers down outside the screen to come up when the mouse goes down.
I hope you guys understand me. (If not please contact me in private and I will show you my flash).
Thanks, Stav.

hmmmm, I am running into a problem.
There in use of the event inside my function.
Problem:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::Event@4efa561 to flash.events.MouseEvent.
Function:
function checkMouseLocation(evt:MouseEvent):void {
if (files_total > 24) {
  x_counter = 0;
  y_counter = 0;
  minY = 0;
  maxY = (Math.ceil((files_total-24)/6))*157.5 - 50;
  minMouseY = 0;
  maxMouseY = 800;
  for (var i:uint=0; i<files_total; i++) {
   if (mouseY >= 100 && mouseY <= 750) {
    precentMouseY = (mouseY-100)/700;
    contOldLoc = 100 + y_counter*157.5;
    tl["myMovieClip_" + i.toString()].y = contOldLoc -(maxY * precentMouseY);
   } else if (mouseY < 100) {
    tl["myMovieClip_"+i.toString()].y = 100 + y_counter*157.5;
   if (x_counter+1 < 6) {
    x_counter++;
   } else {
    x_counter = 0;
    y_counter++;

Similar Messages

  • How to make a SOAP call using the PI 7.1

    Hi All,
    Can you please tell me how can we make a SOAP call using the PI 7.1?
    Thanks in advance

    Hello Shweta,
    Could you please clarify your question? Do you mean you need to call some business system from PI via SOAP? Or do you need to test integration model using SOAP client?
    If the requirement is to make a SOAP call to PI (send SOAP request to PI system), please refer to the guide which Stefan suggested in his post. The general procedure is the following:
    1. generate concrete WSDL in PI (you can do it via PI's Integration Directory);
    2. import generated WSDL to SOAP client (e.g. XML Spy described in the guide or soapUI which is free SOAP client);
    3. create SOAP request message in the SOAP client and send it to the endpoint (in this case, it will be sent to PI).
    This is general procedure for making SOAP calls to SAP PI using external SOAP clients. Please advise if specified steps should be described in more details or if there are any questions from your side regarding them.
    If the question is about calling business system from PI via SOAP, then please refer to SAP Help, configuration of SOAP receiver::
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    My regards,
    Vadim

  • How to make 2 balls move at the same time

    I am working on an app in xcode and I need to make 2 balls move at the same time. When I try to use the same code for both of the balls, the 2 CGPoints interfere. Here is my code in the .m file.
    @synthesize ball, ball2;
    -(void) onTimer {
            ball.center = CGPointMake(ball.center.x+pos.x,ball.center.y+pos.y);
            if(ball.center.x > 295 || ball.center.x < 10)
                pos.x = -pos.x;
            if(ball.center.y > 435 || ball.center.y < 35)
                pos.y = -pos.y;
    - (void) onTimer2 {
    ball2.center = CGPointMake(ball2.center.x+pos.x,ball2.center.y+pos.y);
    if(ball2.center.x > 295 || ball2.center.x < 10)
    pos.x = -pos.x;
    if(ball2.center.y > 435 || ball2.center.y < 35)
    pos.y = -pos.y;
    [self collision];
    - (void)viewDidLoad
              [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer) userInfo:nil repeats:YES] retain];
        [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer2) userInfo:nil repeats:YES] retain];
        [super viewDidLoad];
        // Do any additional setup after loading the view from its nib.
    Here is my .h file
    @interface game : UIViewController {
        IBOutlet UIImageView *ball;
        IBOutlet UIImageView *ball2;
    @property(nonatomic,retain) IBOutlet UIImageView *ball;
    @property(nonatomic,retain) IBOutlet UIImageView *ball2;

    What do you mean by the 2 CGPoints interfere?
    You're changing the location of the balls by pos.x and pos.y, where is the code for those? what is it doing?
    Why have two timers?  One timer would work , just have the code move both balls.
    The refresh rate for the screen is 60hz. (60 time a second) You'll get better animation if you stick as close to this value as you can.

  • How to make my iTunes Library use the music which is already on my NAS?

    Hi there,
    I know there have already been some posts around the forum about having the iTunes library on external harddrives or NAS's.
    Though my question is different to that question and the solution for those can't seem to cater for my issue.
    In the other posts, most of them have the music on their MAC's or MacBooks already, and it was more of a migration of their iTunes Library.
    My situation on the other hand is this:
    I have recently bought a MacBook Air and sold my PC Desktop. Before I sold it, I backed up everything to my NAS, so my music is now sitting on the NAS.
    I am now trying to have my iTunes library on my NAS instead of my MacBook Air. Since my MacBook Air is only 128GB, I cannot store all my music on my MacBook Air then migrate it to the NAS (Via some of the solutions I've found online). So those solutions would not work for me.
    That is why I am here, asking this question:
    If my music is already on the NAS, I have a clean iTunes (No music in it), and I don't mind if I my music folders get re-arranged from the doings of iTunes. How do I make my iTunes Library accommodate the songs I have on the NAS?
    The reason I want to do this is because currently I have an iPhone, iPad, MacBook Air and Apple TV. My home sharing is on, so as you can imagine, if I wish to stream songs, it would be handy to have them in iTunes.
    This is my first question, once this is solved, hopefully it will simultanously solve a second question I have in mind (Regarding having all my TV shows and Movies to be in the iTunes Library as well, the contents are currently on my NAS too).
    Your help would be greatly appreciated, as I am new to OS X (Always been a Windows person, as I was a big gamer).
    So far, I have to say, my experience on OS X and the Apple ecosystem is fantastic!

    Typing in all caps indicates shouting is considered rude and is difficult to read.  Many simply do not read such posts.
    The music sync is one way - computer to ipod.  The exception is itunes purchases.  File>Transfer Purchases
    You need to copy everything from one computer to the other.

  • How I make my BLURS move in the video?

    I want to know how I make "Blurs" move in the video. The image in the video has obviously movement and I need to put a Blur in some part and I want that blur keep moving along that clip go off.
    ???

    In the Viewer check out the Motion Tab.
    Place your blur where you want it in the frame. Double click it in the Timeline. This will open it in the Viewer. Go to the Motion Tab and then click the little Diamond shaped thing to the right of Center. This will place a Keyframe.
    Move forward in your Timeline, adjusting the placement of your blur in the Canvas. This should add more keyframes as you reposition the blur.
    That's really basic overview. Hope it helps!
    ~Luke

  • ISA570 - How to make my WebServer always uses the same Public IP

    Hi all
    I have reserved one IP of my pool to my exchange server.
    The Reverse DNS is configured for this IP.
    My exchange server is sometimes rejected by the other because it is using the first public IP of my pool to go on Internet, and not the one i would like.
    So in My ISA570, how to specify the public IP of my pool my exchange server will used ?
    Fo the moment, all my alias for each IP are created, the port forwarding is OK for my exchange server to send and receive mails, et the web OWA is OK.
    I have tried from the advanced NAT to force like this (the last line in this picture), but when it is enable, all my subsite are not able to join the Web Exchange interface...
    I am sure i made a mistake, could you please help me ?
    Thanks
    Kevin

    Is it an option to use Static NAT instead of Port Forwarding?  By that I mean, do you need to share the one Public IP from  your Pool of IPs with anything other than the Exchange Server?
    Shawn Eftink
    CCNA/CCDA
    Please rate all helpful posts and mark correct answers to assist others searching for solutions in the community.

  • How to make daily mail sending using the action profile?

    I have a LEAD. If the LEAD is not closed within 5 days after creation i need to send reminder to manager. 
    So if the status of this LEAD is "open" and "today date" >= "planned finish date" the email must be sent to manager everyday until the status will be changed to "closed".

    Hi Vipul
    I need help in configuring the Optimization Rule on start condtion of action definitions. As i can see you have suggested to use the optimization rule in start condition. Would you please tell me how and where i can configure the rule for optimization
    Please advise
    thank you
    regards
    shankar

  • How to open a JCalendarCombo without using the mouse ???

    In my swing-application i implementet a JCalendarCombo Object for selection of different Date Times.
    Now it's necessary to display this JCalendarCombo for example entering a Key (F1/F2 etc.)
    I didn't find a possibilty to realize this item.
    The JCalendarCombo package is downloaded with the following packages:
    org.gui.ButtonActionListener
    org.gui.ButtonItemListener
    org.gui.ComboBoxItemListener
    org.gui.JCalendar
    org.gui.JCalendarCombo
    org.gui.JDayButton
    org.gui.JDayLabel
    org.gui.TextFieldMouseListener
    All Classes instead of MouseListener are protected, so that it's not possible to call a method like "initializeCalendar" ore something like that.
    No methods like key-Listener are implementet.
    Here's the source code:
    * test6.java
    * Created on 13. M&auml;rz 2008, 15:25
    import org.gui.JCalendarCombo;
    import java.util.GregorianCalendar;
    import java.util.Calendar;
    import java.util.Date;
    import java.util.Locale;
    import javax.swing.JComponent;
    import org.gui.JCalendar;
    import org.gui.JCalendarCombo;
    import java.awt.Robot;
    * @author goetz
    public class test6 extends javax.swing.JFrame {
    /** Creates new form test6 */
    public test6() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    private void initComponents() {//GEN-BEGIN:initComponents
    jPanel1 = new javax.swing.JPanel();
    jTextField1 = new javax.swing.JTextField();
    jTextField2 = new javax.swing.JTextField();
    jTextField3 = new javax.swing.JTextField();
    jTextField4 = new javax.swing.JTextField();
    jTextArea1 = new javax.swing.JTextArea();
    jButton1 = new javax.swing.JButton();
    jButton2 = new javax.swing.JButton();
    jTable1 = new javax.swing.JTable();
    //org.gui.JCalendar cal=new org.gui.JCalendar();
    Date heute=new Date();
    GregorianCalendar today = new GregorianCalendar();
    today.setTime(heute);
    GregorianCalendar calendar = new GregorianCalendar();
    int currentmonth =today.get(GregorianCalendar.MONTH);
    int currentyear = today.get(GregorianCalendar.YEAR);
    int currentday = today.get(GregorianCalendar.DAY_OF_MONTH);
    calendar.set(currentyear, currentmonth, currentday);
    JCalendarCombo jCalendarCombo = new JCalendarCombo(JCalendarCombo.MONDAY, true, 1900, 3000, false);
    getContentPane().setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout());
    jCalendarCombo.setDateFormat(JCalendarCombo.YEAR_BIG, JCalendarCombo.MONTH, JCalendarCombo.DAY, '.');
    jCalendarCombo.setDate(calendar);
    addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(java.awt.event.WindowEvent evt) {
    exitForm(evt);
    jPanel1.setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout());
    jTextField1.setText("jTextField1");
    jPanel1.add(jTextField1, new org.netbeans.lib.awtextra.AbsoluteConstraints(20, 20, 130, -1));
    jTextField2.setText("jTextField2");
    jPanel1.add(jTextField2, new org.netbeans.lib.awtextra.AbsoluteConstraints(20, 60, 130, -1));
    jTextField3.setText("jTextField3");
    jPanel1.add(jTextField3, new org.netbeans.lib.awtextra.AbsoluteConstraints(20, 110, 130, -1));
    jTextField4.setText("jTextField4");
    jPanel1.add(jTextField4, new org.netbeans.lib.awtextra.AbsoluteConstraints(20, 190, 140, -1));
    jTextArea1.addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    jTextArea1KeyPressed(evt);
    jPanel1.add(jCalendarCombo,new org.netbeans.lib.awtextra.AbsoluteConstraints(250, 20, -1, -1) );
    jPanel1.add(jTextArea1, new org.netbeans.lib.awtextra.AbsoluteConstraints(250, 50, 70, 40));
    jButton1.setText("jButton1");
    jPanel1.add(jButton1, new org.netbeans.lib.awtextra.AbsoluteConstraints(50, 270, -1, -1));
    jButton2.setText("jButton2");
    jPanel1.add(jButton2, new org.netbeans.lib.awtextra.AbsoluteConstraints(160, 270, -1, -1));
    jTable1.setModel(new javax.swing.table.DefaultTableModel(
    new Object [][] {
    {null, null, null, null},
    {null, null, null, null},
    {null, null, null, null},
    {null, null, null, null}
    new String [] {
    "Title 1", "Title 2", "Title 3", "Title 4"
    jTable1.addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    jTable1KeyPressed(evt);
    jPanel1.add(jTable1, new org.netbeans.lib.awtextra.AbsoluteConstraints(250, 110, -1, -1));
    getContentPane().add(jPanel1, new org.netbeans.lib.awtextra.AbsoluteConstraints(40, 30, 500, 350));
    jCalendarCombo.addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    jCalendarComboKeyPressed(evt);
    pack();
    }//GEN-END:initComponents
    public void jTable1KeyPressed(java.awt.event.KeyEvent evt) {
    // Add your handling code here:
    if(evt.getKeyCode()==evt.VK_ESCAPE)
    System.out.println("registriert");
    //jPanel1.setCursor(jTextField2);
    jButton1.requestFocus();
    public void jCalendarComboKeyPressed(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_jTable1KeyPressed
    // Add your handling code here:
    if(evt.getKeyCode()==evt.VK_F6)
    System.out.println("registriert Calendar");
    //jPanel1.setCursor(jTextField2);
    //jButton1.requestFocus();
    }//GEN-LAST:event_jTable1KeyPressed
    public void jTextArea1KeyPressed(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_jTextArea1KeyPressed
    // Add your handling code here:
    if(evt.getKeyCode()==evt.VK_ESCAPE)
    System.out.println("registriert");
    //jPanel1.setCursor(jTextField2);
    //java.awt.event.FocusListener l=new java.awt.event.FocusListener();?????????????????????
    //jCalendarCombo.addFocusListener(FocusListener);???????????????????????
    //mvt.MOUSE_CLICKED;
    //org.gui.TextFieldMouseListener.mousePressed(mvt);????????????????????????????????
    try???????????????????????????????????????????????????????
    java.awt.Robot rob=new java.awt.Robot();????????????????????????????????????????????&szlig;
    rob.mousePress(3)??????????????????????????;
    catch(Exception e)
    }//GEN-LAST:event_jTextArea1KeyPressed
    /** Exit the Application */
    public void exitForm(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_exitForm
    System.exit(0);
    }//GEN-LAST:event_exitForm
    * @param args the command line arguments
    public static void main(String args[]) {
    new test6().show();
    // Variables declaration - do not modify//GEN-BEGIN:variables
    public javax.swing.JButton jButton2;
    public javax.swing.JTextField jTextField3;
    public javax.swing.JButton jButton1;
    public javax.swing.JTextArea jTextArea1;
    public javax.swing.JPanel jPanel1;
    public javax.swing.JTextField jTextField2;
    public javax.swing.JTextField jTextField1;
    public javax.swing.JTextField jTextField4;
    public javax.swing.JTable jTable1;
    public JCalendarCombo jCalendarCombo;
    // End of variables declaration//GEN-END:variables
    Has anybody an idea ????
    The parent Frame was created with sun one studio 4 community edition.
    The JCalendar Combo was implemented by myself and runs properly by mouse, not by keyboard.

    the code's not formatted so I'm not going to try to read it,
    and there's too many ?? to remove before it will compile,
    so, you say it works with the mouse - how, clicking a button?
    if so, search for the keyBindings tutorial where you can set up
    an action for (e.g.) F2 to do button.doClick()

  • How do I rent a movie using money in my iTunes account.  I had to enter at the iTunes gift card code to open the account, but now I can't figure out how to use this money to rent a movie; I opened the account several months ago but never used the money.

    How do I rent a move using moneyin my iTunes account.  I had to enter the iTunes gift ard code to open the account several months ago, but never purchased anything with it.  When I entered this code to rent a movie, the response was that it was redeemed.  What am I doing wrong?

    If you've already redeemed the card onto your account then its amount should be on your account - a card can only be redeemed once.
    To rent a film, find the film in the store and (if the film studio has made it available as a rental in your country) click on its Rent button. If you are beig prompted to review your account and enter credit card details then see if this post from mountaingoatgirl lets you do so without entering card details : https://discussions.apple.com/message/24303054 . If that doesn't work then you should be able to remove your card's details after entering them.
    As long as you account's balance covers the rental cost then only that should be charged. How purchases are billed : http://support.apple.com/kb/HT5582
    When making purchases, content credits are used first, followed by Gift Certificate, iTunes Card, or Allowance Account credits; your credit card or PayPal account is then charged for any remaining balance.

  • How to make a photo STAY in the assets panel for future use for In browser editing?

    How to make a photo STAY in the assets panel for future use for In browser editing?
    When I delete a photo from a page, it does not stay in the assets panel. My client uses in browser editing daily. Once a week he changes a photo just for a day, then needs the previous photo to replace it. The original photo is not in the asset panel (or folder) for him to choose.
    When you upload a photo, it has an arrow in the asset panel. How do you use this as an asset?

    Sure ... right mouse click on  your page and choose 'Exclude Page from Menus' :-)

  • Hello! I'm out of the country and all my iWeb information is on my computer at home. Now I need to make changes on the webpage... how can i do that without using the computer i made the page on? Thank you!!

    Hello! I'm out of the country and all my iWeb information is on my computer at home. Now I need to make changes on the webpage... how can i do that without using the computer i made the page on? Thank you!!

    iWeb uses the domain.sites2 files to store its assets.
    You'll find it here :
    ~/Library/Application Support/iWeb/
    where ~ is your Home directory.
    If you take a computer with you, you have to store that file in the same location.
    It's not different from taking documents with you if you want to edit them.
    A solution is to remotely control your computer at home.
    TeamViewer, LogMeIn, Apple Remote Desktop or any VNC application you can use, like "Chicken of the VNC".

  • How to move object in z direction using the mouse

    I have some problems with java3d. Could you please help me with it?
    I am designing a user interface and so would like to allow the user to
    interactively move the objects in the 3d world, using the mouse. But
    presently I can allow them to move it only in the xy plane. How can I
    move them in any other plane also?
    Thank you

    Take a look at the class com.sun.j3d.utils.behaviors.mouse.MouseZoom. Also look at "Getting Started with the Java 3D API", chapter 4 on interaction, which can be found on the Java3D collateral web page.

  • How to dismiss the spelling dialogue without using the mouse

    I'd appreciate the right tip from anyone on how to dismiss the spelling dialogue in Mail without using the mouse. (I'm one of those guys who likes to use the keyboard as much as possible.) Here's the scenario:
    I open a new message in Mail, type my text, press Cmd-Shift-D, then (because I have it set to check spelling when I "click send") up pops the spelling dialogue. That's fine as far as it goes, but many times I don't need any corrections because either I don't care or because the words are fine but just not recognized by Mail. So until now what I do is use the mouse to click on the far left one of the three round buttons in the upper left corner of the dialogue. I would like not to have to use the mouse, but pressing Esc or any other keys I try doesn't work to make it go away.
    Your advice is welcome! Thanks.

    Well, that window is actually a floating window, which means that it is meant to hang around. Notice that if you move Mail to the background (without hiding it), the spelling window hides itself, then shows itself again when you bring Mail back to the front. Floating windows are kind of in their own little world, meant to float above windows while not interfering with keystrokes sent to the frontmost window.
    I would argue that it shouldn't be a floater, because nobody's going to want it around once they're done checking spelling. But that's kind of a matter of opinion, and obviously Mail's designers thought differently.
    BTW, in the course of writing this, I discovered something -- if you click in the spelling window, so that you could type in the field there, Command-W will actually close the floater. But, of course, that still requires a click in the window with the mouse.

  • V12 Panorama: Wrong time - Please make it easy to use the Organizer

    When performing with V12 my first Panorama Merge, the resulting panorama Merge got the wrong time assigned (in V8, I did not encounter that problem). With V12, the two source jpeg photo files that were merged into the panorama have a timestamp of 4/5/2013 12:59. However the resulting panorama jpeg file has a timestamp of 4/5/2013 10:59. This result in one additional manual operation, that i must perform after completion of the Panorama Merge: I must correct the time.
    I am not sure how that time difference of two hours happened. Is it because I am in Switzerland, where we have still the Summer time and are ahead by two hours from Greenwhich Mean Time?
    I have a kind request for the next Version of PSE: avoid to make it difficult and painfull to use the PSE Organizer in conjunction with Photomerge Panorama. Today, without technical reason/merit, use of the PSE Organizer in conjunction with Photomerge Panorama is extremely painful and inefficient. For each result of a Panorama Merge, I have to do all of the following and that is very inefficient (especially with large catalogs) and painfull:
    I must find within the Organizer bin the result of the Photomerge (to do that, I typically need to switch the Photo Bin into Import Batch sequence...and then later on switch back to a more reasonable sequence)
    I must verify and then correct manually the time of the resulting photomerge file
    I must determine which tags were assigned to the individual component/source files, navigate  within my large Tag structure to find the tags,  and then assign manually to the photomerge result the Tags of the source photos
    I must deternmine in which Album(s) the individual component/source files were included, navigate within my large Album hierarchical structure to find the Albums and then include manually the photomerge result into the same Album(s) as the source photo. Then I have to move the photomderge result to the right location within Album Sequence.
    I must make sure, that the resulting jpeg file is stored in the same folder as the source photos.
    All that is a real horror. I am sure, that all opf us (both from Adobe and from the PSE fan community) want to make it easy to use the Organizer.
    Ideally, I would like to have (one? or multiple distinct/selective?) sticky options (in the Photomerge dialog pannel? in Preferences? at another location?) that would do all the above automatically for me.
    Of course, I understand, that other PSE users will sometimes not like (as I also sometimes do not like) to have the same tags/Albums associations for the resulting photofile as for the compoenent/source files. But It is so much easier to remove selectively one or more Tag/Album association from a photo then to search a large Tag/Album Hierarchy for the correct Tags/Albums and then associate these Tags/Albums with the Photomerge Result.

    Michel, Thank You for your answer.
    Hopefully, Asobe development will make a distinction between:
    - "missing functionality" (the alphanumeric sort which wes mising in V11), that requires new/additional code
    - and "bugs" that are important (because in this case, the bug results in a Timestamp related dis-organization within the PSE Catalog) and can hopefully be fixed relatively easely.
    Since the "date problem" that I had encountered orginally while performing a Panorama Merge is a general problem that is not related to Panorama Merge: for the date problem, I will open another Thread.
    To come back to your excellent "suggestion" related to Photomerge Panorama: it is my impression that based on your idea/suggestion, the problem could be relatively easely fixed in V13.
    To simplify a little bit: when performing a Panorama Merge, the Editor could record somewhere internally, the Identification (e.g. Filename and Foldername) of the Photos that are used as input for the Merge. And when later on, the PSE user performs a "Save As" or a "Close" of the resulting panorama, the Editor could offer to the user the option to save the Panorama File within a Versionset.
    - in the simplest implementation: the Editor would choose without asking any question with which one of the Input Files the result should be saved into a Versionset
    - in a little bit more more luxurious implementation: The Editor could ask the PSE user with wich ones of the Input Files the result should be saved into a Versionset
    The PSE user, could (if he wish) later on remove the Panorama Merge from the Versionset. That Is easy and fast to do.
    Of course, thanks to Michel, I have now an excellent Workaround. Myself do therefore not need an "official" solution in V13. But I nevertheless believe that a lot of other PSE users will not be aware of the suggestion of Michel and will therefore waste a lot of time for a proper "organizazion" of their Photomerge Panorama. It would be great, if PSE would complement the outstanding Photomerge Panorama support of the Editor with a good and simple-to-use/simple-to-understand support of the Panorams within the Organizer

  • Can I create black and white movies using the iMovie app for the iPad?

    I would like to make a black and white movie using the iPad iMovie app.  Is it possible to film in black and white instead of color?

    station_two wrote:
    You can open and edit TIFFs, PSDs and JPEGs in Adobe Camera Raw, not just true raw files from a digital camera.
    This may sound strange, but I actually got to the stage of regretting ACR several versions back, because you ended up with nothing to do in Photoshop.  When you think how far ACR has come since then, you can see how Lightroom (with the same RAW conversion engine and features) is all most photographers need.  Adding ACR as a filter inside Photoshop was a master stroke.  I wonder who thought of it?  Russell Brown would be a good bet, but Chris Cox has made it clear on more than one occassion, that us lay folk dramatically underestimate what goes into coding, intergrating, and proving new features.
    BTW  That was not a straight line for some joker lauch into tails of woe about all the bugs that make it into final release versions.

Maybe you are looking for

  • T code F-28 Upload

    Hello, Folks, Could you please help me?  I just wanted make upload directely from some excel file to t-code f-28. How can I do it? Best Regards, Queiroz

  • Missing contacts in icloud

    Some of my phone contacts only sync with icloud! any advice?

  • GP on Domain User to Restrict other PC Access

    Hi Team, Thanks for reading, I have the following scenerio -  Being the administrator of Domain i have to restrict other domain user to access other PC. Domain User should not able to access the other PC's WITHIN the domain. Awaiting for your respons

  • Permission problems

    I'm trying to install CS5.5 design premium but once I start installing it immediatly gives me the errors at the bottom of this post.  I believe I have admin rights on the computer - but my user account is on a network - I can get into my documents fi

  • Is there any way to restore my phone back to my settings?

    My husband updated my phone, but accidently put HIS stuff on my phone, erasing my contacts, photos, apps, etc. and adding his. Is there anyway I can get MY stuff back?