Re: Squeeky Squeeky!
- Posted by Liona Kerslake <paulk at UNISERVE.COM> Dec 16, 2000
- 538 views
------=_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>>I = remember helping you=20 with this. </FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Yeah, I know. But I delete old e-mails. = hehe....</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>> </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> </DIV> <DIV>That's the problem: </DIV> <DIV>> Now here's the twist....I can't use *any* files off of = the=20 Archives because if the 300 line limit</DIV> <DIV> </DIV> <DIV> </DIV> <DIV> </DIV> <DIV> </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> </DIV> <DIV><FONT face=3DArial size=3D2>I remember helping you = with 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> </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> </DIV> <DIV><FONT face=3DArial size=3D2>From you program:</FONT></DIV> <DIV> </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> </DIV> <DIV><FONT face=3DArial size=3D2>2. if and_bits(event[1], = LEFT_DOWN) then=20 </FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2> LEFT_DOWN should = be a constant=20 declared at the begining of the program</FONT></DIV> <DIV><FONT face=3DArial size=3D2> which is never=20 declared.</FONT></DIV> <DIV><FONT face=3DArial size=3D2> eg.</FONT></DIV> <DIV><FONT face=3DArial size=3D2> constant LEFT_DOWN = =3D=20 1</FONT></DIV> <DIV> </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> </DIV> <DIV><FONT face=3DArial size=3D2>In programs, electrical circuits = or most=20 anything, there is either a TRUE (1) or False (0) </FONT></DIV> <DIV> </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> </DIV> <DIV> </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> </DIV> <DIV><FONT face=3DArial size=3D2> 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> </DIV> <DIV><FONT face=3DArial=20 = ; /=20 / /</FONT></DIV> <DIV><FONT face=3DArial = size=3D2>-----------Thomas / / /=20 /</FONT></DIV> <DIV><FONT face=3DArial = <DIV><FONT face=3DArial=20 = ; \=20 \ \ \ \</FONT></DIV> <DIV><FONT face=3DArial size=3D2> = =20 = =20 \ \ \ \ </FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>PS. Someday I <EM>will</EM> get the = registered=20 ------=_NextPart_000_0014_01C0679C.BA7BAB80--