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...
... 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...
... 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...
... 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...
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...
... 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...
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...
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...
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, 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...
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...
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...
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...
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) &...
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@...
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...
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 ...
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...
"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,...
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 ...
... 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...
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@...
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...
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...