My interface is calling IUP dynamically via FFI. ScriptBasic (interpreter) is providing style support and other Windows resouces.

My FFI is only working with IUP.DLL and IUPCONTROLS.DLL.

I'm not sure what you're asking me to call to get this to work.

On 2020-07-15 19:02, Ranier Vilela wrote:
De: [email protected] <[email protected]>
Enviado: quinta-feira, 16 de julho de 2020 00:59
Para: IUP discussion list.
Assunto: Re: [Iup-users] IupProgressBar

It looks like you only get the DASHED look if you don't use visual
styles. (default) Can you confirm this?
It looks like, when checking the code.

  if (!iupwin_comctl32ver6 && !iupAttribGetBoolean(ih, "DASHED"))
    dwStyle |= PBS_SMOOTH;

Windows DASHED gauge, works with visual styles?

regards,
Ranier Vilela

_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users


_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to