|
Post by drocks on Sept 3, 2006 11:16:24 GMT -5
I've been using the evaluation copy of LBW for a couple of days and I have noticed some things that do not seem right.
Here is what I did and the results:
create new form then run program without creating code result is gui tool bar disappears,and gray filled background at the bottom gets large blocks of white.
create new form add all four api controls then delete three produce code outline result is code is produced with deleted api controls subs and globals
create new form turn on tooltips and statusbar add a button and add a tooltip to it produce code outline result when the program ends tooltips memory is not released and statusbar are not destroyed(Do they have to be?)
create new form new form created with tooltips and statusbar
create new form add all four api controls produce code outline result none of the api controls are destroyed(do the have to be?)
P.S. LBW is an exellent program/utility for LB Keep up the good work.
|
|
|
Post by Alyce Watson on Sept 3, 2006 15:31:26 GMT -5
create new form then run program without creating code result is gui tool bar disappears,and gray filled background at the bottom gets large blocks of white. I'll look into this. Thanks. I'll check this. If this does happen, it's a bug, but one that is easily repaired. No, there is no reason to destroy them. Child windows are automatically destroyed when a parent window is destroyed. You can destroy them yourself if you want, but it isn't necessary. This is by design. Your window preferences remain in effect until you change them. No. See above. Thank you. It has now been in development for six and a half years and in release for more than six years. I've put a great deal of care, effort and time into it and I hope to continue improving it for a long time. It's a labor of love.
|
|