Re: win32

new topic     » goto parent     » topic index » view thread      » older message » newer message

Cut and paste the code below to the Win32lib.ew file at the end. This is an
unoffical patch.

----clip here----

--SetFonts.ew
global procedure setAllFonts(sequence faceName, integer points, integer
attrib)     -- Vince Gonzales
    for f=1 to length(window) do
        if window[f][2] >= PushButton and window[f][2] <= CText then
            setFont(f, faceName, points, attrib)
        end if
    end for
end procedure

----end clip----


Regards,

Greg Harris

-----Original Message-----
From: Albert Brauneis <Dajawu36 at AOL.COM>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Friday, October 23, 1998 5:34 PM
Subject: win32


>That one I just downloaded says there is a function setallfonts or
something
>it needs.
>
>Albert
>
>p.s. I get that error running eu_addr.exw
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu