Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Any tame MAC users out there ?

 
   Mac (Home) -> General Discussion RSS
Next:  [BINDINGS] NSTableView vs. NSUserDefaultsControll..  
Author Message
Jethro

External


Since: May 26, 2005
Posts: 5



(Msg. 1) Posted: Thu May 26, 2005 1:48 pm
Post subject: Any tame MAC users out there ?
Archived from groups: comp>sys>mac>programmer>misc, others (more info?)

Hi all,

could anyone tell me why the HTML generated from an XSL/XML merge would not
display on an apple Mac.

http://www.bedfords.co.uk/pages/search/search.asp (and just click "search")

The page works fine on IE5,IE6, Mozilla and Firefox.

Thanks in advance
Back to top
Login to vote
toby

External


Since: Jul 05, 2005
Posts: 29



(Msg. 2) Posted: Thu May 26, 2005 1:48 pm
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jethro wrote:
> Hi all,
>
> could anyone tell me why the HTML generated from an XSL/XML merge would not
> display on an apple Mac.
>
> http://www.bedfords.co.uk/pages/search/search.asp (and just click "search")
>
> The page works fine on IE5,IE6, Mozilla and Firefox.

Works for me, OS X 10.4, Firefox 1.0.1 and Safari 2.0.

Can you provide some more information on what configurations do not
work for you? May I infer that you "have been told" it doesn't work,
but have no Mac on which to test?

--Toby

>
> Thanks in advance
Back to top
Login to vote
David Phillip Oster

External


Since: Jul 21, 2005
Posts: 150



(Msg. 3) Posted: Thu May 26, 2005 4:25 pm
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <d74k37$f22$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com>,
"Jethro" <Jethro_uk.DeleteThis@hotmail.com> wrote:

> could anyone tell me why the HTML generated from an XSL/XML merge would not
> display on an apple Mac.
>
> http://www.bedfords.co.uk/pages/search/search.asp (and just click "search")
>
> The page works fine on IE5,IE6, Mozilla and Firefox.

The title of your posting has a typo in it. "MAC" refers to hardware
ethernet addresses. Apple's computers are never "MAC", sometimes "Mac",
but "Macintosh" is preferred.

You have errors in your generated HTML. The initial search works fine in
Safari, but after the initial results page, the links for the "New
Search" and "Next 5" buttons have typos in them:

http://www.bedfords.co.uk/pages/search/1Search.asp
should be:
http://www.bedfords.co.uk/pages/search/Search.asp

and:
http://www.bedfords.co.uk/pages/search/1PropertySearch.asp?Params=0-1-3
should be:
http://www.bedfords.co.uk/pages/search/PropertySearch.asp?Params=0-1-3

(Note the extra "1" after the last slash.)

Looking at the source for the bottom frame reveals that you are sending:

<a href=1PropertySearch.asp?Params=0-1-3 target="_top">

This is not valid HTML. It should be:

<a href="PropertySearch.asp?Params=0-1-3" target="_top">


Please use an HTML validator, like <http://validator.w3.org/>.

--
David Phillip Oster
Back to top
Login to vote
Clark S. Cox III

External


Since: Jul 22, 2005
Posts: 5



(Msg. 4) Posted: Thu May 26, 2005 5:01 pm
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2005-05-26 09:48:23 -0400, "Jethro" <Jethro_uk RemoveThis @hotmail.com> said:

> Hi all,
>
> could anyone tell me why the HTML generated from an XSL/XML merge would not
> display on an apple Mac.

That is because your page is not valid HTML. See:

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bedfords.co.uk%2Fpages%2Fsearch%2Fsearch.asp>

http://www.bedfords.co.uk/pages/search/search.asp

> (and just click "search")
>
> The page works fine on IE5,IE6, Mozilla and Firefox.
>
> Thanks in advance


--
Clark S. Cox, III
clarkcox3 RemoveThis @gmail.com
Back to top
Login to vote
Jethro

External


Since: May 26, 2005
Posts: 5



