I can't get command+j the joining option to work its giving me an error and don't know why..new at illustrator

please help. Im in vector graphics and I'm very new to all this adobe stuff anything helps

Caitlyn,
You may have multiple coinciding Anchor Points at (at least) one path end. You may Direct Select the (top) Anchor Point and move it a little (preferably by a specific value) to see whether something hidden shows up; you can just Undo or move it back.
Depending on version you may also (try to) just normally Select the two paths and Cmd+J.

Similar Messages

  • Getting error and don't know why - array of objects..

    Image slide[] = new Image[25];
         public SlideShow()
         for(int x = 0; x<= slide.length; x++)
              Image slide[x] = new ImageIcon("slide"+ x +"jpg").getImage();
              add(new ImageViewer(slide[x]));
         }Error:
    SlideShow.java:14: ']' expected
              Image slide[x] = new ImageIcon("slide"+ x +"jpg").getImage();
                          ^
    SlideShow.java:14: illegal start of expression
              Image slide[x] = new ImageIcon("slide"+ x +"jpg").getImage();

    You don't need to declare the type of slide[x]. It is already known to be Image, since you declared slide as Image[]
    Foo[] foos = new Foo[1];
    Foo foos[0] = new Foo(); // WRONG
    foos[0] = new Foo(); // RIGHT

  • I joined this community in error and don't know how to delete myself from the group. Can someone please advise me on this ?

    I joined this community in error and don't know how to delete myself from the group. Can someone please tell me how to do that ?
    Thanks,
    Skeebo

  • How can I get my Mac to connect faster to the Internet? My wifi connection is fine....don't know why Safari and other web browsers are so slow.

    How can I get my Mac to connect faster to the Internet? My wifi connection is fine....don't know why Safari and other web browsers are so slow.

    If possible, connect to your router with Ethernet and turn off Wi-Fi. Any difference?

  • Help!(confused face) I'm new with flash and don't know why the timers don't work like i would expect

    I'm new with flash and don't know why the timers don't work like i would expect.  In VB.NET timers are how you move stuff, but it doesn't look like they are ideal for moving stuff in flash at all (really slow).  I'm making a game in which you throw a ball around the screen. i am using a timer to get the ball to move. this doesn't work well for 2 reasons; 1: the ball jumps alot, and 2: the timer should eventually run out of time.  If anyone can help, i'd be thrilled cus this is my first post here, so yeah

    Timing for movement would be more often dealt with using something that operates at the frame rate of the file.  The ENTER_FRAME event is usually selected for this purpose.
    stage.addEventListener(Event.ENTER_FRAME, moveBall);
    function moveBall(evt:Event):void {
         // your positioning code
    You could use a Timer to control when to stop the listener from being active.

  • Can I get apps from the iTunes Store to work on my MacBook Air?

    how do i get apps from the iTunes store to work on my macbook?

    Apps from the iTunes store are only for ios based devices. ie iPad or iPhone
    If you want an app for your Macbook use the App Store on the toolbar and you can purchase a mac version if it exists.

  • Getting ORA-06502 error. Don't know why. Please help!

    I am getting the following error msgs and don't understand why?
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SMSRPT.SP_DATA_CHECK", line 22
    ORA-06512: at line 6
    Here is my procedure. Can someone look at it and explain to me what i could possibly be doing wrong here.
    create or replace
    PROCEDURE sp_data_check(p_date number) is
    --DECLARE
    v_table_name VARCHAR2(35);
         v_string VARCHAR2(1024);
         v_result number;
         v_output VARCHAR2(1024);
    v_report_date VARCHAR2(8);
    v_dt VARCJAR2(8);
    CRLF char(2) := chr(10)||chr(13);
         CURSOR c_table is
              select table_name
              from user_tab_columns
              where COLUMN_NAME = 'REPORT_DATE'
              and table_name NOT LIKE '%BIN%';
         BEGIN
    OPEN c_table;
         loop
              FETCH c_table into v_table_name;
              exit when c_table%NOTFOUND;
              v_string:='select decode(max(report_date),'||p_date||',1,0)'|| ' from ' || v_table_name;
              execute immediate v_string into v_result;
    v_report_date:='select max(report_date)'|| ' from ' || v_table_name;
    excute immediate v_report_date into v_dt;
              v_output:=v_output||CRLF||v_table_name||': '||v_dt;
    end loop;
    if v_result =0 then
    sp_send_mail('reports@localhost','[email protected]',
    'Report Date Not There','The following tables do not have the correct report_date information:'||v_output);
    end if;
    close c_table;
    END;
    The bold section of my code is what i added that broke it. Before adding these lines of code it all worked fine.

    That worked. Here is the revised working program
    create or replace PROCEDURE sp_data_check(p_date number) is
    --DECLARE
    v_table_name VARCHAR2(35);
         v_string VARCHAR2(1024);
         v_result number;
         v_output VARCHAR2(1024);
    v_report_date VARCHAR2(100);
    v_dt VARCHAR2(100);
    CRLF char(2) := chr(10)||chr(13);
         CURSOR c_table is
              select table_name
              from user_tab_columns
              where COLUMN_NAME = 'REPORT_DATE'
              and table_name NOT LIKE '%BIN%';
         BEGIN
    OPEN c_table;
         loop
              FETCH c_table into v_table_name;
              exit when c_table%NOTFOUND;
              v_string:='select decode(max(report_date),'||p_date||',1,0)'|| ' from ' || v_table_name;
              execute immediate v_string into v_result;
    v_report_date:='select max(report_date)'|| ' from ' || v_table_name;
    execute immediate v_report_date into v_dt;
              v_output:=v_output||CRLF||v_table_name||': '||v_dt;
    end loop;
    if v_result =0 then
    sp_send_mail('reports@localhost','[email protected]',
    'Report Date Not There','The following tables do not have the correct report_date information:'||v_output);
    end if;
    close c_table;
    END;

  • Can't get "Send to web gallery" option to work on the iPhone.

    I have been trying to get the "Send to web gallery button" to work on my iPhone for a few weeks now. I managed to get it to work once. I was directed to delete the gallery on iPhoto ’08 and then recreate it and make sure my iPhone was not connected to wifi and wait 1 hour, it worked once… Then never again.
    I have an ongoing case open with Apple Care but there does not seem to be any definitive answer on how to get the option to work properly. One representative says that it should word fine, the other says that that feature was disabled in the last patch, (I had it working once under the current iPhone version 1.0.2 so I knew he was misinformed) I followed this Apple document and am still unable to get the feature to work: http://docs.info.apple.com/article.html?artnum=306272
    The Apple Care representative told me that the official Apple doc listed above was incorrect and that there was a better way to get the gallery to work and directed me to a Mac World Mac 911 article to resolve the issue http://www.macworld.com/weblogs/mac911/2007/08/iphonetowebgallery/index.php
    I insisted that this was a work around and that the actual “send to web gallery” button should display on the iPhone the Apple Care representative told me that I was incorrect and that the Mac 911 article was the only way to get the option to work.
    I actually met and spoke with the author Christopher Breen last weekend, and he agreed that this was a “work around” and that the "send to web gallery option on the iPhone should work. All I had to do was insure that I had my dot Mac account set up on the iPhone, iPhoto ’08 installed, a web gallery created in iPhoto and the option “Allow photo uploading by email” checked and published and all should be good in the world. Unfortunately, I just can’t seem to get it to work?
    I am not trying to “bash” Apple I would just like to get this option to work properly. Does anyone have any suggestion on how to get this option to work?

    It seems to be an ongoing issue the last couple of days..there's a few posts already discussing it in the forum. I found that if I sent the photos from my verizon acct on the iphone, it uploaded to the gallery fine..so it's a .mac account problem i think. Try it through another acct and I don't think you'll have a problem. It had always worked fine for me sending from my mac account until this weekend.

  • Where can I get a bona fide Acrobat Pro 7. I have a legal key and don't need the latest versions

    I am a Lightroom and Photshop user. And  sometimes I use Acrobat for simple things. In moving to a new computer I somehow lost my Acrobat Pro 7. I still have a legal key for it and don't need it for much. So I not looking forward to paying € 25, - per month. Anyone know wherr I can get a bona fide version of Acrobat Pro 7? Thanks.

    "7" will run fine in XP (or equivalent time period Mac OS). "7" does not do well in Vista. "7" is a no go in Windows 7, 8, 8.1 or any contemporty Mac OS.
    The Acrobat 7.x product family passed into "End of Support" many, many years ago; it is not compatible in any contemporay OS.
    Be well...

  • I was trying to update my ipad and it froze up and I can't get it to the home page all I have is an itune logo and a plug

    I was trying to update my ipad and it froze up and I can't get into the home page to delete or uninstall the update, I have and itune logo and a plug on the screen

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • I lost my HOME and REFRESH buttons and don't know why. Since I can't have them anymore please tell me in detail how I get rid of Mozilla Foxfire and let me know what all I'm going to lose in the process. Thanks, Neil

    I have used Mozilla Firefox for almost a year and it was good. Now I make on stupid mistake by upgrading to the new version and I lose my Home button, Refresh button and I don't know how many other buttons.
    Since I can't have WHAT I USED TO HAVE please explain in detail how I rid of Mozilla Firefox and what I'm all going to lose in the process.

    The home icon by default has moved to the right hand side of the navigation toolbar.
    In Firefox 4 by default the Stop, Go and Reload (Refresh) buttons are combined and attached to the right hand edge of the location bar.
    When you are typing in the location bar it will show the Go button. When a site is loading it shows the Stop button. At other times it shows the Reload button.
    If you want separate buttons stop/go/reload buttons, or want to move the home button, right-click on a toolbar and choose Customize, you can then drag and drop the buttons and place them elsewhere. If you place them in the order "Reload-Stop" on the right hand edge of the location bar they will be combined again. For more details on customizing the toolbar see https://support.mozilla.com/kb/How+to+customize+the+toolbar

  • Can't even get my iMac and don't know why

    It is fairly impossible for me to find a forum that matches my particular issue. I thought maybe someone here could help me.
    I was attempting to order a refurbished iMac from the apple.com/ca/ as I live in Canada. I don't have much money so any little bit helps and the $200 savings meant I could actually afford to replace my aging G4 Mac mini. The refurbished iMac I picked out was quoted online at $1099 canadian, the same unit is $999 on the American site. When I placed my order including all recycling fees and shipping I was quoted $1156 and with my tax rate that came to $1213.80. Which was just enough for me to afford. I was going to finally get that new iMac I've longed for. Sadly my order was declined. I promptly contacted my bank to find out what had gone they informed I had been charged $1346 because of exchange rate on the order I was making. Exchange rate on a price quoted in Canadian dollars??? I then contacted Apple sales by phone and told them my issue and they informed that all those prices are in Canadian funds and they too tried to place my order and once again it was declined and no one not the rep I was talking to not his support staff could explain why apple was charging an exchange rate on something that is clearly advertised in Canadian Dollars. In fact if this is an accurate cost it would mean that Apple is selling me a refurbished computer at the cost of a brand new Apple Computer but how am I even to trust that price to be accurate too. I feel deeply wronged here and lied to.

    Welcome to the Apple Discussions!
    Unfortunately, this is a user to user technical help forum. This is not a site where you make contact with Apple. Nor is there anything that any of us here can do to change this.
    What bank? Is this a Canadian or US bank?
    Dah•veed

  • Can't get into my sons App Store keeps asking him to answer questions that we don't know answer to

    On my sons iPod we can't get gift cards to work as it keeps asking him to answer questions since they replaced his iPod. We don't know answers to questions and can't reset

    From a Kappy  post
    The Three Best Alternatives for Security Questions and Rescue Mail
       1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contacting Apple for support or
              Apple ID- Contacting Apple for help with Apple ID account security. Ask to speak to
              Account Security.
         3.  Rescue email address and how to reset Apple ID security questions.
    How to Manage your Apple ID: Manage My Apple ID

  • When I try to purchase or download an app on my iPad, the appstore sends a message that my Apple ID cannot be used with the iTunes store. I have never had this problem and don't know what to do. Please help!!!!!!!

    Lately I have been trying to download some apps but when i click install, the appstore comes up with a message saying that my apple ID can't be used in the iTunes store. This has hever happened to me before and when I go to the settings and the Appstore, then click see Apple ID, it doesn't open. Please help, I don't know what to do. Is this a bug from iOS7.0.4???

    JUst experienced the exact  same problem after changing password.Getting same message. Hope someone has an answer for this.

  • Keep getting error and don't know how to fix...

    ok, I keep getting this nullPointerException error.. and I have no clue what I've done wrong.... I believe its on the client side of it... because when I run just the client.. the try catch should make it be like "can't find host" but instead.. it just sits there.. the cursor blinking.. and Idk why.. so if you could please help me!!!!!!! heres the server and client code
    import java.net.*;
    import java.io.*;
    public class SocketServer extends Thread
         private static Socket socket = null;
         static boolean forever = true;
         static RTS2 rts;
         public static void main(String[] args) throws Exception
              ServerSocket serverSocket = null;
              try{
                   serverSocket = new ServerSocket(5454);
              }catch (IOException e) {
                System.err.println("Could not listen on port.");
                System.exit(1);
            Socket clientSocket = null;
             try {
                clientSocket = serverSocket.accept();
            } catch (IOException e) {
                System.err.println("Accept failed.");
                System.exit(1);
            while(forever)
                 try{
              ObjectOutputStream oos =
                            new ObjectOutputStream(socket.getOutputStream());
              oos.writeObject(rts.getCompany());
              ObjectInputStream  ois =
                           new ObjectInputStream(socket.getInputStream());
                      rts.setEnemy((Men)ois.readObject());
                      socket.close();
                 } catch (Exception e) {
                               System.out.println(e);
                               e.printStackTrace();
    import java.net.*;
    import java.io.*;
    public class SocketClient
         static boolean forever=true;
         static RTS2 rts;
         static Socket socket = null;
         static ObjectInputStream  ois = null;
         static ObjectOutputStream oos = null;
         public static void main(String[] args) throws Exception
              try {
                socket = new Socket("josh", 5455);
                ois = new ObjectInputStream(socket.getInputStream());
                   oos = new ObjectOutputStream(socket.getOutputStream());
            } catch (UnknownHostException e) {
                System.err.println("Don't know about host");
                System.exit(1);
            } catch (IOException e) {
                System.err.println("Couldn't get I/O for the connection");
                System.exit(1);
            while(forever)
                 rts.setEnemy((Men)ois.readObject());
                 System.out.println("hello");
                    oos.writeObject(rts.getCompany());
                   oos.flush();
    }

    ok so that was a silly mistake I made... yet it didn't fix the problem... whenever I run just the client, shouldn't it not find a host and not just sit there blinking? but when I do run the server then run the client I get this error from the server side
    java.lang.NullPointerException
    at SocketServer.main(SocketServer.java:32)
    which is when it starts the ObjectOutputStream and such... so I can only assume the problems on the client side, I bet its something easy too that i'm missing.. lol

Maybe you are looking for

  • Gnome-shell crashes with my new video card (nvidia 450 GTS)

    Trying to use nouveau w/ gnome-shell and a new 450 GTS.  Firstly, gnome-shell enters fallback mode upon login.  Secondly, whenever I try to open a shell or a program such as firefox, gnome fallback mode crashes me back to gdm.  I'm not sure what to p

  • Corrupt iPod?

    I got a 2nd gen black iPod nano as a gift, and the first time I plugged it into the computer, it worked perfectly fine. I was able to sync it and it was compatible with iTunes. Then, I plugged it in a second time, I got the error message "iTunes has

  • FSCM-CR - Extension of Payment Behavior KPI

    Hi, I would like to confirm the capability of extend Payment Behavior KPI's via report UKM_TRANSFER_VECTOR. For example, would it be possible to calculate and send for example the following KPI's, in addition to the standard ones? - Open items balanc

  • Exchange 2007 migrate to Exchange 2013

    Dear MS Support, I did migrate Exchange 2007 to Exchange 2013 The install complete, the exchange 2007 and 2013 can work together successful DAG has created and work fine Below is capture on exchange group after migrate The exchange 2007 work fine wit

  • Source files

    I was shown some source files with errors in them... I corrected them with a little help from... Well I forgot her name... But anyone know of any good sites who offer source files with 1 or more errors in them were the object is to debug them? I tink