Passing Click from Image to Field?

Chipp Walters chipp at chipp.com
Tue Dec 28 16:07:47 EST 2004


Interesting,

I was thinking just today about doing the same thing as a sort of 
'workaround' for adding "..." at the end of each line larger than the 
width of the field. IOW, have each line 'disolve' to white at the right 
border.

Scott, I can't think of another way to do what you're doing other than 
the way you're doing it. Passing events hasn't worked for me before on 
this kind of problem.

best,

Chipp

Scott Rossi wrote:

> Looking for some new thinking on a problem:
> 
> I have a translucent image which overlays a scrolling list field.  I need to
> have the list field accept mouse clicks but because the overlaying image is
> only semi-transparent (not 100%) it prevents mouse clicks from reaching the
> list field.
> 
> The only way I've been able to get around this is a kludge of locking the
> screen on mouseDown, hiding the image, using the click command to click at
> the mouse location, and then showing the image and unlocking the screen.  It
> works, but it's a little slow, and I'm wondering if there might be a more
> efficient/programmatic solution.


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 12/28/2004



More information about the use-livecode mailing list