Robert Maynard
Volunteer Moderator
It would be possible - there are two lines of the same length in the INI file where the sixteen digit hexadecimal number immediately after "SD:" ends in "2" - these are the lines that define the panel configuration for Grid0. The last "chunk" of each line is composed of 72 pairs of Base64 digits, totaling 144 panel-to-element assignments for the 12x12 panel array in the grid. These could be changed outside of the app to change Grid0.Is there a way to edit the Grid0 Settings elements outside of the GUI? I am finding it really painful to go through the drop downs and alter the stuff I want. It would be nice if you could use the "P codes" in an excel sheet and save it as a CSV and "import" the layout. I totally get the dropdowns, although it would be nice if they were just text boxes and you could type the "P codes" in yourself. The only other thing would be a legends that tells you what codes are available with a description.
A list of panels is available using the "Buttons & Panels" button in the "Data Dump" field of the options dialog in the app - this writes a "ButtonsAndPanels.txt" file to the directory where the app's executable and INI file are stored. The number internally associated with each panel is not the "P.###" code (which is effectively the position of the panel in the list of panels) rather the "[####]" number where the hashes are the number of the panel used internally in decimal form. This number is in the range 2560 to 3839. To change any element in the grid the Base64 pair in the desired position should be changed to represent the number of the desired panel.
Last edited: