We are working on a FileMaker system that is replacing a solution (“the old system") that has a Windows task bar user interface element that the customer likes.
The old system shows approximately 6 icons in the task bar that represent the 6 modules/areas that the old system is comprised of. When the use clicks on an icon they are taken to that area.
We are thinking about the best way to match or improve on the the old system task bar user interface by extending what the FileMaker platform offers out of the box.
The solution we are building spans the enterprise from CRM to shipping and all the parts in between.
The FileMaker system is multi-file with more than 10 files.
When FileMaker is open it show one icon in the task bar.
If more than one window is open, the task bar shows a list of FileMaker Windows when you click or hover over the FileMaker icon. Too many choice shown!
We want to build a custom task bar user interface with custom icons...that when you click on them do different things including:
[1] take you back to where you were last in FileMaker // switch to the FileMaker process
[2] take you to the MainMenu file // switch to the FileMaker process and go to the MainMenu file
[3] a collection of icons that take you directly to a finite number of popular areas // Customer, Item, Shipping, etc. // switch to the FileMaker process and go to a File > Layout
If we were doing this on macOS, for case [1] we would likely use a mini AppleScript App that opens/activates FileMaker.
For Case [2 and 3] we would use a mini AppleScript App that calls an FMP URL
Not sure what the best approach to building a custom task bar interface on Windows would be to meet the specifications above.
What are other people doing to enhance the task bar on Windows?