Category: Object Explorer
-
Incorporating xBasic in Form Design: 08
—
by
in Changing Object Property Values, Conditional Object, Desktop Application, dir_put, Fetch, fetch_Next, Form Design, Having Fun With Graphics, How To, Object Explorer, On Event, On Fetch, On Push, sys_shell, Table Open Method, Tables and Sets, Using Eval function, Using If Else if, XBasic Tips and Tricks, xDialogHello everyone Today we will continue our session on incorporating xBasic into our form design in Alpha Software by looking at the Application Launcher module in our TakeCharge Desktop v2 software written in Alpha Software v5. Before we get into the details of how this module works, I have included a short video demonstrating how…
-
Having Fun with Graphics Lesson 5: Bar Graphs
—
by
in Changing Object Property Values, Converting Data Types, Desktop Application, External_Record_Content_Get, Form Design, Form Load Method, Having Fun With Graphics, Hot Spots, How To, List Objects, Object Explorer, Object Method, On Event, On Fetch, On Push, On Timer Event, Record List Combo, Table Open Method, Writing Array’s, XBasic Tips and TricksHello everyone Today we are continuing our lesson plan on controlling graphics in Alpha Software just using objects on a form and xBasic code. As I was preparing the CAD application lesson I thought of a more practical application for managing objects and graphics on the screen which is building a bar graph. Bar Graphs…
-
Having fun with Graphics Lesson 4: Desktop Widget
—
by
in Autoexec Script, Changing Object Property Values, Custom Super Controls, Declaring Variables on a Form, Desktop Application, Form Design, Form Load Method, Having Fun With Graphics, How To, Object Explorer, Object Method, On Event, On Init, On Push, On Timer Event, Owner Draw, Using Eval function, Using If Else if, Writing Array’s, XBasic Tips and Tricks, xDialogHello everyone At the end of lesson three, I said we would work on a CAD Design style application but it is taking some time to put together so in the mean time, I thought I would post this fun and useful lesson. To start, watch this short video to see the widget work and…
-
Having Fun with Graphics in Alpha Software Lesson 3: Angles
Hello everyone In our last lesson we created our Pong table, the paddle and the ball. When the ball struck the paddle, it bounced only on the horizontal plane. Today, we are going to make the ball bounce at an angle. Watch the short video to see how it works and to get an overview…
-
Having Fun w/ Graphics using xBasic Lesson 1
Hello everyone We are changing the pace here and will be showcasing routines not widely discussed in Alpha Software; mainly graphics and automation. To start with, we will do three simple animations; draw a line on a form, move a text box across the form and bounce a ball. Each of these animations are written…
-
King James Bible Reader Final Lesson:
—
by
in Changing Object Property Values, Converting Data Types, Desktop Application, External Email Client, External Report Viewers, External_Record_Content_Get, Form Design, Form Load Method, How To, King James Bible Reader, List Objects, Object Explorer, Object Method, On Event, On Push, Record List Combo, Table Open Method, XBasic Tips and Tricks, xDialogHello everyone This is our final lesson on building a King James Bible reader in Alpha Software. Below is a short video which wraps up the final pieces of object code for our application and shows the solution for our new range query function. First we will look at the code for our new range…
-
Writing xBasic Lesson 8 Controlling Code Flow with object Properties
Hello Everyone Today’s video looks at how you can user property values on objects to modify or change the actions of an on push event. Also we demonstrate the high level append operation and setting a field type to Record List Edit Combo Box. Watch the video then continue with this blog lesson for the…
-
Writing xBasic Lesson 5 Changing Properties with xBasic
Hello everyone If you watched the above video, you saw an example of changing object properties on a form using xBasic code. We have discussed this before using a more complex system to control object properties so now I want to show you a simple method for doing the same. Remember from our previous discussion…
-
Writing xBasic Lesson 3 Object Properties
Hello Everyone Today we will examine the Log In button on our Sign in form. This code is an excellent example of managing object properties and their methods. Watch the above video to get the overview of what is being done and how it works then proceed with this lesson. In the video I talk…