hi, I just imported the EventsFolder product and I get an open box icon in the products folder. What does this mean, and how do I correct it? Thanks, j. ...................... ..... Jason C. Leach ..
On Monday 18 June 2001 19:03, you wrote:
hi,
I just imported the EventsFolder product and I get an open box icon in the products folder. What does this mean, and how do I correct it?
Thanks, j.
...................... ..... Jason C. Leach ..
The open box means that the product isn't a file system product, but a product that is imported into Zope's product directory. You can't correct it - because you don't need to. It's not an error Regards, -- Gitte Wange Jensen Sys Admin, Developer and a lot more MMmanager.org Aps, Denmark Phone: +45 29 72 79 72 Email: gitte@mmmanager.org Web: www.mmmanager.org Quote of the day: If somebody (you? hint, hint) wants to do this, I'd be very happy -- I can do it myself, but because it's my birthday I'm supposed to drag myself off the computer soon and be social, or Tove will be grumpy. And you don't want Tove grumpy. - Linus Torvalds
hi, Got it. Thanks everyone. j. ...................... ..... Jason C. Leach .. On Mon, 18 Jun 2001, Gitte Wange wrote:
On Monday 18 June 2001 19:03, you wrote:
hi,
I just imported the EventsFolder product and I get an open box icon in the products folder. What does this mean, and how do I correct it?
Thanks, j.
...................... ..... Jason C. Leach ..
The open box means that the product isn't a file system product, but a product that is imported into Zope's product directory.
You can't correct it - because you don't need to. It's not an error
Regards, -- Gitte Wange Jensen
Sys Admin, Developer and a lot more MMmanager.org Aps, Denmark
Phone: +45 29 72 79 72 Email: gitte@mmmanager.org Web: www.mmmanager.org
Quote of the day: If somebody (you? hint, hint) wants to do this, I'd be very happy -- I can do it myself, but because it's my birthday I'm supposed to drag myself off the computer soon and be social, or Tove will be grumpy. And you don't want Tove grumpy. - Linus Torvalds
Hi Jason, A quote from the Zope Book: "Each blue box represents an installed Product. From this screen, you can manage these Products. Some Products are built into Zope by default or have been installed by you or your administrator. These products have a closed box icon, as shown in Figure 12-1. Closed-box products cannot be managed through the web. You can get information about these products by clicking on them, but you cannot change them. You can also create your own Products that you can manage through the web. Your products let you create new kinds of objects in Zope. These through the web managable product have open-box icons." So, your EventsFolder product can be tweaked thru the web. You can read about this in Chapter 12 of the Zope Book. If you want to see a closed box, you need to re-write the EventsFolder product in good-ol-Python. Check out Chapter 3 of the new Zope Developer's Guide for an explanation of writing Zope Products in Python. Hope that helps. Eric.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jason C. Leach Sent: Monday, June 18, 2001 10:03 AM To: zope@zope.org Subject: [Zope] Open Box in products (EventFolder)
hi,
I just imported the EventsFolder product and I get an open box icon in the products folder. What does this mean, and how do I correct it?
Thanks, j.
...................... ..... Jason C. Leach ..
_______________________________________________ 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 )
It means you have a broken ZClass. You should try to reinstall, paying careful attention to the instructions. Be sure your operating system permissions are set correctly for the lib/python/Products/EventFolder folder (for UNIX, you want rwxr_xr_x). Jeff Sasmor ----- Original Message ----- From: "Jason C. Leach" <jleach@mail.ocis.net> To: <zope@zope.org> Sent: Monday, June 18, 2001 1:03 PM Subject: [Zope] Open Box in products (EventFolder)
hi,
I just imported the EventsFolder product and I get an open box icon in the products folder. What does this mean, and how do I correct it?
Thanks, j.
...................... ..... Jason C. Leach ..
_______________________________________________ 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 )
participants (4)
-
Eric Walstad -
Gitte Wange -
Jason C. Leach -
Jeff Sasmor