You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/03/29 19:21:49 UTC

svn commit: r928838 - in /pivot/trunk/tutorials: src/org/apache/pivot/tutorials/databinding/ src/org/apache/pivot/tutorials/layout/ src/org/apache/pivot/tutorials/navigation/ www/ www/windows/

Author: gbrown
Date: Mon Mar 29 17:21:49 2010
New Revision: 928838

URL: http://svn.apache.org/viewvc?rev=928838&view=rev
Log:
Minor tutorial cleanup.

Modified:
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/databinding/data_binding.wtkx
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/layout/table_panes.wtkx
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/address.wtkx
    pivot/trunk/tutorials/www/data-binding.xml
    pivot/trunk/tutorials/www/platform-overview.xml
    pivot/trunk/tutorials/www/windows.xml
    pivot/trunk/tutorials/www/windows/windows.png

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/databinding/data_binding.wtkx
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/databinding/data_binding.wtkx?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/databinding/data_binding.wtkx (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/databinding/data_binding.wtkx Mon Mar 29 17:21:49 2010
@@ -23,7 +23,7 @@ limitations under the License.
         <Border styles="{padding:6}">
             <content>
                 <BoxPane orientation="vertical" styles="{spacing:10, fill:true}">
-                    <Form wtkx:id="form">
+                    <Form wtkx:id="form" styles="{showFlagIcons:false}">
                         <sections>
                             <Form.Section>
                                 <Label wtkx:id="sourceLabel" Form.label="Source" styles="{font:{italic:true}}"/>

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/layout/table_panes.wtkx
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/layout/table_panes.wtkx?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/layout/table_panes.wtkx (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/layout/table_panes.wtkx Mon Mar 29 17:21:49 2010
@@ -93,9 +93,9 @@ limitations under the License.
                 </Border>
             </left>
             <right>
-                <Border styles="{padding:10}">
+                <Border styles="{padding:4}">
                     <content>
-                        <Form>
+                        <Form styles="{showFlagIcons:false}">
                             <sections>
                                 <Form.Section>
                                     <Checkbox Form.label="Show horizontal grid lines" selected="true">

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/address.wtkx
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/address.wtkx?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/address.wtkx (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/address.wtkx Mon Mar 29 17:21:49 2010
@@ -16,7 +16,8 @@ See the License for the specific languag
 limitations under the License.
 -->
 
-<Form xmlns:wtkx="http://pivot.apache.org/wtkx"
+<Form styles="{showFlagIcons:false}"
+    xmlns:wtkx="http://pivot.apache.org/wtkx"
     xmlns="org.apache.pivot.wtk">
     <sections>
         <Form.Section>

Modified: pivot/trunk/tutorials/www/data-binding.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/www/data-binding.xml?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/www/data-binding.xml (original)
+++ pivot/trunk/tutorials/www/data-binding.xml Mon Mar 29 17:21:49 2010
@@ -70,7 +70,7 @@ limitations under the License.
         </p>
 
         <application class="org.apache.pivot.tutorials.databinding.DataBinding"
-            width="420" height="280">
+            width="430" height="280">
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: pivot/trunk/tutorials/www/platform-overview.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/www/platform-overview.xml?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/www/platform-overview.xml (original)
+++ pivot/trunk/tutorials/www/platform-overview.xml Mon Mar 29 17:21:49 2010
@@ -338,13 +338,19 @@ limitations under the License.
             </li>
             <li>
                 <p>
-                    <b>MenuPopup</b> - A "popup" window that is used to present a menu to the user.
+                    <b>MenuPopup</b> - A popup window that is used to present a menu to the user.
                     It can be used stand-alone as a context menu, but is also used by other
                     components including <tt>MenuBar</tt> and <tt>MenuButton</tt>.
                 </p>
             </li>
             <li>
                 <p>
+                    <b>SuggestionPopup</b> - A popup window that provides "auto-complete"
+                    functionality for a text input.
+                </p>
+            </li>
+            <li>
+                <p>
                     <b>Palette</b> - A floating tool palette window.
                 </p>
             </li>

Modified: pivot/trunk/tutorials/www/windows.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/www/windows.xml?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
--- pivot/trunk/tutorials/www/windows.xml (original)
+++ pivot/trunk/tutorials/www/windows.xml Mon Mar 29 17:21:49 2010
@@ -89,13 +89,19 @@ limitations under the License.
             </li>
             <li>
                 <p>
-                    <b>MenuPopup</b> - A "popup" window that is used to present a menu to the user.
+                    <b>MenuPopup</b> - A popup window that is used to present a menu to the user.
                     It can be used stand-alone as a context menu, but is also used by other
                     components including <tt>MenuBar</tt> and <tt>MenuButton</tt>.
                 </p>
             </li>
             <li>
                 <p>
+                    <b>SuggestionPopup</b> - A popup window that provides "auto-complete"
+                    functionality for a text input.
+                </p>
+            </li>
+            <li>
+                <p>
                     <b>Palette</b> - A floating tool palette window.
                 </p>
             </li>
@@ -123,7 +129,7 @@ limitations under the License.
         </p>
 
         <p>
-            The following sample application demonstrates each of these window types. It creates
+            The following sample application demonstrates many of these window types. It creates
             three top-level frames, each of which contains buttons for launching several other
             window types:
         </p>

Modified: pivot/trunk/tutorials/www/windows/windows.png
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/www/windows/windows.png?rev=928838&r1=928837&r2=928838&view=diff
==============================================================================
Binary files - no diff available.