Jump to content

Recommended Posts

Posted

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/

  • 4 weeks later...
Posted (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 by Myth
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...