ass17 Posted December 19, 2017 Author Posted December 19, 2017 I've just started testing the new version and the Exit Passcode box is sitting behind the ExamWritePad software so I can't enter the passcode. I can press alt + tab to try switch but it always goes behind the software. Ok fixed, new build on its way in a few mins
ass17 Posted December 19, 2017 Author Posted December 19, 2017 Here you go v2.1.0.5 Fixed - Password on Exit always behind main window Fixed - INSERT key detection window always behind main window https://drive.google.com/open?id=1C2FAn-BBdAtdUmDT8-iiHzz0aqqEo7ll 1
RLR Posted December 19, 2017 Posted December 19, 2017 (edited) The candidate information in the file name on first save only works if you go to Save As and doesn't put in the information if they're prompted to save - for example, saving after they've entered their candidate info. Edit: The passcode on exit is now working. A very small thing about the box is you can't press Enter on the keyboard to confirm. You have to click it with your mouse. Edited December 19, 2017 by RLR
ass17 Posted December 19, 2017 Author Posted December 19, 2017 The candidate information in the file name on first save only works if you go to Save As and doesn't put in the information if they're prompted to save - for example, saving after they've entered their candidate info. Edit: The passcode on exit is now working. A very small thing about the box is you can't press Enter on the keyboard to confirm. You have to click it with your mouse. How do you mean exactly, can you give me a step by step account so I can trace back the logic. Thanks
RLR Posted December 19, 2017 Posted December 19, 2017 How do you mean exactly, can you give me a step by step account so I can trace back the logic. Thanks In the config file I have 1 1 This asks the candidate to save as soon as they finish entering their info. This save prompt doesn't auto populate the filename with their information. Let me know if you need more information.
ass17 Posted December 19, 2017 Author Posted December 19, 2017 That’s perfect thanks, I will get it sorted ASAP [emoji1]
ass17 Posted December 19, 2017 Author Posted December 19, 2017 I've just started testing the new version and the Exit Passcode box is sitting behind the ExamWritePad software so I can't enter the passcode. I can press alt + tab to try switch but it always goes behind the software. All fixed New Verison 2.1.0.7 2.1.0.7 Fixed - 'SavePromptAfterCandidateInfoScreenOnLaunch' now shows the correct filename details if enterd in the Candidate Information window. 2.1.0.6 Fixed - Password on Exit now sets focus to text box and Enter key invokes Exit button click event (so you dont have to press Exit, just press enter) Download Below https://drive.google.com/open?id=18CPomlnpXmtSyhaOotDoO03kU42Jl1w8 1
RLR Posted December 19, 2017 Posted December 19, 2017 All fixed New Verison 2.1.0.7 2.1.0.7 Fixed - 'SavePromptAfterCandidateInfoScreenOnLaunch' now shows the correct filename details if enterd in the Candidate Information window. 2.1.0.6 Fixed - Password on Exit now sets focus to text box and Enter key invokes Exit button click event (so you dont have to press Exit, just press enter) Download Below https://drive.google.com/open?id=18CPomlnpXmtSyhaOotDoO03kU42Jl1w8 Another small tweak would be to add an X(Close) button on the Passcode to Exit box in case they click the close button by accident. The only way to close the box is to enter the incorrect password (or correct password which will close it but they might not want to close it).
ass17 Posted December 19, 2017 Author Posted December 19, 2017 Another small tweak would be to add an X(Close) button on the Passcode to Exit box in case they click the close button by accident. The only way to close the box is to enter the incorrect password (or correct password which will close it but they might not want to close it). Good point! Will do :-)
Garacesh Posted December 19, 2017 Posted December 19, 2017 Can't fault you on feature implementation turnaround @ass17
ass17 Posted December 19, 2017 Author Posted December 19, 2017 Can't fault you on feature implementation turnaround @ass17 It’s easy when you know how and have time :-)
ass17 Posted December 19, 2017 Author Posted December 19, 2017 Another small tweak would be to add an X(Close) button on the Passcode to Exit box in case they click the close button by accident. The only way to close the box is to enter the incorrect password (or correct password which will close it but they might not want to close it). All done v2.1.0.8 Adde Cancel button to password exit screen https://drive.google.com/open?id=1S4RvL3OdE9xT3cZ1MMUi9SF5xKePh1JJ
ass17 Posted December 19, 2017 Author Posted December 19, 2017 Don’t worry about posting over Xmas, I’m all ears and will respond ASAP especially if plan on using EWP with mocks during Jan 2018. Merry Christmas/Seasons Greetings to one and all [emoji1]
Semple1 Posted December 21, 2017 Posted December 21, 2017 Nice new version! Only something minor:- If you press Open and then press cancel, after the Cancelled popup box you then get a further Error popup box. This mentions String reference not set to an instance of a String. Parameter name: s.
ass17 Posted December 21, 2017 Author Posted December 21, 2017 Nice new version! Only something minor:- If you press Open and then press cancel, after the Cancelled popup box you then get a further Error popup box. This mentions String reference not set to an instance of a String. Parameter name: s. So I get this right, open EWP, click file then Open then Cancel, get error message. I will take a look :-)
Semple1 Posted December 21, 2017 Posted December 21, 2017 Yep. This is version 2.1.0.8. Save/Open paths are set to a drive letter. E.g. U:\
ass17 Posted December 21, 2017 Author Posted December 21, 2017 Nice new version! Only something minor:- If you press Open and then press cancel, after the Cancelled popup box you then get a further Error popup box. This mentions String reference not set to an instance of a String. Parameter name: s. All now fixed New Version 2.1.0.9 Fixed - Cancelling Open File Dialog would rest in erroneous error message. Download Below https://drive.google.com/open?id=1q9K7tpDtEH1hKuuU0uOl1nQz8VnMqdJW
Semple1 Posted December 22, 2017 Posted December 22, 2017 Thanks for the fix! I also just noticed if AutoSave path is enabled but the folder does not exist, it will error about trying to save when using File, Exit. This is correct first of all but the program does not actually close after the error message. You therefore get stuck unless using something like Task Manager to close the program.
ass17 Posted December 22, 2017 Author Posted December 22, 2017 Thanks for the fix! I also just noticed if AutoSave path is enabled but the folder does not exist, it will error about trying to save when using File, Exit. This is correct first of all but the program does not actually close after the error message. You therefore get stuck unless using something like Task Manager to close the program. Does it only happen on File -> Exit? If that is the case what I will do is to check the auto save path exists then check if writable then if yes, save file or if no default to desktop. I will sort out tomorrow as I’m out today and have it ready before Xmas. We plan on using it for our own mocks first week back so will get our own feedback soon :-)
Semple1 Posted December 22, 2017 Posted December 22, 2017 Sometimes you get a Net Framework crash afterwards, which lets you close the program instead that way. The main issue is with the File, Exit option as I am testing this out on a blank document. Have a nice Xmas!
ass17 Posted December 22, 2017 Author Posted December 22, 2017 Sometimes you get a Net Framework crash afterwards, which lets you close the program instead that way. The main issue is with the File, Exit option as I am testing this out on a blank document. Have a nice Xmas! I cant seem to get it to crash. I have set the DefaultSavePath to "B:" which doesnt exist, launched the software, typed into the main window, click on File then Exit, it offers to Save, I say yes and because the DefaultSavePath doesnt exist it reverts to Desktop. What is you full step by step and config file might be useful for this if you could send it.
RLR Posted January 8, 2018 Posted January 8, 2018 Not sure if this is my printer but we have students change to Bold when they are in their extra time (SEN students). When we print their work it doesn't print in bold but on the ExamWritePad software it is displayed in bold. Again, might be our printer but not got any others to test.
ass17 Posted January 8, 2018 Author Posted January 8, 2018 Not sure if this is my printer but we have students change to Bold when they are in their extra time (SEN students). When we print their work it doesn't print in bold but on the ExamWritePad software it is displayed in bold. Again, might be our printer but not got any others to test. I will take a look for you
ass17 Posted January 8, 2018 Author Posted January 8, 2018 Not sure if this is my printer but we have students change to Bold when they are in their extra time (SEN students). When we print their work it doesn't print in bold but on the ExamWritePad software it is displayed in bold. Again, might be our printer but not got any others to test. Ok so I have sorted out the issue and yes it is a bug. What I was doing is setting the font for printing after setting the text for printing, thus is resets an formatting optionsd like UNderline, bold etc.. Have now set the font first, then setting the text to print now retains the formatting. I will post a new update.......soon..........very soon..........how about now? Version 2.1.1.0 below https://drive.google.com/open?id=1ubqxK_3-MAXH5Zca31lmQhPCeW-vnGrU 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now