> But IupMatrix also exports its own callbacks. For instance, you can use the
> CLICK_CB or RELEASE_CB callbacks to >implement a popup menu.
Ok, many thanks.
regards,
Ranier Vilela
Em seg., 3 de ago. de 2020 às 13:47, Ranier Vilela
mailto:ranier_...@hotmail.com>> escreveu:
Hi Scuri,
The are
1 and 2) Sorry I couldn't reproduce your problem here. Using Direct2D for
IupDraw does not affect the rest of the IUP elements, only the elements
that are draw like IupFlat*.
Anyway, IupDatePick does not have the same height as IupText.
Best,
Scuri
Em seg., 3 de ago. de 2020 às 18:16, Antoni
3. IupMatrix BUTTON_CB, is exported?
To implement PopUp menu context, need this:
IupSetCallback(mat, "__OLD_BUTTON_CB", (Icallback) IupGetCallback(mat,
"BUTTON_CB"));
IupSetCallback(mat, "BUTTON_CB", (Icallback) iup_popupmenu_button_cb);
To call original action BUTTON_CB.
What is different
Hi Scuri,
The are some new issues with IUP.
1. With 2DDirectX enabled (with theme manifest actived)
DatePick control not is drawed with same height of IupText.
Must be fixed by set SIZE to "200x11", by example.
2. With 2DDirectX enabled (with theme manifest actived)
(a) Size Windows, not the sa