HTML and CSS Reference
In-Depth Information
Figure 4-3.
Selecting the local machine for debugging
Figure 4-4.
Updating an application tile
■
You may not be able to find the tile on the Start menu if you have been using the simu-
lator. If this is the case, search for the app by typing the first few letters of its name. Clicking the
small search result icon will cause the tile to appear. If that doesn't work, then reboot and start
the application locally, making sure not to start the simulator.
Tip
Updating Wide Tiles
The technique I showed you in the previous section is useful if you want to be able to update
the square
or
the wide tile for your application. But, unless you have very specific presentation
needs for your data, you should provide updates for both square and wide tiles since you have
no idea which your users will select.
To update both tile sizes, you need to combine two XML templates to create a single frag-
ment that contains both updates. In this section, I am going to combine the
tileSquareText03
and
tileWideBlockAndText01
templates. The wide template has a couple of additional fields,
which I will use to display the number of stores that the user has to visit to get all of the items on
the grocery list. You can see what I am aiming to produce in Listing 4-7—a fragment that follows
the same format as a single template but that combines two
binding
elements.
Listing 4-7.
Composing a Single XML Fragment
<tile>
<visual lang="en-US">
<binding template="TileSquareText03">
<text id="1">Apples</text>
<text id="2">Hotdogs</text>
<text id="3">Soda</text>

Search WWH ::

Custom Search