Re: [NTLK] Programming Question (protoLabelInputLine)

From: Daedalus (daedalus_at_digitalinkwell.net)
Date: Wed Feb 11 2004 - 22:16:52 PST


Hmmm . . .

I guess if you do make the baseView draggable, all text input lines seem
to become dragging problems.

I just added the viewClickScript to my test app, and couldn't enter
anything there, either:

------
func(unit)
begin
        // lets you drag the application around the screen
        
        local limits;
        limits:= SetBounds (0, 0, 320, 480);
        :Drag(unit, limits);
        
        true; // Return true if click has been completely handled, nil otherwise
end
--------

Any advice on how to let people enter text but still let an app be
repositioned on the screen by the user? Maybe the viewClickScript I'm
using above isn't the way to go?!?!

Daedalus
http://www.digitalinkwell.net/

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/


This archive was generated by hypermail 2.1.5 : Thu Feb 12 2004 - 14:00:04 PST