1. edsgui update

I have updated EDSGUI with fields and some other minor improvements:

http://www10.brinkster.com/tskoda/euphoria.asp#EDSGUI

new topic     » topic index » view message » categorize

2. Re: edsgui update

This file is missing in edsgui.zip:
compat01.ew from Win32lib version 0.57.1 29/March/2002

My include files collector didn't get it cause it's included on last line of
win3Lib.ew.
I will update edsgui.zip in about 6 hours.

This is compat01.ew:

-- compat01.ew
-- This file enables old programs to uses some routines due to be removed
-- from Win32Lib v1.0

global procedure setPosition(integer win, object x, object y)
    setPenPos(win,x,y)
end procedure

global procedure moveWindow(integer win, object x, object y,
                            object w, object h, integer flag)
    setRect(win, x, y, w, h, flag)
end procedure

global function getExtent(atom o)
    return getCtlSize(o)
end function

global function getSize(atom o)
    return getRect(o)
end function

global procedure setSize(integer win, object w, object h)
    setCtlSize(win, w, h)
end procedure

global procedure SetPointerPosn(sequence pos)
    setPointerPos(pos)
end procedure

global function GetPointerPosn()
    return getPointerPos()
end function

global procedure ClickPointerLeft()
    clickPointerLeft()
end procedure

global procedure DragPointerTo(sequence pos)
    dragPointerTo(pos)
end procedure

global procedure setPenPosition( integer id, object x, object y )
    setPenPos(id, x, y)
end procedure


----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
To: "EUforum" <EUforum at topica.com>
Sent: Friday, June 07, 2002 2:20 AM
Subject: RE: edsgui update


>
> tone.skoda at siol.net wrote:
> > I have updated EDSGUI with fields and some other minor improvements:
> >
> > http://www10.brinkster.com/tskoda/euphoria.asp#EDSGUI
>
> I must say I was excited to see this... but then I'm getting this error
> message:
>
> C:\EUPHORIA\include\compat01.ew:48
> onXXX has not been declared
> VOID = onXXX (True)
>            ^
>
> Heelllp! :)
>
>
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu