Category: Object Method
-
Incorporating xBasic into Form Design: 10
Hello Everyone As stated at the end of our last session we will look today at enhancing our File Utility Module in our PC Desktop Application created using version 10 of Alpha Software. Take a moment to watch this short video showing the new module in action, then follow along below to see how it…
-
Incorporating xBasic into Design: 02
Hello everyone and welcome back. Today we will continue to examine how xBasic can be used to dynamically control and modify the design elements in our application. In our last lesson we looked at controlling the WindowBar as a means of design control. Today we will look at the masking function, OnFetch event and conditional…
-
Incorporating xBasic in the Design Process
Hello everyone. Before we start this next chapter ‘Incorporating xBasic in Design’ I want to give a follow up on our Chess Program. In the last post I introduced a new table for analyzing our moves. I also discussed how the table would advance through the options i.e. protect, attack and strategize. Well I want…
-
Programming Chess in Alpha Software:Lesson 8
Hello everyone As mentioned in the previous post, I have started in a new direction for our chess engine. If the program is to think like a human then we must first look at how a human plays the game. Now I am not the best chess player in the world, in fact I consider…
-
Programming Chess in Alpha Software: Lesson6
—
by
in Changing Object Property Values, Desktop Application, External_Record_Content_Get, Fetch, Form Design, Form Load Method, Games, Having Fun With Graphics, How To, List Objects, Object Method, On Event, On Fetch, On Init, On Push, Programming A Chess Game, Record List Combo, Table Open Method, Tree View, Using If Else if, Using Query’s, Writing Array’s, XBasic Tips and TricksHello Everyone Today we will be looking at the opening book for our chess program and the code for all the functions related to the opening book. Before we begin please take a moment to watch this short video which demonstrated the use of the opening book and the new features we are adding to…
-
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…
-
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…
-
King James Bible Reader Lesson 5: Code Branching
Hello Everyone Today’s lesson is about code branching in xBasic based on user choices. For our example we have created an open ended search feature in our King James Bible Reader. Based on the user’s input into the search fields, the code branches and searches the correct table for the requested bible verses. The video…