TakeNote on TPI-Pro's
PhreaK
Posts: 966
Has anyone had any success implementing a custom TakeNote interface on the TPI-Pro's? By that I mean providing tool selection, undo controls etc other than the default TakeNote sidebar that has the aesthetic qualities of a physically retarded badger.
I've been able to tidy up the display by removing the TakeNote icon from the upper right ('^TNH-<page name>'), hiding the default controls ('@PPF-__takeNoteControls') and then bring up my own popup with a reduced control set. However, this popup always appears underneath the annotation layer. I have also attempted to place my annotation controls on the page so that the can be set with the property 'above popups', true, and using a popup to mask them when annotation is disabled. Unfortunately the annotation layer still appears higher in the z-order and prevents the controls from being used.
I've been able to tidy up the display by removing the TakeNote icon from the upper right ('^TNH-<page name>'), hiding the default controls ('@PPF-__takeNoteControls') and then bring up my own popup with a reduced control set. However, this popup always appears underneath the annotation layer. I have also attempted to place my annotation controls on the page so that the can be set with the property 'above popups', true, and using a popup to mask them when annotation is disabled. Unfortunately the annotation layer still appears higher in the z-order and prevents the controls from being used.
0
Comments
-Ryan
I think that functionality implemented generically now such that most popups can be customized as needed. Just strip off one leading underscore.
Fun Fact: Though it's faster (and safer) to access a panel's system page template from "File > Open System Page Template", every panel's touchpanel template is located in "Program Files\Common Files\AMXShare\G4SupportFiles\__system\pages". Though modifying these projects will effect any instance you open the "Open System Page Template" (which is why it's safer to use TP4's command), it doesn't seem to effect the actual built-in pages.
Enjoy!