GDMike Posted October 24, 2021 Author Share Posted October 24, 2021 7 minutes ago, dhe said: Any chance of uploading the code to a github repo so we could all watch as things develop? No. Hahaha in a nutshell. Why? Well, I have very limited time with doing what I'm working with AND there's lots of things that may not go well, this is really a push to see if I can successfully make it happen in assembly vs forth. I may Hit a roadblock and have to drop it and move to forth. This is a hobby and this really teaches me things that I wanted to learn. I've come close to throwing the towel but I keep finding ways to go forward.. when and if it gets done I can explain the code and provide it here. I'll try to upload a video on the latest without the primetime players. Filing isn't ready yet either. But I have enough to work with at the moment. Hehehe... 2 Quote Link to comment Share on other sites More sharing options...
GDMike Posted October 24, 2021 Author Share Posted October 24, 2021 The latest work.. VID_20211024_181045870.mp4 2 Quote Link to comment Share on other sites More sharing options...
GDMike Posted October 25, 2021 Author Share Posted October 25, 2021 Just completed the"up" arrow key that allows incrementing the width of the field numbers. It doesn't have Auto repeat.. but maybe I can tweak it and provide it. But I'll do that after I make the cursor go to the left and allow direct plugin of values as well. Tedious little things tie up a lot of time..fun Quote Link to comment Share on other sites More sharing options...
GDMike Posted October 25, 2021 Author Share Posted October 25, 2021 (edited) Everytime I get a routine done I copy out the folder and place it in the current dated folder. Something happened when I did a shift rt click copy so I can paste into today's folder.. and..yup windows permanent delete wiped out what I got done today. Which is only 5 hours or so.. I do have my work logs that tell me what routines I worked on and variables I introduced, (I use SNP and an entirely different folder), But nothing specific as logic goes is documented. Well, easy come easy go.... I looked at yesterday's data, and the form information is there and a cursor blinking on field 1. So it's not too terrible. ? is out... just got to replace code Edited October 25, 2021 by GDMike Quote Link to comment Share on other sites More sharing options...
GDMike Posted October 31, 2021 Author Share Posted October 31, 2021 Rebuilding and restructuring the field build form. Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 4, 2021 Author Share Posted November 4, 2021 (edited) Rebuilding the key input routine. This will work better than what I have now. I made some mistakes on my preparation on user input. I was using flags, a lot, in my input routine! Then it kept growing. I said..hmmm, look at forth word "KEY?" Except, I'll dedicate a couple of input registers to give length, height as boundaries to work with the interpretation. My bad Edited November 4, 2021 by GDMike Typo 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 4, 2021 Author Share Posted November 4, 2021 I knew I was missing a third item here... sorry, I forgot to mention POSITION, length and height... 1 Quote Link to comment Share on other sites More sharing options...
+TheBF Posted November 4, 2021 Share Posted November 4, 2021 In the words of Obiwan after he came back from the dentist... "Youthe the Forthe Luke" 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 4, 2021 Author Share Posted November 4, 2021 I've almost finished..I'm looking for my cursor haha..as all keys work again.. just looking for that cursor.... where'd ya go... 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 5, 2021 Author Share Posted November 5, 2021 (edited) Cursor is back. (Nice to see ya again), anyway I've got some fine tuning to do on 2 or 3 counters and my little "KEY?" Is done. R0,R3,R4 need set prior to BL @KEY? Followed by my GTKY routine that checks KYBUF values returned and decides border checkpoints because, obviously if pressing certain characters will result in cursor movement. (R0= position you want the cursor to appear. R1= key pressed return ASCII value into KYBUF R3=max position allowed to move to the right R4=max lines allowed to move down,1,2,3 etc.. from where the cursor is located.) I couldn't stand the clutter that was growing...now things are a little better organized.. Attached video.. VID_20211105_173539095.mp4 Edited November 5, 2021 by GDMike Attached video 2 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 5, 2021 Author Share Posted November 5, 2021 (edited) KEY input and handling routine is done!! As in the video above. I did flub the keyboard a couple times on accident, but the routine did exactly what it's supposed to. Now we can move on to our Input/modify FORM section of Foxit. (Finally).... Edited November 5, 2021 by GDMike 3 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 7, 2021 Author Share Posted November 7, 2021 Working on Foxit this Evening. 2 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 8, 2021 Author Share Posted November 8, 2021 An update to what we gots so far. VID_20211107_202226406.mp4 2 Quote Link to comment Share on other sites More sharing options...
RXB Posted November 8, 2021 Share Posted November 8, 2021 4 hours ago, GDMike said: An update to what we gots so far. VID_20211107_202226406.mp4 Tell me why you are not using OPB Studio screen capture? 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 8, 2021 Author Share Posted November 8, 2021 (edited) Just because.. I guess... It would be some other crap I'd have to install, and memorize.. Id rather save the free space in my brain for forth or something..I am running low. Maybe I'll try the recorder in classic 99 sometime. It's already on the computer. Note...I'm just finishing a couple days of 13 hrs each and I may be sarcastic at this point. Don't take me literally rt now... Edited November 8, 2021 by GDMike Quote Link to comment Share on other sites More sharing options...
+TheBF Posted November 8, 2021 Share Posted November 8, 2021 On Windows 10 I use the game recorder system on a Classic99 window. https://www.pcmag.com/how-to/how-to-capture-video-clips-in-windows-10 It's pretty ham dandy. 3 Quote Link to comment Share on other sites More sharing options...
RXB Posted November 8, 2021 Share Posted November 8, 2021 (edited) 7 hours ago, GDMike said: Just because.. I guess... It would be some other crap I'd have to install, and memorize.. Id rather save the free space in my brain for forth or something..I am running low. Maybe I'll try the recorder in classic 99 sometime. It's already on the computer. Note...I'm just finishing a couple days of 13 hrs each and I may be sarcastic at this point. Don't take me literally rt now... Clicking a mouse button for RECORD or STOP does not take a maximum amount of brain power. Using your phone reminds me of when I worked IT and saw someone put a monitor on the Copy Machine to print a document page! By the way all he got was GLARE Edited November 8, 2021 by RXB 3 Quote Link to comment Share on other sites More sharing options...
Tursi Posted November 8, 2021 Share Posted November 8, 2021 7 hours ago, GDMike said: Maybe I'll try the recorder in classic 99 sometime. It's already on the computer. That's deprecated and will give you a suboptimal recording without audio. 1 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 8, 2021 Author Share Posted November 8, 2021 3 hours ago, Tursi said: That's deprecated and will give you a suboptimal recording without audio. Well it should make my project look Even More awesome then. Nice Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 8, 2021 Author Share Posted November 8, 2021 (edited) 3 hours ago, RXB said: Clicking a mouse button for RECORD or STOP does not take a maximum amount of brain power. Using your phone reminds me of when I worked IT and saw someone put a monitor on the Copy Machine to print a document page! By the way all he got was GLARE That's my old monitor.. hey, I've seen that copier too.. hmmm I Know nothing!! Edited November 8, 2021 by GDMike 1 Quote Link to comment Share on other sites More sharing options...
HOME AUTOMATION Posted November 8, 2021 Share Posted November 8, 2021 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 8, 2021 Author Share Posted November 8, 2021 Schultz can keep a good secret too.. Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 14, 2021 Author Share Posted November 14, 2021 Working on Foxit Tonight.. 2 Quote Link to comment Share on other sites More sharing options...
+TheBF Posted November 14, 2021 Share Posted November 14, 2021 I liked "Fernwood Tonight" 1 Quote Link to comment Share on other sites More sharing options...
GDMike Posted November 14, 2021 Author Share Posted November 14, 2021 4 minutes ago, TheBF said: I liked "Fernwood Tonight" My internet is not good here. I'll have to see that one later .lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.