Cocoa: Making an editable bubble Hardware and Software macOS by Agnusmaximus …amp;imgrefurl=http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/XcodeWorkspace/100-The_Text_Editor/text_editor.html&usg=__tzUerpkyaa1hAhy4AIx5q3ncRqE…amp;imgrefurl=http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/XcodeWorkspace/100-The_Text_Editor/text_editor.html&usg=… Cocoa:Editable Bubble help! Programming Software Development by Agnusmaximus …amp;imgrefurl=http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/XcodeWorkspace/100-The_Text_Editor/text_editor.html&usg=__tzUerpkyaa1hAhy4AIx5q3ncRqE…amp;imgrefurl=http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/XcodeWorkspace/100-The_Text_Editor/text_editor.html&usg=… Re: output +++++++ Programming Software Development by dwks …, GCC defaults to a [url=http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/C-Extensions.html]GNU C[/url… by default, which is [url=http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Standards.ht]not the same thing… Re: Command-line arguments? Programming Software Development by gerard4143 Try this link. It discusses 16 bit programming with nasm [url]http://developer.apple.com/mac/library/documentation/DeveloperTools/nasm/nasmdoc7.html[/url] Re: External js issues - Please help Programming Web Development by sde_sal … right. I cant see my file in the IE->DeveloperTools->Scripts->Dropdown arrow as you suggested. But i… Re: read web page by c++ Programming Software Development by Stefano Mtangoo Pritaeas is right http://aws.amazon.com/developertools Re: Cocoa: Making an editable bubble Hardware and Software macOS by dioioib you might be talking about an NSTextView which contains Tokens or a TokenField. Look up this in the Apple API and see if this offers the functionality you need. I would recommend using an NSMutableString to hold your data as the values are stored in a comma separated syntax. [url]http://developer.apple.com/library/mac/#documentation/Cocoa/…