[Gambas-user] Program going off the rails in a way I can't explain. Help?

Bill Richman bill at ...2351...
Mon Jan 18 17:44:19 CET 2010


I added some debugging output.  Screenshot of code with line numbers is 
attached.  (Is there any way to copy or save the code _with_ the line 
numbers for purposes like this?)

Console output when run:

FMain.Populate_cbBedList.178: About to run cbBedList.Clear
FMain.cbBedList_Click.169: We're in cbBedList_Click()!
FMain.cbBedList_Click.169: We're in cbBedList_Click()!
FMain.Populate_cbBedList.180: Right after cbBedList.Clear
FMain.Populate_cbBedList.185: $res.Count=9
FMain.Populate_cbBedList.187: $res!BedName=first
FMain.cbBedList_Click.169: We're in cbBedList_Click()!
FMain.Populate_cbBedList.190: cbBedList.count=1
FMain.Populate_cbBedList.191: $res!BedNum=1
FMain.Populate_cbBedList.187: $res!BedName=second
FMain.Populate_cbBedList.190: cbBedList.count=2
FMain.Populate_cbBedList.191: $res!BedNum=2
FMain.Populate_cbBedList.187: $res!BedName=NewTest
FMain.Populate_cbBedList.190: cbBedList.count=3
FMain.Populate_cbBedList.191: $res!BedNum=3
FMain.Populate_cbBedList.187: $res!BedName=Big Bed
FMain.Populate_cbBedList.190: cbBedList.count=4
FMain.Populate_cbBedList.191: $res!BedNum=4
FMain.Populate_cbBedList.187: $res!BedName=Another bed
FMain.Populate_cbBedList.190: cbBedList.count=5
FMain.Populate_cbBedList.191: $res!BedNum=5
FMain.Populate_cbBedList.187: $res!BedName=yet another bed
FMain.Populate_cbBedList.190: cbBedList.count=6
FMain.Populate_cbBedList.191: $res!BedNum=6
FMain.Populate_cbBedList.187: $res!BedName=and another
FMain.Populate_cbBedList.190: cbBedList.count=7
FMain.Populate_cbBedList.191: $res!BedNum=7
FMain.Populate_cbBedList.187: $res!BedName=test123
FMain.Populate_cbBedList.190: cbBedList.count=8
FMain.Populate_cbBedList.191: $res!BedNum=8
FMain.Populate_cbBedList.187: $res!BedName=asdfasdf
FMain.Populate_cbBedList.190: cbBedList.count=9
FMain.Populate_cbBedList.191: $res!BedNum=9

-- 
Bill Richman - Lincoln, Nebraska
Tilter at windmills, maker of pies in the sky, & curmudgeon
email: bill at ...2350...  web: www.geektrap.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot-GardenManager - Gambas 2.png
Type: image/png
Size: 121432 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20100118/d497a529/attachment.png>


More information about the User mailing list