UITouch's function locationInView not working with iOS4.2‏ (cont)

2010-11-03 Thread Angelica Grace Tanchico
Hello, Why is it that UITouch's function locationInView not working with iOS4.2? I have a table view with a UISwitch on each cell and added an action for a value change event. It was successfully running with iOS4.1 and below but with iOS4.2, it is not working. According to logs, indexPath.r

UITouch's function locationInView not working with iOS4.2

2010-11-03 Thread Angelica Grace Tanchico
Hello, Why is it that UITouch's function locationInView not working with iOS4.2? I have a table view with a UISwitch on each cell and added an action for a value change event. It was successfully running with iOS4.1 and below but with iOS4.2, it is not working. Do you have any suggestion how

iOS4: VOIP App

2010-07-02 Thread Angelica Grace Tanchico
Hello Again, As stated in iPhone App Programming Guide Document, below are the interfaces that can be used to configure VOIP: - NSInputStream and NSOutputStream - NSURLRequest - CFReadStreamRef and CFWriteStreamRef I just want to clarify if the first two options can support only TCP connectio

RE: iOS4: UDP sockets in the background

2010-06-24 Thread Angelica Grace Tanchico
Hi Robert, Thanks for emphasizing this, but I am really confused. I have a VOIP app. How can I still have network connection in the background when my app uses network-socket connection? Also according to document: In order for your application to maintain a persistent connection while it is i

iOS4: Sockets for VOIP

2010-06-24 Thread Angelica Grace Tanchico
Hello, According to iPhone Application Programming Guide document, In order for your application to maintain a persistent connection while it is in the background, you must configure the sockets used to communicate with your VoIP service. In iPhone OS, most sockets are managed using higher-le

iOS4: UI Update on Background

2010-06-24 Thread Angelica Grace Tanchico
Hello, Based on iPhone Application Programming Guide document: "Avoid updating your windows and views. While in the background, your application’s windows and views are not visible, so you should not try to update them. Although creating and manipulating window and view objects in the backg

iOS4: UDP sockets in the background

2010-06-22 Thread Angelica Grace Tanchico
Hello, Can the new iOS 4 maintain UDP socket connection in the background? Or is it only TCP? Thanks in advance! Regards, Angie _ Hotmail: Free, trusted and rich email service. https://s

SMS Application

2010-04-22 Thread Angelica Grace Tanchico
Hello, Is it possible to integrate iPhone's SMS application to a new application? Not just launching the SMS app (and terminating the calling app) but some kind of SMS as a tab view on a new app? Thanks in advance! :) Angie ___

ABNewPersonViewController and ABPersonViewController background color

2010-01-29 Thread Angelica Grace Tanchico
Hello, Is it possible to change ABNewPersonViewController and ABPersonViewController background color instead of default grey-stripe background? How? Thanks in advance! Regards, Angie

Re: Change background color of UITabBarItem and UITabBar

2010-01-26 Thread Angelica Grace Tanchico
Hi Greg, Thanks for this information. It did change the color of the TabBar. But the other question is still unanswered. Is it possible to change the TabBarItem's image colors? Instead of default gray (when not selected) and blue (when selected)? How? Thanks! Really appreciate it! Regards, A

Change background color of UITabBarItem and UITabBar

2010-01-26 Thread Angelica Grace Tanchico
Hello, Is it possible to change color of UITabBar instead of the default color black? And also is it possible to change background color of UITabBarItem's background color instead of default color blue? If yes, how? Thanks in advance! -Angie _

RE: atanch...@live.com

2009-09-08 Thread Angelica Grace Tanchico
gt; > -jeff > > On Sep 8, 2009, at 10:29 AM, Angelica Grace Tanchico wrote: > > > > > > > The application is Siphon > > > > Angie > > > > > >> > >> Mind if I ask what is the app that you saw doing this? > >> &g

Re: atanch...@live.com

2009-09-08 Thread Angelica Grace Tanchico
The application is Siphon Angie > > Mind if I ask what is the app that you saw doing this? > > Luke > > On Sep 8, 2009, at 3:44 AM, Angelica Grace Tanchico wrote: > > > > > Hello, > > I just want to ask, how can I access/add in my app (if possible) t

atanch...@live.com

2009-09-08 Thread Angelica Grace Tanchico
Hello, I just want to ask, how can I access/add in my app (if possible) the "Favorites" list on the iPhone Phone app? I saw an application that has synchronized Favorites list with theiPhone Phone app. Is it possible to access the Favorites list and be able to modify the list? Thanks in advance!

Wake Up an iPhone

2008-12-23 Thread Angelica Grace Tanchico
Hello,I have tried looking for a way (code) on how to "unsleep" the iPhone but I could not find any.I am developing a VOIP app. So far so good but I have a little problem. After my app is loaded, run and turned to sleep,then, when a call is received, the phone rings but the screenis still down