Re: how do I make chat bubbles using a custom cell
Re: how do I make chat bubbles using a custom cell
- Subject: Re: how do I make chat bubbles using a custom cell
- From: TARUN CHAPLOT <email@hidden>
- Date: Thu, 17 Jul 2008 04:27:17 -0700 (PDT)
Hello Everyone
Thanks for the great response and good guidance.
Some of the stuff I do not understand as I am very new to this programming.
But still I am trying my best to read as much as ossible.
I am following the idea that one of you suggested regarding the webview.
So I am using webview and by using .css file I am putting the html contents and bubble.
Now my another query is when I type a text into a textfield and press the send button how it comes on the same window with a bubble background.
So far I am only getting a webview on window with a textfield and the colour of view is according to css file.
I think I need to use some observer and notification as well.
Sorry if I am unclear in explaining.
Please guide me further so that I can reach my detination.
Thank you all helping hands.
Regards
Tarun
----- Original Message ----
From: chaitanya pandit <email@hidden>
To: TARUN CHAPLOT <email@hidden>
Cc: email@hidden
Sent: Wednesday, July 16, 2008 11:22:11 PM
Subject: Re: how do I make chat bubbles using a custom cell
One idea would be to create an NSBezierPath with the shape of the chat
bubble, once u have it you can use the CTGradient calss's [gradient
fillBezierPath] method to fill it with an aqua look.
The CTGradient project is here: http://blog.oofn.net/2006/01/15/gradients-in-cocoa/
On 15-Jul-08, at 11:08 PM, TARUN CHAPLOT wrote:
> Hello Everyone
>
> I am very new to objective C and working on some application which
> needs to create Chat bubbles similar to iChat.
> Can anybody help me to find some documentation or the sample code
> which will help me to make chat bubbles using custom cell.
>
> Any help would be greatly appreciated.
>
> Thanks
> Tarun
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden