Re: How to set library path in tcshrc OS X

2003-01-30 Thread Ari B Kahn
Thanks! That worked great. on 1/29/03 4:54 PM, Ken Williams at [EMAIL PROTECTED] wrote: > > On Wednesday, January 29, 2003, at 11:21 AM, Ari B Kahn wrote: >> I have some libraries of my own that I would like to keep in my own >> directory. How do I set the library path in tcsh? >> >> On Sun/

DBD::SQLite 0.24 is on CPAN now (was Re: trouble with DBD::SQLite 0.23)

2003-01-30 Thread Puneet Kishor
and it works. Installing /Library/Perl/darwin/DBD/getsqlite.pl Installing /Library/Perl/darwin/DBD/SQLite.pm Installing /usr/share/man/man3/DBD::SQLite.3 Writing /Library/Perl/darwin/auto/DBD/SQLite/.packlist Appending installation info to /System/Library/Perl/darwin/perllocal.pod /usr/bin/make

Apache sessions

2003-01-30 Thread Puneet Kishor
A long while back I asked a similar question -- how do I make state management possible with Perl and Apache, specifically on MacOS X, but ideally in a platform independent kind of way. At that time I believe Apache::Sessions was not compatible with OS X. I haven't found any statement now contr

Displaying japanese text in NSText

2003-01-30 Thread Dan Mills
Hello, I am writing a very simple application using camelbones. The app has two widgets in a window: a button, and an NSTextView. When the button is clicked, I replace the contents of the NSText widget. Basically, it's a simplistic flashcard app. Now, everything is fine and dandy as long as

Re: Apache sessions

2003-01-30 Thread Chris Reinhardt
On Thu, 30 Jan 2003, Puneet Kishor wrote: > A long while back I asked a similar question -- how do I make state > management possible with Perl and Apache, specifically on MacOS X, but > ideally in a platform independent kind of way. At that time I believe > Apache::Sessions was not compatible wit

Re: Displaying japanese text in NSText

2003-01-30 Thread Sherm Pendley
On Thursday, January 30, 2003, at 12:31 PM, Dan Mills wrote: Now, everything is fine and dandy as long as I'm using plain ol' ascii text. I set the NSText contents using the 'setString' function. But, if the text is some japanese, say, euc-jp or shift-jis or utf-8 encoded, then all I get is

Re: Apache sessions

2003-01-30 Thread Ken Williams
On Thursday, January 30, 2003, at 09:25 AM, Puneet Kishor wrote: A long while back I asked a similar question -- how do I make state management possible with Perl and Apache, specifically on MacOS X, but ideally in a platform independent kind of way. At that time I believe Apache::Sessions wa

Bug in MacOS X Perl strftime

2003-01-30 Thread Kee Hinckley
This appears to be something that has already been hit under Solaris, and Perl has an ifdef for it, but it doesn't appear to be compiled with that ifdef under MacOS X (and I don't know off hand if the two situations are identical). struct tm has additional timezone information, and it's not bei

Re: Apache sessions

2003-01-30 Thread Puneet Kishor
On Thursday, January 30, 2003, at 01:30 PM, Ken Williams wrote: On Thursday, January 30, 2003, at 09:25 AM, Puneet Kishor wrote: A long while back I asked a similar question -- how do I make state management possible with Perl and Apache, specifically on MacOS X, but ideally in a platform

Re: Apache sessions

2003-01-30 Thread Ken Williams
On Thursday, January 30, 2003, at 03:59 PM, Puneet Kishor wrote: You know, I would love to find out the break-out figures on how much of the community uses Perl for web vs. other tasks. If web use for Perl is (now) more than other use, it would make sense to start building web friendly stuff

Re: Apache sessions

2003-01-30 Thread Puneet Kishor
On Thursday, January 30, 2003, at 01:30 PM, Ken Williams wrote: On Thursday, January 30, 2003, at 09:25 AM, Puneet Kishor wrote: A long while back I asked a similar question -- how do I make state management possible with Perl and Apache, specifically on MacOS X, but ideally in a platfor

Re: Apache sessions

2003-01-30 Thread Jeff Kolber
I really wish the developer(s) would not write in their READMEs in such a manner that it might be taken to mean that it requires mod_perl (darn, that was a labored sentence I just wrote). I recently chose to use CGI::Session over Apache::Session precisely because it said something early on in t

Re: Apache sessions

2003-01-30 Thread Puneet Kishor
On Thursday, January 30, 2003, at 06:59 PM, Jeff Kolber wrote: I really wish the developer(s) would not write in their READMEs in such a manner that it might be taken to mean that it requires mod_perl (darn, that was a labored sentence I just wrote). I recently chose to use CGI::Session over

Re: Displaying japanese text in NSText

2003-01-30 Thread Dan Mills
Hi Sherm, Thanks for the very informative reply! On Thursday, January 30, 2003, at 02:08 PM, Sherm Pendley wrote: On Thursday, January 30, 2003, at 12:31 PM, Dan Mills wrote: Now, everything is fine and dandy as long as I'm using plain ol' ascii text. I set the NSText contents using the 's

Re: (CB) how to use deSelectAll in a TableView?

2003-01-30 Thread Rich Morin
I've got an NSTextField that the user can type a path name into. When the user hits enter, I set $curr_path and call $self->{'Window'}->display(); One of the items that regenerates itself at this point is an NSTableView. It calls my numberOfRowsInTableView function, which notices a change and

Re: (CB) how to use deSelectAll in a TableView?

2003-01-30 Thread Rich Morin
At 1:42 AM -0500 1/31/03, Dan Sugalski wrote: Use the window controller object as the sender, though I'm not really sure that it makes too much of a difference what you use there. :) You're right; it made no difference at all. I get exactly the same message as I got before (:-). Any idea what

Re: (CB) how to use deSelectAll in a TableView?

2003-01-30 Thread Garth Douglass
On Friday, January 31, 2003, at 04:20 PM, Rich Morin wrote: It seems like there should be a "serder" argument, but I dunno what to use for it. Help? Have you tried nil? According to this page, http://www.omnigroup.com/mailman/archive/macosx-dev/2001-July/ 017184.html, it should take nil

Re: (CB) how to use deSelectAll in a TableView?

2003-01-30 Thread Rich Morin
At 6:26 PM +1100 1/31/03, Garth Douglass wrote: Have you tried nil? Well, that wasn't it, but fiddling with the program again caused me to notice a small typo: $tableview->deSelectAll(''); --- $tableview->deselectAll(''); Ya know, I REALLY hate thisGodAwfulCapitalizationStyle. -r -- ema