Has anyone had experience using %EM_SETMARGINS?
I have tried using all of the following with EZGUI and directly by API:
%EM_SETMARGINS, %EC_LEFTMARGIN OR EC_RIGHTMARGIN, l&
%EM_SETMARGINS, %EC_LEFTMARGIN, l&
%EM_SETMARGINS, %EC_RIGHTMARGIN, l&
but in the cases where I use %EC_LEFTMARGIN it will only set the left margin and ignores the right margin setting.
Could someone offer advice?
I have tried using all of the following with EZGUI and directly by API:
%EM_SETMARGINS, %EC_LEFTMARGIN OR EC_RIGHTMARGIN, l&
%EM_SETMARGINS, %EC_LEFTMARGIN, l&
%EM_SETMARGINS, %EC_RIGHTMARGIN, l&
but in the cases where I use %EC_LEFTMARGIN it will only set the left margin and ignores the right margin setting.
Could someone offer advice?
Comment