CS2 SELECTION TROUBLE

I am in CS2 on an XP PROF machine, 500 GB HD, 3 GB RAM. Everything is working except the rectangular select tool: after selecting a rectangle on a one-layer image, the cursor stays as a little cross instead of the moving arrow that I am accustomed to. So I cannot move the selection, clicking the mouse just starts another rectangle.
I repaired CS2 from the Control Panel, then updated CS2 for a long time, etc. When through, same trouble remains.

Edwin,
First reset the preferences. Shut down PS and go into the My Documents\Application Data\Andobe\Photoshop... path and find the (...)preference.psp file.
Delete that. Your PS should then behave as factory default.
Since this file is created upon first launch, and not during install, it's going to be there after a reinstall.
Also check the forum FAQ about this.
Rob

Similar Messages

  • Indesign CS2 "selection to new document" script?

    Hi, just changing over to Indesign CS2 (i know! should be cs5 soon apparently), and noticed the scripting seems to be quite powerful with this software, i dont suppose anybody has created a script that would paste the currently selected object into a new document?  Would be handy when we're making templates for a self-build system to make it all on one document, then paste the various size boxes onto new documents ready to configure and upload!

    Alison, you just have a minor omission… You have not declared your object to dupe… This worked with a little tweek…
    --make a new document from selection
    tell application "Adobe InDesign CS5"
    set mySelection to selection
    if (count of mySelection) = 0 then
    display dialog "Nothing selected." & return & ¬
    "Select something and then run the script." buttons {"OK"} cancel button {"OK"}
    end if
    set openDoc to document 1
    tell openDoc
    --make group in order to get width/height of selection
    if (count of mySelection) > 1 then
    set myItem to make group with properties ¬
    {group itemsmySelection)}
    else
    set myItem to item 1 of selection
    end if
    set theBounds to geometric bounds of myItem
    set theHeight to (item 3 of theBounds) - (item 1 of theBounds)
    set theWidth to (item 4 of theBounds) - (item 2 of theBounds)
    end tell
    --make new document sized to the width/height of the selection
    set myDoc to make new document with properties ¬
    {document preferences:{page width:theWidth, page height:theHeight}}
    --duplicate selection to new document
    tell openDoc
    set myDupe to duplicate myItem to page 1 of myDoc
    --undo the grouping so selection is unchanged
    undo
    end tell
    --re-posistion in new size doc
    tell myDoc
    move myDupe to {0, 0}
    end tell
    end tell
    Sorry I've forgotten where you turn off the Emoticons… dammed : + (

  • GoLive CS2 - Alignment Troubles

    I'm working with a scratch built site (a number of separate attempts) and trying different ways to layout my pages.  I'd like to not use tables, if I can avoid it.  The trouble I'm having is if I use a layout grid, and layout text boxes, and align them with the tools in GoLive CS2 they do not actually align, they are off.  In the layout view, they look right, but in preview and in the browser preview they are not where they should be.  I have looked at the source code, and my grid is 960 px, my box is 800 px, so there is 160 px left, I see it's position is 80 px from the left.  Seems like it should work.  Sometimes it looks right, so I go on and try to work on another part of the page.  I save it and preview it, and the original work is screwed up.  Is it possible I'm going something wrong?  It seems pretty straight forward on this layout grid tool.  Any ideas?
    I've also noticed that my banner is 960 px wide and the layout grid inspector is NOTORIOUS about mysteriously resizing itself to 961 px makes me nuts!
    Again, I'm assuming Adobe products are of higher quality than some other vendors, so I'm thinking it's me, but for the life of me, i don't know what I'm doing wrong.
    Please help,
    Thanks

    Your question: does GoLive work okay - is it me? is tricky for me to answer as the question straddles that line between being wysiwyg or understanding the underlying code.
    I don't know if there are kinks in the layout grid/CSS functionality or not. I use to place things on the grid and fuss around trying things randomly until I resolved problems but I didn't know why the problems resolved. When I went to writing my own CSS code I didn't use the grid at all and I don't use it now. The flow with CSS is basically to plop everything on the page first, then style it.
    With HTML, everything defaults to one long row. Header art, text below, then a photo below the text, then more text, etc. So you put it all on the page. Then you go to the CSS editor and start creating the "rules" for the various parts of your page. Then you go back to the html source code and apply your rules, which then manipulates the text, photos, etc. You can do that in Golive without using on the grid. As I mentioned before, you can't totally rely on the Preview when you do this. Depending on how complex the layout is, Preview goes from being pretty accurate to completely useless. Regardless, you constantly need to check what you're doing in a browser.
    This process is the opposite of the way I used to work when I laid out using tables. It's much slower for me, at this point, but the programmers love the final product, and you get SEO benefits because you reduce a lot of the coding on the page, the pages load faster, and the coding follows "rules". (Table-based layouts break "rules".) You make it easier for blind people to navigate your sites, etc. There's all kinds of stuff out there about the benefits of CSS-based layouts. (Not to say that CSS is perfect, though. There are times when you'll really miss tables. Sigh.)
    The big problem for me was that I stared out life as a designer, and I had no interest in learning ANY code. I ADORED Golive because I could use it and NOT have a clue what was going on under the hood. Not to say that Golive didn't have challenges -- it's a deep program and there was some learnng curve. And, over time, I learned how to mess around in the HTML because I connected a site to Paypal, or had to connect to a javascript, etc. And there were the challenges of forcing tables to do things because of different browser behaviors, etc.
    BUT! I would not have been able to code a website from scratch. And, as it turns out, I mis-used some aspects of HTML because I didn't know any better. As long as things appeared okay in the browsers, I was satisfied.
    Now, I could code a site in a text editor and I would know what I was doing (pretty much.) And instead of wondering about whether to switch to DW, I'm thinking about learning HTML 5 and maybe some javascript.
    At this point, I plan to use GL as long as I can because of all it's terrific site management tools and connection to other Adobe programs. But I'm using it as a CSS Editor now, not as a wysiwyg tool.
    And if I eventually HAVE to retire it because of OS changes or whatever, I'll be looking for a program from the perspective of Site Management and CSS tools, NOT because it lets me build sites without having to understand the coding.
    You can certainly learn to use GL, but you do need to know that it's days are numbered. It may be functional for some years yet, but not forever. Depending on whether you want to work professionally or as a hobbyist, you can decide whether to bite the bullet and learn HTML/CSS or not. If you're a professional, I would bite the bullet.

  • Combo selection - Trouble

    Hi guys,
    Have made a small test application to tell my problem.
    Have rendered a table with a comboBox.Everything works fine,the way I wanted it to be, apart from the following things.
    [1]
    When the user Doubleclicks on one of the combocells,the comboitem in the combobox is already displayed on the tablecell.I dont want it to be like that.
    I want the comboitem to be displayed on the tablecell only when the user explicitly goes and selects the comboitem.If the user doublciks on the cell as said before,the old cell value should remain.
    [2]
    How to catch a combo close up event when the user explicitly selects an item from the combo.Because I want to do something when the user does so....
    see Pic:
    http://i337.photobucket.com/albums/n399/turniphorse/ComboSelection.jpg
    Iam attaching the code(running) also along with this....
    Any help is greatly appreciated.
    Thanks.
    package set.test;
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.Dimension;
    import java.awt.GridLayout;
    import java.awt.Point;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.util.Vector;
    import javax.swing.DefaultCellEditor;
    import javax.swing.JButton;
    import javax.swing.JComboBox;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.ListSelectionModel;
    import javax.swing.table.DefaultTableCellRenderer;
    import javax.swing.table.DefaultTableModel;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.table.TableColumn;
    public class TableCellColour extends JPanel {
             private int tableHilightedRow, tableHilightedCol;
             JTable table = null;       
             private Vector rowData;
              private Vector columnNames;
              private JButton jButton = null;  //  @jve:decl-index=0:visual-constraint="348,164"
    public TableCellColour(){
         super(new GridLayout(1,0));
         rowData = new Vector();
         columnNames = new Vector();
         this.columnNames.addElement("Entry Type");
         this.columnNames.addElement("First");
         this.columnNames.addElement("Last");
         this.tableHilightedRow = -1;
         this.tableHilightedCol = -1;
         table = new JTable(new MyTableModel(rowData,columnNames));
         addRows();
         table.setPreferredScrollableViewportSize(new Dimension(500,70));     
         JScrollPane scrollpane = new JScrollPane(table);
         //Create the scroll pane and add the table to it.
        JScrollPane scrollPane = new JScrollPane(table);
        table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
        //table.setSelectionBackground(Color.YELLOW);
        table.addMouseListener(new MouseHandler());     
        setUpStartEndRangeColumn(table);
            add(scrollPane);
            add(getJButton());
    private void addRows(){
         Vector row = new Vector();     
         row.addElement("");
         row.addElement("555");
         row.addElement("566");
         MyTableModel myModel = (MyTableModel) this.table.getModel();
         myModel.addRow(row);
         Vector row1 = new Vector();
         row1.clear();
         row1.addElement("");
         row1.addElement("655");
         row1.addElement("666");     
         myModel.addRow(row1);
         Vector row2 = new Vector();
         row2.clear();
         row2.addElement("");
         row2.addElement("755");
         row2.addElement("766");     
         myModel.addRow(row2);
         Vector row3 = new Vector();
         row3.clear();
         row3.addElement("");
         row3.addElement("855");
         row3.addElement("866");     
         myModel.addRow(row3);
    public void setUpStartEndRangeColumn(JTable table){
         // These are the combobox values          
         JComboBox comboBox1 = new JComboBox();
         comboBox1.addItem("First");
        //sportColumn.setCellEditor(new DefaultCellEditor(comboBox));
         //JComboBox comboBox = new JComboBox(values1);     
         MyComboBoxEditor cellEditor = new MyComboBoxEditor(comboBox1);
         TableColumn startRange = table.getColumnModel().getColumn(1);
         //startRange.setCellEditor(new DefaultCellEditor(comboBox));
         startRange.setCellEditor(cellEditor);
         MyComboBoxRenderer  comboRenderer= new MyComboBoxRenderer();
         DefaultTableCellRenderer renderer = new DefaultTableCellRenderer();
         startRange.setCellRenderer(comboRenderer);  
         JComboBox comboBox2 = new JComboBox();
         comboBox2.addItem("Last");
         TableColumn endRange = table.getColumnModel().getColumn(2);
         MyComboBoxEditor cellEditor2 = new MyComboBoxEditor(comboBox2);
         endRange.setCellEditor(cellEditor2);
         DefaultTableCellRenderer renderer2 = new DefaultTableCellRenderer();
         endRange.setCellRenderer(comboRenderer);
    public void setTableRowColSelection() {
         if (tableHilightedRow != -1)
              table.setRowSelectionInterval(0, tableHilightedRow);
         if (tableHilightedCol != -1)
              table.setColumnSelectionInterval(0, tableHilightedCol);
    public class MyTableModel extends DefaultTableModel{
         public MyTableModel(Vector rowDataSet, Vector columnNamesSet) {
              super(rowDataSet, columnNamesSet);
         public Class getColumnClass(int columnIndex) {
              return getValueAt(0, columnIndex).getClass();
         public boolean isCellEditable(int row,int col){
                 if(col<1)
                   return false;
                   else
                        return true;
         public void setValueAt(Object value,int row,int col){
              super.setValueAt(value, row, col);
    public class MyComboBoxEditor extends DefaultCellEditor {
         private static final long serialVersionUID = 1L;
         public MyComboBoxEditor(JComboBox combo) {
             super(combo);         
             setClickCountToStart(2);         
       public void setClickCountToStart(int count)  {
            super.setClickCountToStart(count);       
    public class MyComboBoxRenderer extends JComboBox implements TableCellRenderer {
         int highlightRow = -1;
         int highlightCol = -1;
        public MyComboBoxRenderer() {
           super();
           setOpaque(true);     
        public Component getTableCellRendererComponent(JTable table, Object value,
                boolean isSelected, boolean hasFocus, int row, int column) {
              if (row == highlightRow && column == highlightCol) {
                   setBackground(Color.yellow);
              else if (isSelected) {
                  // setBackground(Color.yellow);
                    setForeground(table.getSelectionForeground());
                  super.setBackground(table.getSelectionBackground());
              } else
                   //setBackground(Color.yellow);
                    setForeground(table.getForeground());
                    setBackground(table.getBackground());               
              setBorder(null);          
              removeAllItems();
              addItem( value );          
              return this;
        public void setHighlightCell(int row, int col) {
              highlightRow = row;
              highlightCol = col;
              tableHilightedRow = highlightRow;
              tableHilightedCol = highlightCol;               
              setTableRowColSelection();
    class MouseHandler extends MouseAdapter {
        public void mousePressed(MouseEvent e) {
            JComboBox comp = null;
            Point p = e.getPoint();
             int row = table.rowAtPoint(p);
              int col = table.columnAtPoint(p);          
              int click = e.getClickCount();
              MyComboBoxRenderer render = (MyComboBoxRenderer) table.getCellRenderer(row, col);
              String eVal = (String)table.getValueAt(row,col);
              comp = (JComboBox) render.getTableCellRendererComponent(table,eVal,true,true,row,col);
              if(click==1&& (row != -1) && (col != 0))
                   render.setHighlightCell(row, col);
           table.repaint();               
    private static void  createAndShowGUI(){
         JFrame frame = new JFrame("TableComBoBox");
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         TableCellColour newContentPane = new TableCellColour();     
         newContentPane.setOpaque(true);
         frame.setContentPane(newContentPane);
         frame.pack();
         frame.setVisible(true);
    * This method initializes jButton     
    * @return javax.swing.JButton     
    private JButton getJButton() {
         if (this.jButton == null) {
              jButton = new JButton();
              jButton.setSize(new Dimension(176, 29));
              jButton.addActionListener(new java.awt.event.ActionListener() {
                   public void actionPerformed(java.awt.event.ActionEvent e) {
                        table.getModel().setValueAt("Test",0, 1);
                        table.repaint();
         return jButton;
    public static void main(String[] args) {
        //Schedule a job for the event-dispatching thread:
        //creating and showing this application's GUI.
        javax.swing.SwingUtilities.invokeLater(new Runnable() {
            public void run() {           
               createAndShowGUI();
    }

    [2] - Use a TableModelListener - whenever the data in the cell is changed a TableModel event is fired.

  • Quick Selection trouble

    I get the wheel of doom while trying to make a quick selection. This happens with both my mouse and tablet. This hasn't always happened, though. Just recently. I have PS CC.

    I believe the 'wheel of doom' or 'spinning pinwheel of doom' is a Mac thing, and I don't do Macs, but I'll bump your post back the page.
    Anyone?

  • Selection trouble with JTrees

    Hi,
    I have a JTree that launches an internal frame on selection of a node.
    The problem is that after the selecion of a node, it can't be reselected unless you make another selection. This is very annoying as it launches unnecessary frames.
    The TreeSelectionListener interface contains a single method, which is
    valueChanged(TreeSelectionEvent),
    called only when the selection changes.
    Anyone know how I could enable the reselection of a selected node?
    Thanks.

    The API documentation for JTree has a section that starts like this:
    "If you are interested in detecting either double-click events or when a user clicks on a node, regardless of whether or not it was selected, we recommend you do the following..."

  • CS2 installation Trouble

    I keep getting told my serial number  is invalid. What now?

    you shouldn't be using your serial number.
    download the product you own and use the posted serial number:  http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • CS2 registration trouble

    My old computer crashed and now my photoshop will not let me install it on my new computer because it says is already registered on another computer!

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Illustrator CS2 and InDesign CS2 not starting - here is how it was solved.

    This document is merely a compilation of information found at the sources named at the bottom of this document.
    Basically running older Adobe CS2 Software on a MacBook Pro 10.6.x Snow Leopard - probably like many of you that either can't afford the upgrade to CS3, CS4 or CS5, or maybe don't see the need to do so.  It's running good but it is slow since it is using Rosetta, but it does work - well, used to work.
    Illustrator CS2, InDesign CS2, Photoshop CS2, etc. were all running fine after the upgrade to Snow Leopard (under 10.6, 10.6.1 and 10.6.2).  Then the update to 10.6.3 was installed.  At the same time a bunch of other updates - including the Acrobat 8.2 update - were installed.  Not really sure what did it, but all of a sudden Illustrator CS2 stopped responding at the start up screen - no longer started up and InDesign CS2 popped the registration/licensing screen.  When trying to enter license info on first key press the application quit entirely.
    So maybe the 10.6.3 update was the culprit.  Never even thought that it could be the Acrobat 8.2/8.2.1 updates.  Then I found this thread here:
    http://forums.adobe.com/thread/613287?tstart=0 (good reading)
    Which ultimately pointed me the the instructions here:
    >start quote from http://kb2.adobe.com/cps/534/cpsid_53468.html
    Replace the corresponding files present in the “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/” folder with the one attached to this document.
    Download the attached Mac.dmg (http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg) file to a machine where the issue is seen.
    Close all Adobe applications
    Double Click the Mac.dmg file to mount it.
    Copy Mac folder from mounted image. Paste it to /Library/ApplicationSupport/Adobe/TypeSpt/Unicode/Mappings/.
    A message appears to confirm to replace the existing 'Mac' folder. Replace the 'Mac' folder.
    Launch Illustrator or InDesign CS or CS 2.
    The Mac folder attached to this KB document already has the correct permissions set, so it should not be necessary to complete the steps below. However there may be cases where the permissions for the Mac folder get overwritten. In such a case, the original issue can reoccur. To solve this issue, complete the steps below:
    Follow Solution 1 and make sure that all Adobe applications are closed.
    Right or Control click and select 'Get Info' on the Mac folder  in “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/”, which you have copied from the .dmg file attached to this document.
    Verify that under 'Sharing and Permissions' all users listed have no write access
    If a change is required, click the padlock symbol and provide your Administrator credentials
    Select the user which has Write access and change it to 'Read Only'.
    Ensure the user 'Everyone' is set to 'No Access.
    To check if the issue has been solved, launch Acrobat 8.2 and then Illustrator or InDesign CS or CS 2.
    < end quote
    Even after following the instructions still "no love" from Illustrator CS2 or InDesign CS2.  InDesign did no longer show the registration screen, but it didn't continue launching, and Illustrator progressed further along in the start up sequence but also never finished launching.
    Then I found another article on the adobe site.  I am just quoting the part performed  and which ultimately did the trick.
    >start quote from http://kb2.adobe.com/cps/326/326388.html
    Steps 1 and 2 are not relevant so no need to do them
    3. At the Finder, choose File > Find.
    4. TypeAdobeFnt10.lst (Illustrator CS2), select the system drive, and then press Return.
    5. Delete all AdobeFnt10.lst files found.
    6. Restart the computer.
    7. Restart Illustrator. Illustrator creates a new Adobefnt10.lst or AdobeFnt07.lst file.
    < end quote
    So, this solved the problems at least for the time being.  Hope this helps someone else a bit.
    Download files:
    http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg
    Sources:
    http://forums.adobe.com/thread/613287?tstart=0
    http://kb2.adobe.com/cps/534/cpsid_53468.html
    http://kb2.adobe.com/cps/326/326388.html

    Illustrator CS2 stopped working for me on Snow Leopard as well. What it all boiled down to was not to update to 12.0.1. Not sure which release of Snow Leopard I was on when I figured that out but I keep up-to-date, am now at 10.6.6 and CS2 still works fine. I keep getting prompted to update to 12.0.1 from time to time but just cancel it.
    I'm fairly sure I was at 12.0.1 already when I moved from Leopard to Snow Leopard and it was that, not a Snow Leopard update, that "broke" CS2 12.0.1. If I remember correctly, if you now try to apply the update, it won't go through with it anyway.

  • Mac Photoshop cs2 twain plugin/drivers

    This is driving me freaking nuts.  I recently did an HDD swap for a client on a dead drive for an intel based iMac (which is always fun tearing apart).
    Anywho, I replaced the exact version of photoshop on his machine, 9.0 (cs2), and his OS is 10.6.8 (snow leopard).
    He's used to be able to take his scanner (epson perfection 610) and directly import a scan into photoshop by opening photo cs2, selecting file, then import, then it would give his scanner model in the list (I'm assuming using the twain driver).  Now, we haven't changed any software, or any versions, same OS version, same scanner, same photoshop version.
    We installed CS2, then loaded the most up to date drivers for the scanner (twain driver included in the pack), but whenever we boot up cs2, import does not contain any scanner/twain options.
    Where to go from here??

    Tying up Photoshop to scan is the height of inefficiency.  But if the man insists, please do a forum search on the keywords TWAIN scan vuescan.  This issue has been discussed ad nauseam here.
    Wo Tai Lao Le
    我太老了

  • CS2 silent install won't work

    Excuse me for posting this again but I wanted more people to see it..
    The issue is that my license for Creative Suite 2.0 is a volume licnese
    which means I have one license number for the suite and cannot install
    indiviudal programs using the individual msi. I have to us the setup.exe to
    install the suite as a whole.
    Adobe has a script on their website that they say you can use to install CS2
    silently. They will not support it nor will they give any advice on how to
    do a network install. They say use the script and that is all we can say.
    I can not get the xml script to be based on to the msiexec. I keep getting
    the default install screens (pick language, enter serial number, etc).
    It seems the only way I can install this using app launcher is to use
    snapshot or Adminstudio and do a repacking of the software. It is more
    limiting but adobe licensing keeps me from using the individual msi.
    Does anyone see another solution?
    I have pasted the xml script below to see if anyone can see a problem with
    it and why it won't pass the info to the msiexec.exe.
    <?xml version="1.0" encoding="UTF-8" ?>
    <AdobeInstallerConfiguration version="1.0">
    <InstallerInfo platform="win" silentMode="1" targetVolume="C:\"
    targetPath="Program Files\Adobe\" />
    <InstallerInfo platform="mac" targetVolume="/" />
    <ProductInfo serial="0000-0000-0000-0000-0000-0000" licensedUserName="Adobe
    User" licensedUserCompany="Adobe Systems, Inc." />
    <Manifest>
    <Product name="Adobe Photoshop CS2 and Adobe ImageReady CS2" selected="1" />
    <Product name="Adobe Illustrator CS2" selected="1" />
    <Product name="Adobe Acrobat 7.0 Professional" selected="1" />
    <Product name="Adobe GoLive CS2" selected="1" />
    <Product name="Adobe Version Cue CS2" selected="1" />
    <Product name="Adobe InDesign CS2" selected="1" />
    </Manifest>
    </AdobeInstallerConfiguration>

    Funny how I can help you based on my experience. I believe you are using
    the setup.exe in the root folder. You need to use the setup.exe in the
    Createive Suite 2.0 folder. It has the CS leaf icon. Good luck. Let me
    know if you have success with the silent install.
    When I look at the log file it appears that the setup.exe is looking for
    hardware/OS verification but doesn't find it. Yet eventaully it launches
    the setup and then I can add all the info.
    Do you have a volume license, corporate license, or what? My is a volume
    license.
    <[email protected]> wrote in message
    news:[email protected] oups.com...
    >I am having the same issue. followed Adobe's White paper and everytime
    > I launch either via Nal or the start run line, I am prompted first
    > with a warning about needing QuickTime 6 (I have 7 installed), then I
    > get to accept the license agreement and then I get the User name/
    > Company/Serial number screen with the Name and company filled in and
    > serial number blank.
    >
    > I have copied and pasted the license number and even typed it manually
    > but it does not take. If I fill in the serial number on the screen it
    > will continue. Then gives a warning about Acrobat being installed
    > already which is where I quit out so I can continue testing the
    > install for SILENT operation.
    >

  • CC Update Sign in Trouble

    My laptop (windows) says there has been an update and I need to sign in.... So I sign in and the box says  "You are signed out" with the "sign in" bar below. I did it numerous times, same result (insanity!)
    So I wondered if my password was incorect (knowing it was not) I tried another one...this time in red it told me the password was incorrect.
    So then I selected "trouble signing in" and put my email in to reset my password...not sure how long it takes to receive the email but its been almost a half hour now and I still have no reset email.
    So then I logged into my Adobe acount via Firefox web browser and I logged in just fine and am now asking this question....
    Why wont it let me log into CC to continue with the updates on my laptop?

    Are you logged into the Creative Cloud from another computer?  You can only use one device at a time.
    Nancy O.

  • FAQ: How do I use revel with an adobeid after selecting facebook before

    Sometimes users login to Revel for the first time with Facebook or  Google , and then wish they could login using an adobe id instead. If you have done this and wish to use the adobe id login instead, you can do the following:
    - navigate to www.adobe.com
    - select "Trouble signing in"
    - type the email that you use for Facebook  or other app as your Adobe ID
    - select "Reset Password"
    You will then be able to login with that email as your Adobe ID or continue to use Facebook.

    Garland,
    A good starting point would be the DAQsingleBufStopTrig.c example that is included when NI-DAQ is installed with support for LabWindows/CVI.
    To have x points before the trigger and n points after the trigger, you configure a buffered data acquisition with a buffer size x+n and specify in DAQ_StopTrigger_Config that you want n points after the trigger. The result will be a buffer of data including x points before the trigger and n points after.
    Regards,
    Molly K.
    National Instruments
    Molly K.
    Web Support & Operations Manager
    National Instruments

  • Unable to load German characters in NON Unicode Essbase Cube

    Hi Guys,
    This is what we want to do:
    Build a Cube for Germany on our Essbase server in US. Our users will access cube using Excel Add-In from Germany. But since the Essbase server is in US, system environment variable ESSLANG is set to English_UnitedStates.Latin1@Binary.
    The version of Essbase we are using is 7.1.3.
    What we tried & failed:
    To load German characters from our dimension build Text file, we added a header: //ESS_LOCALE German_Germany.Latin1@Default
    at the beginning of the dim build Text file hoping the rule file will understand that the file contains German characters & load it correctly. Then using EAS I load the dimensions using its corresponding rule file.
    Essbase loads the dimensions correctly, with NO Error, but when it encounters German characters it Replaces it with a Question Mark "?"
    Some of the German characters are:ß Ü ü Ö ö Ä ä Å Ä Ö
    Lastly, the reason we do not want to build Unicode cube is because Excel Add-In will not work with Unicode cubes.
    Its urgent. Please help.
    Thanks.

    The simple and easy way to check
    non-unicode character sets are not supported on unicode system any longer. Am I right?
    Transaction code i18N
    Select
    trouble shooting --> printing  test --> smartforms --> multiple scripts, select your output device and see print preview. it will display all supported characters.
    I guess, above information will be useful for closing the thread.
    Regards,
    SaiRam

  • Unable to display Chinese character in non-unicode system properly.

    Hi, all
    My system has been upgraded from 4.6C to 6.0 which is non-unicode system. Chinese characters with long length will be cut and cannot wrap automatically. But it's OK to alphabetes. How could I resolve this?
    Thanks..
    TD. Wei

    The simple and easy way to check
    non-unicode character sets are not supported on unicode system any longer. Am I right?
    Transaction code i18N
    Select
    trouble shooting --> printing  test --> smartforms --> multiple scripts, select your output device and see print preview. it will display all supported characters.
    I guess, above information will be useful for closing the thread.
    Regards,
    SaiRam

Maybe you are looking for

  • How do you connect AT&T uVerse to AirPort Extreme?

    I have tried connecting a new AirPort Extreme to my existing AT&T uVerse internet but the flashing amber light never stops. I am somewhat tech savy but am hoping someone can give me a simple process to get it to work. Does anyone have experience doin

  • Loading 0IC_C02 infocube -- some clarifications

    Hi BW experts, I have loaded data into 0IC_C02(matreials movements) infocube using the datasource 2lis_03_s195. It is an initialization load. The data has been successfully loaded. Now my point is, as this cube is related to inventory management is t

  • Error in F110 posting telling that company code does not appear in proposal

    Hi Everyone, During the aotumatic payment run via F110, after creating the proposals when i am trying to display the proposal, it is giving an error message that " Company Code XY12 / XY12 does not appearin proposal 08.07.2011 AB00; correct " But I a

  • DVD-R Drive not reading anything

    I went to burn a DVD, and it gave me an unspecified error. Now I can't get any disc to read. I can eject and load, and nothing. I can't seem to boot to Mac Install either (Holding down C when rebooting) Thoughts?

  • Dynamic report - how to....? Exitvariable???

    Hello, I want to create a very dynamic report. Column A Column B Column C Column A should display restricted key figure for a variable year/month. Column B should display restricted key figure for a variable year. Column C should display restricted k