Is there a way to recover data deleted from a field (unintentionally)? Say text has been selected and then the Delete key is pressed. [Non-text portions of...
... I am guessing you have an H/P printer. They have had a rather inconsistent record with their drivers being able to parse PICTs correctly (SuperCard prints...
Dear Group, I think there must be a way to designate more than one grouping of words in a line such that when you move the mouse over them, each grouping...
... Put this handler in your project script: on menuKey theKey if theKey is "z" then if the shiftkey is down then redo else undo end if end menuKey then, press...
Is there a way to ensure that when I run a SuperCard project, or when I "Run" from SuperEdit, that the SuperCard window is the top window? I usually get...
Hi John, ... Not really. An anchor window may be nothing more than a tiny minimun-sized window, and invisible, too, if you like, and with nothing at all in it;...
... Or one could just add corresponding menu items with the "Undo" and "Redo" commands in their scripts. Cheers, -- Uli Kusterer "The Witnesses of TeachText...
... Even without "revert" or "undo" (disclaimer: I've never tried these and I haven't even looked them up to look at how to use...), wouldn't it work to do...
Are you running MacOS 10.5? I noticed the same thing after upgrading from 10.3 to 10.5 -- running a proj from SE no longer brings it to the front after the...
Hi Josh, First, I wanted you to know I'm working on what I 'think' (not really sure) you want to do ... I have reasons to try and work on it beyond your...
Howdy, While playing around with mouse hovering ideas for visual feedback to help Josh (see thread title: " Hiliting Word Groupings by Mouse Hovering"), as...
Hello, I just got this new macbook and I cant seem to get the Icon from the old IMAC to pop up on the Macbook. I called Supercard and they said I had to call...
hello, I need to get informations about supercard ds one SDHC Thanks. _____________________________________________________________________________ Ne gardez...
Ok, slow down. What Icon are you talking about? SuperCard's Icon? Or the iMac Hard-drive? Assuming its the Harddrive then you need to think different, :) as ...
The old iMac uses Appletalk, so you need to enable appletalk on the MacBook (System>Network>Ethernet>Appletalk) Also that both have an IP address that is part...
... SNIP ... Well, that'll never do! I'll go back a little later and fix up that handler with better spelling then test it again. My wife, who used to be an...
Geeze, here we go again (spelling): That should read: the uProps of cd fld id 103: uChunk1 = char 12 to 18 of card field ID 103 of card ID 101 uChunk2 = char...
Sorry, Lanatof, this discussion group is about the SuperCard software development environment. Your favorite search engine might give you what you want. Best...
Hi, I don't write on the SuperCard list often, but the following might be interesting for you, since the Sample Scripts stack contains scripts that, sometimes...
Hi Folks, Hmmm. So, this will work? IOW, SC converter running on the MacBook can convert HC stacks running on an iMac under OS 9.2? I haven't heard of this...
Hi Lancebliss, The afp protocol used by Mac OS 9 is compatbile with Mac OS X 10.1 up to and including 10.3. You can't use it with Tiger and Leopard. Actually,...
The SLG seems a little sparse on drag'n'drop info. What I'd like to do is script a field so that I can drop URLs onto it and have it record them as a list....
Is there a way to get the selected row index? So if a user clicks on, say row 4 it would return 3. Get SCTable(łgetSelectedRecord˛) Bruce Martin The Martin...