I have an app which presents several sets of results back to the user via Browser tools and these display in the App results dialogue.
The Browser tabs seem to display order in tool ID order, Is there a way to set the display order?
The example below has three browse tools and they are named Browse 1 (ID 3), 2 (ID7) & 3 (ID 5), hence they display Browse 1, 3 and 2.
Hi @Mildman ,
Interesting question!
As you said, in the interface designer you can see the order change whenever you change the name of the tool. However, the ID seems to decide the order of the tabs in the final output.
I wasn't able to alter the order to your liking (:-(, sorry). Best bet now is to change the toolid of the tools via a text editor (i use Notepad++).
Greetings,
Seb
If you don't want to mess with the xml and know what your order will be for the tabs going forward (so if it doesnt need to be dynamic) delete them from the canvas and add new ones in, in the order you want them to appear