realbasic-games
[Top] [All Lists]

Advice Wanted for Sudoku Analyzer

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Advice Wanted for Sudoku Analyzer
From: Barry Traver <rb at ix dot netcom dot com>
Date: Sun, 20 Nov 2005 00:56:46 -0500
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <20051119180036 dot 0CD67EB3AB6 at lists dot realsoftware dot com> <33cbfa100511191831h1812c21kc8c8bc2d33b89002 at mail dot gmail dot com>
I'm working on a simple program to do basic analysis of Sudoku puzzles, which requires a 9 x 9 grid in which you can put single-digit numbers from 1 to 9.

The coding, even though I expect it may be a bit complex, I think will be the easy part. What I'm having trouble doing is creating the user interface.

Since the user has to be able to edit the content of each of the boxes, I've assumed (but I may be wrong) that the easiest way to approach it would be to use 81 EditFields in a control array.

Two problems: (1) it is rather tedious to put the controls on the window one at a time, but (2) when I try to clone several (e.g., 10) controls at once (e.g., ten), sometimes it works and sometimes RB 2005 crashes <sigh>.

Any advice?

Barry Traver


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>