Hello,
I've been reading a book called Beginning Mac Programming. I was doing quite
well working through the tutorials, but then I ran into a problem that I
can't figure out. This is the code the book told me to type:
ToolsSelectionTool.Checked = ((nCurrentTool = 8) or (nCurrentTool = 9))
When I attempt to run the program it goes to this line and says "This method
requires more parameters than were passed". Now when I worked back to the
ToolsSelectionTool menu handler the book shows the code for this menu
handler starts off like this:
Function Action As Boolean
but mine starts off like this:
Function Action(Index As Integer) As Boolean
Can anyone please help me? I would have emailed the author, but I didn't
find any contact information in the book. Thank You!
Respectfully
Chris Davis
_________________________________________________________________
Check your PC for viruses with the FREE McAfee online computer scan.
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|