RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
] Sent: Friday, October 11, 2013 10:41 PM To: Jens Alfke Cc: Rufat A. Abdullayev; Cocoa-dev Subject: Re: collection of applications Seem to me that you are considering making an enterprise single sign-on portal. Of course you can combine everything into a single app, but a more graceful solution

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
-guidelines-annotated-explained So only enterprise apps could install apps, right? From: Quincey Morris [mailto:quinceymor...@rivergatesoftware.com] Sent: Monday, October 14, 2013 8:14 AM To: Rufat A. Abdullayev Cc: Cocoa-dev Subject: Re: collection of applications On Oct 13, 2013, at 21:06 , Rufat

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
The problem is all our apps are with GUI So probably I will not be able to use NSTask in that case From: Maxthon Chan [mailto:xcvi...@me.com] Sent: Monday, October 14, 2013 8:23 AM To: Rufat A. Abdullayev Cc: Jens Alfke; Cocoa-dev Subject: Re: collection of applications NSTask. Also you can

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
From: Maxthon Chan [mailto:xcvi...@me.com] Sent: Monday, October 14, 2013 8:30 AM To: Rufat A. Abdullayev Cc: Jens Alfke; Cocoa-dev Subject: Re: collection of applications You can use a model like this, with a SSO portal app and a bunch of apps that requires it: When the portal itself is casually

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
That's interesting! How could I call auxiliary executables ? Are they visible on springboard? I need to dig more into that From: Maxthon Chan [mailto:xcvi...@me.com] Sent: Monday, October 14, 2013 8:35 AM To: Rufat A. Abdullayev Cc: Quincey Morris; Cocoa-dev Subject: Re: collection

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
Yeah really! What a pity :( So only URL scheme or included libraries From: Maxthon Chan [mailto:xcvi...@me.com] Sent: Monday, October 14, 2013 8:41 AM To: Rufat A. Abdullayev Cc: Quincey Morris; Cocoa-dev Subject: Re: collection of applications That is NOT visible on Springboard and they have

RE: collection of applications

2013-10-13 Thread Rufat A. Abdullayev
Thank you a lot, guys! I highly appreciate your help! Cheers, Ruf From: Maxthon Chan [mailto:xcvi...@me.com] Sent: Monday, October 14, 2013 8:46 AM To: Rufat A. Abdullayev Cc: Quincey Morris; Cocoa-dev Subject: Re: collection of applications URL schemes or just bake in. On Oct 14, 2013, at 12

collection of applications

2013-10-10 Thread Rufat A. Abdullayev
Hello Dear members! I need to collect and manage ios applications on a device for our corporation to single one. For example we have 5 apps and we want to create a new app that will be like a manager(or shell) for all other apps. So I open that app and see there all my existing apps and I

RE: collection of applications

2013-10-10 Thread Rufat A. Abdullayev
I also saw another approach they give a link to app store from application and downloaded other app from App Store separately but managed them from another app like a service ... It’s a pity that I could not get more details on implementation! And I would like to learn out how it could be

[RAA] realtime audio data transfer between two iOS devices

2013-05-29 Thread Rufat A. Abdullayev
Hello dear members! Could you pls help me. I browsed a lot but could not find real answer I'm implementing Voice over IP application. I'm getting output from mic on one iPhone and I would like to send that data in real time to another device (or may be some other device in group chat). I'm

RE: QR code reader/generator SDK

2013-02-07 Thread Rufat A. Abdullayev
was used last year. Don't recall if it also supported QR codes at that time. On Feb 7, 2013, at 12:49 AM, Rufat A. Abdullayev wrote: Hello dear members I have a task for creating QR reader/generator and I would like to ask you an advice is there any free QR codes SDK that do it well and quick

QR code reader/generator SDK

2013-02-06 Thread Rufat A. Abdullayev
Hello dear members I have a task for creating QR reader/generator and I would like to ask you an advice is there any free QR codes SDK that do it well and quick for all iOS devices (including iPhone 5) ? If not could you pls advice me the QR code SDK that works well and exist for iOS, Android

Image manipulation/composition library

2012-11-21 Thread Rufat A. Abdullayev
Hello all Do anybody know is there a free image composition library like this one - http://www.ideveloper.az/index.php?/home/show_appl/raapiccomposer with adding text, rotating, scaling, moving etc. Cheer, RAA ___ Cocoa-dev mailing list

RE: Image manipulation/composition library

2012-11-21 Thread Rufat A. Abdullayev
Hello Alex Thank you for answering I forgot to write that I need library for iOS (iPhone/iPad) devices Thank you a lot -Original Message- From: Alex Zavatone [mailto:z...@mac.com] Sent: Wednesday, November 21, 2012 5:31 PM To: Rufat A. Abdullayev Cc: Cocoa-Dev List Subject: Re

RE: NSTableView display issue

2010-09-23 Thread Rufat A. Abdullayev
Hi Koko I had the same problems (just without using NSSplitView) there I had extra controls dynamically created on a standard UITableViewCell (cells updated after scrolling tableview) The problem gone when I created custom UITableViewCell and build it in IB with needed controls (did KVO

RE: NSTableView display issue

2010-09-23 Thread Rufat A. Abdullayev
I had issue with iPhone (cocoa Touch) not desktop Rufat -Original Message- From: Kyle Sluder [mailto:kyle.slu...@gmail.com] Sent: Thursday, September 23, 2010 8:55 PM To: Rufat A. Abdullayev Cc: k...@highrolls.net; cocoa-dev list Subject: Re: NSTableView display issue On Sep 23

RE: php and cocoa

2010-09-21 Thread Rufat A. Abdullayev
Hi Douglas Here is the example of how to send HTTP request with parameters from cocoa http://deusty.blogspot.com/2006/11/sending-http-get-and-post-from-cocoa.html just make a php script on web server side that reads POST/GET variables sent from cocoa application and output desirable content

why textFieldShouldBeginEditing is called twice in iOS4?

2010-09-08 Thread Rufat A. Abdullayev
Hi All Sorry if that topic is already there in the mailing list (actually I could not find it) I noted that textFieldShouldBeginEditing of an UITextField called twice in iOS4. This is probably bug in iOS4 b/c I have this event called one in prev versions of iOS Though I found work-around

Compress/decompress NSStrings or NSData

2010-09-08 Thread Rufat A. Abdullayev
Hello All Sorry if that topic already is in the list. I just could not find it I need simple solution for compressing/decompressing NSData or NSString using only standard tools and libs I'm planning to compress JSON data on web server side and decompress it on iphone side I googled for