| Thread | Last Post | Replies |
|
| Mac::Glue finder physical size | 31 Aug 2004 03:50 GMT | 2 |
From previous posts (ages ago) I thought the following code should return the physical size of the folder in question. However getting ->prop() just returns the $obj for some reason. What am I doing wrong? Cheers!
|
| Time::Local problem | 31 Aug 2004 03:15 GMT | 4 |
Can anyone explain the following? (the difference in commands is the year spec.) david@g4: perl -e 'use Time::Local;print ( (localtime(timelocal(0, 0, 0, 1, 1, 55)))[6], "\n");'
|
| XCode/CamelBones question | 10 Aug 2004 00:41 GMT | 2 |
This is probably simple, I am just not seeing it. I have a couple of dialog boxes that are getting called in specific cases. (A preferences panel and a couple of other panels needed to select data.)
|
| Odd Camelbones bug | 07 Aug 2004 07:44 GMT | 3 |
Here is an odd problem i found. $self->{'textBoxen'}->setString($file); if file is undefined, the app blows up real good. 2004-08-06 15:06:38.993 PerlButtonTest[3392] An uncaught exception was
|
| DarwinPorts (not strictly Perl) | 07 Aug 2004 02:56 GMT | 2 |
Can anyone help me with DarwinPorts? I found their website while looking for an OSX-compiled pdftohtml, and followed the help and instructions up to this point: http://darwinports.opendarwin.org/docs/ch01s03.html#getting_dports
|
| List::Util | 06 Aug 2004 14:04 GMT | 1 |
Sorry for the possible super basic question. How do I incorporate the List::Util module into the perl library with OSX? I mean I have no idea what to download and where to save the file I downloaded. Thanks
|
| pSync/Panther how? | 05 Aug 2004 01:52 GMT | 6 |
I would like to use pSync for backups. I used it in Jaguar, but it seems that it's not compatible with Panther currenlty. The Author recommended to install a newer Perl which should fix the problem. Here are some questions:
|
| NSOpenPanel and CamelBones | 04 Aug 2004 01:43 GMT | 5 |
Does anyone have a good snippet of example code for calling NSOpenPanel with CamelBones? I am not certain what the syntax should be and there are few examples I can find.
|
| Apache::MP3 no worky | 03 Aug 2004 23:37 GMT | 3 |
Out of curiosity, does anyone have Apache::MP3 working on Panther? I have it working just fine on a Debian machine at work, but it doesn't work at all on a Mac there, nor does it work on my Mac at home. In both cases, it just serves zero-length, null-content pages to all requests.
|
| Mac::Glue performance versus Mac::OSA::Simple | 01 Aug 2004 05:44 GMT | 1 |
Not a question per say, but since switching my iTunes code from Mac::OSA::Simple ( i.e. writing AppleScript, then compile and executing it ) to Mac::Glue, I've seen performance gains of about 300%. Any thoughts on why? Is it just my environment? Or is there
|