1. Squeeky Squeeky!

------=_NextPart_000_000A_01C06790.B5C7DDE0
        boundary="----=_NextPart_001_000B_01C06790.B5D105A0"


------=_NextPart_001_000B_01C06790.B5D105A0
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Yep, I'm trying mouse support. And I have run into a catch 22. Or so I =
think...........

    Here's the problem: I'm using get_mouse() to check if the left mouse =
button has been pressed down. I'm also using an if-then loop, which is =
causing a big prob. Now here's the twist....I can't use *any* files off =
of the Archives because if the 300 line limit. So, if you can solve this =
I'd be most grateful. My prog's attatched.

                             / / /
-----------Thomas    / / / /
----------/\=3D=3D=3D=3D=3D=3D=3D----------
                          \ \ \ \ \
                            \ \ \ \=20

PS. Someday I will get the registered version.

------=_NextPart_001_000B_01C06790.B5D105A0
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Yep, I'm trying mouse support. And I =
have run into=20
a catch 22. Or so I think...........</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Here's the problem: =
I'm using=20
get_mouse() to check if the left mouse button has been pressed down. I'm =
also=20
using an if-then loop, which is causing a big prob. Now here's the =
twist....I=20
can't use *any* files off of the Archives because if the 300 line limit. =
So, if=20
you can solve this I'd be most grateful. My prog's =
attatched.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/=20
/ /</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>-----------Thomas&nbsp;&nbsp;&nbsp;&nbsp;/ / /=20
/</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV><FONT face=3DArial=20
;&nbsp;&nbsp;&nbsp;\=20
\ \ \ \</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; \ \ \ \ </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>PS. Someday I <EM>will</EM> get the =
registered=20

------=_NextPart_001_000B_01C06790.B5D105A0--

------=_NextPart_000_000A_01C06790.B5C7DDE0
        name="Shoot.ex"
Content-Transfer-Encoding: quoted-printable

new topic     » topic index » view message » categorize

2. Re: Squeeky Squeeky!

------=_NextPart_000_0009_01C06B5F.AEEB5F60
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This WASN'T supposed to be sent, but Outlook does things to quickly.
  ----- Original Message -----=20
  From: Liona Kerslake=20
  To: Euphoria Programming for MS-DOS=20
  Sent: Saturday, December 16, 2000 8:14 PM
  Subject: Re: Re: Squeeky Squeeky!


  >I remember helping you with this.=20

  Yeah, I know. But I delete old e-mails. hehe....


  > 1. USE Mighty.e by Pete Eberlein for SVGA support there are several =
others
                       that are equally as good (Jiri Babor has one or =
ten)

  That's the problem:=20
  > Now here's the twist....I can't use *any* files off of the Archives =
because if the 300 line limit




  ----- Original Message -----=20
    From: Euman=20
    To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
    Sent: Saturday, December 16, 2000 7:48 PM
    Subject: Re: Squeeky Squeeky!


    Paul (Thomas) whatever,

    I remember helping you with this. I remember useing mighty.e in the
    example also. Why did you change to mouse.e? mouse.e doent have
    support for the SVGA unless you have the registered version of the
    translator (dont quote that mouse.e works in the translator for =
SVGA,
    I assume this based on Roberts comments cause I dont use it).

    Grab a copy of ABGTE II off of the Euphoria contributions page.
    I remember ABGTE II helping me somewhat.

    From you program:

    1. USE Mighty.e by Pete Eberlein for SVGA support there are several =
others
                         that are equally as good (Jiri Babor has one or =
ten)

    2.  if and_bits(event[1], LEFT_DOWN) then=20

        LEFT_DOWN should be a constant declared at the begining of the =
program
        which is never declared.
        eg.
        constant LEFT_DOWN =3D 1

    3. and_bit would mean that event[1] (and) LEFT_DOWN are equal =
(usually True or (1) for short)

    In programs, electrical circuits or most anything, there is either a =
TRUE (1) or False (0)=20

    I really wish I knew what you wanted to do because your program is =
really confusing.=20
    At this point I suggest you e-mail me the full details so I can help =
get you thru the first screen.


      ----- Original Message -----=20
      From: Paul Kerslake=20
      To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
      Sent: Saturday, December 16, 2000 9:47 PM
      Subject: Squeeky Squeeky!


      Yep, I'm trying mouse support. And I have run into a catch 22. Or =
so I think...........

          Here's the problem: I'm using get_mouse() to check if the left =
