... Hi Ken, It seems quite quick to me the repeat loop taking abt 4 ticks with a field of 100 lines (of about 10 chars a line) here if you: set the textColor...
... Try this: on mouseDown put 16 into tHt put the top of me into dTop repeat until the mouse is up if within (me, the mouseLoc) then put (the mouseV - dTop)...
... And this works without pressing the mouse btn and in unlocked fields: on mouseWithin put 16 into tHt put the top of me into dTop repeat until not within...
If I send a window off screen to say a location of -1000,-1000 is there a chance someone using multiple monitors could still see it? Do multiple monitors in a...
It's always possible, if they had four screens, and they had the menubar set to be the lower right one, and all of them had a vertical height of 1000+ pixels. ...
... Doesn't any screen config always start at "O,O" topleft coordinates? That's why we always use a negative number, right? The problem would come with a huge...
On 1/31/04 9:41 PM, "SuperCard@yahoogroups.com" <SuperCard@yahoogroups.com> ... Thanks for the info, Clilton, but it doesn't seem to work. This command is ...
... [snip] ... I hate to disappoint you, but that -1000,-1000 figure is not as safe as most people think. The 0,0 point is relative to the menubar, not the...
Hi This is a topic which I'm sure has been touched on before... Does the drop capability of SC, specifically fields, work with dragged text from another app?...
On 1/31/04 9:41 PM, "SuperCard@yahoogroups.com" <SuperCard@yahoogroups.com> ... Thanks for the info, Clilton, but it doesn't seem to work. This command is ...
Hi Jeff, ... Absolutely! ... Well, let's see... Do you have the AllowDrop for the field turned on? AllowDragAndDrop turned on? AllowFavoriteFlavors set to...
... There are other options like hiding the window, or making a window a couple pixels square instead of full sized. The window size is independent of the...
... Yes, thanks, I know. I use similar devices for the impaired folk, but this is not in that venue. Actually, if you have limited lines, you can assign a...
OOPS missed button again. Say, what's going on with the scroll button? It scrolls the wrong way. It should cause the scroll to reveal from the direction you...
Thanks Lorenz, ... Yep, it's much more responsive. That's what I was looking for, i.e., a vertical spread. I don't know why I didn't see it before. I have a...
Hi John, ... Yeah, the number of lines shouldn't affect it, but Lorenz' script runs faster. Goofy me, I have a similar one I used in another program. It does...
... Since you're using multiple monitors, how would I set up say, MPI on one monitor at 800x600, and my project on another monitor at 1024 x 768? Ken N....
Hello all, Well I would like to know what the ShowList External did in HyperCard? Anyone know? Bruce Martin Illuminator Software (570) 421-0670 (570) 807-9243 ...
I've been out of touch for a few weeks. This morning I went to see what was new on Chilton's external list and didn't see anything recent. Is there a new...
Hi Greg, Welcome back ;-) I'm moving it to iCal. Those who were at the chat on Saturday got a sneak peek, and I'll be posting the url to to this list as soon...
Hi, I'm a user of iEvents that was built with SuperCard. Although I can't tell you what version it is built with, as I'm an end user of the software and the...
... From the Power Tools stack: "This external function displays a scrolling list of items inside a modal dialog box (the number of items displayed is limited...
Hi I seem to remember a way of launching a URL to your default browser through supertalk. Now I can't find any reference to this. Was I dreaming this or does...
Hi Jeff, There was a simple one, sending it to the Finder with a "GURLGURL" AppleEvent. However, that changed in Panther. To do it now, you need to perform...