That would be great if we had something like that! Have no idea how to script it though! matt ;) ... [Non-text portions of this message have been removed]...
... I have done auto-fill fields for my own projects (where I can be certain of the format of the text chunks etc.) but that's not the same thing. The Help...
I have done a simple filtering script (using contains) that could be adapted to your needs. It is not a type ahead thing, thou. All you need is an input field,...
Hi, Here is the script for a field that autocompletes the font name as you type it. For a custom list of items replace the listFonts() external call with a...
I've been away from SuperCard development for a couple of years, but am back at it now, with a utility that helps owners of HughesNet satellite internet...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 7:22 pm
38676
Just to announce I have recompiled the image external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 7:26 pm
38679
Just to announce I have recompiled the mergeImages external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 7:33 pm
38681
Just to announce I have recompiled the rotateText external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 7:41 pm
38683
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 8:05 pm
38684
Just to announce I have recompiled the imageColorAdjustment external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 8:11 pm
38686
Just to announce I have recompiled the imageColorEffects external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Just to announce I have recompiled the imageGeometry external. Should now work correctly on Intel. Can be found in the group files area. Regards Terry...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Mar 1, 2007 8:17 pm
38689
Hi Andy Welcome back! I still remember your revolutionary rubber band line demo. ;-) If it is a very small web page you could try to do it with SuperTalk...
Hi Randall, The CG Bundle external can do that - if you're OK with programatically created graphics. The current version does not work on 'MacTel' though....
So I have a window that has a background that is taller than the height of the window. On the right edge of the window is a scrollBar style button. The...
"If it is a very small web page you could try to do it with SuperTalk either by stripping html or by extracting the data between known tags." You're right. The...
I've tried all the variations I can think of on Lorenz's suggested syntax for reading a web page into SuperCard... shell(curl 'http://checkip.dyndns.org/') ...
... Andy... what does the external return when you pass it a "!" ? It should return the author's info. -ss [Non-text portions of this message have been...
... Also some authors use "?" instead of "!" to display author info... since "|" returned syntax, perhaps try "?" ? Ken Ray Sons of Thunder Software, Inc. ...
The shell script must be inclosed in quotes: shell("curl 'http://checkip.dyndns.org'") I don't think you need the single quotes around the url though. Bruce...