ass17
Members-
Posts
2,201 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by ass17
-
I would need more specifics on this. Would it need a basic set on audio controls? Playlist? Audio CD support? Etc..
-
I know about this yes, I’m looking into this for EWP3 with an exciting new option for batch printing a bunch of files in a specific folder.
-
Can do yes on all screens windows
-
It’s done via config for those that need it disabled like ourselves. I can’t see this changing as you either want it in or off so config seems best option.
-
Running off the network is not an issue with EWP programming per say, if it’s an issue then it’s related to the DotNetFramework if there is any. Because we were running over WiFi we decided to script copying EWP to the local PC at logon. This will always be advisable but I certainly will look at it.
-
OK, I have my ideas on EWP3 and its only right that I ask all you you to offer anything with mentioning in terms of EWP3. I cant promise anything but I'm ready to listen!! My plan is to have the following as priority: Newer Text editing control Reliable printing faster/stable spellchecker Simple interface Even more options to configure for more flexibility and Keep all this under 10,000 lines of code which is where EWP2 currently stands!! Look forward to any feedback Thanks
-
I’m rewriting it from the ground up, no more here, there and everywhere, squeeze in here..... :-) To be honest, I was thinking to charge a small fee but I can’t be bothered to copy protect my work and build some sort of licensing module. So EWP3 will be free - as long as people love it and pass the message on!! [emoji1303]
-
Now try downloading again :-)
-
Wrong version sorry!
-
Download Link https://www.sheldnet.co.uk/examwritepad/ExamWritePad_2680.zip or Check for Updates in the Software Change Log CHANGED: The list of Previous Versions is now in reverse order, so that the most recent is at the top of the list, saves you having to scroll through a potentially massive list. FIXED: Issue would arise where upon saving a file that had slashes in either the ‘Subject’, ‘Syllabus Code’, ‘Entry Code’ or ‘Unit/Component Code’ would cause the application to crash as a slash denote a file system delimiter. Slashes have been disabled within all boxes on the candidate information window. REMOVED: "rtbDoc_SelectionChanged" has been depreciated as it was deemed not important and has helped to fractionally improve the overall speed of EWP when the writing window is active. FIXED: When trying to print and the BackupFilePath is set to a UNC location, sometimes EWP would crash on printing with an exception in function OpenXML. This function has now been removed from the printing procedure. ADDED: A threaded Progress window has been added on printing and spell checking so that the end user is informed what is happening and that something IS happening more to the point is there is a long wait between things. CHANGED: The Candidate Information window is now enabled during the printing process with the button ‘Close’ active, so that if a problem does arise while printing, you should be able to exit and try printing again. FIXED: When spell checking, if the word to replace/change was at the end of a captured sentence (Not an actual sentence) then it would throw an exception. This only happened when Change was clicked, not Change All. All being well with this build, this will be the final build for version 2. The new version 3 is now at the end of the planning stage and I'm reviewing the codebase in order to start migrating stuff across where needed. Actual development and testing should start in July, with a first release date for EWP3 sometime in November ready for Mock Exams Dec/Jan. Thanks for using EWP!!
-
Glad to hear! :-)
-
Small oversight from a one man band, I can’t remember everything [emoji16]
-
Not really, your not supposed to use back slashes in general text when creating files names. And you will be pleased to know that tables are coming in EWP3 [emoji1][emoji1303]
-
IMPORTANT INFO: If you get issues saving files then please make sure that you do not put a backslash within any field on the Candidate Info screen. EWP would treat it then as part of the path which wouldnt exist. Future builds of EWP will not allow backslashes within the Candidate Info screen. Thanks to Cthulhu for helping discover this...
-
a few PMs sent
-
ok thanks
-
I have removed the "rtbDoc_SelectionChanged" from future EWP builds as it now serves no purpose. It was actually slowing down the use of EWP as every that happens on the EWP writing window, whether it be mouse click or key press would call "rtbDoc_SelectionChanged", I think it is a legacy thing that doesn't now need to run. EDIT: In fact I've just realised what it is, if the selected text is bold, italic or underlined then check/depress the mini-toolbar button for each instance of bold, italic or underline. Moving forward I don't see that this is worth doing as if you select text with mixed text including no style text the buttons would not check/depress. So I will continue to remove it for future builds.
-
hmmm, looking at the error generated via "rtbDoc_SelectionChanged" procedure... The only thing that this procedure does is: TbrBold.Checked = RtbDoc.SelectionFont.Bold TbrItalic.Checked = RtbDoc.SelectionFont.Italic TbrUnderline.Checked = RtbDoc.SelectionFont.Underline So I can see why it would throw an error. Please could you replicate the issue? So,
-
Perfect thanks!!
-
Please can you try the new attached version. I think I have fixed the issue.NHunspellExtenderNEW.rar
-
All files, as a caution but the config I supply will always have all the defaults in so, in reality leave the config as is and not replace it, unless you need a new option then you can copy/paste the new option into your config file and set accordingly
-
got it thanks, will come back soon with more info...
-
Can you send me one of the files that is getting the error with spellings as I cant replicate it, then I can debug the spelling properly, otherwise im doing it blind and what to write in silly message boxes :-) :-)
-
I have created a newer version of the spellchecking DLL. Please can you download and replace it and test again. It is attached to this post. NHunspellExtender.rar
-
Did by any chance the word that needed to be spell checked appear at the end of a paragraph? And it was it hyphenated?
