Re: [Zope] AJAX and Zope

2006-05-24 Thread Greg Fischer
pt by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ** ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listi

Re: [Zope] exUserFolder Product Install Problems in Windows XP

2006-01-24 Thread Greg Fischer
Well this is no help, butI havent tried in 6 months, however last time I did, I was not able to run exUserFolder on Zope 2.8.x.  It was working fine on 2.7.x though.  I never did find what the problem was, and my issue probably has nothing to do with yours, but I thought it was worth mentioning

Re: [Zope] TinyMCE

2006-01-23 Thread Greg Fischer
Yes, that would rock!  I just started using TinyMCE a few months back, it works beautifully.  It's a little bulky, but you can slim it down with less features needed.  Having an integrated Zope product with this would be wonderful.  I hope you follow through with that! GregOn 1/23/06, Peter Bengtss

Re: [Zope] MySql 5.0, ZMySQLDA and stored procedures

2006-01-17 Thread Greg Fischer
Yeah, I put up a patch on the MySQLDb Sourceforge page a long time ago for that.  Doing almost the same thing. Only I made it so you specify the client flag in the Zope connection object.  Doesnt do any good for windows though, they still have a problem with the mysql lib. (I think I posted a bug o

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Greg Fischer
>From Tino: --No matter if DTML is still there (and it will) we shouldfind better ways to teach people how to easy develope inZope.--Yes, you are right on all you mention.  I didn't know PT was available in other environments/languages.  Interesting.  However, I still don't want to use them.  Doesn

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Greg Fischer
I took part in an old thread from here from several months ago:http://www.gossamer-threads.com/lists/zope/users/184052?do=post_view_threaded In there, some of the prominent members from this list came up with some great points on the DTML vs ZPT thing.  All great stuff.  However, I agree with you. 

Re: [Zope] Leave the ivory tower now!

2006-01-08 Thread Greg Fischer
Yes, we need hype!  And a "hot" looking site, WITH Web 2.0 features.  Many of these frameworks are providing AJAX capabilities, simple graphics and data/object access without page reloads.  (like I am using with Dojo right now)  What does Zope not provide these features "built-in"? And yes, about t

Re: [Zope] Re: Re: ZAjax anyone?

2005-10-11 Thread Greg Fischer
AIL PROTECTED]> wrote: Greg Fischer wrote:> Ah even better!  Thanks guys.>> I was going to reply just to mention I have a "not as cool" way of> using Zope with Ajax at my site now too.>> www.zajax.net <http://www.zajax.net/>>> Seems every rock I turn over,

Re: [Zope] Re: Re: ZAjax anyone?

2005-10-11 Thread Greg Fischer
Ah even better!  Thanks guys. I was going to reply just to mention I have a "not as cool" way of using Zope with Ajax at my site now too. www.zajax.net Seems every rock I turn over, I find 3 others worth investigating.  Lots of cool stuff going on out there.  I put up my own demo, but it's not n

Re: [Zope] Re: ZAjax anyone?

2005-10-09 Thread Greg Fischer
product without the MVC stuff.  Thanks again everyone! GregOn 10/9/05, Greg Fischer <[EMAIL PROTECTED]> wrote: Thank you everyone!  I really appreciate all the input.  It's amazing what you find by doing a little more thorough searching...  here's more of what I am looking

Re: [Zope] Re: ZAjax anyone?

2005-10-09 Thread Greg Fischer
domain! :)On 10/9/05, Michael Haubenwallner <[EMAIL PROTECTED]> wrote: Chris McDonough wrote:>> On Oct 8, 2005, at 6:54 AM, Greg Fischer wrote:>>>>> I would love to have a product (called ZAjax :) that simply  receives>> a request from the client and spits out xml.  To

Re: [Zope] ZAjax anyone?

2005-10-08 Thread Greg Fischer
27;ll look into that and get a better understanding.  Thanks Chris. GregOn 10/8/05, Chris McDonough <[EMAIL PROTECTED]> wrote: On Oct 8, 2005, at 6:54 AM, Greg Fischer wrote:>> I would love to have a product (called ZAjax :) that simply> receives a request from the client and spits ou

[Zope] ZAjax anyone?

2005-10-08 Thread Greg Fischer
So I have been reading and learning a lot the last couple days about this whole AJAX thing.  I really think it is something I am going to move towards for web apps.  However, I don't want to lose Zope. I wonder if any of you would be willing to comment on this? I quickly tested Ruby on Rails, give

Re: [Zope] external editor

2005-10-07 Thread Greg Fischer
I have the same prob.  Crimson Editor wont do it when using tabs.  You have to specify to open multiple instances in the Crimson preferences.  Then it works fine. GregOn 10/7/05, Garry Saddington <[EMAIL PROTECTED]> wrote: Peter Bengtsson wrote:>You are missing something. I can edit multiple objec

Re: [Zope] How to make a table with sortable colmns?

2005-10-07 Thread Greg Fischer
There is the "sort" attribute of the dtml-in tag.  You'll have to read the DTML Reference for more info on that. However, it was a little iffy for me once, and now I do something like this: 1. Setup table header with a response back to sort that column. 2. Change the ZSQL method to use that value

[Zope] Re: Mysql 5? Just curious.

2005-10-07 Thread Greg Fischer
when reply-all doesnt send to zope list too)On 10/7/05, Greg Fischer <[EMAIL PROTECTED]> wrote: It doesnt work with stored procedures though.  I put a patch up on sourceforge in July, for the ZMySQLDA. http://sourceforge.net/tracker/index.php?func=detail&aid=1242842&group_id=22307&

