Re: [Iup-users] Marquee Progress Bar

2014-01-24 Thread Antonio Scuri
Hi, I don't know which system you are using but in Windows without Visual Styles the marquee is not displayed. Best, Scuri From: John C. Frickson [mailto:j...@frickson.us] Sent: sexta-feira, 24 de janeiro de 2014 13:18 To: IUP discussion list. Subject: [Iup-users] Marquee Pro

[Iup-users] Marquee Progress Bar

2014-01-24 Thread John C. Frickson
I'm creating some progress bars. One of them needs to be a marquee. The function I'm calling to create them is something like this: void createProgress(Ihandle *Grid, bool IsMarquee) { Ihandle*prg; prg = IupProgressBar(); if (IsMarquee) IupSetAttributes(prg, "MARQUEE=YES