What up y'all. My question is about XML. I don't have Software Development knowledge so if somebody answers this, i would appreciate it.
I'm trying to change the GUI of a Plug-in i use. I found the resource images and codes in its file directory.
The GUI has a Square shape originally but I'm trying to make it rectangle (1200x160)
I've managed to change the Window size, by editing two strings; (i changed the "Bottom" and "Right" values.
The problem is, I'm not sure about how should i change the Parameter Controller's position. When i change it to a different value, its position changes but how can i know the Up/Bottom/Right/Left for a certain position?
Like I'm trying to move the position of the Knobs, to a certain place. But don't know that place's Coordinates.
Anyone knows how can i do this? I'm editing XML with a Text Editor by the way. A software that would let me move the knob to a position and change the code automatically would be dope.
Here is some pictures so you can understand better;
The Original GUI of the Software
The Prototype Of What I'm Trying To Do (I made this with Photoshop)
Yeah I'm basically trying to re-design the GUI and the problem with it is re-positioning the Knobs and functional buttons.