Bolby91 Posted September 7, 2018 Posted September 7, 2018 Hello mga kapatid gusto ko lang po mag tanong kung paano ang code sa minimize ng patcher alam ko po is ung close ganito [Button:Exit] Default = 'Images/Exit_Normal.png' OnHover = 'Images/Exit_Hover.png' OnDown = 'Images/Exit_Click.png' Left = 1150 Top = 16 Hook = 'Exit' [Button:Cancel] Default = 'Images/Exit_Normal.png' OnHover = 'Images/Exit_Hover.png' OnDown = 'Images/Exit_Click.png' Left = 1150 Top = 16 Hook = 'Cancel' hindi ko po makuha kung paano sa minimize konting tulong lang po please/ Quote
DairyPresto Posted October 3, 2018 Posted October 3, 2018 ang alam ko nakadipende sya sa patcher background mo Quote
Myth Posted October 3, 2018 Posted October 3, 2018 (edited) para sa mga custom buttons eto ung code [Button:Name] Name or ID, must be unique for each and every button Default='images/button1.png' image of the button on normal state OnHover='images/button2.png' image of the button when mouse hovers it OnDown='images/button3.png' image of the button when the user click on it Left=80 X coordinate of the button (in pixels) Counted from the left of the background image. Top=406 Y coordinate of the button (in pixels) Counted from the left of the background image. Mode=1 Functions of the button Possible Mode values: 1 : Open URL 2 : Open File/Program 3 : Displays a Message Box 4 : Minimize window 5 : Close Patcher 6 : Makes this button as clone start button behavior Action='http://example.com' Applies on modes 1-3 Edited October 3, 2018 by Myth 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.