Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum



Tip: Looking for answers? Try searching our database.

Programming

Recently updated threads


Thread preview

Mac Programming (view all ...)Last Post  Replies
Making your app look like a Pro app21 Aug 2008 09:40 GMT-
Interesting article (well, I found it so) in The Register about how to make
your own apps look like Apple's Pro apps:
<http://www.theregister.co.uk/2008/08/19/poking_the_prokit/>
Thought this might be of interest here.
NSXMLDocument namespaces20 Aug 2008 09:28 GMT1
I'm new to objective-c and cocoa and try to access a XmlREST webservice.
Unfortunatly the service requires namespaces.
Here is what I've done:
I'm creating a xml document from scratch using elementWithName.
Any help viewer differences between 10.4 and 10.5?16 Aug 2008 22:34 GMT-
I created a program that is supposed to run under 10.4 and 10.5. While
the help viewer is showing my help information without any problems
under 10.5 it doesn't show them under 10.4. Of course, I am using the
same data.
APPLESCRIPT FOR PAGE SETUP/ORIENTATION??15 Aug 2008 21:42 GMT3
Is there a way to use Applescript to change the page setup/orientation
(portrait or landscape) of a document in an application that doesn't
have this built-in??
forward button navigation item15 Aug 2008 06:23 GMT5
Hey folks!
I'm having a little issue here! I'll explain what I'm doing
first  ;-)
When I start editing my tableview (using the "edit" button) I have a
APPLESCRIPT FOR PAGE SETUP/ORIENTATION??12 Aug 2008 19:23 GMT4
Is there a way to use Applescript to change the page setup/orientation
(portrait or landscape) of a document in an application that doesn't
have this built-in??
HID report callback handler12 Aug 2008 09:03 GMT-
I set report handler using setInterruptReportHandlerCallback api,
It calls callback handler in 10.4, but same code is not executed in
10.5.
My device is bluetooth digital pen.
Performance issue with CGLayer offscreen buffer11 Aug 2008 16:38 GMT-
I'm using a CGLayer as an offscreen buffer; I'm drawing opaque sprites
onto a translucent background (so an image in the parent view shows
through) then drawing that entire CGLayer to the view's onscreen
context (via CGContextDrawLayerAtPoint). However, the performance gets

CodeWarrior (view all ...)Last Post  Replies
Miami Movers - Local moving services in Miami Florida21 Jul 2008 12:28 GMT-
very interesting.
Hagay from
http://www.elalmovers.com
http://www.elalmoving.com
CodeWarrior on Leopard (PPC) and debugging21 Apr 2008 13:08 GMT7
Did someone manage to use CodeWarrior on Leopard (PPC) and get the C++
debugger to work?
I have instelled CW on Leopard and it compiles fine but when I click
"debug" I can see in the process viewer app that "gdb-for-metrowerks"
Link error with Rhapsody7.014 Feb 2008 22:37 GMT1
I am using Rhapsody7.0 in C++ with Miscrosoft Visual Studio 9.0. I
wrote a simple "Hello World" project and while running the project I
get this error:
Building ------------  Test.exe   ------------
use of tab in the editor06 Feb 2008 13:53 GMT1
I am new to code warrior. Could anyone please let me know why we need
to use a tab in the editor before we start writing the code? do we
really need it?
regards
Wanted: Programmer to build utility for Mac02 Feb 2008 18:31 GMT2
I'm an Apple IIgs fanatic that likes to use an emulator to continue
working on IIgs projects.
What I need is a way to connect the TCP/IP stack within the emulator
that I use to the host machine's TCP/IP stack.
Codewarrior for PPC Mac OX 10.404 Jan 2008 18:58 GMT2
I have a Mac B&W G3...
...
...
Now that you have stopped laughing..
Suggestion to Open Source the Metrowerks Pascal Compiler Plug-in06 Nov 2007 01:23 GMT6
With Metrowerks withdrawing from the Macintosh development arena, they
have kindly considered Open-Sourcing the PowerPlant framework, making
life a little easier for their (soon-to-be former) customers.
While this discussion is open, I figure that this would be the only
CW 9 and Leopard31 Oct 2007 21:26 GMT2
Are there any problems running CW 9 on Leopard? What about debugging?
Hartwig

Perl (view all ...)Last Post  Replies
Can't find Mac::Growl19 Aug 2008 01:22 GMT-
Sorry if this has been discussed before. I searched and didn't see
usable results.
I'm new to Perl and newer to Perl on Mac, but I thought I understood
CPAN and use. I installed Mac::Growl using CPAN from the command line.
ActivePerl 5.10.0 Build 1003 released18 Aug 2008 17:09 GMT1
ActiveState is pleased to announce ActivePerl 5.10.0 Build 1003, a
complete, ready-to-install Perl distribution for Windows, Mac OS X,
Linux, Solaris, and AIX.
This build is based on the release version of Perl 5.10.0.
Leopard, Apache and CGI Uploads25 Apr 2008 16:45 GMT2
I have a Perl file upload script I'd been using for years under Apache 1 in Tiger. I haven't
modified it in ages. No mod_perl, just CGI.pm and the default Perl installation. It's always worked
fine for files of any size (some as many as a gigabyte and taking more than an hour to ...
Installing DBD::mysql on leopard server15 Apr 2008 07:18 GMT2
I see that people are having trouble installing DBD::mysql on Leopard.
Following the hints on this forum I successfully installed it on my
laptop but can't do the same on X Server on our server.
Has anyone made the breakthrough on Leopard X Server - the include
Using macports to install 5.1005 Apr 2008 17:15 GMT1
Just wondering if anyone actually does it...
Robert
How do you make a bundle from CPAN?21 Mar 2008 07:26 GMT3
I have developed a Perl module in MacOSX using Arhive::Zip. This library
seems to be installed
in the Perl version on the Mac (Perl v5.8.8). In porting this program to a
Linux machine running Perl v5.8.5, Archive::Zip is missing. I do not
Mac OS alias from Perl12 Mar 2008 06:58 GMT9
Does anyone know how to make a Mac OS alias in Perl?  So, I wish to
have Perl create aliases in multiple directories rather than copy the
original file.
Thanks,
How to run Perl script at Mac OS (Darwin) Release?11 Mar 2008 06:37 GMT7
 Below is my Perl script. The script named, test1.pl
 test1.pl
 #!/usr/local/ActivePerl-5.10/bin/perl -w
 print "$^O\n";
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.