Toolbar Template Image help

2015-09-23 Thread Costas Chatzinikolas
Hi everyone. I want to design my toolbar icon images for my segmented control and i want to start from somewhere. Does any of you have a template image for a toolbar icon to share? I did a lot of search but i could not find a template to download. I am using XCode 7 in Yosemite. Thanks a lot. _

Voice capture and transfer via network

2014-08-29 Thread Costas Chatzinikolas
Hi everybody, i am trying to build a network application. So far i managed to transfer data through a TCP connection by using CocoaAsyncSocket class. However i want to experiment with capturing the user's voice slicing it into small udp packets and transfer it via a UDP connection. And i want to

Re: Problem with distributed objects in GUI cocoa apps

2014-04-30 Thread Costas Chatzinikolas
I am just experimenting with networking. I am trying to build small apps to get the inside. I firtsly thougth that Distributed Objects and remote procedure calling was the more elegant way to communicate over a LAN. Then i found that Distributed Objects won't work on iOS. I am still in the search

Re: Problem with distributed objects in GUI cocoa apps

2014-04-30 Thread Costas Chatzinikolas
So if i want to create two apps (one for Mac OS X - one for iOS) that speak to each other, i have to use sockets. Am i correct? 2014-04-30 17:16 GMT+03:00 Jens Alfke : > > On Apr 29, 2014, at 11:49 PM, Costas Chatzinikolas < > costas.chatziniko...@gmail.com> wrote: > > O

Re: Problem with distributed objects in GUI cocoa apps

2014-04-29 Thread Costas Chatzinikolas
-24 8:32 GMT+03:00 Charles Srstka : > On Mar 30, 2014, at 3:28 AM, Costas Chatzinikolas < > costas.chatziniko...@gmail.com> wrote: > > > Hi everyone, > > > > i recently made a set of 2 command lines apps in Cocoa, that use > > Distributed objects to communicat

Problem with distributed objects in GUI cocoa apps

2014-04-23 Thread Costas Chatzinikolas
Hi everyone, i recently made a set of 2 command lines apps in Cocoa, that use Distributed objects to communicate. In fact, the first app is the client that sends a message, the second app is the server the vends the object. Everything works ok!!! Then i tried to make these 2 apps GUI based. I use