ZClass derived from Folder, quick question
I have a ZClass that is derived from the Folder object. The product loads into Zope correctly, the meta_type shows up, the manage_add form comes up and loads the object into Zope correctly. However, when I click on the hyperlink to the folder-derived object, I cannot paste objects into it. All it has is the Import/Export button. Not cut, copy, paste, rename, etc. Even when I have objects in the Zope clipboard, the paste button is still not visible/available. Is there some trick to getting this capability? TIA, Ron
I am trying to copy (cut) and paste a bunch of images from one directory (folder) to another. Zope has been acting strange and not showing the "paste" button. It works with one or two images and sometimes with 10 or so but not always. Has anyone seen this? Known or is this a browser issue? (Mac OS X 10.0.4, IE 5.1pr, Zope 2.3) Cheers, BZ
Hi BZ, This is an IEpr problem. Try Netscape. -steve On Tuesday, September 4, 2001, at 08:30 AM, BZ wrote:
I am trying to copy (cut) and paste a bunch of images from one directory (folder) to another. Zope has been acting strange and not showing the "paste" button. It works with one or two images and sometimes with 10 or so but not always.
Has anyone seen this? Known or is this a browser issue? (Mac OS X 10.0.4, IE 5.1pr, Zope 2.3)
Cheers, BZ
_______________________________________________ Zope maillist - Zope@zope.org 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 )
Bingo! Yup.. it works. Stinks that IE does better presentation but Netscape works better. Could we not just have ONE browser that works AND looks good? <sigh> Oh well.. Thanks Steve. BZ At 8:58 AM -0500 9/4/01, Steve Spicklemire wrote:
Hi BZ,
This is an IEpr problem. Try Netscape.
-steve
On Tuesday, September 4, 2001, at 08:30 AM, BZ wrote:
I am trying to copy (cut) and paste a bunch of images from one directory (folder) to another. Zope has been acting strange and not showing the "paste" button. It works with one or two images and sometimes with 10 or so but not always.
Has anyone seen this? Known or is this a browser issue? (Mac OS X 10.0.4, IE 5.1pr, Zope 2.3)
Cheers, BZ
_______________________________________________ Zope maillist - Zope@zope.org 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 - Zope@zope.org 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 )
Mozilla and iCab are both very close as far as adherene to the HTML standard but that's what you get in the standards domain.... : ) Paz -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of BZ Sent: Tuesday, September 04, 2001 4:08 PM To: Steve Spicklemire Cc: Steve Spicklemire; zope@zope.org Subject: Re: [Zope] Cut & Paste Problem Bingo! Yup.. it works. Stinks that IE does better presentation but Netscape works better. Could we not just have ONE browser that works AND looks good? <sigh> Oh well.. Thanks Steve. BZ At 8:58 AM -0500 9/4/01, Steve Spicklemire wrote:
Hi BZ,
This is an IEpr problem. Try Netscape.
-steve
On Tuesday, September 4, 2001, at 08:30 AM, BZ wrote:
I am trying to copy (cut) and paste a bunch of images from one directory (folder) to another. Zope has been acting strange and not showing the "paste" button. It works with one or two images and sometimes with 10 or so but not always.
Has anyone seen this? Known or is this a browser issue? (Mac OS X 10.0.4, IE 5.1pr, Zope 2.3)
Cheers, BZ
_______________________________________________ Zope maillist - Zope@zope.org 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 - Zope@zope.org 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 - Zope@zope.org 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 )
complaw@hal-pc.org writes:
I have a ZClass that is derived from the Folder object. The product loads into Zope correctly, the meta_type shows up, the manage_add form comes up and loads the object into Zope correctly. However, when I click on the hyperlink to the folder-derived object, I cannot paste objects into it. All it has is the Import/Export button. Not cut, copy, paste, rename, etc. Even when I have objects in the Zope clipboard, the paste button is still not visible/available. Is there some trick to getting this capability? Please verify the "Permission mapping" of the ZClass.
The default for more permissions is "disabled". Map the one, you need... Dieter
participants (5)
-
BZ -
complaw@hal-pc.org -
Dieter Maurer -
Paul Zwarts -
Steve Spicklemire