Hi Sheri, > Seems to be working fine now. Only issue I have now is that the bar > opens behind other windows. I guess I should minimize all windows > before using the script because if I shange the Properties to > include "topmost" it covers the script's messageboxes (even if > they also have topmost setting).
Yes, i also noticed that after using ALT+TAB, but i don't have a solution. It seems that a bar is not treated like a normal window. You also don't see it in the task-list, if you use ALT+TAB. Because of this behaviour i already implemented some special handling to re- show the main-bar again after processing some functions. I also use a hotkey to display the bar again, making it quite easy to display the bar again and again when needed. I have no idea about that effect, perhaps Bruce can explain this behaviour. > Just FYI, it is possible to export non-pcf command lists to file > using cl.export if you wanted to support it. Thanks for the tip, i didn't know that. I adapted the script, so that you can now also export external commandlists. > Usually fine, but I tried doing it for the CLT bars, and found > that the ini that resulted would not work for importing because > of the tooltip linebreak character (\r) used. Yes, that's a pity. I already asked Bruce in http://tech.groups.yahoo.com/group/power-pro/message/33550 how to get the current Tooltip-Newline-Character, but he answered, that it isn't possible and recommended to use \r. Nevertheless i adapted the script to use "/" as Tooltip-Newline-Character. It can be adapted in the static variable "s_tooltip_nl". I tried to export and import CLT-bars and it worked here. By the way this seems to be a small discomfort in the export and import-function of Powerpro, because users can have different Tooltip- Newline-Characters. Best regards Detlef
