Tadjio wrote:Yes please, I did have a peek before but chickened out. I'm not yet familiar enough with ASP to know what I really want!
Well, I can only give so much detail. In what follows I am assuming that you want the Temp, Straighten and Vibrance tools in a tab just above Bez. I also use the customtoolsui.txt file to position to exposure panel just above Bez, so I have a layout like the attached file.
1. Find the BasicTools.ui file in C:\Program Files\Corel\Corel AfterShot Pro\supportfiles\tools (or the equivalent location for your OS).
2. Take a copy and place it in [User Folder Location]\Plugins\Bez.afplugin\ui and rename it BasicTools-bez.ui for the sake of clarity.
3. Edit the file and delete or comment out the bits that you don't want. I suspect this is the bit that you found to be too hard. Truth is, it's a bit complex to describe here - you have to understand the structure of the file in order to do this. Or use Qt Designer. To make it easy, I have put the edited file on my server at
http://www.ferdinand-paris.com/bibble/B ... ls-bez.zip which has all the unwanted bits commented out. [Note: if you open this in Qt Designer it will strip all the comments out, so don't do that.]
4. Edit the Info.afpxml file in [User Folder Location]\Plugins\Bez.afplugin and before the line
- Code: Select all
<li>ui/Bez.ui</li>
Include this line:
- Code: Select all
<li>ui/BasicTools-bez.ui</li>
5. Start or restart ASP and you should have what you want.
F_P