Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 36940 - 36969 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36940
Hi, I have posted the Address Book Data external version 2.5. The project includes a SuperCard 4.6 compatible universal external which is in the data fork of...
Mr. Alec Hole
hhc882000
Offline Send Email
Oct 1, 2006
9:22 pm
36941
I am searching for the char number that corresponds to a char in the set: 123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ To do this I am using...
Randall Reetz
randall_reetz
Offline Send Email
Oct 1, 2006
11:27 pm
36942
... Maybe not the only valid test, but certainly a simple way to get your information. Just might be possible to use Replace(), but it would require some...
bob nagele
sc123bob
Offline Send Email
Oct 2, 2006
12:13 am
36943
Or via applescript: -- applescript set mystring to "abcdeABCDE" considering case set myres to offset of "A" in mystring end considering or via OffsetX external...
Vince
bmw_em5
Offline Send Email
Oct 2, 2006
1:31 am
36944
Works like a charm Bob. function CSOffset str,bigstr --so long as null is not in str or bigstr return offset(null,replace(bigstr,str,null)) end CSOffset DCS...
onetriadrr
Offline Send Email
Oct 2, 2006
1:45 am
36945
Alec, If you wouldn't mind, can you clarify something? When trying beta externals, which might have a memory leak, how might one detect this problem? Would you...
Vince
bmw_em5
Offline Send Email
Oct 2, 2006
1:50 am
36946
Looks like this works as well... function CSOffsetList str,bigstr repeat for len(str) put null after swapstr end repeat --so long as swapstr is not str or in...
onetriadrr
Offline Send Email
Oct 2, 2006
1:57 am
36947
Hi, It seems that the reason I am having difficulty with implementing the the alpha of the pictureData in my image external is that strictly speaking it is not...
Terry Heaford
haden_young
Offline Send Email
Oct 2, 2006
6:55 am
36948
... The snd file is created with a sound editor and appears as a QT file. It can be played with no problem, but attempting to open it with SC's Resource Editor...
David Neale
davidneale
Offline Send Email
Oct 2, 2006
10:47 am
36949
... David, Could you send me this file off list, I would like to look at it. TIA S. __________________ Stéphane Leys http://modulopi.free.fr/...
Stéphane Leys
nemoid2002
Offline Send Email
Oct 2, 2006
11:33 am
36950
Hi Vince, Yes, have the Activity Monitor open. Also, call the external in a repeat loop a hundred times in a row. If there'a a leak, SC's memory will go up a...
Mr. Alec Hole
hhc882000
Offline Send Email
Oct 2, 2006
12:13 pm
36951
What do I need to do in order for a field to only accept a range of chars. I have built a base converter (any number of base n to any number of base m)....
Randall Reetz
randall_reetz
Offline Send Email
Oct 2, 2006
1:37 pm
36952
... Thanks everyone. I guess from the responses that there is no global property that sets or unsets case sensitivity. So, I will use the charToNum...
Randall Reetz
randall_reetz
Offline Send Email
Oct 2, 2006
1:40 pm
36953
Hi all, When using apples image system SIPS the output from a scale,crop rotate etc usually goes to another file. I know some of you who visit here are experts...
Terry Heaford
haden_young
Offline Send Email
Oct 2, 2006
5:05 pm
36954
Hi Dave, I've saved some of this replace() stuff from previous posts (probably from you) and sometime I hope to find time to experiment with these and see what...
bob nagele
sc123bob
Offline Send Email
Oct 2, 2006
5:05 pm
36955
At the bottom of the script editor is a line giving the obj's name etc... Why not its id, too, there is room enough and it would avoid having to close the...
Lowell Zack
lowellzack
Offline Send Email
Oct 2, 2006
5:54 pm
36956
... the actual signature would be something like numtochar((chartonum(z))-32)...
Lowell Zack
lowellzack
Offline Send Email
Oct 2, 2006
7:52 pm
36957
Here's a little project that uses Terry's image.bundle XFcn And is built around a bunch of slick trig scripts by Stéphane. ...
onetriadrr
Offline Send Email
Oct 2, 2006
8:48 pm
36958
I completely agree. Getting to an object's ID for absolute referencing takes more time than it should. I write a little global mouseEnter handler at the...
Randall Reetz
randall_reetz
Offline Send Email
Oct 2, 2006
9:16 pm
36959
... If the object has no name, the ID will be shown, but I usually use the Object Browser to keep track of ID's (especially if there is a large number of cd/bg...
Scott Simon
slyparkroad
Offline Send Email
Oct 2, 2006
9:23 pm
36960
Know what would be great? 1. A property of text fields (inputFilter?) which works with a userProp in some structured way to allow the parameterization of input...
Randall Reetz
randall_reetz
Offline Send Email
Oct 2, 2006
10:09 pm
36961
Hi, I use the following to restrict a field to containing just numbers or calculations. Something that limits you to certain number formatting (###_##_####)...
Mr. Alec Hole
hhc882000
Offline Send Email
Oct 2, 2006
11:19 pm
36962
... I think the object browser is a great feature. Not only you have number, name and ID of all objects but also whether it belongs to a card or bg. Haroldo...
Haroldo Mauro
hmauro@...
Send Email
Oct 3, 2006
1:09 am
36963
I'm using Supercard 4.5.2 Trial Version. I want to make a standalone from a project I've just finished, and I have 2 questions: 1. I didn't find the Standalone...
Haroldo Mauro
hmauro@...
Send Email
Oct 3, 2006
2:16 am
36964
... Standalone Maker has always been excluded from the trial versions. What is the url for the page that states this differently? Best regards, Scott Simon ...
Scott Simon
slyparkroad
Offline Send Email
Oct 3, 2006
2:37 am
36965
... I'm sorry, it says "except:"... and I missed it. My fault. Would a standalone run on OS 9 or earlier X versions of the OS? Yhank you. Haroldo...
Haroldo Mauro
hmauro@...
Send Email
Oct 3, 2006
2:50 am
36966
Thanks Alec, Does your script manage arrow key nav through the string? Select? Copy/Paste? Delete? I need the standard text field behaviors... plus the...
Randall Reetz
randall_reetz
Offline Send Email
Oct 3, 2006
3:25 am
36967
Added a gradient builder palette with a rotation dial. Palette uses dragNdrop to add/edit gradient colors. Browse object scripts for mousedrop handlers and...
onetriadrr
Offline Send Email
Oct 3, 2006
6:55 am
36968
Hi, ... This will pass keyinfield. For all the arrow keys, you need to test for 28,29,30 and 31 There is another delete key, I think it is 127 or 128. The...
Mr. Alec Hole
hhc882000
Offline Send Email
Oct 3, 2006
12:53 pm
36969
... If it's only these chars, you could probably use lineOffset. Build a list with the charToNum()s of the chars you're looking for each on a line, then pass...
Uli Kusterer
witness_of_t...
Offline Send Email
Oct 3, 2006
2:29 pm
Messages 36940 - 36969 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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