Search results

  1. N

    circular shaped text container

    I searched aloooot in the net. still it wasnt useful. i tried subclasssing NSTextContainer and overloading - (NSRect)lineFragmentRectForProposedRect:(NSRect)proposedRect sweepDirection:(NSLineSweepDirection)sweepDirection movementDirection: (NSLineMovementDirection)movementDirection...
  2. N

    circular shaped text container

    Hi guyz.. I want to change the shape of the textcontainer in cocoa. that is i want to have the circular shaped text container. i red the documentation related to text container. but cudnt do it! can any 1 give me the code for that??? plzz help me.... thans in advance
  3. N

    sending email thru URL encoding or NSMailDelivery

    hi.. actully i am working for a company. Now i hav been a project wher i have to send mail to client. body of the mail will be ther in the textview. as soon as i click send button in my application, it shud silently send the mail to the respective email ids. this is what i wanted.... please...
  4. N

    sending email thru URL encoding or NSMailDelivery

    ok...then how to send the mail programatically in cocoa? i hope atleast others unstud my problem...
  5. N

    sending email thru URL encoding or NSMailDelivery

    I found many people in the net searching solution for the same problem.i think for mac u don get enough help tooo..so if at all if u reply here it wud help 1000 others... Thankx in advance...
  6. N

    sending email thru URL encoding or NSMailDelivery

    -Hi.. Thank u for ur help... In windows when i used smtp method i did not find any problem.it worked very well. but in mac NSMailDelivery returns No even though MAIL.app is configed proply.. since i am working on automatic mail delivery, URL encoding does not seem to work becoz it asks...
  7. N

    sending email thru URL encoding or NSMailDelivery

    hi frens.. i have the problem in sending the email thru the code in cocoa. my problem is; i have encoded URL proply with subject,to etc. and i have used NSWorkspace openurl to send the mail. but it opens apple mail and waits for user to press send. but i want to send silently without user...
  8. N

    Help:Simple HTML Parser

    Thank u guyz! i wrote my own code. it works fine..! if u wrote code plz put it here..so that i can learn compare...
  9. N

    Change default email client

    hi.. How to change the default email client application programatically using cocoa???
  10. N

    Help:Simple HTML Parser

    hi! i am new to cocoa/mac. I need a simple program in cocoa which extracts all the <a href> tags content. I have to USE following classes: NSURL,NSURLDownload,NSXMLParser I have written a small program which crashes few times.so i need better code please help me
Back
Top