mouse button has been pressed down. I'm also using an if-then loop, =
which is causing a big prob. Now here's the twist....I can't use *any* =
files off of the Archives because if the 300 line limit. So, if you can =
solve this I'd be most grateful. My prog's attatched.

                                   / / /
      -----------Thomas    / / / /
      ----------/\=3D=3D=3D=3D=3D=3D=3D----------
                                \ \ \ \ \
                                  \ \ \ \=20

      PS. Someday I will get the registered version.

------=_NextPart_000_0009_01C06B5F.AEEB5F60
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>This WASN'T supposed to be sent, but =
Outlook does=20
things to quickly.</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A href=3D"mailto:paulk at uniserve.com" title=3Dpaulk at uniserve.com>Liona =

  Kerslake</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
  href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
  title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>Euphoria Programming for =
MS-DOS</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December 16, =
2000 8:14=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Re: Squeeky =
Squeeky!</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2>&gt;I =
remember helping=20
  you with&nbsp;this. </FONT></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Yeah, I know. But I delete old =
e-mails.=20
  hehe....</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>
  <DIV><FONT face=3DArial size=3D2>&gt; </FONT><FONT face=3DArial =
size=3D2>1. USE=20
  Mighty.e by Pete Eberlein for SVGA support there are several=20
  others</FONT></DIV>
  <DIV><FONT face=3DArial=20
  =
  are equally as good (Jiri Babor has one or ten)</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>That's the problem:&nbsp;</DIV>
  <DIV>&gt;&nbsp;Now here's the twist....I can't use *any* files off of =
the=20
  Archives because if the 300 line limit</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV></FONT>----- Original Message ----- </DIV></DIV>
  <BLOCKQUOTE=20
  style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
    <DIV=20
    style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
    <A href=3D"mailto:euman at BELLSOUTH.NET" =
title=3Deuman at BELLSOUTH.NET>Euman</A>=20
    </DIV>
    <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
    href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
    =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
    <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December 16, =
2000 7:48=20
    PM</DIV>
    <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Squeeky =
Squeeky!</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=3DArial size=3D2>Paul (Thomas) =
whatever,</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>I remember helping you =
with&nbsp;this. I=20
    remember useing mighty.e in the</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>example also. Why did you change to =
mouse.e?=20
    mouse.e doent have</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>support for the SVGA unless you =
have the=20
    registered version of the</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>translator (dont quote that mouse.e =
works in=20
    the translator for SVGA,</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>I assume</FONT><FONT face=3DArial =
size=3D2> this=20
    based on Roberts comments cause I dont use it).</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>Grab a copy of ABGTE II off of the =
Euphoria=20
    contributions page.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>I remember ABGTE II helping me=20
    somewhat.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>From you program:</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>1. USE Mighty.e by Pete Eberlein =
for SVGA=20
    support there are several others</FONT></DIV>
    <DIV><FONT face=3DArial=20
    =
    are equally as good (Jiri Babor has one or ten)</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>2. &nbsp;if and_bits(event[1], =
LEFT_DOWN) then=20
    </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; LEFT_DOWN should =
be a=20
    constant declared at the begining of the program</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; which is never=20
    declared.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; eg.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; constant =
LEFT_DOWN =3D=20
    1</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>3. and_bit would mean that event[1] =
(and)=20
    LEFT_DOWN are equal (usually True or (1) for short)</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>In&nbsp;programs, electrical =
circuits or most=20
    anything, there is either a TRUE (1) or False (0) </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>I really wish I knew what you =
wanted to do=20
    because your program is really confusing</FONT><FONT face=3DArial =
size=3D2>.=20
    </FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>At this point I suggest you e-mail =
me the=20
    full</FONT><FONT face=3DArial size=3D2> details so I can help get =
you thru the=20
    first screen.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV>&nbsp;</DIV>
    <BLOCKQUOTE=20
    style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
      <DIV style=3D"FONT: 10pt arial">----- Original Message ----- =
</DIV>
      <DIV=20
      style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
      <A href=3D"mailto:paulk at UNISERVE.COM" =
title=3Dpaulk at UNISERVE.COM>Paul=20
      Kerslake</A> </DIV>
      <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
      href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
      =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
      <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December =
16, 2000=20
      9:47 PM</DIV>
      <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Squeeky =
Squeeky!</DIV>
      <DIV><BR></DIV>
      <DIV><FONT face=3DArial size=3D2>Yep, I'm trying mouse support. =
And I have run=20
      into a catch 22. Or so I think...........</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Here's the =
problem: I'm=20
      using get_mouse() to check if the left mouse button has been =
pressed down.=20
      I'm also using an if-then loop, which is causing a big prob. Now =
