Re: [Zope] Requested Zope feature

2000-08-14 Thread R. David Murray

On Wed, 9 Aug 2000, Martijn Pieters wrote:
 I am currently implementing Skinnable objects for Zope that'll allow you to
 easily define an alternative version of the management interface, and switch
 between these interfaces very easily. You could build your own version that
 doesn't use JavaScript at all.
 
 IIRC, you can tell Mozilla to switch on JavaScript for certain sites though.
 Believe me, it'll be worth your while allowing JS in the Zope management
 screens by the time I am done.

I'm looking forward to this.  I'm hopeing we'll see some interesting
stuff come out once this capability is available.  I know I for one
am interested in putting together a management interface tailored
for use from text mode browsers like lynx and w3m.

--RDM (java-who-script-what?)


___
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] Requested Zope feature

2000-08-09 Thread J. Atwood

A lot of the time I end up going into a document/folder/method just so I can
click on the 'view' tab popping up a new window so I can see it (option
click / right click).

It would be very nice if DC could add a icon (or take over the existing
icon) to pop a new window with the object ( a target="top" href="object"  )
so you could view the object without having to edit it. This would save
about 2 steps for something that, personally, I do all the time. The link to
the object would still be for editing it.

Just a thought.

Thanks,
J


___
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] Requested Zope feature

2000-08-09 Thread Seb Bacon

yup, this is how i work too.  

how about adding some javascript to the manage_* methods that reload the
related window (if it's open) whenever the source changes, too?  a problem
with this might be ending up with a mass of windows all over your desktop,
which is invariably horrible.

otoh, there's (almost) no js in the management interface at the moment, and
i generally think this is a good thing.  i hate js.  i presume this was a
design decision from the start?  however, if this was to guarantee browser
interoperability, why are there lots of frames everywhere?  and there is
some js beginning to creep in now (e.g. help screens).

however, this functionality would not replace any existing interface bits so
perhaps it's not a bad thing.  and although i hate js it can be a very
useful piece of evil.  a dynamic tree on the left instead of a yuk frame
that hardly ever reloads would be a nice thing too.

just thinking aloud.

seb.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J.
 Atwood
 Sent: 09 August 2000 16:16
 To: [EMAIL PROTECTED]
 Subject: [Zope] Requested Zope feature
 
 
 A lot of the time I end up going into a 
 document/folder/method just so I can
 click on the 'view' tab popping up a new window so I can see 
 it (option
 click / right click).
 
 It would be very nice if DC could add a icon (or take over 
 the existing
 icon) to pop a new window with the object ( a target="top" 
 href="object"  )
 so you could view the object without having to edit it. This 
 would save
 about 2 steps for something that, personally, I do all the 
 time. The link to
 the object would still be for editing it.
 
 Just a thought.
 
 Thanks,
 J
 
 
 ___
 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] Requested Zope feature

2000-08-09 Thread Tim Cook

"J. Atwood" wrote:
 
 A lot of the time I end up going into a document/folder/method just so I can
 click on the 'view' tab popping up a new window so I can see it (option
 click / right click).
 
 It would be very nice if DC could add a icon (or take over the existing
 icon) to pop a new window with the object ( a target="top" href="object"  )
 so you could view the object without having to edit it. This would save
 about 2 steps for something that, personally, I do all the time. The link to
 the object would still be for editing it.

I second that motion.
All in favor say Aye!

-- Tim Cook --
FreePM Project Coordinator - http://www.freepm.org
OS Healthcare Alliance Supporter - http://www.oshca.org

___
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] Requested Zope feature

2000-08-09 Thread Martijn Pieters

On Wed, Aug 09, 2000 at 12:52:35PM -0400, [EMAIL PROTECTED] wrote:
 On Wed, Aug 09, 2000 at 04:48:07PM +0100, Seb Bacon wrote:
  yup, this is how i work too.  
  
  how about adding some javascript to the manage_* methods that reload the
  related window (if it's open) whenever the source changes, too?  a problem
  with this might be ending up with a mass of windows all over your desktop,
  which is invariably horrible.
  
  otoh, there's (almost) no js in the management interface at the moment, and
  i generally think this is a good thing.  i hate js.  i presume this was a
  design decision from the start?  however, if this was to guarantee browser
  interoperability, why are there lots of frames everywhere?  and there is
  some js beginning to creep in now (e.g. help screens).
  
  however, this functionality would not replace any existing interface bits so
  perhaps it's not a bad thing.  and although i hate js it can be a very
  useful piece of evil.  a dynamic tree on the left instead of a yuk frame
  that hardly ever reloads would be a nice thing too.
  
  just thinking aloud.
  
  seb.
 
 Please don't js this thing to pieces.  At least not until there are good
 alternative editors/managers available.  I run permanently with js disabled,
 and when mozilla is stable enough, will run with js permanently removed.
 Requiring js to use zope would be enough to convince me to look elsewhere!

I am currently implementing Skinnable objects for Zope that'll allow you to
easily define an alternative version of the management interface, and switch
between these interfaces very easily. You could build your own version that
doesn't use JavaScript at all.

IIRC, you can tell Mozilla to switch on JavaScript for certain sites though.
Believe me, it'll be worth your while allowing JS in the Zope management
screens by the time I am done.

-- 
Martijn Pieters
| Software Engineermailto:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
| ZopeStudio: http://www.zope.org/Products/ZopeStudio
-

___
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] Requested Zope feature

2000-08-09 Thread jpenny

On Wed, Aug 09, 2000 at 04:48:07PM +0100, Seb Bacon wrote:
 yup, this is how i work too.  
 
 how about adding some javascript to the manage_* methods that reload the
 related window (if it's open) whenever the source changes, too?  a problem
 with this might be ending up with a mass of windows all over your desktop,
 which is invariably horrible.
 
 otoh, there's (almost) no js in the management interface at the moment, and
 i generally think this is a good thing.  i hate js.  i presume this was a
 design decision from the start?  however, if this was to guarantee browser
 interoperability, why are there lots of frames everywhere?  and there is
 some js beginning to creep in now (e.g. help screens).
 
 however, this functionality would not replace any existing interface bits so
 perhaps it's not a bad thing.  and although i hate js it can be a very
 useful piece of evil.  a dynamic tree on the left instead of a yuk frame
 that hardly ever reloads would be a nice thing too.
 
 just thinking aloud.
 
 seb.

Please don't js this thing to pieces.  At least not until there are good
alternative editors/managers available.  I run permanently with js disabled,
and when mozilla is stable enough, will run with js permanently removed.
Requiring js to use zope would be enough to convince me to look elsewhere!

Jim Penny

___
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 )