Category: Form as Dialog
-
Programming Developers Diary – 15
—
by
in Append, Changing Object Property Values, Declaring Variables on a Form, Design Document, Desktop Application, Developers Diary, External_Record_Content_Get, Fetch, Form as Dialog, Form Design, Form Load Method, Functions, Games, Having Fun With Graphics, Hot Spots, How To, List Object, List Objects, Object Method, Occurs, On Event, On Push, Operations, Programming A Chess Game, Radio Object, Right, Table Open Method, Tables and Sets, Using Eval function, Using goto label, Using If Else if, Using Images on Forms, word, Writing Array’s, XBasic Tips and Tricks, xDialogMarch 10th 2017 Hello everyone. In my last post I said I might try to create a method of setting up a ad hoc chess board so the user can practice specific chess scenarios. I decided to go ahead with this idea. The first thing I needed to do is add a new menu option…
-
Programming Developers Diary – 14
—
by
in Append, Changing Object Property Values, Declaring Variables on a Form, Design Document, Desktop Application, Developers Diary, External_Record_Content_Get, Fetch, Fetch_Last, fetch_Next, Form as Dialog, Form Design, Form Load Method, Functions, Games, Having Fun With Graphics, Hot Spots, How To, Left, List Object, List Objects, Object Method, ON Change, On Event, On Fetch, On Push, Operations, Programming A Chess Game, Right, Right, Table Open Method, Tables and Sets, Using If Else if, Using Images on Forms, word, XBasic Tips and TricksFebruary 27 2017 This past weekend I once again spent time working on my chess program. As you may recall, if you have been following along, I last discussed using collections as a means of determining the attack path and squares of white to determine the best possible defense against said attack. I discovered two…
-
Programming Developers Diary – 10
February 8, 2017 Hello again. The last couple of days have been spent doing administrative functions and nothing in the way of programming. This morning I started a review of my current projects to see what needed the most attention and the project manager wins. When I started this project my intention was to provide…
-
Programming Developers Diary – 09
—
by
in Collections, Declaring Variables on a Form, Design Document, Desktop Application, Developers Diary, Form as Dialog, Form Design, Form Load Method, Functions, Games, Having Fun With Graphics, Hot Spots, How To, Occurs, On Push, Programming A Chess Game, Tables and Sets, Using If Else if, Writing Array’s, XBasic Tips and TricksFebruary 1, 2017 Hello everyone. As stated yesterday I will be looking at using the collection function in Alpha Software. When I started the discussion about the chess game I stated one of the weaknesses of the current game is handling check. In the example below, Black checks white. The only activity the program needs…
-
TakeCharge App Manager Lesson 04: Time and Billing
Hello everyone and Merry Christmas If you have been following my blog on programming in Alpha Software, you know it has been several months since my last post. In fact, it has been close to half a year. I make no excuses or offer now apologies. It is what it is. After the New Year…
-
TakeCharge App Manager Lesson 03
—
by
in *html_to_plain, Append, bin_to_rtf, character conversion, Converting Data Types, Desktop Application, External Email Client, Form as Dialog, Form Design, Form Load Method, How To, HTML memo field, Memo Fields, On Push, rtf_to_html, Table Open Method, Tables and Sets, Using If Else if, XBasic Tips and Tricks, xDialogCurrently I am still working on the routine for editing scripts and weighing the best possible solutions. So in the meantime, lets look at some of the Modules which will accompany our application. One module which I left out of the original list is an email manager. If you are developing for clients, a common …
-
Programming in Alpha Software Black Jack 04 Game Mechanics
—
by
in Append, batch_Begin, Blackjack, Changing Object Property Values, Declaring Variables on a Form, Design Document, Desktop Application, External_Record_Content_Get, Fetch, fetch_Next, Fetch_Prev, Form as Dialog, Form Design, Form Load Method, Games, Having Fun With Graphics, How To, Object Explorer, Object Method, On Event, On Push, Operations, Table Open Method, Tables and Sets, Using Eval function, Using goto label, Using If Else if, Using Images on Forms, Writing Array’s, XBasic Tips and TricksProgramming our Black Jack Game will be a success only if the game mechanics make sense and work similar to the real world. What I mean by this is users know the Black Jack game and are familiar with how it works, so our game must work the same or users will lose interest and…
-
Programming in Alpha Software: Blackjack Game 01
—
by
in Blackjack, Declaring Variables on a Form, Design Document, Desktop Application, External_Record_Content_Get, Fetch, Form as Dialog, Form Design, Form Load Method, Games, Handling Errors, Having Fun With Graphics, Hot Spots, How To, List Object, List Objects, Object Method, On Event, On Push, Table Open Method, Tables and Sets, Using goto label, Using If Else if, Writing Array’s, XBasic Tips and Tricks, xDialogHello everyone We completed our Magic Cube programming lesson an I must say my granddaughter was over the other day and she played with it on my SurfacePro tablet and matched the moves on her real cube for hours so I guess that means it was a success. Now lets move on to something more…
-
Programming in Alpha Software Magic Cube Lesson 4
—
by
in Append, batch_Begin, Declaring Variables on a Form, Desktop Application, External_Record_Content_Get, Fetch, fetch_Next, Fetch_Prev, Form as Dialog, Form Design, Form Load Method, Games, Having Fun With Graphics, Hot Spots, How To, List Object, List Objects, Object Explorer, Object Method, On Arrive, ON Change, On Event, On Fetch, On Push, Table Open Method, Tables and Sets, TC Magic Cube, Using Images on Forms, XBasic Tips and TricksAt the end of our last session we were looking at the code for the onPush event of our ‘Open Move Tracker’’ button. form.load(“TC_MC_MoveTracker”,”dialog”,””,”right”,”middle”) TC_MC_MoveTracker.Activate() TC_MC_MoveTracker.Show() TC_MC_MoveTracker.close() if CName <> “” then movestate = “Return” dim record_count as N t = table.open(“tcrubixmoves”) t.fetch_first() record_count = t.records_get() t.fetch_last() for…