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 Progress Bar

 

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,RASTERSIZE=150x10,EXPAND=HORIZONTAL");
    else
        IupSetAttributes(prg, "RASTERSIZE=150x10,EXPAND=HORIZONTAL");
    IupAppend(Grid, prg);
}

The normal progress bars work fine, but the marquee doesn't scan back &
forth.
What am I missing?

Thanks!



-- 
John C. Frickson
 
Real Programmers don't believe in schedules. Planners make
up schedules. Managers "firm up" schedules. Frightened coders
strive to meet schedules. Real Programmers ignore schedules.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to