**** BEGIN LOGGING AT Mon Feb 20 03:00:00 2012 Feb 20 13:10:36 hello. how many views can a pane have without having performance issues? i`m coding for hp touchpad, not webapp Feb 20 17:54:49 burg: probably depends more on what you put in them than how many you actually have. XO makes use of a SlidingPane with two Sliding Views, and inside the left hand Slider, there's a Pane with 4 views, and inside one of those views is another Pane with a potentially infinite amount of views, though it's almost always 2 or fewer. Inside the right one are two views. Feb 20 17:55:30 you can have a look at the demo in the catalog Feb 20 18:00:38 EricBlade1, have a look at my case: i have a list of libraries (defined by kind: "LibraryView"), and each library has books (defined by kind: "BookView"). when a user clicks on a book, i am thinking to create a new BookView slide, if not exists, or use the existing one. same for library. i don`t know how many books an user will check in one session, so there might be, after a while, a lot of slides. i want to know if this will affect performance noticeable Feb 20 18:02:11 yeah that's sort of what XO does, if you tap on a folder, it will create a new view, which may have folders or items in it .. if you tap another folder, it creates another new view, and so on. It seems to work pretty well up to 3 deep, but I haven't actually created a system that nests any more than that Feb 20 18:02:48 at some point, by your own folder organization, you will be forced to either go back, or start at the beginning, which clears out all the created views Feb 20 18:04:52 EricBlade1, i am not going to use slide in slide, i will just need a lot of slides with books and libraries (created the first time an user visits them) Feb 20 18:09:08 EricBlade1, or maybe a method to reuse the libraryview and bookview, but i don`t really know how because different libraries have different css (based on one parameter), and i want the slide transition from one to another (right to left) Feb 20 18:09:32 maybe two views for library, two for book, and use next the book/library view that is not selected? Feb 20 18:10:14 yeah that is part of why i nested several views in xo, for "Back" history and for the ability to animate between Feb 20 19:56:29 EricBlade1, can you give me an url for the catalog? Feb 20 22:25:11 burg: umm.. i thought you had a touchpad Feb 20 22:25:51 ah, shure. i thought you are talking about some website Feb 20 22:26:13 nope, XO is an App catalog app. there's a free demo version **** ENDING LOGGING AT Tue Feb 21 02:59:58 2012