here's=20
      the twist....I can't use *any* files off of the Archives because =
if the=20
      300 line limit. So, if you can solve this I'd be most grateful. My =
prog's=20
      attatched.</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=3DArial=20
      =
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/=20
      / /</FONT></DIV>
      <DIV><FONT face=3DArial =
size=3D2>-----------Thomas&nbsp;&nbsp;&nbsp;&nbsp;/ /=20
      / /</FONT></DIV>
      <DIV><FONT face=3DArial =
      <DIV><FONT face=3DArial=20
      =
;&nbsp;&nbsp;&nbsp;\=20
      \ \ \ \</FONT></DIV>
      <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=20
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ \ \ \ </FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=3DArial size=3D2>PS. Someday I <EM>will</EM> get =
the=20
      registered=20
>

------=_NextPart_000_0009_01C06B5F.AEEB5F60--

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

3. Re: Squeeky Squeeky!

------=_NextPart_000_0014_01C0679C.BA7BAB80
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

>I remember helping you with this.=20

Yeah, I know. But I delete old e-mails. hehe....


> 1. USE Mighty.e by Pete Eberlein for SVGA support there are several =
others
                     that are equally as good (Jiri Babor has one or =
ten)

That's the problem:=20
> Now here's the twist....I can't use *any* files off of the Archives =
because if the 300 line limit




----- Original Message -----=20
  From: Euman=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Saturday, December 16, 2000 7:48 PM
  Subject: Re: Squeeky Squeeky!


  Paul (Thomas) whatever,

  I remember helping you with this. I remember useing mighty.e in the
  example also. Why did you change to mouse.e? mouse.e doent have
  support for the SVGA unless you have the registered version of the
  translator (dont quote that mouse.e works in the translator for SVGA,
  I assume this based on Roberts comments cause I dont use it).

  Grab a copy of ABGTE II off of the Euphoria contributions page.
  I remember ABGTE II helping me somewhat.

  From you program:

  1. USE Mighty.e by Pete Eberlein for SVGA support there are several =
others
                       that are equally as good (Jiri Babor has one or =
ten)

  2.  if and_bits(event[1], LEFT_DOWN) then=20

      LEFT_DOWN should be a constant declared at the begining of the =
program
      which is never declared.
      eg.
      constant LEFT_DOWN =3D 1

  3. and_bit would mean that event[1] (and) LEFT_DOWN are equal (usually =
True or (1) for short)

  In programs, electrical circuits or most anything, there is either a =
TRUE (1) or False (0)=20

  I really wish I knew what you wanted to do because your program is =
really confusing.=20
  At this point I suggest you e-mail me the full details so I can help =
get you thru the first screen.


    ----- Original Message -----=20
    From: Paul Kerslake=20
    To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
    Sent: Saturday, December 16, 2000 9:47 PM
    Subject: Squeeky Squeeky!


    Yep, I'm trying mouse support. And I have run into a catch 22. Or so =
I think...........

        Here's the problem: I'm using get_mouse() to check if the left =
mouse button has been pressed down. I'm also using an if-then loop, =
which is causing a big prob. Now here's the twist....I can't use *any* =
files off of the Archives because if the 300 line limit. So, if you can =
solve this I'd be most grateful. My prog's attatched.

                                 / / /
    -----------Thomas    / / / /
    ----------/\=3D=3D=3D=3D=3D=3D=3D----------
                              \ \ \ \ \
                                \ \ \ \=20

    PS. Someday I will get the registered version.

------=_NextPart_000_0014_01C0679C.BA7BAB80
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2>&gt;I =
remember helping you=20
with&nbsp;this. </FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Yeah, I know. But I delete old e-mails. =

hehe....</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>&gt; </FONT><FONT face=3DArial =
size=3D2>1. USE Mighty.e=20
by Pete Eberlein for SVGA support there are several others</FONT></DIV>
<DIV><FONT face=3DArial=20
are equally as good (Jiri Babor has one or ten)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>That's the problem:&nbsp;</DIV>
<DIV>&gt;&nbsp;Now here's the twist....I can't use *any* files off of =
the=20
Archives because if the 300 line limit</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV></FONT>----- Original Message ----- </DIV></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A href=3D"mailto:euman at BELLSOUTH.NET" =
title=3Deuman at BELLSOUTH.NET>Euman</A>=20
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
  href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
  title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December 16, =
2000 7:48=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Squeeky =
Squeeky!</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>Paul (Thomas) whatever,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I remember helping you =
with&nbsp;this. I remember=20
  useing mighty.e in the</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>example also. Why did you change to =
