John, ... I think my mistake was calling them as globals at the beginning of the handler. Thanks :) R Charles Flickinger Magic is imagination and learning. ...
... Well, thanks for the idea, but I changed the 'STR ' resource ID 128 in SC... Easier, although it will have to be done at each update... -- Hop! (tm) et...
Hi This may have been talked about before. Is the textAlign of scrollingList fields limited to "left"? When I created a "scrolling list fields" setup using...
Don't believe scrollingList recepect textAlign property. However. you can use ListMaster to manpulate the field to achieve the result you want... albeit with...
Well folks, I didn't get a response to this so I'll take another shot: I made some adjustments to my BeltDrive scrolling field, and it now scrolls continuously...
Hi Ken, It appears I missed the other message you'd sent. I think it has a lot to do with Color and anti-aliased text. Though to be honest, I've always been a...
... Sure, well, uh, this isn't a usual thing. Script-scrolling the field in a little loop like I made is very smooth at 1 pixel per loop, but it was too slow....
Howdy, Transparent fields are apparently not all transparent. The border still shows. I don't want to see the border. How do I get rid of it? Ken N....
... Yep, thanks, I just found the showFrame on my own a little while ago. I should've known, but I wasn't expecting that as a property...stupid newbie stuff. I...
... I've made a test with a grc : - export a rect field with all letters visible to a jpeg or any other picture - set the picturedata of a grc to this picture ...
... Don't worry. showFrame is a new feature in SC 4, so even us experienced SuperCard programmers would have missed that. Bruce Martin Illuminator Software ...
Thanks very much Stèphane, You're headed in the right general direction, I.e., using coordinates, but I find I can handle it with a real field. About 5 months...
... Easy, the height of the grc is set to a multiple of the textheight of the fld. Then you add at the end of the fld as many lines (replicating the first...
... Yeah, it caught me by surprise the first time I tried to make a field "see through". I happened to catch it right away when I opened the Property ...
************* Thank you Stèphane...I'm replying onlist in case someone else can benefit from this discussion. ... I see. You added all lines at the end of the...
... It is the starting sourcerect, the rect of the grc with the origin at the topleft of the grc ... John is the specialist of sourcerect (there is a project...
... hi, Not much of an expert. The sourceRect proj in the Users Samples in the samples folder in your SuperCard folder will show you all I know. Let me know if...
I want to launch an application using and appleScript - I've tried this... tell application "Finder" activate select file "Access_Install" of disk "TeleSURFER"...
... Actually this doesn't quite work either. I'm launching an old (non-OS X) application from potentially either OS X or an older OS (8 or 9) For some reason...
Doh, yeah I knew that. I'm on some drugs for my back, so my mind is not quite all there tonight. ... Bruce Martin Illuminator Software (570) 421-0670 ...
... in this case, you're activating the Finder, not the target app. ... It *should* open here, but that doesn't really mean it will, I suppose ;-) ... I'd...
... I'll take a look. Maybe I already D/L'd something. I think it came up awhile back during a discussion about changing the pictureData scroll to show states...