Note that there are some explanatory texts on larger screens.

plurals
  1. POErroring with Bundle of HTML Pages
    text
    copied!<p>I am trying to create a tree structure that is more than 3 levels (Bundle Cover -> Bundled Cards -> Menu Items) by using HTML pages.</p> <p>I have a bundle of cards with a cover that displays appropriately all using <code>setText()</code>.</p> <p>Then I changed one of the cards to <code>setHtml()</code> instead of <code>setText()</code> and used the HTML template from the playground to test.</p> <p>Then I added HTML pages to that card using an <code>ArrayList&lt;String&gt;</code>. Using the playground, I get the card below. When I access on Glass, I get "Stopped unexpectedly."</p> <p>This is definitely a bug but I want to know if there is plans to allow this 4 level tree (Bundle Cover -> HTML Cover -> HTML Pages -> Menu Items).</p> <pre><code>{ "kind": "mirror#timelineItem", "id": "b599da0d-494c-4ac9-ac24-bb5bddc1a209", "bundleId": "customBundle", "created": "2013-06-12T17:32:30.636Z", "updated": "2013-06-12T17:32:30.636Z", "etag": "\"r3ghbVW9Rp1kDP4UexS05_pFx4E/T3Df9IBGUombFb5U_Y1rda4CWwM\"", "html": "&lt;article&gt;\n &lt;section&gt;\n &lt;div class=\"text-x-large\"&gt;\n &lt;p class=\"yellow\"&gt;8:00&lt;sub&gt;PM&lt;/sub&gt;&lt;/p&gt;\n &lt;p&gt;Dinner with folks tonight&lt;/p&gt;\n &lt;/div&gt;\n &lt;/section&gt;\n &lt;footer&gt;\n &lt;div&gt;Their place&lt;/div&gt;\n &lt;/footer&gt;\n&lt;/article&gt;\n", "htmlPages": [ "&lt;article&gt;\n &lt;section&gt;\n &lt;table class=\"align-justify\"&gt; \n &lt;tbody&gt;\n &lt;tr&gt;\n &lt;td&gt;AAPL&lt;/td&gt;\n &lt;td&gt;503.73&lt;/td&gt;\n &lt;td class=\"red\"&gt;-16.57 (3.18%)&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr&gt;\n &lt;td&gt;AMZN&lt;/td&gt;\n &lt;td&gt;274.03&lt;/td&gt;\n &lt;td class=\"green\"&gt;+6.09 (2.27%)&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr&gt;\n &lt;td&gt;GOOG&lt;/td&gt;\n &lt;td&gt;727.58&lt;/td&gt;\n &lt;td class=\"red\"&gt;-12.41 (1.68%)&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/section&gt;\n&lt;/article&gt;\n", "&lt;article&gt;\n &lt;section&gt;\n &lt;ul class=\"text-x-small\"&gt;\n &lt;li&gt;Gingerbread&lt;/li&gt;\n &lt;li&gt;Chocolate Chip Cookies&lt;/li&gt;\n &lt;li&gt;Tiramisu&lt;/li&gt;\n &lt;li&gt;Donuts&lt;/li&gt;\n &lt;li&gt;Sugar Plum Gummies&lt;/li&gt;\n &lt;/ul&gt;\n &lt;/section&gt;\n &lt;footer&gt;\n &lt;p&gt;Grocery list&lt;/p&gt;\n &lt;/footer&gt;\n&lt;/article&gt;\n" ], "menuItems": [ { "action": "REPLY" }, { "id": "moreInfo", "action": "CUSTOM", "values": [ { "displayName": "Get More Info", "iconUrl": "https://MYAPP.appspot.com/static/images/drill.png" } ] }, { "action": "TOGGLE_PINNED" } ], "notification": { "level": "DEFAULT" } } </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload