Skip to search.
SuperCard

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 42611 - 42640 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42611 Dave Francis
b149gimlet Offline Send Email
Jan 1, 2008
11:27 pm
Hi folks, Just a simple question (I hope). I usually include an "Oops" key in my answer dialogues, but on this particular occasion I want to offer three...
42612 Lisa Thompson
lthompson_87 Offline Send Email
Jan 1, 2008
11:45 pm
Hi, Dave. Happy New Year. You can add the "without cancel" parameter to your answer statement to disable any response to Esc or Command-period. I don't think...
42613 Dave Francis
b149gimlet Offline Send Email
Jan 2, 2008
12:26 am
Hi Lisa, and a Happy New Year to you. :-) Thanks for your quick reply. Yes I found the "without cancel" in the help file, but it sort of does the opposite to...
42614 Lisa Thompson
lthompson_87 Offline Send Email
Jan 2, 2008
12:59 am
If you don't include "without cancel" then Esc and cmd-. are mapped to the default cancel button *position*, which is second from the right. Rather than the...
42615 Dave Francis
b149gimlet Offline Send Email
Jan 2, 2008
2:32 am
... Ah, I see. I suppose that's something to do with the OSX protocols. ... Yeh, but my problem is I need to provide 3 choices in addition to the cancel...
42616 John Johnston
troutcolor Offline Send Email
Jan 2, 2008
6:06 am
... Hi Dave, ask list replace("Choice one,Choice 2,choice 3",comma,cr) with "cancel" or "OK" return text might help cheers john -- John Johnston ...
42617 Lisa Thompson
lthompson_87 Offline Send Email
Jan 2, 2008
6:17 am
I see now. I thought you needed 3 buttons total, not 3 plus cancel. So ask list could work as John suggested. Are you sure, though, there isn't a way for the...
42618 Dave Francis
b149gimlet Offline Send Email
Jan 2, 2008
7:20 am
Hey, that's something I didn't know about. Thanks a lot John, I'll give it a try. Happy New Year :-) Dave. Dave Francis davefrancis@... ... ...
42619 Dave Francis
b149gimlet Offline Send Email
Jan 2, 2008
7:37 am
... Well, not really. All it is, is I have a button that grabs a heap of text I've copied to the clipboard from another application. The dialogue is to ask me...
42620 Terry Heaford
haden_young Offline Send Email
Jan 2, 2008
8:08 pm
Hi, I have just updated the ExifRead external. It now returns the data in comma separated format to allow SC to sort the data before it is placed in a cd fld. ...
42621 Lisa Thompson
lthompson_87 Offline Send Email
Jan 2, 2008
10:23 pm
If the textArrows is set to true, then those four keys should be handled appropriately (at least they are with my standard-issue keyboard). I don't know if...
42622 Steve Jones
notum26loft Offline Send Email
Jan 3, 2008
12:37 am
Hello! I began using SuperCard many moons ago back when it was with Allegiant. After several years and job changes, I no longer needed a development program....
42623 Dave Higgins
davehiggins4... Offline Send Email
Jan 3, 2008
3:53 am
... Set the backdrop to black From the SLG: The backdrop window covers the screen of all currently attached monitors, and will absorb all mouse clicks. Because...
42624 Steve Jones
notum26loft Offline Send Email
Jan 3, 2008
4:59 am
Thanks - I had forgotten the backdrop settings. That's what happens when you don't use a program in several years. Sent from my iPhone ... [Non-text portions...
42625 Jim Carlstedt
jim.carlstedt Offline Send Email
Jan 3, 2008
7:34 am
One of the difficulties I had converting a large HyperCard application was the difference in message passing. In HC I made extensive use of the "dynamic"...
42626 Stéphane Leys
nemoid2002 Offline Send Email
Jan 3, 2008
7:53 am
... Thus the advantage of writing functions instead of handlers and calling them via. The only pitfall is that the parameters are interpreted in the context of...
42627 Terry Heaford
haden_young Offline Send Email
Jan 3, 2008
2:24 pm
Stéphane, Is this actually correct? The user guide suggests the following: " Calling "out-of-path" functions with via permits scripts to call function...
42628 Stéphane Leys
nemoid2002 Offline Send Email
Jan 3, 2008
2:38 pm
... Well, I get the "can't send messages to closed card, windows or project" when trying to get a function via another card than the current one, I've just...
42629 Terry Heaford
haden_young Offline Send Email
Jan 3, 2008
3:42 pm
Hi, Can't try at the moment, on a PC not a Mac, at work. Will try this evening unless you beat me to it. All the best Terry...
42630 Lowell Zack
lowellzack Offline Send Email
Jan 3, 2008
4:48 pm
I've mapped out a string of 6 cd grcs named Px1, Px2 etc. Above are cd flds named p1, p2 etc. that the picture number is entered into. I created 6 cd grcs by...
42631 Terry Heaford
haden_young Offline Send Email
Jan 3, 2008
7:10 pm
Hi Stéphane, Yes, I get the error. The user guide must be wrong then? All the best Terry...
42632 Terry Heaford
haden_young Offline Send Email
Jan 3, 2008
7:20 pm
Hi, It does not work when the card is in another project. get test() via cd 1 of window "tester" of project "testerA" If "testerA" is already open in SC it...
42633 Stéphane Leys
nemoid2002 Offline Send Email
Jan 3, 2008
7:22 pm
... I also tried with a closed window. Same result. Experiment (trying) is always right against theory (reading the doc). This is the scientific method ;-) S. ...
42634 Ian Bridges
inpersonoz Offline Send Email
Jan 4, 2008
12:02 am
Hi Lowell, I would bet that it is a path error. You should start by scrutinizing the paths the script is generating to the grc for the picturedata. There is...
42635 pixelbird
pixelbird2000 Offline Send Email
Jan 4, 2008
2:09 am
Hi Dave, ... (snip) ... Why not just use a ToolTip for that? All the best, Ken N....
42636 Lowell Zack
lowellzack Offline Send Email
Jan 4, 2008
3:11 pm
Ian: I found the culprit... Two hidden cd grcs that were suppose to be bg grcs that were created some time ago but never used. (They had the same name.)...
42637 Steve Jones
notum26loft Offline Send Email
Jan 4, 2008
4:35 pm
I am trying to use the transparency feature in the ink settings. I have a logo on a solid background. I want the background to go transparent. I am using...
42638 Stéphane Leys
nemoid2002 Offline Send Email
Jan 4, 2008
4:41 pm
... Did you set the showfill of the graphic to false ? S. __________________ Stéphane Leys http://modulopi.pagesperso-orange.fr http://edouardleystrio.com/...
42639 Steve Jones
notum26loft Offline Send Email
Jan 4, 2008
4:53 pm
Nope - didn't know about that. Been a long time since I worked with SC. I assume I do that in the open card handler just before I set the opColor as I don't...
42640 Stéphane Leys
nemoid2002 Offline Send Email
Jan 4, 2008
5:45 pm
... The showfill is a property of a graphic. So, you set it once and it persists until you change it and it applies only to this grc. S. __________________ ...
Messages 42611 - 42640 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help