Hi all,
Is there any ways to make a button still in center of dialog/panel when I resize dialog/panel without changes its frame size?
I'm using kBindAll but the button will be changed frame size. Can anybody please help me resolve that?
My attribute of button:
ButtonWidget
(
kAMPBrowseBtWidgetID,
kSysButtonPMRsrcId, // The Plugin ID
kBindAll, // Frame binding
Frame(64,220,200,246) // Frame(4,4,265,320) // Frame
kTrue, // Is this visible
kTrue, // Is this enabled
"Browse Pages", // The String value
),