Changelog sofar:
- Add installation folder to the search path of ScreenRes.txt file. Current search "path": (1.4.1 pre release #1)
1. tablename.res
2. Screenres.txt ( or whatever you set in the registry) in the table folder
3. tablename\Screenres.txt ( or whatever you set in the registry)
4. Screenres.txt ( or whatever you set in the registry) in the B2SServer folder.
- Add additional setting FormNoFocus complementing FormToFront. When set also FormToFront will stay in front and will ignore mouse key presses. (1.4.1 pre release #2)
- B2SBackglassServerRegisterApp: Added registration of a .vpx file context menu copying template res files next to the table. Incl. small cmd to copy the file. (1.4.1 pre release #3)
So the B2SBackglassServerRegisterApp not only registers the COM objects of the B2SBackglassServer.dll, it now also allows to register or remove a right click context on vpx files.
While started, it first asks for registration of the COM object. Then it allows to register (press Yes) or un-register the context menu.
When it registers the context menu, the folder ScreenResTemplates is scanned for *.res files:
The name of the files (without extension) are added to the context menu:
Then, when right clicking the vpx file, it is possible to choose which prepared res-file should be copied from ScreenResTemplates to TableName.res.
Three res files are included (just the names make any sense, has to be edited before use) The ScreenResTemplates folder can also be used to store the background pictures where needed.
To copy the res file, the cmd file "ScreenResTemplates.cmd" is executed using the name of the source res file and the full path of the vpx table.
I new .res files are added to the folder, B2SBackglassServerRegisterApp can be started again to regenerate or remove the context menu.