![]() |
|
Poll: who has tried a740g InForm setup for QB64pe - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: In-Form (https://qb64phoenix.com/forum/forumdisplay.php?fid=70) +---- Thread: Poll: who has tried a740g InForm setup for QB64pe (/showthread.php?tid=4447) Pages:
1
2
|
Poll: who has tried a740g InForm setup for QB64pe - bplus - 02-04-2026 I have tried it on two separate days with many variations on each day and failed to get the needed exe's to create new FRM file with the BAS file started. RE: Poll: who has tried a740g InForm setup for QB64pe - Pete - 02-04-2026 This reminds me of a time in kindergarten. While sitting with the whole class on the rug during snack time, I asked... "Everybody who hates Edward raise their hands." To my surprise, the whole class did... Well, except Edward. I don't think he clearly understood the question, but I digress. Anyway, I really wasn't trying to go at the kid. I was just genuinely curious if anyone else felt like I did. Maybe this should be re-titled: "Everybody who loves Sam but can't get Inform setup working check here." Now if you will excuse me, the apple juice in my sippy cup is getting warm again. Pete RE: Poll: who has tried a740g InForm setup for QB64pe - SMcNeill - 02-04-2026 I just downloaded it, and having ***NEVER*** installed Inform before in the past, I was absoutely curious about how difficult the install process was. 1) Downloaded from a740g's link in the first page of his post on Inform. That's where I found my copy. 2) Extracted. 3) Read the Readme. It said to put the folder in the same folder as my QB64PE directory 4) After this, I ran the setup_inform_win.cmd file. Inform built and ran as expected, with no issues. So, for me, I'd say this was as simple as could be to start with. ![]() Is there something else that I'm supposed to do with it, now that it's actually built? RE: Poll: who has tried a740g InForm setup for QB64pe - SMcNeill - 02-04-2026 Just created a form with a single button on it. Code: (Select All)
Closed it. Went straight into QB64PE with no issues. Wrote a single update for my button. It changes my title. Compiled. No problems. Ran. No problems. Clicked Button. Title changed to "CLICKY". All seems to work as advertised straight out of the box with zero issues in Windows 11 64-bit. RE: Poll: who has tried a740g InForm setup for QB64pe - bplus - 02-04-2026 setup instruction 1: Ok 3rd time is a charm. Got it compiled at last! But I had to move all the files (and Folders) from extracted Master Folder into InForm-PE Folder and NOT run the setup_inform_win.cmd from inside the extracted Master folder, no wonder the setup cmd file couldn't find anything on previous tries. So this worked finally! the UiEditor.exe ended up under the InForm-PE folder and the other exe's ended up under the InForm folder I am showing all this in case someone else gets stuck as I was. @Pete this had nothing to do with not liking Samuel. In fact I have greatest respect for the guy which was why I was so frustrated not getting results from following his instructions. So is there a way to change my poll answer to #2 ? I had to modify his instructions by moving all the files and folders from extected master in a folder under InForm-PE to that folder. Thank you Steve and Pete for saying or showing it could be done and not that complicted
RE: Poll: who has tried a740g InForm setup for QB64pe - Pete - 02-04-2026 Mark, I was able to move your vote there, but not your name next to it. So at least the voting part was edited. Pete RE: Poll: who has tried a740g InForm setup for QB64pe - bplus - 02-04-2026 +1 thanks @Pete RE: Poll: who has tried a740g InForm setup for QB64pe - Magdha - 02-05-2026 @bplus For the forgetful amongst us, you could do with an additional poll option "Can't remember what I did, but it works for me". RE: Poll: who has tried a740g InForm setup for QB64pe - bplus - 02-05-2026 The poll is only for those who tried a740g's setup. If you did try it and succeeded but don't remember how, sounds to me like a modification through muddling your way along. Seems to me you'd remember a straight out of the box success. RE: Poll: who has tried a740g InForm setup for QB64pe - a740g - 02-05-2026 The README.md could use a bit of cleanup and improvement. If anyone is interested, feel free to open a pull request. One of the developers will review it and merge it in. https://github.com/QB64-Phoenix-Edition/InForm-PE ^ Note InForm-PE's new home.
|