1. popupgorilla and ticker

This is a multi-part message in MIME format.

------=_NextPart_000_0556_01C322CB.252DA640
	charset="iso-8859-1"

C:\EUPHORIA\INCLUDE\popupgorilla\systray.ew:134
getHandler has not been declared
    handler_ids =3D getHandler( winid, w32HEvent )
Where does  gethandler exist? or ?
Jvandal
                 
------=_NextPart_000_0556_01C322CB.252DA640
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial=20
size=3D2>C:\EUPHORIA\INCLUDE\popupgorilla\systray.ew:134<BR>getHandler =
has not=20
been declared<BR>&nbsp;&nbsp;&nbsp; handler_ids =3D getHandler( winid, =
w32HEvent=20
)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Where does &nbsp;gethandler exist? or=20
?</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>Jvandal<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20

------=_NextPart_000_0556_01C322CB.252DA640--

new topic     » topic index » view message » categorize

2. Re: popupgorilla and ticker

----- Original Message ----- 
From: <sixs at ida.net>
To: "EUforum" <EUforum at topica.com>
Subject: popupgorilla and ticker


> 
> C:\EUPHORIA\INCLUDE\popupgorilla\systray.ew:134
> getHandler has not been declared
>     handler_ids = getHandler( winid, w32HEvent )
> Where does  gethandler exist? or ?

This is defined in newer versions of win32lib.ew.

You can download the latest release from 

  http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm


----------------
cheers,
Derek Parnell

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

3. Re: popupgorilla and ticker

I downloaded the win32lib as per email and I couldn't run IDE. I restored
the win32 vewrsion 8 and IDe ran ok.?
I have Meditor and it doesn't find printText even when I restore back to ver
8?
Thanks
Jvandal
----- Original Message -----
From: "Derek Parnell" <ddparnell at bigpond.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re: popupgorilla and ticker


>
>
> ----- Original Message -----
> From: <sixs at ida.net>
> To: "EUforum" <EUforum at topica.com>
> Sent: Monday, May 26, 2003 6:37 AM
> Subject: popupgorilla and ticker
>
>
> > C:\EUPHORIA\INCLUDE\popupgorilla\systray.ew:134
> > getHandler has not been declared
> >     handler_ids = getHandler( winid, w32HEvent )
> > Where does  gethandler exist? or ?
>
> This is defined in newer versions of win32lib.ew.
>
> You can download the latest release from
>
>   http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm
>
>
> ----------------
> cheers,
> Derek Parnell
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>

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

4. Re: popupgorilla and ticker

On Sun, 25 May 2003 16:59:02 -0600, <sixs at ida.net> wrote:

>
>
> I downloaded the win32lib as per email and I couldn't run IDE. I restored
> the win32 vewrsion 8 and IDe ran ok.?

Why couldn't you run the IDE? In other words, what messages came up that 
made you think that you couldn't run the IDE?

Was it along the lines of ...
------------------
ide.exw:4622
A namespace qualifier is needed to resolve peek_string.
peek_string is defined as a global symbol in:
    C:\WIN32LIB\Current\include\clib.e
    C:\WIN32LIB\Current\include\tk_mem.e

            chooseFont = peek_string( address(hLogFont,lfFaceName) )
                                   ^
------------------

If so, for each IDE file that this sort of message occurs with you need to 
add either of these two lines to the file...

 include clib.e as clib
OR
 include tk_mem.e as tkmem

and then each reference to peek_string you need to change to ...

   ... = clib:peek_string( ... )
OR
   ... = tkmem:peek_string( ... )

depending on whose peek_string you wish to use.

Sorry about the symbol clashing, but Chris Bensler (author of peek_string 
in clib) choose the same name as Al Getz (author of peek_string in tk_mem) 
did for a function.

My preference is for Al Getz version for Windows environments 'cos its a 
bit faster but you might need to consult with Judith about her preference 
for the IDE.

-- 

cheers,
Derek Parnell

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

5. Re: popupgorilla and ticker

On Sun, 25 May 2003 16:59:02 -0600, sixs at ida.net wrote:

>I have Meditor and it doesn't find printText even when I restore back to=
 ver
>8?
printText is in Martin Stachon's version 0.55.1 (available in user
contributions and/or as shipped with MEditor). There are also some
instructions at the top of IDE.exw if you want to run it with newer
versions of win32lib.

Pete

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

6. Re: popupgorilla and ticker

No need for popup gorilla

Use Mozilla.  It has popup blocking built in.  It also has tabs, which I 
can't do without now.

I feel sorry for you IE users.  I used to use IE before I discovered mozilla 
with its
popup blocking and browser tabs, now I'll never go back.


Daryl Van Den Brink

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

7. Re: popupgorilla and ticker

On Tue, 27 May 2003 11:52:37 +0930, <daryl_vdb at hotmail.com> wrote:

>
>
> No need for popup gorilla
>
> Use Mozilla.  It has popup blocking built in.  It also has tabs, which I 
> can't do without now.
>
> I feel sorry for you IE users.  I used to use IE before I discovered 
> mozilla with its
> popup blocking and browser tabs, now I'll never go back.
>

I use Opera for the same reasons (plus others).



-- 

cheers,
Derek Parnell

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

8. Re: popupgorilla and ticker

On 27 May 2003, at 11:52, daryl_vdb at hotmail.com wrote:

> 
> 
> No need for popup gorilla
> 
> Use Mozilla.  It has popup blocking built in.  It also has tabs, which I 
> can't do without now.
> 
> I feel sorry for you IE users.  I used to use IE before I discovered mozilla
> with its popup blocking and browser tabs, now I'll never go back.

I once used a browser with tabs for one instance of the browser, with multiple 
overlaid windows. I'll never go back to it. The key to a properly behaved IE is 
to let it see only what you want it to act on, nothing more. This means 
filtering out all downloads that are not pics, htm* or txt, killing all
javascript.
Kill all java and activex. Kill all off-site fetches, or asking about them
first.
And having a huge hosts file to redirect advertising to a blank single-pixel
pic.

Kat

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

9. Re: popupgorilla and ticker

On Monday 26 May 2003 10:22 pm, Daryl  wrote:
>
>
> No need for popup gorilla
>
> Use Mozilla.  It has popup blocking built in.  It also has tabs, which I
> can't do without now.
>
> I feel sorry for you IE users.  I used to use IE before I discovered
> mozilla with its popup blocking and browser tabs, now I'll never go back.

Not to mention about 100 other things that IE doesn't have. 
I especially like the incredibly easy way you can install all sorts of 
useful extensions - just click on a link and in a couple of seconds, 
they're installed.  That's the way things *should* work.
I've got Mozilla "Firebird" on all Windows and Linux boxes here.

http://texturizer.net/firebird/

Irv

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

Search



Quick Links

User menu

Not signed in.

Misc Menu