(Msg. 5) Posted: Fri May 27, 2005 10:08 am
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> >
> > could anyone tell me why the HTML generated from an XSL/XML merge would
not
> > display on an apple Mac.
>
> That is because your page is not valid HTML. See:
>
>
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bedfords.co.uk%2Fpages%2
Fsearch%2Fsearch.asp>
>
> http://www.bedfords.co.uk/pages/search/search.asp
>

HTML now valid !
Back to top
Login to vote
Clark S. Cox III

External


Since: Jul 22, 2005
Posts: 5



(Msg. 6) Posted: Fri May 27, 2005 10:08 am
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2005-05-27 06:08:07 -0400, "Jethro" <Jethro_uk DeleteThis @hotmail.com> said:

>>>
>>> could anyone tell me why the HTML generated from an XSL/XML merge would
> not
>>> display on an apple Mac.
>>
>> That is because your page is not valid HTML. See:
>>
>>
> <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bedfords.co.uk%2Fpages%2
> Fsearch%2Fsearch.asp>
>>
>> http://www.bedfords.co.uk/pages/search/search.asp
>>
>
> HTML now valid !

You fixed the frameset page, but the actual frames are still invalid,
as is the search results pages, etc.

--
Clark S. Cox, III
clarkcox3 DeleteThis @gmail.com
Back to top
Login to vote
Jethro

External


Since: May 26, 2005
Posts: 5



(Msg. 7) Posted: Fri May 27, 2005 10:10 am
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"toby" <toby.DeleteThis@telegraphics.com.au> wrote in message
news:1117124948.540366.287210@g49g2000cwa.googlegroups.com...
>
>
> Jethro wrote:
> > Hi all,
> >
> > could anyone tell me why the HTML generated from an XSL/XML merge would
not
> > display on an apple Mac.
> >
> > http://www.bedfords.co.uk/pages/search/search.asp (and just click
"search")
> >
> > The page works fine on IE5,IE6, Mozilla and Firefox.
>
> Works for me, OS X 10.4, Firefox 1.0.1 and Safari 2.0.
>
> Can you provide some more information on what configurations do not
> work for you? May I infer that you "have been told" it doesn't work,
> but have no Mac on which to test?

Your inference is correct ! The screenshots I have seen show that the
resultant HTML isn't being recognised as such.

heres the source :

