Problem managing BLOB containing images

2010-09-13 Thread Andrea Mattiuz
I have problems with download and upload blob data in my iPhone app using Sqlite. Everything seems to be ok if I insert the photos in the blob field with SQLite manager: I can read the image and manage it with my app. When I export the table to xml with the SQLite manager's feature, it creates a

drawing a table in pdf

2010-08-23 Thread Andrea Mattiuz
Hi, I'm wondering how to draw a pdf document inside my iPad app that contains a multicolumn table. This table has many lines, always in a different number, dependent on the program logic. Does anyone know somenting about it? Thanks in advance, Andrea ___

Re: managing split view iPad

2010-07-20 Thread Andrea Mattiuz
On Jul 20, 2010, at 4.53 PM, Michael Babin wrote: >I'm picturing a set-up like the one used by the Settings app on the iPad, having a split view with a table view on the left and a navigation view on the right. Selecting an item in the table view on the left sets a new "root view" in the navig

Re: managing split view iPad

2010-07-20 Thread Andrea Mattiuz
010, at 1.55 PM, Michael Babin wrote: >Instead of -[UINavigationController pushViewController:animated:], use - [UINavigationController setViewControllers:animated:] when you want to "reset" the view controller stack. > >On Jul 20, 2010, at 3:08 AM, Andrea Mattiuz wrote: > >

Re: managing split view iPad

2010-07-20 Thread Andrea Mattiuz
thank you mmalc for the tip, but I don't have a navigation controller in the view xib file that I will charge, because I have an only navigation controller on the right side, declarated on the MainView xib file, an I work changing it. When I tap on the left side I modified the controller with thi

managing split view iPad

2010-07-19 Thread Andrea Mattiuz
hi all, I can't manage the change of a navigation controller on the right side of a split view application (iPad) after a tap on the left side. The behavior of this app would be similar to the 'settings' app in the iPad simulator. any suggestions or examples would be very appreciated. Thanks! A

Navigation controller management

2010-07-15 Thread Andrea Mattiuz
I'm developing an i Pad split view application, and I have to manage a navigation controller on the right side from the root view controller on the left side. I can add many views but I can't reset the navigation controller, so even if i tap on the master pane I only add new views and I can't r