Re: [Zope] Mysql 5? Just curious.

2005-10-06 Thread Greg Fischer
s are running it too. GregOn 10/6/05, Tino Wildenhain <[EMAIL PROTECTED]> wrote: Greg Fischer schrieb:> This is totally unimportant, but I was just curious to know if anyone is> running Mysql 5 on Zope right now.why should one? :)-- Greg Fischer1st Byte Solutionshttp:

[Zope] Mysql 5? Just curious.

2005-10-04 Thread Greg Fischer
This is totally unimportant, but I was just curious to know if anyone is running Mysql 5 on Zope right now. -- Greg Fischer1st Byte Solutionshttp://www.1stbyte.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cros

Re: [Zope] dtml-if

2005-08-28 Thread Greg Fischer
s or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com ___ Zope maillist - Zope@zo

Re: [Zope] Accessing Zope site through network

2005-08-22 Thread Greg Fischer
TML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com ___ Zope maillist - Zope@zope.org http:/

Re: [Zope] Re: Zope Foundation Update

2005-07-22 Thread Greg Fischer
ailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com

Re: [Zope] Problem with ZSQLMethods/MySQL after update

2005-06-28 Thread Greg Fischer
posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com ___ Zope maillist -

Re: [Zope] Python Scripts

2005-06-16 Thread Greg Fischer
ay. > > --jcc > -- > "Building Websites with Plone" > http://plonebook.packtpub.com > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - >

Re: [Zope] recommend a provider

2005-06-06 Thread Greg Fischer
_ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/l

Re: [Zope] recommend a provider

2005-06-06 Thread Greg Fischer
org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com __

Re: [Zope] DTML in Zope 2 vs Zope 3

2005-05-27 Thread Greg Fischer
your vars correctly. I have learned how to deal with these things, but you are right, this is a problem with DTML and I can see how this exact issue helps make DTML messy and a little confusing. Great point. Thanks. Greg On 5/27/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: > On 5/

Re: [Zope] DTML in Zope 2 vs Zope 3

2005-05-27 Thread Greg Fischer
this subject to death, so time to move on. Thanks for hearing me out. Greg On 5/27/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: > On 5/26/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > > Is DTML really that much harder to use? > > Nah, but it's uglier. Also, the ide

Re: [Zope] DTML in Zope 2 vs Zope 3

2005-05-27 Thread Greg Fischer
Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Greg Fischer 1st Byte So

Re: [Zope] DTML in Zope 2 vs Zope 3

2005-05-26 Thread Greg Fischer
ts and suddenly DTML gives me a headache. I do think > > that DTML deserves a Hall of Fame Award but its time to move on. > > > > David > > > > > > > > > > > -- > Hugo Ramos - [EMAIL PROTECTED] > _

Re: [Zope] dollars-and-cents display fails

2005-05-14 Thread Greg Fischer
Mysql-python to fix this? If I find anything, I'll post more. On 5/13/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > OK well, I fixed it. At least on "My" zope server. > > The function for dollars-and-cents in DT_Var.py was like this: > def dollars_and_cents(v, name=

Re: [Zope] dollars-and-cents display fails

2005-05-13 Thread Greg Fischer
. If there are any problems I'll post more details. Is this something that could be posted on the Zope Collector? It should probably be tested on lots of other Db's I bet. But, one question I have, should this be handled in the Mysql DA? On 5/13/05, Greg Fischer <[EMAIL PROTECTED]&

Re: [Zope] dollars-and-cents display fails

2005-05-13 Thread Greg Fischer
hanging on my app anyway. It's a bit more mature than Mysql's new stuff. (considering it's still in beta) Mysql is just so easy. - On 5/13/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > ok, lots of testing, and I have found that this is related to Mysql 5.0.4. &

Re: [Zope] dollars-and-cents display fails

2005-05-13 Thread Greg Fischer
start testing the stored procedures and other useful features. Sorry for the long post. I just want to give as much info as possible. Thank you for any help! Greg On 5/12/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > Oh, it is a decimal(15,2) column. (all of them are) Just th

Re: [Zope] dollars-and-cents display fails

2005-05-12 Thread Greg Fischer
ain questions too is, would Zope be getting anything from the 2.4.1 Ubuntu packages that are installed if I compiled it with the 2.3.4 python? (mysql-python is installed correctly on 2.3.4 too) On 5/12/05, Andy Dustman <[EMAIL PROTECTED]> wrote: > On 5/12/05, Greg Fischer <[EMAIL PROTEC

Re: [Zope] dollars-and-cents display fails

2005-05-12 Thread Greg Fischer
PROTECTED]> wrote: > On 5/12/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > > I just moved my zope app from 2.7.3 to 2.7.6, plus the mysql db from > > 5.0.0 to 5.0.4. After moving everything, I noticed all of my decimal > > fields that will no longer display their val

Re: [Zope] dollars-and-cents display fails

2005-05-12 Thread Greg Fischer
now, I am just going to setup 2.3.4 and run with it. I am assuming that you are the same adustman on the mysql-python project? Nice job on that, very cool stuff! On 5/12/05, Andy Dustman <[EMAIL PROTECTED]> wrote: > On 5/12/05, Greg Fischer <[EMAIL PROTECTED]> wrote: > > I j

[Zope] dollars-and-cents display fails

2005-05-11 Thread Greg Fischer
is is? Is it a security option on the folder or other items? I could just remove all the formatting, but I'd rather not. Thanks for any help! -- Greg Fischer 1st Byte Solutions http://www.1stbyte.com ___ Zope maillist - Zope@zope.org http://mail.z