mouse.e?=20
  mouse.e doent have</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>support for the SVGA unless you have =
the=20
  registered version of the</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>translator (dont quote that mouse.e =
works in the=20
  translator for SVGA,</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>I assume</FONT><FONT face=3DArial =
size=3D2> this=20
  based on Roberts comments cause I dont use it).</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Grab a copy of ABGTE II off of the =
Euphoria=20
  contributions page.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>I remember ABGTE II helping me=20
  somewhat.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>From you program:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>1. USE Mighty.e by Pete Eberlein for =
SVGA support=20
  there are several others</FONT></DIV>
  <DIV><FONT face=3DArial=20
  =
  are equally as good (Jiri Babor has one or ten)</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>2. &nbsp;if and_bits(event[1], =
LEFT_DOWN) then=20
  </FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; LEFT_DOWN should =
be a constant=20
  declared at the begining of the program</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; which is never=20
  declared.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; eg.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; constant LEFT_DOWN =
=3D=20
  1</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>3. and_bit would mean that event[1] =
(and)=20
  LEFT_DOWN are equal (usually True or (1) for short)</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>In&nbsp;programs, electrical circuits =
or most=20
  anything, there is either a TRUE (1) or False (0) </FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I really wish I knew what you wanted =
to do=20
  because your program is really confusing</FONT><FONT face=3DArial =
size=3D2>.=20
  </FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>At this point I suggest you e-mail me =
the=20
  full</FONT><FONT face=3DArial size=3D2> details so I can help get you =
thru the=20
  first screen.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <BLOCKQUOTE=20
  style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
    <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV=20
    style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
    <A href=3D"mailto:paulk at UNISERVE.COM" =
title=3Dpaulk at UNISERVE.COM>Paul=20
    Kerslake</A> </DIV>
    <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
    href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20
    =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> =
</DIV>
    <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December 16, =
2000 9:47=20
    PM</DIV>
    <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Squeeky =
Squeeky!</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=3DArial size=3D2>Yep, I'm trying mouse support. And =
I have run=20
    into a catch 22. Or so I think...........</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Here's the =
problem: I'm=20
    using get_mouse() to check if the left mouse button has been pressed =
down.=20
    I'm also using an if-then loop, which is causing a big prob. Now =
here's the=20
    twist....I can't use *any* files off of the Archives because if the =
300 line=20
    limit. So, if you can solve this I'd be most grateful. My prog's=20
    attatched.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial=20
    =
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/=20
    / /</FONT></DIV>
    <DIV><FONT face=3DArial =
size=3D2>-----------Thomas&nbsp;&nbsp;&nbsp;&nbsp;/ / /=20
    /</FONT></DIV>
    <DIV><FONT face=3DArial =
    <DIV><FONT face=3DArial=20
    =
;&nbsp;&nbsp;&nbsp;\=20
    \ \ \ \</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
    &nbsp;&nbsp;&nbsp; \ \ \ \ </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=3DArial size=3D2>PS. Someday I <EM>will</EM> get the =
registered=20

------=_NextPart_000_0014_01C0679C.BA7BAB80--

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

4. Re: Squeeky Squeeky!

------=_NextPart_000_0012_01C06B7D.5F3EA940
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

No one can help you if they dont know what you want to do.
I dont think anyone can read minds. And my suggestions dont
seem to help.

>>I really wish I knew what you wanted to do because your program is =
really >>confusing.=20
>>At this point I suggest you e-mail me the full details so I can help =
get you thru >>the first screen.

Please do.

      PS. Someday I will get the registered version.


------=_NextPart_000_0012_01C06B7D.5F3EA940
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV>No one can help you if they dont know what you want to do.</DIV>
<DIV>I dont think anyone can read minds. And my suggestions dont</DIV>
<DIV>seem to help.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&gt;&gt;I really wish I knew what you =
wanted to do=20
because your program is really &gt;&gt;confusing</FONT><FONT =
face=3DArial size=3D2>.=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&gt;&gt;At this point I suggest you =
e-mail me the=20
full</FONT><FONT face=3DArial size=3D2> details so I can help get you =
thru=20
&gt;&gt;the first screen.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Please do.</DIV></FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <BLOCKQUOTE=20
  style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
    <BLOCKQUOTE=20
    style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=3DArial size=3D2>PS. Someday I <EM>will</EM> get =
the=20
      registered version.</FONT></DIV>
      =

------=_NextPart_000_0012_01C06B7D.5F3EA940--

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

Search



Quick Links

User menu

Not signed in.

Misc Menu