1.- I've checked out the code and I had to enclose between literal("") the
css rules starting with '-' in the AppLayoutImpl.ui.xml in order to make it
compile ie:
background: -moz-linear-gradient(#eaeaea, #fafafa);
background: literal("-moz-linear-gradient(#eaeaea, #fafafa)");
2.- The places seems to work ok, the messages viewer is not being displayed
after clicking on any folder so I couldn't test the issue you say
3.- You can comment the CachingDispatchAsync lines which prevent parallel
requests so as you dont get errors right now. We can get ride of these
parallel executions in the future.- Manolo On Mon, Jul 2, 2012 at 10:20 PM, echo <[email protected]> wrote: > Now the inbox activity is working, the only problem is that I must click > the refresh button after click the inbox folder.(Even though I put the code > "display.reloadData()" ). If this issue can be solved, the other folders > will follow the INBOX folder's method. > I want to use MailInboxPlace(#inbox) to represent the URL root, and > distinguish each folder with their names, which will be MailInboxPlace's > token, e.g., > [http://hupa.demo/#inbox:important]. And then each folder will be a Place > Unit with their items, e.g., [http://hupa.demo/#important:23] will > display the 23th mail in the IMPORTANT folder. > Next I will add more activities like NEW, REPLY, FORWARD, etc. > > On Mon, Jul 2, 2012 at 7:18 PM, Manuel Carrasco Moñino > <[email protected]>wrote: > >> Ok Echo, so now that your connection problems have been fixed and until >> the >> mid-term day, please report every day and commit your code every daty as >> well (although it was broken), >> >> -- > *echo* >