<?xml version="1.0" encoding="UTF-16"?><!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.0//Transitional//EN"><html><SCRIPT LANGUAGE="JavaScript">var Page =
1; var FirstPage = 1; var LastPage = 40; function swap() { var
m=document.getElementsByName("MoreInfo"); var i; for
(i=0;i<m.length;i++) {if (m[i].className=="style23")
{m[i].className="stylex";} else
{m[i].className="style23";} }blink = setTimeout("swap()",800); }
function setActionPrev() { if (FirstPage==1) {alert("this is the
first page");} else {Page=Page-1; document.location =
"propertysearch.asp?Params=0-1-" + Page;} } function setActionNext()
{ if (Page==LastPage) {alert("this is the last page");} else
{Page=Page+1; document.location = "propertysearch.asp?Params=0-1-" +
Page;} } function setTopActionPrev() { if (FirstPage==1)
{alert("this is the first page"); Page = 1;} else {Page=1;
document.location = "propertysearch.asp?Params=0-1-" + Page;} } function
setTopActionNext() { if (Page==LastPage) {alert("this is the last
page");} else {Page=LastPage; document.location =
"propertysearch.asp?Params=0-1-" + Page;} } function GotoPage(Pagenumber)
{ document.location = "propertysearch.asp?Params=0-1-" +
Pagenumber; }</SCRIPT><head><meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" /><title>Search</title><style
type="text/css"><!--body { background-color: #ffff99;}.style22 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
font-size: large;}.style23 { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 16px;}.stylex { font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: 18px; }.style24 { font-family: Verdana,
Arial, Helvetica, sans-serif; font-size: small; font-weight: bold;}a:link
{ text-decoration: none; color: #000000;}a:visited { text-decoration: none;
color: #000000;}a:hover { text-decoration: none; color: #FF0000;}a:active
{ text-decoration: none;}--></style></head><body bgcolor="ffff99"
onload="javascript:swap();"><p></p><table width="100%" border="0"
cellspacing="0" cellpadding="0"><tr><td width="216" rowspan="2"
bgcolor="ffff99"><table width="172" border="0" cellpadding="0"
cellspacing="0"><tr><td height="38" align="center" valign="middle"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span
class="style23">Newmarket</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">£
1,150,000</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">REF:
BSE400777</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">For
Sale</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23" name="MoreInfo"
id="MoreInfo"><a target="_top"
href="PropertyDisplay.asp?PropertyReference=BSE400777">More
Info</a></span></strong></div></td></tr></table></td><td width="400"
valign="top" bgcolor="ffff99"><div align="left"><img width="250"
height="200"
SRC="http://www.bedfords.co.uk/pages/search/images/BSE4007771.JPG" /><br
/></div></td></tr><tr><td width="400" valign="top" bgcolor="ffff99"><div
align="justify"><font size="2" face="Geneva, Arial, Helvetica,
sans-serif"><br />A substantial house, built in 1896, originally to be a
coaching inn for the Star Brewery of Cambridge to offer sustenance to those
loading horses onto trains at the now long-defunct Warren Hill Railway
Station and sidings. A petition by Bury Road residents prevented a licence
being given and the house was sold to a prominent solicitor as a private
residence, yet still maintaining marvellous cellar for wine storage. The
current occupants have restored Bassett House to its former Victorian glory
whilst providing the modern comforts and amenities making it an easy house
to enjoy and live and entertain in. The accomodation briefly comprises six
bedrooms with ensuite to master, five reception rooms, bathroom, shower
room, double garage and large gardens.</font></div></td></tr></table><br
/><hr /><br /><p></p><table width="100%" border="0" cellspacing="0"
cellpadding="0"><tr><td width="216" rowspan="2" bgcolor="ffff99"><table
width="172" border="0" cellpadding="0" cellspacing="0"><tr><td height="38"
align="center" valign="middle"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span
class="style23">Thornham</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">£
985,000</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">REF:
BUR300114</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">For
Sale</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23" name="MoreInfo"
id="MoreInfo"><a target="_top"
href="PropertyDisplay.asp?PropertyReference=BUR300114">More
Info</a></span></strong></div></td></tr></table></td><td width="400"
valign="top" bgcolor="ffff99"><div align="left"><img width="250"
height="200"
SRC="http://www.bedfords.co.uk/pages/search/images/BUR3001142.JPG" /><br
/></div></td></tr><tr><td width="400" valign="top" bgcolor="ffff99"><div
align="justify"><font size="2" face="Geneva, Arial, Helvetica,
sans-serif"><br />An impressive Lutyens-style 7 bed house with delightful
mature gardens of 1.34 acres (S.T.S.). Built in 1905 in local stone and
retaining Arts & Crafts features.</font></div></td></tr></table><br
/><hr /><br /><p></p><table width="100%" border="0" cellspacing="0"
cellpadding="0"><tr><td width="216" rowspan="2" bgcolor="ffff99"><table
width="172" border="0" cellpadding="0" cellspacing="0"><tr><td height="38"
align="center" valign="middle"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span
class="style23">Boughton</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">£
795,000</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">REF:
BUR300368</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">For
Sale</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23" name="MoreInfo"
id="MoreInfo"><a target="_top"
href="PropertyDisplay.asp?PropertyReference=BUR300368">More
Info</a></span></strong></div></td></tr></table></td><td width="400"
valign="top" bgcolor="ffff99"><div align="left"><img width="250"
height="200"
SRC="http://www.bedfords.co.uk/pages/search/images/BUR3003686.JPG" /><br
/></div></td></tr><tr><td width="400" valign="top" bgcolor="ffff99"><div
align="justify"><font size="2" face="Geneva, Arial, Helvetica,
sans-serif"><br />A period farmhouse dating in part from the 17th century
with stables and around 7 acres (s.t.s.) situated between Downham Market and
Swaffham.</font></div></td></tr></table><br /><hr /><br /><p></p><table
width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="216"
rowspan="2" bgcolor="ffff99"><table width="172" border="0" cellpadding="0"
cellspacing="0"><tr><td height="38" align="center" valign="middle"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">Rattlesden, Bury St
Edmunds</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">£
760,000</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">REF:
BSE400520</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">For
Sale</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23" name="MoreInfo"
id="MoreInfo"><a target="_top"
href="PropertyDisplay.asp?PropertyReference=BSE400520">More
Info</a></span></strong></div></td></tr></table></td><td width="400"
valign="top" bgcolor="ffff99"><div align="left"><img width="250"
height="200"
SRC="http://www.bedfords.co.uk/pages/search/images/BSE4005203.JPG" /><br
/></div></td></tr><tr><td width="400" valign="top" bgcolor="ffff99"><div
align="justify"><font size="2" face="Geneva, Arial, Helvetica,
sans-serif"><br />Superb grade II listed oak-framed country house in a 3.25
acre (sts) landscaped garden setting. Updating required with accommodation
briefly comprising three reception rooms, conservatory, four/five bedrooms,
separate guest cottage, games room and
outbuildings.</font></div></td></tr></table><br /><hr /><br /><p></p><table
width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="216"
rowspan="2" bgcolor="ffff99"><table width="172" border="0" cellpadding="0"
cellspacing="0"><tr><td height="38" align="center" valign="middle"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span
class="style23">Stowbridge</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">£
750,000</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">REF:
BUR300118</span></strong></div></td></tr><tr><td
height="19"></td></tr><tr><td height="38"
background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23">For
Sale</span></strong></div></td></tr><tr><td height="19"></td></tr><tr><td
height="38" background="http://www.bedfords.co.uk/images/newbutton.jpg"><div
align="center"><strong><span class="style23" name="MoreInfo"
id="MoreInfo"><a target="_top"
href="PropertyDisplay.asp?PropertyReference=BUR300118">More
Info</a></span></strong></div></td></tr></table></td><td width="400"
valign="top" bgcolor="ffff99"><div align="left"><img width="250"
height="200"
SRC="http://www.bedfords.co.uk/pages/search/images/BUR3001182.JPG" /><br
/></div></td></tr><tr><td width="400" valign="top" bgcolor="ffff99"><div
align="justify"><font size="2" face="Geneva, Arial, Helvetica,
sans-serif"><br /> In a splendid parkland site of around 4.5 acres (sts), a
gracious, well-proportioned country house retaining many of its quality
features. Convenient for King's Lynn and Downham Market.

</font></div></td></tr></table><br /><hr /><br /></body></html>
Back to top
Login to vote
Jethro

External


Since: May 26, 2005
Posts: 5



(Msg. 8) Posted: Fri May 27, 2005 10:23 am
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"David Phillip Oster" <oster.DeleteThis@ieee.org> wrote in message
news:oster-70895B.09250926052005@newssvr13-ext.news.prodigy.com...
> In article <d74k37$f22$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com>,
> "Jethro" <Jethro_uk.DeleteThis@hotmail.com> wrote:
>
> > could anyone tell me why the HTML generated from an XSL/XML merge would
not
> > display on an apple Mac.
> >
> > http://www.bedfords.co.uk/pages/search/search.asp (and just click
"search")
> >
> > The page works fine on IE5,IE6, Mozilla and Firefox.
>
> The title of your posting has a typo in it. "MAC" refers to hardware
> ethernet addresses. Apple's computers are never "MAC", sometimes "Mac",
> but "Macintosh" is preferred.
>
> You have errors in your generated HTML. The initial search works fine in
> Safari, but after the initial results page, the links for the "New
> Search" and "Next 5" buttons have typos in them:
>
> http://www.bedfords.co.uk/pages/search/1Search.asp
> should be:
> http://www.bedfords.co.uk/pages/search/Search.asp
>
> and:
> http://www.bedfords.co.uk/pages/search/1PropertySearch.asp?Params=0-1-3
> should be:
> http://www.bedfords.co.uk/pages/search/PropertySearch.asp?Params=0-1-3
>
> (Note the extra "1" after the last slash.)
>
> Looking at the source for the bottom frame reveals that you are sending:
>
> <a href=1PropertySearch.asp?Params=0-1-3 target="_top">
>
> This is not valid HTML. It should be:
>
> <a href="PropertySearch.asp?Params=0-1-3" target="_top">

Hopefully all fixed. However it was the centre frame causing the problems.


>
> Please use an HTML validator, like <http://validator.w3.org/>.

No excuse not to, sorry ...
> --
> David Phillip Oster
Back to top
Login to vote
Jethro

External


Since: May 26, 2005
Posts: 5



(Msg. 9) Posted: Fri May 27, 2005 2:05 pm
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Clark S. Cox III" <clarkcox3.DeleteThis@gmail.com> wrote in message
news:2005052709442916807%clarkcox3@gmailcom...
> On 2005-05-27 06:08:07 -0400, "Jethro" <Jethro_uk.DeleteThis@hotmail.com> said:
>
> >>>
> >>> could anyone tell me why the HTML generated from an XSL/XML merge
would
> > not
> >>> display on an apple Mac.
> >>
> >> That is because your page is not valid HTML. See:
> >>
> >>
> >
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bedfords.co.uk%2Fpages%2
> > Fsearch%2Fsearch.asp>
> >>
> >> http://www.bedfords.co.uk/pages/search/search.asp
> >>
> >
> > HTML now valid !
>
> You fixed the frameset page, but the actual frames are still invalid,
> as is the search results pages, etc.

Imperfect HTML aside, I managed to get it to work. I left out an
"xsl:output=html" declaration, which seemed to upset the Macintosh browsers.

However I'll get to work fixing the other errors.
Back to top
Login to vote
Paul

External


Since: May 31, 2005
Posts: 1



(Msg. 10) Posted: Tue May 31, 2005 9:09 pm
Post subject: Re: Any tame MAC users out there ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Phillip Oster wrote:

> The title of your posting has a typo in it. "MAC" refers to hardware
> ethernet addresses. Apple's computers are never "MAC", sometimes "Mac",
> but "Macintosh" is preferred.
>

Oh get a life, we all know what he means.

Paul
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[BINDINGS] NSTableView vs. NSUserDefaultsController - I've already posted the following message to Apple's cocoa-dev mailing list, so if you subscribe to that list or are a regular reader of CocoaBuilder.com, you've already seen this. I'm posting here since I've appeared to have violated list..

[ANN] ADHOC/MacHack sessions announcement & the Transition.. - Apple is moving to Intel -- Don't Panic! Come to ADHOC and learn what developers need to do. Held in Dearborn, Michigan from July 27th through 31st (a little over a month after WWDC), ADHOC has always been focused on giving developers the edge when i...

Use of stty - Has anyone here used stty to set the baud rate of a serial port in a script or just from the command line ? I am trying to use "screen <ser port path>" which gives you a serial (VT100) terminal through the selected port. In my case I am...

NSData's +dataWithContentsOfFile - Hi, I'm considering using Cocoa rather than Carbon... How do I init an NSData object with data from a file *but* only from x bytes in with a length of y bytes into the file? I don't want to read the whole file into one data object then copy x bytes..

Question Regarding Key Windows - I am just learning Mac programming (coming over from .NET on Windows & Web), and I was going through "Introduction to Developing Cocoa Objective-C Applications: A Tutorial". In it, Apple says, "Key windows respond to key presses for an...
       Mac (Home) -> General Discussion All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact