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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 42336 - 42365 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42336
I need to find a word in a scrollingList field and hilite the line the found word is, from a script. I tried but "find" doesn't work. Setting the lockText to...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
2:51 am
42337
... Find does not work in scrolling list fields. I suspect because they are like menus and who would want to search a menu. But: set hilitedLines of cd fld...
Doug Denby
DDenby
Offline Send Email
Dec 2, 2007
3:35 am
42338
... I have used this approach, switching between scrolling and scrollingList via script and don't have the deletion problem using SC 4.5.2. Is that specific to...
Josh Rushton
jarman886
Offline Send Email
Dec 2, 2007
5:34 am
42339
... I suppose so. It also adds unwanted chars before the field's first line. Thanks for answering. Harold...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
11:01 am
42340
... I need to find a word in a scrollingList field and hilite the line containing. As for "set the hilitedlines of field index to x", it works, but if the...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
11:18 am
42341
... I got it from the SC help, never mind. Should have read the help before asking. Sorry! Harold...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
11:50 am
42342
The SC Help says "diacritical marks and capitalization of textToFind are ignored for purposes of matching the string" in the card containing information on the...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
12:09 pm
42343
Have you considered the lineOffset function?...
Scott Simon
slyparkroad
Offline Send Email
Dec 2, 2007
3:32 pm
42344
... Are you sure the file has a Type code? Many in OS X do not. If it has a ".txt" extension add that to your answer file statement. If the file has no...
Scott Simon
slyparkroad
Offline Send Email
Dec 2, 2007
4:17 pm
42345
Thank you Scott. This is the solution I needed. Harold...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 2, 2007
8:47 pm
42346
Ken; So true about Danny Goodman and the HC manuals, I bought every one of them and read them through, and later thumbed through them for help. (95% effective...
Lowell Zack
lowellzack
Offline Send Email
Dec 3, 2007
1:21 pm
42347
A while back, Alec Hole gave a little tutorial in the Saturday SC chat which covered the basics of scripting GROWL (a program which provides various...
Vince
bmw_em5
Offline Send Email
Dec 3, 2007
2:20 pm
42348
Hi, I have written a button script that asks for a word, puts it into the variable tWord, gets the lineOffset in a scrollingList field and hilites that field's...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 3, 2007
6:01 pm
42349
Haroldo, Your second script worked fine for me. Is it possible you have stray characters in the search field, a return maybe? Set its dontWrap to true so you...
Lisa Thompson
lthompson_87
Offline Send Email
Dec 3, 2007
6:19 pm
42350
On second thought, that's not correct. To prevent returns in the field, put a returnInField handler in the field script that's empty or activates a button or...
Lisa Thompson
lthompson_87
Offline Send Email
Dec 3, 2007
6:27 pm
42351
I've ruled out the possibility of stray characters by typing "put 'searchterm' into cd field search" in the message box and then click the button. As for...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Dec 3, 2007
6:27 pm
42352
Another thought would be to call trace from the script that is suspect so that you can in fact determine if what you are looking for is really what you expect...
Scott Simon
slyparkroad
Offline Send Email
Dec 3, 2007
6:38 pm
42353
Or you could try this, Haroldo: get line 1 of cd field search get lineOffset (it, cd field deweyClass) Dave Francis davefrancis@... ... [Non-text...
Dave Francis
b149gimlet
Offline Send Email
Dec 3, 2007
9:11 pm
42354
hi All, I try use the XFcn CocoaMail with a project SC 4.62 I loaded it by this script at openproject on ImpCocoaMail put projectPath(this project) &...
jmburnod
Offline Send Email
Dec 4, 2007
5:16 pm
42355
Hi Guys, I need a hand. I can't find an email address for yahoo! Does any one have an eMail address to yahoo? All I have found are some menu select buttons...
David Flanders
DFlan@...
Send Email
Dec 4, 2007
5:16 pm
42356
... No... this is an error in the documentation. Capitalization is ignored but accented characters are not. Scott Simon Solutions Etcetera [Non-text portions...
Scott Simon
slyparkroad
Offline Send Email
Dec 4, 2007
5:45 pm
42357
Is this on an intel Mac? if so try running under Rosetta. You may have an older copy of CocoaMail that was not Universal. Bruce Martin The Martin Solution ...
Bruce Martin
the1ripper2001
Offline Send Email
Dec 4, 2007
5:52 pm
42358
... Thanks Scott I misunderstood that you were supposed to filter for type, I took out filtering and it works fine now. James Z....
James Z
port_lock
Offline Send Email
Dec 4, 2007
6:40 pm
42359
Sorry Bruce, I forget the environment infos A project (noz a standalone) Supercard 4.62 Mac PowerPC G4 OS 10.4.2 Cocoamail(!) return "CocoaMail XFcn by Bruce...
jmburnod
Offline Send Email
Dec 4, 2007
8:18 pm
42360
"load external" takes a Mac path rather than a Posix path according to the example in Help... 'load external "Macintosh HD:myXFcn.bundle"' Aside from that,...
onetriadrr
Offline Send Email
Dec 4, 2007
10:02 pm
42361
Hi Lowell, ... I have often wished SC had printed manuals, but you _can_ print out the SLG and the SUG yourself if you wish. I know some have. Perhaps a good ...
pixelbird
pixelbird2000
Offline Send Email
Dec 5, 2007
1:41 am
42362
... Actually Ken, before anyone takes that next step I think the Help system itself could do with a complete overhaul. I've lost count of the number of times...
Dave Francis
b149gimlet
Offline Send Email
Dec 5, 2007
2:28 am
42363
Hi, I've never had trouble with the SC help system. I've gotten my own projects to crash but Help's been solid. OS problem ? chip problem? ppc ? I can't say,...
David Flanders
DFlan@...
Send Email
Dec 5, 2007
2:53 am
42364
I am attempting to mimic to some degree the Address Book interface. One difficulty I am having is trying to pick up hilitedLines from one scrolling list to...
Doug Denby
DDenby
Offline Send Email
Dec 5, 2007
4:10 am
42365
Hi David, I haven't much insight to offer, not being very techie. I'm running the same OS as you with the same version of SC, but it's on a G4, pre- Intel. My...
Dave Francis
b149gimlet
Offline Send Email
Dec 5, 2007
5:25 am
Messages 42336 - 42365 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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