Re: bind and shroud[George]
- Posted by don cole <doncole at pacbell.net> Nov 30, 2005
- 537 views
George Walters wrote: > > Thanks, I'll take a look at it. Here's another 2.4 binder difference. > > idList = create(List,"",Main,4,cy*19,sw-15,cy*10-bh,WS_SCROLLBARS) > > This list on the interpreter looks fine. With the bound version the list > is way longer, enough to cover half of the buttons that were below it. This > > effect is on every program that has a list similar to above. This difference > makes no sense at all. I've had to shrink the lists by 1 row to fix. Premature send. As I was saying the code: procedure a() procedure b() procedure c() procedure d() Running with interpeter or bound it crashes. Leaves no ex.err You don't have a clue. Add Don Cole's super trouble shooter. include mylog.e clearlog() procedure a() procedure b() notelog("got here") procedure c() procedure d() Rerun the program; it create a log called mylog.txt. Look at it; if "go here" is in there then the problem is in procedure c() or procedure d(). If "got here" is NOT in mylog.txt then the problem has to be in procedure a() or procedure b() By continuing in this maner you can pin any problem down. You can also use , notelog(sprintf{"got here and x=%d,x)) Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.