Re: [Iup-users] Some bugs

2013-11-18 Thread Antonio Scuri
When the system processes the double click the button is notified 3 times. It is not a IUP special processing. This is usefull when the user is clicking several times in the same button. Yes, you can hack it using the BUTTON_CB callback. Best, Scuri Regarding the ACTION for button

Re: [Iup-users] Solution for the windows 8 sizing bug.

2013-11-18 Thread Antonio Scuri
Hi, Thanks for the tip. This is what I did: int padded_border = 0; if (has_titlebar) . padded_border = GetSystemMetrics(SM_CXPADDEDBORDER); *border = 0; if (iupAttribGetBoolean(ih, RESIZE)) . if (*border) *border +=