Jump to content

ass17

Members
  • Posts

    2,201
  • Joined

  • Last visited

Everything posted by ass17

  1. I wrote my own room booking system, very simple and eligant.
  2. Hi Folks, New version for those that wish to use it, no fixes from 2.0.8.7 but added new feature request - Battery Status Indicator (Next to Help Button) if running on battery power. https://drive.google.com/open?id=0B2Rz5d6Ck6CCSy10T3N0TVQ5czg Enjoy!!
  3. 2.0.8.6 Fixed - Page numbering is not correct when using special characters in the document window. 2.0.8.7 Fixed - Tabbing now is correct when pressing the tab key on the candidate information window. Download now available https://drive.google.com/open?id=0B2Rz5d6Ck6CCQ1ltdmRoNmZ5cWc
  4. Ok I think I have now sorted it... as well as a little issue that when TAB KEYING through the Candidate INformation it always missed out the Exam Board. New version coming later today....
  5. Just out of interest are you using the key combinations or the character map to insert them?
  6. Leave it with me and i'll take a look, chance are I may need to loop through the text and convert the special characters to a reference when saving and convert back when opening. :-)
  7. 2.0.8.3 Fixed - When double-clicking a saved file, the option to "Launch Candidate Info On Startup" is ignored, allowing a user to quickly edit/print. 2.0.8.4 Fixed - Finally, after many attempts page numbering is correct when printinf off multiple times without restarting the program. 2.0.8.5 Fixed - Double Line Spacing was not being honoured when "DoubleLineSpacingPrint" was set to 1 (Off). Download Link https://drive.google.com/open?id=0B2Rz5d6Ck6CCeEFNWXZjWGVUX1U
  8. All issue are now fixed, new verison over the next few days.... :-)
  9. with the page numbering a printing line spacing after opening a file I will further investigate this... and fix accordingly over the weekend... :-)
  10. It does save the details in the saved file but if you have turned on Launch Candidate info screen on launch then it negates the fact that the details are already stored, I have now fixed this so that if you are launching a saved file it wont prompt the candidate info screen.
  11. I agree, having spoken to our exams officer who spoke of the same problems you describe.
  12. Ok, page break is in and I'll leave the profanity filter out [emoji1303]
  13. OK, Page Breaks are going into the next build and will be as follows: Selecting "Insert Page Break" will insert a page break at the caret/cursor point within the text box. It will insert, visually, a minimum of two blank lines in appearance and move the caret/cursor to the start of next paragraph. If you select "Remove ALL Page Breaks" it ill loop through the whole text and remove all page breaks and set the cursor to the end of the text. If you wish to remove one page break, then this will be a manual task by taking the caret/cursor to the first text character after the page break, then pressing the backspace key minimum twice to get the paragraph/line underneath the previous paragraph/line and then you can hit the enter/return key to space out your paragraphs/lines accordingly. Also I'm putting this out there to gauge whether people would wish to have such a feature. The feature would be a "Profanity Filter". And how it would work is the on screen visually nothing would change put press the print button and it would partially **** out words that it deems unsavoury. For example: if Football was in the list then "Football" would be converted to " F******l ". The words would be fully customisable via the config file. So please any thoughts on this would be great...
  14. Well I've outdone myself this time, YES I can insert page breaks but it would appear on a page as two blank lines. I would prefer a more visual indication but this would interfere with text itself. In order to get rid of the page break a user would have to effectively delete both lines and press entere to add a new line between two paragraphs so this would remove the hidden RTF "\page" code to insert a page break. If people are happy with this and the way it works then I will go ahead and code it up!!
  15. I will look into the page number again as I thought I had solved this. I can't do page breaks with the rich edit component, maybe if enough people donated I could by a commercial control that has all the bell and whistles and is more flexible, nudge nudge wink wink [emoji6]
  16. 2.0.7.8 Fixed - Stopped all the text being highlighted when it saving/auto-saving. 2.0.7.9 Changed - Exam Board entry box has now been converted to a drop-down list to keep the character case consistent. Therefore new Boards will need to be added in your config file if they don't appear. 2.0.8.0 Changed - Previous version screen text box is now displayed using the screenfont chosen in config file and the page width replicates that of A4 size paper. Download link below: https://drive.google.com/file/d/0B2Rz5d6Ck6CCWnJUdXB2ZGRQQjQ/view?usp=sharing
  17. I couldnt replicate the issue sorry.
  18. With version 2.0.7.7 I cat get it to do what you describe. I created a 4 page document and while I was typing when manual saving and auto-saving it always stays and doesn't move. So if the cursor was at the bottom of the window, this is where it says and doesn't jump. Also nowhere in my code does it state to jump the writing window, so really cant do much at the moment, no-one else has reported this either, I'm scratching my head with this one sorry!!
  19. I have now fixed this in the new build soon!!
  20. Sorted! Combobox it is and if you need to change the list you can do so via the config file as before :-) Will be available in next version - - - Updated - - - ill see what I can do
  21. Ok I see, I think I'll try to find a way to save without moving the cursor at all, need to see why it's moving in the first place.
  22. So here its is folks.... A full changelog (link at the bottom) 2.0.7.2 Fixed - If toolstrip menu was hidden the text window did not move up to use the extra space provided. 2.0.7.3 Fixed - When any error message shows on the candidate information screen the error sits in front of the text box making it difficult to set focus (click on) and type into the box. 2.0.7.4 Fixed - Cursor position was setting itself to the start when initial first autosave and then saving the file happens. Cursor now retains is last position. 2.0.7.5 Fixed - Autosave now pauses while printing 2.0.7.6 Fixed - On first print when formatting (bold, underline etc..) is applied, it resets the formatting and continues to print without formatting. 2.0.7.7 Fixed - When double clicking on a ExamText file that you may have saved, for example on the desktop, it launches ExamWritePad and the ExamText file with all formatting reset/removed. Download link below: https://drive.google.com/file/d/0B2Rz5d6Ck6CCdEoxcjNXRFFLNWs/view?usp=sharing
  23. I haven't been able to pinpoint the exact cause, as its to do with the initial print dialogue window or a bug in the RTF library. BUT, but I have a work-around for it, so cross that one off the list, Phew!! It took me a while to figure this one out :-)
  24. The only time it does this is in the first minute of using the software when you start typing and the autosave pops up a message to suggest that you havent yet saved your file. When you have saved your file, the auto save cursor position is fine. So I have tracked down the initial autosave when the file is not yet saved cursor bug and fixed it. :-)
  25. Ok no problem will take a look at both, we are currently using now live this week and no issues reported, but that doesn't mean there aren't any of course [emoji1]
×
×
  • Create New...