Lab 2: Interface Building User Interface Lab: GUI Lab Sep. 4 th, 2012.

Slides:



Advertisements
Similar presentations
Course Form In the main window (cf. Figure 2), click on Forms, then double-click on Create form by using wizard. Follow the sequence of actions below.
Advertisements

MyGateway. Top Tabs MyGateway Home Students Library
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Help File For User Creation Click the “Course” button for Creating/Add User.
Web Pages Using FirstClass Dean McKinney Greater St. Albert Catholic Schools January, 2006.
An Introduction to Visual Basic Terms & Concepts.
Lab 10: Images and Skinning, Sound and Assets User Interface Lab: GUI Lab Oct. 30 th, 2013.
Tutorial 6 Creating a Web Form
Lab 8: States and Transitions User Interface Lab: GUI Lab Oct. 16 th, 2013.
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
 Found on Home Tab  Layout Option under Slides › Title › Title and Content › Section Header › 2 content › Comparison › Title Only › Blank, etc.
MS-Access XP Lesson 5. Creating a Query with Expression Builder Eg. Consider the following table. Table Name: Overtime Fields & Data types: Emp No (Number),
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
Visual Basic Chapter 1 Mr. Wangler.
Creating an Expression Web Site
Lab 5: drawing and output User Interface Lab: GUI Lab Sep. 25 th, 2013.
Intro to Excel - Session 2.21 Tutorial 2 - Session 2.2 Creating a Worksheet.
An Introduction to Visual Basic
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Intro to MFC. Open VS and create new project 1)Open MS Visual Studio 2008 Professional (It must be the Professional Edition, the Express Edition will.
CIT 256 Dreamweaver Sites and Image Maps Dr. Beryl Hoffman.
1 ITI 1120 Lab # 1 An Introduction to the Lab Environment Contributors: G. Arbez, M. Eid, D. Inkpen, A. Williams, D. Amyot.
2015 – 2016 Training SAFE SCHOOLS. Your user name is your LESA address. FIRST, YOU WILL RECEIVE AN .
How to use Yearbook Avenue!
Lab 6: event & input intro User Interface Lab: GUI Lab Oct. 2 nd, 2013.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
RiskMeter Batch Training. Batch Tool The Riskmeter batch tool allows users to submit multiple locations all at once. The Riskmeter batch tool allows users.
Lab 3: Actionscript User Interface Lab: GUI Lab Sep. 11 th, 2012.
A Basic Guide to Using Wikispaces Jeff Rew TEDU 673.
PHP Form Introduction Getting User Information Text Input.
1 Creating Windows GUIs with Visual Studio. 2 Creating the Project New Project Visual C++ Projects Windows Forms Application Give the Project a Name and.
Canvas Class- Submit An Assignment in Canvas Spring 2014 By- PCI Librarian.
Getting to know California High School Instructions for Completing Assignment Mr. Hawshin Study Skills.
CSC 157 (Blum)1 Hello World. CSC 157 (Blum)2 Start/Programs/Microsoft Visual Studio.NET 2003/Microsoft Visual Studio.NET 2003.
How to Register your clicker and set the Channel First of course check- out a clicker at HH 114.
CMAP Concept Mapping Activity Climate Change Unit.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
® IBM Software Group © 2006 IBM Corporation Finding Out Which Submit Button Was Clicked – and Other JSF Command Button Techniques This section describes.
Copyright 2007, Information Builders. Slide 1 Flex your Dashboard Muscle with WebFOCUS Flex Enable John Gogoly Senior Systems Engineer June, 2008.
January 2006Colby College ITS Setting Up Course Pages.
Grade 4 Science.  -Click Start  -Click Programs  -Click IHMC Cmap Tools  -Click Cmap Tools.
Web Page-Chapter 6 Forms. Inserting a Form  Display the Insert bar  Click the arrow to the right of the display category on the Insert bar and then.
COS 125 DAY 17. Agenda  Assignment 7 not finished grading  Assignment 8 posted Due April 9  Capstone progress reports due  Quiz 2 Corrected 2 A’s,
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Introduction to Matlab Module #10 Page 1 Introduction to Matlab Module #10 – Creating Graphical User Interfaces Topics 1.Overview of GUI Development using.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
Tutorial 6 Creating a Web Form
 Safe communication tools for students and teachers to correspond o.
Hamilton Software Products The Measure of Excellence Customized dialog.
WaveMaker Visual AJAX Studio 4.0 Training Styling your application.
PowerPoint Grades 3-5.
Chapter 8: Writing Graphical User Interfaces
LMEvents SharePoint Portal How-to Guide
An Introduction to Visual Basic
2. Double-click on file to open in Excel
Chapter 2 Visual Basic Interface
Unit I: Collecting Data with Forms
Google Classroom Kelly Villa.
Title of your event 20 AUG | 12 AM Event Address, City, ST ZIP Code
Title of your event 20 AUG | 12 AM Event Address, City, ST ZIP Code
Course: Design & Technology
The Basic Usage and The Event Handling in Glade.
Getting Started with Scratch
ADMIT Doctoral Coordinators: Assigning Faculty Reviewers &
ADMIT Doctoral Coordinators: Assigning Faculty Reviewers &
Doctoral Coordinators: Committee Review
Presentation transcript:

Lab 2: Interface Building User Interface Lab: GUI Lab Sep. 4 th, 2012

Lab 2 goals Interface builder intro Widget Discovery – Widget properties – Layout – Bindings – MXML – Callbacks Project 1a: Getting Started

In-class Projects (ICP) Not graded Will go over material for upcoming labs

Lab 2 ICP goal

Create a new flex project File -> New -> Flex project Name: Lab2ICP Click “Finish”

Create a label and enter your name Switch to Design View Drag in Label from Components Double click Label, enter your name Check the “source” tab, switch back to “design”

Change the font of your label Click your label Under properties tab, change text size

Experiment with CSS Change the global application style text color Look for the created css file

Add two labels and text inputs First label: “First Name” Second label: “Last Name”

Bind name to text input values Give TextInputs IDs: first_name, last_name Name label value: {first_name.text}

Bind the name label to the right edge Bottom of the “property” tab, under “Size and position” Constrain to right 10

Add objects into a VGroup Drag a VGroup in Drag object into VGroup

Create a form Drag a Form in Create FormItems in source view Add: – 3 TextInputs (first_name, last_name. city) – 1 DropDownList (state) – 1 Button (submit)

Create a Form Drag a Form in Create FormItems Add: – 5 TextInputs (first_name, last_name. address (2), city) – 1 DropDownList (state) – 1 Button (submit)

Set up bindings for your form {first_name.text +” “ + last_name.text} {address1.text} {address2.text} {city.text} {state.selectedItem}

Populate the state list In the source view Run!

Add comment to the MXML

Add a slider, bind font size to slider value In the source view Run!

Bind the position of the form and label Constrains vs. x, y coordinates

Pop up window on submit

Next time: actionscript intro Basic OOP and SE concepts Project 1B How time stamps work (usually) How to trace/debug As always, bring your laptop!

Project 1a See Assignments page of course website Turn in via FXP file Due by 9:00am, 9/19 via