IWebSites merge function (working on a fix)

Hi there,
I am the developer of iWebSites, and at the moment there is a serious bug that won't allow some people to properly merge their sites. I am working on a fix, but as everything seems to work with my own sites, I need an example of two sites that crash the application. I would love it if someone who is having this problem could temporarily zip and upload (or email) a copy of their two xyz.sites files so I can debug this issue once and for all. Unfortunately, the .sites files may be too large (even in .zip form) to send via email, but if they were posted temporarily on a web site, I could download them.
Obviously, I will destroy the copies once I debug the issue. If you are willing to help out with this, I would appreciate it, and please email me at [email protected] Thank you, and thanks for the support for this little app!
-Chris Gregg
MacBook   Mac OS X (10.4.8)  

Okay -- thank you very much to Ben Coumerilh for helping me out with the bug fix. The latest (beta) version of iWebSites should successfully merge sites (albeit slowly--I'm working on that!):
http://mistergregg.com/cocoadrillosoftware/iWebSites/
-Chris Gregg

Similar Messages

  • Iv bought a touchpad app for my iPhone 5 to use on my Mac mini, all the functions work accept the zoom one, how can I fix this problem

    Iv bought a touchpad app for my iPhone 5 to use on my Mac mini, all the functions work apart from the zoom one. How can I fix this please

    Iv bought a touchpad app for my iPhone 5 to use on my Mac mini,''
    Considering the app for the iPhone is for iOS, you may have problems using it on the Mac (Mac OS X)
    Two different operating sysems.
    From iTunes for the touchpad app:
    Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 5.1 or later. This app is optimized for iPhone 5.
    From here >  https://itunes.apple.com/us/app/touchpad/id297623931?mt=8

  • BP merge functionality in CRM 2007 Web UI - Buswu02 objects

    hello champs,
    Could any help me out to resolve the below issue:
    I have a issue with BP Account merge functionality in crm 2007, I have made the config change to create the cleansing case, create task, triggered the bupa_realign to merge the duplicate customer to Master record.
    In this case, Task is created and transferring the BP master data and marked the duplicate BP to to be archived but the issue is, we do want to transfer the service tickets from duplicate customer to master customer.
    I have also check all the setting in buswu01 and buswu02 (clear and clear_rep variants), for me its looks every thing fine but service ticket are not transferred to master account.
    It would be great help if any one help to resolve the issue!     Thanks a lot in advance.
    Regards
    Praveen

    This question has been resolved by me only, we have implemented the BP merge functionality with web ui crm 2007.
    And
    It was the issue with objects maintenance in tran buswu01 and transportation to testing client and other systems.
    now BP merge fun. works fine:
    to config:
    User the BP merge funn. in web ui.
    Assign the Task for merging the BP's
    Maintain the all relevant object to transfer.
    which will trigger a batch job and will transfer all the transact from duplicate account to master account and will mark the duplicate account to Archive.
    any ho thanks for all your suggestions and help.
    regards
    praveen

  • Photo Merge not working

    The Hide and Reveal Brushes in my Photo Merge, Compose action is not working.  I have tried many different photos and it won't work on any of them.  The rest of the functions work just not the Hide and Reveal Brushes.  Help!

    Kennedda wrote:
    My Photoshop CS 4 performance settings are: memory 90% (or 2764 meg)
    That means you probably have 3GB of RAM installed.  A 90% memory allowance to Photoshopunder these circumstances is clearly excessive.  Try reducing it to 70% or less.
    Kennedda wrote:
    and two scratch disks - the macintosh hd (89 g) and external drive (450 g).
    Make sure the EXTERNAL drive is designated as the PRIMARY scratch disk drive.  You don't have much left on your boot volume; how large is it in total?  Once a drive, any drive, gets to be 70% or so full, you're courting trouble.

  • ESB problem when use merge function in master/detail relationship

    I have some problem with the merge function in database adapter.
    details:
    I have 2 tables in master/detail relationship, both have GUID column as a primary key (GUID generated by ESB).
    'car_group' table
    pk : guid
    unique : group_no, datadate, datatime
    ===============================
    guid, group_no, datadate, datatime, group_detail
    ===============================
    1, 1, 01/01/2008, 09:00, groupdetail01
    2, 1, 01/01/2008, 10:00, groupdetail02
    'car_group_detail' table
    pk : guid
    fk : car_group_guid link to car_group.guid
    ==================
    guid, car_group_guid, detail
    ==================
    1, 1, detail01
    2, 1, detail02
    3, 2, detail03
    4, 2, detail04
    I used a file adapter as a input, here is an example text file
    M, 1, 01/01/2008, 09:00, groupdetail01
    D, detail01
    D, detail02
    M, 1, 01/01/2008, 10:00, groupdetail02
    D, detail03
    D, detail04
    Because I used merge function so I need to specify the columns that will be a condition for the insert/update,
    but I have generate GUID as a primary key in the tables, I can't used it, so in toplink I map my unique key as a primary key.
    The insert operation work fine but when update is required (for example, try to change 'group_detail' column of the master table in text file),
    an SQLException thrown, the log file shown the adapter try to update the GUID column of master table but the constraint not allowed.
    And yes, cause of GUID generate everytime so ESB try to update this column also, but I don't want to do like that, I need something
    like when update operation required, just ignored the GUID column.
    I try to mark read-only to the GUID column in Toplink mapping file but still have the same problem, it still generate UPDATE statement
    with the GUID column, and also I try to let the database trigger to generate GUID instead of ESB function, but it not works in master/detail
    relationship (I think the Toplink manage the relationship, is it right ?)
    Please advise, thanks for advance.

    somebody please help, thanks !!!

  • The up down arrows on the side of my Hotmail email list do not function, nor does clicking the space above and below the slider bar. These functions work in all other cases. It began with Firefox 3.6 upgrade. Firefox version: 3.6 Operating system: Windows

    The up down arrows on the side of my Hotmail email list do not function, nor does clicking the space above and below the slider bar. These functions work in all other cases. It began with Firefox 3.6 upgrade.
    Firefox version: 3.6 Operating system: Windows XP
    == This happened ==
    Every time Firefox opened
    == After upgrade to Firefox 3.6

    See https://bugzilla.mozilla.org/show_bug.cgi?id=511075 - The arrows of the scrollbars don´t work in hotmail
    Should be fixed in the next release Firefox 3.6.4

  • Please help---merge function for two arrays.

    I am trying to create a merge function that merges two sorted arrays into a third array. I know what I am supposed to do, at least in theory, but I have been completely unsuccessful with actually getting the code to work. Since it is private, you can't directly access the arrays, you have to just reference them. could someone please help me out.
    import java.io.*;
    class OrdArray
    private long[] a;
    private int nElms;
    public OrdArray(int max)
    a = new long[max];
    nElms = 0;
    public int size()
    { return nElms;}
    public int find(long searchKey)
    int lowerBound = 0;
    int upperBound = nElms-1;
    int curIn;
    while(true)
    curIn = (lowerBound + upperBound) / 2;
    if(a[curIn]==searchKey)
    return curIn;
    else if (lowerBound > upperBound)
    return nElms;
    else
    if(a[curIn] < searchKey)
    lowerBound = curIn + 1;
    else
    upperBound = curIn - 1;
    public void insert(long value)
    int j;
    for(j=0; j<nElms; j++)
    if(a[j] > value)
    break;
    for(int k=nElms; k>j; k--)
    a[k] = a[k-1];
    a[j] = value;
    nElms++;
    public boolean delete(long value)
    int j = find(value);
    if(j==nElms)
    return false;
    else
    for(int k=j; k<nElms; k++)
    a[k] = a[k+1];
    nElms--;
    return true;
    public void display()
    for(int j=0; j<nElms; j++)
    System.out.print(a[j] + " ");
    System.out.println("");
    public void merge(OrdArray array, OrdArray array1)
    }//this is the start of the merge function. I am stuck and not real sure where to go from here.
    public long getElm(int index)
    return a[index];
    }//end class OrdArray
    class OrderedApp
    public static void main(String[]args)
    int maxSize = 100;
    OrdArray arr, arr1, arr2;
    arr = new OrdArray(maxSize);
    arr1 = new OrdArray(maxSize);
    arr2 = new OrdArray(maxSize);
    arr.insert(77);
    arr.insert(99);
    arr.insert(44);
    arr.insert(55);
    arr.insert(22);
    arr1.insert(88);
    arr1.insert(11);
    arr1.insert(00);
    arr1.insert(66);
    arr1.insert(33);
    arr2.merge(arr, arr1);
    arr.display();
    System.out.println("--------------------");
    arr1.display();
    System.out.println("--------------------");
    arr2.display();
    }

    If I use ArrayList<Long>, would I have to change private long[]a to ArrayList<long>, cause if so, I am not able to do that.
    I am supposed to add a merge() method to megre the two source arrays into an ordered destination array.
    public void merge(OrdArray array, OrdArray array1)
    mergeSize = array.nElems + array1.nElems;
    int i = 0;
    int j = 0;
    int k = 0;
    while (i = 0; i < array.nElems; i++) {
              if {array.getElm(i) < array1.getElm(j)
                                                              //how do you move to the next set of values
                                                              //and to move which variables are incremented
                                                              //how do you test if the flush loop should be      called, hint if( == )
                   while (j = mergeSize - array.nElems; j <= mergeSize; j++) { 
                                   this.a[j] = array1.a;
    //again how do you move to next value and placeholder
         //which indices are incremented
    //copy/paste and change the variables for the other value being smaller
    public long getElm(int index)
    return a[index];
    this is all I have started, but i don't really understand all the comments because I haven't used java in a long time. Like I said, I understand what needs to be done and what order to do it in, but getting the code down to do that is really rough

  • Only some functions work with new CS5 install

    I just installed CS5 and was checking to see what had changed from the CS3 I used to use. So I opened a new document, drew a rectangle, and tried to change the stroke. When I use the Stroke pallet I cannot access either the weight or the type adjustments...either the up/down arrows, the pull-downs, or my typing in the box. Same for the toolbar buttons.
    I can create a text box like normal but I can only change type characteristics using shortcut keys, not the buttons on the toolbars.
    These are pretty basic IND functions.
    Has anyone else suffered a similar install where only about half of the functions work?

    I dunno if I qualify for "geezer" but I sure would like some larger fonts so I can get a better look at my large fonts:
    The worst part is that yes, this is legible Chinese text, technically speaking. But a fix for ye olde Aero bug would save me a great deal of eyestrain.

  • Merge pathfinder working differently now?

    It appears that the Merge function of the pathfinder is acting incorrectly. This may be a bug from a recent update, I don't know. But I am trying to use Merge to join shapes together, and it is acting like Divide or Trim. The shapes are not combining, but rather splitting up into sections based on the paths of the shapes below. That is not how Merge worked the last time I used it. See my example below. That is after I hit Merge--and you can still see the underlying paths.
    Am I mistaken here, or has the Merge function changed somehow? I'm curious to know if it's the program or me that's the crazy one. Thanks!

    I applied it from the Pathfinder Window. It's how I've always done it.
    Another thing to add to this is that in my sample provided above, the bottom shapes still remain layered below the top shapes. That big green box has slices that remain under the red and blue boxes. Merge didn't used to do that.
    Thanks

  • Shortkey to merge function from panel

    Hello,
    I'm trying to create a shortkey in Illustrator CS3 to the "merge" function of the "pathfinders".
    I can only find a way to shortkey menu -> effects -> pathfinder -> merge.
    But this don't work. The result is not the same as the "merge icon" clicked form the pathfinder panel.
    Is there a way to make a shortkey to the merge icon from the pathfinders panel?
    Hope so.
    JP

    You can record an action and assign a shortcut to it.

  • Mail Merge Function in Adobe Professional 8?

    Hello,
      My company will soon be implementing an Electronic Document  Management System (EDMS).
    One of the major hurdles were facing is that the new system will not be  able to generate copies of documents with controlled sequential numbers.   Presently we use Mail Merge to implant the controlled copy numbers on our Word  documents (using excel as the data source).
    When we switch over to the new  system (EDMS), we would need to do the same thing but only on a PDF version of the  document. I've looked into the use of forms but don't think that's going to work as these are multiple page documents that need to have the same information on every page.
    After reading about forms I get the impression that you would have to do every page separately (as opposed to having a data source like excel and fields in the PDF to accept the data from the excel file).
    Is there any function in Professional 8 similar to Mail Merge in Word?
    Thanks!!

    Hi,
      I was thinking of a Mail Merge function in Adobe Professional 8 itself, in
    other words, performing a Mail Merge on a PDF document, as opposed to what I
    think you're suggesting which is to create the Mail Merged document in Word
    and then convert to PDF.  That wouldn't be a solution because these
    documents will be residing in an EDMS database (Electronic Document
    Management System which will hold both the Word and PDF version of a given
    document), which creates it's own headers and footers when printing from the
    system. There's no way to place a stamp at this point in the process because
    you're within the EDMS system, no way that is without an expensive plug-in
    or work around to the system, and with the way that Word doesn't always
    convert so neatly to PDF, and the need for this stamped document to be an
    exact rendition of the EDMS (printed) version, I would need another
    solution.
    My original solution was to print the PDF version of a document from the
    EDMS system, hence it will print with the appropriate EDMS Headers and
    Footers (which only get added inside of the EDMS printing process), take
    that print, scan it, and now with the scanned version (after setting up the
    fields where the merged data will go), merge it with a data source (excel)
    and print it out.  We would then have a document with a controlled copy
    number that has all the appropriate formatting of the EDMS version, plus of
    course a unique copy number stamped where we choose.
    Of course none of this will work unless Acrobat Professional 8 can do Mail
    Merge from within itself.  This is what I need to experiment with....any
    ideas?
    Thanks!
    Paul

  • After I installed 7 on my IPad none of the keyboard functions work properly.  seems like microsft had something to do with this new operating system.  any know what I did wrong

    after I installed 7 on my IPad none of the keyboard functions work properly.  seems like microsft had something to do with this new operating system.  any know what I did wrong

    Thanks for the quick advice!
    Unfortunately, I am still unable to open my core productivity apps, namely Skype and Evernote. Twitter, as well, could not start. But interesting quick fix though, I never knew you could do that.
    Here's the error log after the restart:
    What else should I try?

  • I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone an i have internet and all other functions working on my computer

    I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone and i have internet and all other functions working on my computer

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents—the text, not a screenshot. I know the report is long. Please post all of it anyway.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • When I try to send a link to a page from Safari, I get a message saying that sending the message to the server failed.  It places a copy in the outbox.  All other email and safari functions work properly.  Ipad 2 IOS 7.1

    My Ipad2 works fine except when I try to email myself a link to a safari webpage.  I get an error message saying that the message failed to connect to the server.  It says that a copy of the message has been left in the outbox.  I cannot get the message from the outbox.  All other email and safari functions work as expected.
    I have cleared data and cookies, powered down, and done a reset.  Nothing seems to help.

    Typing in additional text seems to get the job done.  This seems to be a feature of the latest IOS update, I have never had the problem before the last update.
    I use the box with the arrow just to the left of the URL block at the top of the page to send myself links to pages of interest.  Adding the extra text seems like a pointless step, but it does work.
    Thanks.

  • I have loaded Lion on my MacBook and the new trackpad functions work only on one ordinary account or user and not on the admin account. The trackpad preferences are well set. What can I do?

    I have loaded Lion on my MacBook and the new trackpad functions work only on one ordinary account or user and not on the admin account. The trackpad preferences are well set. What can I do?

    iCloud should still help you reduce some hard drive space. Just select "optimize" in the icloud tab in Mac Photo App preferences.
    Granted, not the same as completely offloading your library to a back-up drive at your location.
    Good Luck!

Maybe you are looking for