Loading
Home ›
Resources for “An Introduction to Gambas”
Apr 25, 2006 By Mark Alexander Bain
Resources for the print article.
Gambas Web Site: gambas.sourceforge.net
Code for This Article: ftp.ssc.com/pub/lj/listings/issue146/8481.tgz
______________________
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- 100% disappointed with the decision to go all digital.
- Readers' Choice Awards 2011
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- Build Your Own Arcade Game Player and Relive the '80s!
- The Linux powered LAN Gaming House
- Why Python?
- I use Wireshark on a daily
3 hours 4 min ago - buena información
8 hours 10 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
9 hours 11 min ago - Gnome3 is such a POS. No one
18 hours 38 min ago - Gnome 3 is the biggest POS
18 hours 49 min ago - I didn't knew this thing by
1 day 53 min ago - Author's reply
1 day 4 hours ago - Link to modlys
1 day 5 hours ago - I use YNAB because of the
1 day 5 hours ago - Search
1 day 10 hours ago






Comments
An Introduction to Gambas
Interesting article. It would be even more interesting if the application even worked.
Problems I've discovered so far:
1. Database -- table listing has fields status_id and status. Status_id is never referenced. (Maybe used in following articles?)
2. Text tells us to create combo boxes cmdBugId and cmdStatus, but code refers to cmbBugId and cmbStatus. (Typo?)
3. Text never tells us how to get from the first form to the other two.
4. btnAccept calls dat.coder_id which is never defined.
5. The downloaded files do not include the .project file or .gambas folder. Which is ok since it is obvious that the author never tried to run the program.