<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; Cascades UI</title>
	<atom:link href="http://devblog.blackberry.com/tag/cascades-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 08:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; Cascades UI</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>Beta 2 Updates to the Cascades UI Framework</title>
		<link>http://devblog.blackberry.com/2012/07/cascades-ui-framework-beta-2-updates/</link>
		<comments>http://devblog.blackberry.com/2012/07/cascades-ui-framework-beta-2-updates/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 16:12:16 +0000</pubDate>
		<dc:creator>Alex Kinsella</dc:creator>
				<category><![CDATA[Cascades]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[beta 2]]></category>
		<category><![CDATA[Cascades framework]]></category>
		<category><![CDATA[Cascades UI]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=10217</guid>
		<description><![CDATA[Discussing the new features and improvements in Beta 2 of the Cascades UI framework.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10217&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em>Update from Anders about what great new stuff has been added to the Cascades™ UI framework in Beta 2! &#8211; Ed.</em></p>
<p>Cascades Beta 2 continues the path of C++, QT, QML and JavaScript®. You will recognize the UI controls, the event handling, the prepackaged data models and other features. You will also discover a couple of new features and lots of improvements to existing features.</p>
<p>We have also changed many APIs and we’ve provided you with a porting guide to help you upgrade your app from Beta 1 to Beta 2.</p>
<p>I’ve listed what I think are the most interesting new features and improvements here:</p>
<h3><strong>ActionBar, TabbedPane and Context Menu</strong></h3>
<p>We noticed that Tabs were very popular for dividing application content, but it wasn&#8217;t always very convenient to move to new pages when switching tabs. In many cases it was just better to stay on the same page but replace the content. Hence we changed the structure of the TabbedPane to allow tabs to work more than actions when needed.</p>
<p><img src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-1.jpg?w=185&#038;h=306" alt="TITLE_IMAGE" width="185" height="306" /> <img title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-2.jpg?w=185" alt="" width="185" /> <img title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-3.jpg?w=185" alt="" width="185" /></p>
<p><span id="more-10217"></span></p>
<p>The general appearance and interaction with the ActionBar, the Action Overflow menu and the Tab Sidebar has improved. We still have some way to go before we reach where we want to be, but you’ll see a major improvement in this release.</p>
<p style="text-align:center;"><img title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-4.jpg?w=244" alt="" width="244" /> <img title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-5.jpg?w=244" alt="" width="244" /></p>
<h3><strong>Application Menu</strong></h3>
<p>If you are a BlackBerry® PlayBook™ tablet user, you probably noticed that the previous version of Cascades didn&#8217;t include the application menu, widely used on the BlackBerry PlayBook tablet. It’s a menu that can be pulled down from the top using a swipe gesture, and we’ve now enabled it in Cascades. You would typically put less commonly-used functionality in the menu, such as application settings and help.</p>
<p><img class="aligncenter size-full wp-image-10220" title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-6.jpg?w=550&#038;h=135" alt="" width="550" height="135" /></p>
<h3><strong>List</strong></h3>
<p>Since Beta 1, we have performed major refactoring of the listview control.</p>
<p>We now have a dedicated GridListLayout. You could do GridLists in Beta 1 as well by messing around with two level lists. However, this workaround is no longer possible, so you should use the dedicated gridlistlayout instead.</p>
<h3><strong>Sheets and Custom Dialogs</strong></h3>
<p>In Beta 1, we had the NavigationPane to create navigational flow. But there was no easy way of creating a modal UI, such as dialogs. In Beta 2 we have added two new concepts the remedy that.</p>
<p>Sheets are the way to put a navigation flow on hold and start a new temporary flow that needs to be finished before the underlying flow can be resumed. For example, if you need the user to edit some forms or compose something before continuing the normal navigational flow, sheets are ideal. They are full screen and can contain a complete navigation history of their own if they need to (i.e. include a NavigationPane or even TabbedPane). They are put on top of any ongoing navigation which cannot continue until the sheet is dismissed.</p>
<p><img class="aligncenter size-full wp-image-10219" title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-7.jpg?w=400&#038;h=294" alt="" width="400" height="294" /></p>
<p>The BlackBerry® 10 platform already contains a bunch of standard system dialogs for the application developer to use. But for cases where an application needs to pop up a completely custom modal dialog, the CustomDialog class can be used. It&#8217;s pretty straightforward &#8212; put whatever UI you want in the dialog and it will be presented on top of existing UI (which will be dimmed out). The user can&#8217;t interact with what&#8217;s behind the dialog until it&#8217;s dismissed.</p>
<h3><strong>Scrolling and pinching</strong></h3>
<p>We have changed a little bit of how scrolling in a container works; one of the reasons being that we also want to make it play well with pinching, panning and rotating content. We have now introduced a separate scroll control handling this &#8212; the ScrollView.</p>
<p>We have enabled scrolling, zooming, panning by just setting a property as well as a full programmatic API to scroll around or zoom in and out in a scrollView.</p>
<h3><strong>Invocation and sharing from the ContextMenu and ActionBar</strong></h3>
<p>With BlackBerry 10, we are continuing the great BlackBerry tradition of connected, deeply integrated Super Apps. And it should be easy to create Super Apps!</p>
<p><img class="aligncenter size-full wp-image-10218" title="" src="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-8.jpg?w=500&#038;h=414" alt="TITLE_IMAGE" width="500" height="414" /></p>
<p>In Beta 1 we showed how easy it is to include ActionItems on the ActionBar or the Context menu by just adding some small fragments of QML. It’s almost as simple to add sharing and invocation actions to your application. Add an invokeActionItem and point out the content to share, and you are more or less good to go.</p>
<h3><strong>Other</strong></h3>
<p>Generally Beta 2 should perform much better than Beta 1. We still have some of work left to get the performance we want, but we are getting there!</p>
<p>We’ve also made sure to include a bunch of new examples for you, and we’ve also updated the existing ones for your cut n’ paste pleasure.</p>
<p>Hopefully you&#8217;ll like the taste of this Cascades dough, and when you put your fingers into it this time, they are going to be less sticky. Let us know what you like and what we should change &#8212; this one is soon going in the oven!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/10217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/10217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10217&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/07/cascades-ui-framework-beta-2-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d0e94a7e96e80d5911732d43f31a39c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alex K.</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-1.jpg" medium="image">
			<media:title type="html">TITLE_IMAGE</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-2.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-3.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-4.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-5.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-6.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-7.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/07/cascades-ui-framework-8.jpg" medium="image">
			<media:title type="html">TITLE_IMAGE</media:title>
		</media:content>
	</item>
		<item>
		<title>Let Us Give Your App a Facelift</title>
		<link>http://devblog.blackberry.com/2012/04/unconference-session/</link>
		<comments>http://devblog.blackberry.com/2012/04/unconference-session/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:32:25 +0000</pubDate>
		<dc:creator>Victoria B</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[BlackBerry 10 Jam]]></category>
		<category><![CDATA[Cascades UI]]></category>
		<category><![CDATA[developer relations]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[Unconference]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=8896</guid>
		<description><![CDATA[Join us at the BlackBerry 10 Jam Unconference for a great session: “Give Your App a Facelift".<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8896&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://rimdevblog.files.wordpress.com/2012/04/6263941486_b8d5c5d227.jpg"><img src="http://rimdevblog.files.wordpress.com/2012/04/6263941486_b8d5c5d227.jpg?w=500&#038;h=333" alt="TITLE_IMAGE" title="6263941486_b8d5c5d227" width="500" height="333" class="aligncenter size-full wp-image-8902" /></a></p>
<p>Last week I told you about the <a href="http://devblog.blackberry.com/2012/04/blackberry-10-jam-unconference/" target="_new">Unconference</a> we’re hosting on May 3, 2012 as part of <a href="http://www.blackberryjamconference.com?IID=E30C015" target="_new">BlackBerry® 10 Jam</a> in Orlando May 1 to 3. The responses here on the Insider BlackBerry Developer’s Blog as well as on CrackBerry, BerryReview and N4BB (not to mention on <a href="http://twitter.com/BlackBerryDev" target="_new">Twitter®</a> and <a href="http://www.facebook.com/BlackBerryDeveloperCommunity" target="_new">Facebook®</a>) have been amazing and I look forward to the polls later this week that will let you choose which sessions you like best. Keep an eye here and on our Facebook and Twitter pages for more information on the voting!</p>
<p>Our Developer Relations team is enlisting the help of some amazing designers for a great session: “Give Your App a Facelift,” which will take an existing app and use the Cascades UI framework to demonstrate how the app could look on the BlackBerry 10 platform. We want developers attending to leave with some great ideas for new UI or design elements.</p>
<p>To submit your app for consideration, please visit the <a href="http://supportforums.blackberry.com/t5/Test-Article-and-Discussion/Application-Facelift-BlackBerry-10-Jam-submissions/td-p/1660465" target="_new">BlackBerry Developer Forums</a>. The Developer Relations team will look at all the apps and choose which ones will receive a facelift and reach out to developers in the coming weeks.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/8896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/8896/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8896&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/04/unconference-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62fb1afd67b75b691d917c08c1d1cb74?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">berryvic</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/04/6263941486_b8d5c5d227.jpg" medium="image">
			<media:title type="html">6263941486_b8d5c5d227</media:title>
		</media:content>
	</item>
	</channel>
</rss>
