vs GUI Updates - the latest from b+ - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26) +---- Forum: bplus (https://staging.qb64phoenix.com/forumdisplay.php?fid=36) +---- Thread: vs GUI Updates - the latest from b+ (/showthread.php?tid=689) |
RE: vs GUI Updates - the latest from b+ - bplus - 12-03-2022 b+ Very Simple GUI.txt Quote:2022-12-02 OK I've done it now. Ever since NasaCow brought up question of mixing Terry Ritchie's PS hmm... both list boxes are not supposed to be highlighted. RE: vs GUI Updates - the latest from b+ - bplus - 12-04-2022 Ho boy! Tracking down why 2 controls are highlighted has led me to a number of changes with the GUI library code. I got rid of having coder track if boxes are supposed to be the activeControl that gets keypresses when calling for a redraw. Also the code no longer ends outside the MainRouter loop. _Exit will get you out of MainRouter routine and you will have to manually End or System the code. This is so you have the opportunity to save work before the app is closed and potential work lost. Plus I am highlighting the active control with a clear double lined box in yellow, can't miss it! BM and BI are now dated to help track versions. RE: vs GUI Updates - the latest from b+ - bplus - 12-06-2022 GUI teaser coming soon New Pic Box demo with new mouse location input to PicUpdateFrame. RE: vs GUI Updates - the latest from b+ - dbox - 12-06-2022 Cool stuff @bplus! Your default purple color scheme reminds me of the SUN Solaris OS GUI from back in the day: RE: vs GUI Updates - the latest from b+ - bplus - 12-07-2022 Thanks but mine isn't purple and that is marvelous detail around borders, scroll bars / sliders.... You've seen the screen shots for latest feature program that demos what Pic Boxes can do. That is GUI 4 Animated Pics. Check it running from latest Update zip pack. I also made some improvements in Ken's Artillery and a number of other minors things. This latest pack has allot more drawing tools added to the BM library and I am considering String Math in next update. The "manual" b+ Very Simple GUI.txt is going to be overhauled. I am thinking of a sort of Wiki app to help with all the routines. hmm... 1.44 MB did I leave an exe in there? RE: vs GUI Updates - the latest from b+ - mnrvovrfc - 12-07-2022 (12-06-2022, 05:57 PM)dbox Wrote: Cool stuff @bplus! Your default purple color scheme reminds me of the SUN Solaris OS GUI from back in the day:What a shame. The "Linux killer" choked on the Golden State Warriors winning the NBA Championship at least three times. I read about it yesterday on Wikipedia, which means OpenIndiana, SmartOS and others are actually worthless and anything else "based" on OpenSolaris is illusory because one company doesn't really know what "free software" means and refuses to let go. RE: vs GUI Updates - the latest from b+ - bplus - 12-13-2022 next GUI coming soon! RE: vs GUI Updates - the latest from b+ - vince - 12-13-2022 great project that represents an impressive body of work, B+. I have yet to see a UI project that's as mature as vs RE: vs GUI Updates - the latest from b+ - bplus - 12-13-2022 Well there is JB Thanks vince! RE: vs GUI Updates - the latest from b+ - mnrvovrfc - 12-13-2022 https://staging.qb64phoenix.com/showthread.php?tid=689&pid=11477#pid11477 I have actually done something like this with QB64 v0.98 but with an "ordinary" screen and with the letter "keys" ordered "QWERTY". It was more difficult putting keys like backspace, enter and space. It also had a "macro" function in which the user could edit a text file to activate a button press which wrote a press. In addition, I derrived Terry's menu library for even more "macro" insertion of text, or as alternative to the buttons that had cryptic things written on it. Actually I wrote two versions of it, the earlier one was on the last QB64 SDL version but it was a bit less sophisticated. It didn't support the "macros". It was only a vain replication of the virtual keyboard I first saw on Windows8. This was on my Toshiba laptop with 32-bit WindowsXP which had a damaged keyboard and I seriously considered using my program for "mouse" typing. Things were going well with that project until the HDD of that computer first reported a SMART failure. |