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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo