Tag: lesson session
-
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: A New Perspective
Hello Everyone Hope the holiday season is going well for all of you. It’s been a while since my last post and that has been because I am not having the success with the direction I am taking on my min/max program that I had hoped for. For example; If white opens with e4…
-
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…
-
Programming Chess in Alpha Software: Lesson5
Hello Everyone Today we are looking at the changes to our code affecting WhitesBoard and BlacksBoard. These two routines provide a list of each piece on the board which is available to move and where it can move to. The changes I made process these list to create values needed in scoring the game as…
-
Programming Chess in Alpha Software: Lesson 4
Hello Everyone In our last lesson we showed a video demonstrating the chess program in action with a human playing both Black and White. As I commented in the lesson, the code is growing and starting to become unmanageable. The code does work, but it fails in a major way. The available data strings are…
-
PC Desktop: Controlling Browse Data Views in a One to Many Set Part2
Hello Everyone This is part 2 of Controlling Browse Data Views in a One to Many Set. Since posting part 1 the other day I have received an email requesting information on how I made the check mark show up in the selected files, so we will start there. First Lets recap the previous post.…
-
PC Desktop: Controlling Browse Data Views in a One to Many Set
Hello Everyone For those of you who have been following along, you know I have devoted many articles to presenting and controlling data in list views. Today we will look at the more traditional Browse Data Views in a one to many set. For the purpose of this lesson we will be looking at our…
-
PC Desktop: Note Organizer KeyList_Build function
Hello Everyone Today I will focus on a very cool function in Alpha Software called KeyList_Build() and to do so, I will be demonstrating it’s use in our upgraded Note Organizer Module. Below is a short video which shows the keylist_build function in action. Please watch the video to see how it works then continue…
-
PC Desktop: Note Organizer Search functions using form objects and or xDialog
Hello Everyone, At the end of our last session I said we would look at our Search feature on our new File Manager, but in preparing I realized I already have a session devoted to that exact subject. The link below will take you to the original blog session if you wish to see it…