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 too.
-- 
ethan mindlace fremen
Zopatista Community Liason
Abnegate I!

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay

Nope, using cookies for authentication actually. Curious what the cookies
are used for now..

--
 Andy McKay, Developer, ActiveState
 http://www.ActiveState.com
 Programming for the People


- Original Message -
From: "Brian Lloyd" [EMAIL PROTECTED]
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 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?

 Andy,

 You don't happen to have cookies turned off in your
 browser options do you? Cut/Copy/Paste support requires
 that cookies be turned on.

 Brian Lloyd[EMAIL PROTECTED]
 Software Engineer  540.371.6909
 Digital Creations  http://www.digicool.com



 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




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 you copied it.

 This is a custom python class which is catalogued. Ive no idea why this is
 happening. Any ideas?

 --
  Andy McKay, Developer, ActiveState
  http://www.ActiveState.com
  Programming for the People

 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )

--
Terry Kerr ([EMAIL PROTECTED])
Adroit Internet Solutions Pty Ltd (www.adroit.net)
Phone:   +613 9563 4461
Fax: +613 9563 3856
Mobile:  +61 414 938 124
ICQ: 79303381




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay

Sorry forgot to say Im in 2.2 before latest hotfix. I had a different
problem prior to my 2.2 upgrade.

--
 Andy McKay, Developer, ActiveState
 http://www.ActiveState.com
 Programming for the People


- Original Message -
From: "Terry Kerr" [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
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 you copied it.
 
  This is a custom python class which is catalogued. Ive no idea why this
is
  happening. Any ideas?
 
  --
   Andy McKay, Developer, ActiveState
   http://www.ActiveState.com
   Programming for the People
 
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )

 --
 Terry Kerr ([EMAIL PROTECTED])
 Adroit Internet Solutions Pty Ltd (www.adroit.net)
 Phone:   +613 9563 4461
 Fax: +613 9563 3856
 Mobile:  +61 414 938 124
 ICQ: 79303381





___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] copy / paste support

2000-08-15 Thread Terry Kerr

i had horrible cut and paste problems with my python product in 2.1.6.  Then
when I imported instantiations of my product into a fresh install of 2.2, I
still am having problems.  However, if I create a new instance of the product
in 2.2, it all seems to work fine.

Andy McKay wrote:

 Sorry forgot to say Im in 2.2 before latest hotfix. I had a different
 problem prior to my 2.2 upgrade.

 --
  Andy McKay, Developer, ActiveState
  http://www.ActiveState.com
  Programming for the People

 - Original Message -
 From: "Terry Kerr" [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
 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 you copied it.
  
   This is a custom python class which is catalogued. Ive no idea why this
 is
   happening. Any ideas?
  
   --
Andy McKay, Developer, ActiveState
http://www.ActiveState.com
Programming for the People
  
   ___
   Zope maillist  -  [EMAIL PROTECTED]
   http://lists.zope.org/mailman/listinfo/zope
   **   No cross posts or HTML encoding!  **
   (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )
 
  --
  Terry Kerr ([EMAIL PROTECTED])
  Adroit Internet Solutions Pty Ltd (www.adroit.net)
  Phone:   +613 9563 4461
  Fax: +613 9563 3856
  Mobile:  +61 414 938 124
  ICQ: 79303381
 
 
 

 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )

--
Terry Kerr ([EMAIL PROTECTED])
Adroit Internet Solutions Pty Ltd (www.adroit.net)
Phone:   +613 9563 4461
Fax: +613 9563 3856
Mobile:  +61 414 938 124
ICQ: 79303381




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] copy / paste support

2000-08-15 Thread Andy McKay

Thanks! Tried copying and pasting newly created 2.2 objects and still have
the same problems hmmm

--
 Andy McKay, Developer, ActiveState
 http://www.ActiveState.com
 Programming for the People


- Original Message -
From: "Terry Kerr" [EMAIL PROTECTED]
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 a fresh install of 2.2,
I
 still am having problems.  However, if I create a new instance of the
product
 in 2.2, it all seems to work fine.

 Andy McKay wrote:

  Sorry forgot to say Im in 2.2 before latest hotfix. I had a different
  problem prior to my 2.2 upgrade.
 
  --
   Andy McKay, Developer, ActiveState
   http://www.ActiveState.com
   Programming for the People
 
  - Original Message -
  From: "Terry Kerr" [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
  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 you copied it.
   
This is a custom python class which is catalogued. Ive no idea why
this
  is
happening. Any ideas?
   
--
 Andy McKay, Developer, ActiveState
 http://www.ActiveState.com
 Programming for the People
   
___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
  
   --
   Terry Kerr ([EMAIL PROTECTED])
   Adroit Internet Solutions Pty Ltd (www.adroit.net)
   Phone:   +613 9563 4461
   Fax: +613 9563 3856
   Mobile:  +61 414 938 124
   ICQ: 79303381
  
  
  
 
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )

 --
 Terry Kerr ([EMAIL PROTECTED])
 Adroit Internet Solutions Pty Ltd (www.adroit.net)
 Phone:   +613 9563 4461
 Fax: +613 9563 3856
 Mobile:  +61 414 938 124
 ICQ: 79303381





___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )