InForm-PE - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Expanding Horizons (Libraries) (https://staging.qb64phoenix.com/forumdisplay.php?fid=21) +---- Forum: One Hit Wonders (https://staging.qb64phoenix.com/forumdisplay.php?fid=24) +---- Thread: InForm-PE (/showthread.php?tid=1756) |
RE: InForm-PE - a740g - 06-29-2023 (06-29-2023, 01:34 PM)bplus Wrote: @a740g what are the chances of returning the current status of a text box in the .text property (VB term for the .item in Type array or UDT) ? OK you might have to keep the old Text() thing for compatibles but yuck! Honestly, I dunno if I am going to add any new features considering the limited time I get with this thing. I created the fork just to port over InForm to QB64-PE, get rid of falcon.h and use the new _U* function family. So, currently I am just going to do the occasional bug fixes. If I do get some time in the future, I'll attempt implementing .text for widgets that use strings titles / captions etc. (which I think is all of them). Oh. And I do understand how you feel about Text(). Seriously yuck! |