yes I am i need to set up a kiosk witha touch screen. I just wondered how do I go about making it happen!
>From: [EMAIL PROTECTED] (C. Hatton Humphrey) >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Touch Screen Question!! >Date: Thu, 29 Nov 2001 16:03:21 -0500 > >It sounds like you're programming for a kiosk or something along those >lines. The touch screen itself is set up on the client (web browser, etc). >All of the interface for a website would be handled through the browser and >operating system, nothing that you would deal with when building a website. > >Hatton > > > > -----Original Message----- > > From: Mookie Bear [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 3:53 PM > > To: CF-Talk > > Subject: Re: Touch Screen Question!! > > > > > > Do you know where I can buy one, how much it costs, etc? > > > > also, so what u are saying is that there is virtually no programming > > involved? > > > > > > > > > > > > > > > > >From: "Jerry Johnson" <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > > >To: CF-Talk <[EMAIL PROTECTED]> > > >Subject: Re: Touch Screen Question!! > > >Date: Thu, 29 Nov 2001 15:57:11 -0500 > > > > > >Touch screens, for the most part, are very simple. > > > > > >The touch screen works just like a mouse (replaces/enhances the mouse > > >driver). > > > > > >Although it depends on how the driver is set up, the normal mode is >that > > >when an object touches the screen, it is the same as a single > > mouse click > > >at that location. If there is an anchor object under that location, you > > >just clicked it. > > > > > >The main difference is button size and seperation of touch areas (for >fat > > >fingered individuals), and handling things like drag-and-drop and >scroll > > >areas (and keyboard-like input when neccessary) > > > > > >Jerry Johnson > > > > > > > > > > > > > > > >>> [EMAIL PROTECTED] 11/29/01 03:38PM >>> > > >hey guys, i'm developing a CF site, but they want it to be touch >screen. > > > > > >can anyone give me some insight on how touch screen works and what not? > > > > > >thanx. > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

