[Zope] copy / paste support

2000-08-15 Thread Andy McKay
When trying to copy an item I get the following item on paste: One or more items referred to in the clipboard data was not found. The item may have been moved or deleted after you copied it. This is a custom python class which is catalogued. Ive no idea why this is happening. Any ideas? --

[Zope] copy / paste support

2000-08-22 Thread Andy McKay
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 15, 2000 11:05 AM Subject: [Zope] copy / paste support > When trying to copy an item I get the following item on paste: > > One or more items referred to in the clipboard data was not found. The item > may have been mo

RE: [Zope] copy / paste support

2000-08-15 Thread Brian Lloyd
> When trying to copy an item I get the following item on paste: > > One or more items referred to in the clipboard data was not > found. The item > may have been moved or deleted after you copied it. > > This is a custom python class which is catalogued. Ive no > idea why this is > happening.

Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay
To: "'Andy McKay'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 15, 2000 11:23 AM Subject: RE: [Zope] copy / paste support > > When trying to copy an item I get the following item on paste: > > > > One or more items referred to in the cli

RE: [Zope] copy / paste support

2000-08-15 Thread Brian Lloyd
> Nope, using cookies for authentication actually. Curious what > the cookies > are used for now.. They are used to carry around a marshalled list of object ids that identify the items to cut/copied. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Cr

Re: [Zope] copy / paste support

2000-08-15 Thread Terry Kerr
cut and paste of catalog aware products is broken pre 2.2. i think it is all fixed in 2.2+ ? Andy McKay wrote: > When trying to copy an item I get the following item on paste: > > One or more items referred to in the clipboard data was not found. The item > may have been moved or deleted after

Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay
To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 15, 2000 4:46 PM Subject: Re: [Zope] copy / paste support > cut and paste of catalog aware products is broken pre 2.2. i think it is all > fixed in 2.2+ ? > > Andy McKay wrote: >

Re: [Zope] copy / paste support

2000-08-15 Thread Terry Kerr
rr" <[EMAIL PROTECTED]> > To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, August 15, 2000 4:46 PM > Subject: Re: [Zope] copy / paste support > > > cut and paste of catalog aware products is broken pre 2.2. i think it is >

Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay
To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 15, 2000 5:44 PM Subject: Re: [Zope] copy / paste support > i had horrible cut and paste problems with my python product in 2.1.6. Then > when I imported instantiations of my product into

Re: [Zope] copy / paste support

2000-08-25 Thread ethan mindlace fremen
Andy McKay wrote: > > I know some people have helped me on this thread before but Ive had chance > to look at this again and Im still stumped on this. > > Newly created 2.2 objects still have a problem. Using custom class in Zope > 2.2.0. Try with 2.2.1: I had a copy/paste problem with 2.2.0 to