7.1.2005 YENCO.COM Press Release It's official! YENCO.COM today announced that its next generation of applications will only support Mac OS X and has launched...
Hi (Apologies if I've already sent this - my email's gone feral) I've been lurking on this list for some time and am now making my second attempt to migrate...
... Yes this is normal behavior. Look in the help at the "showFocusRectangles" property in the SuperTalk Language Guide. ... When you have just the normal...
Hi George, The blue hilite around the field is normal. See 'focushilite' in language guide. I don't think you can disable it... I've not see the second...
... Thanks Mike That would be exactly what I was missing - it hadn't occurred to me that a block of colour would intercept a mouse click. George -- ... George...
Hi Mike, ... This holds true when I click on a "button"? Which leads me to ask, aside from the Save comand, when is the card written to disk? Is closeField...
... Yup... try and keep in mind that all objects in SuperCard are scriptable and receive messages and that should serve you well going forward. [Non-text...
Hi Charles, ... AFAIK, yes. You can check this simply by opening a background field by clicking in it then hitting a -> arrow key to go to the next card. See, ...
... Yes, if you have an active field and click a button that has no script, or nothing in a script that will trigger a closeField such as "select empty" then...
Hi George, Great to see you here! Welcome to SuperCard and the list!! I have many times enjoyed and made use of your posts to the HC list over the years. Hope...
P.S., ... I see I made a 'bad'. I probably should have said "pass mouseClicks" if there is nothing in the script to cause a selection in another object to...
... A quick word search for 'focus' in the help systems seems to turn up the showFocusRectangles property. (c; [Non-text portions of this message have been...
... When the card is closed. ... Yes if the field was open and changed. If it was open and left unchanged you would get leaveField instead. -ss [Non-text...
Hi Scott, ... (snip) ... Aha! So there it is! Thanks, I just _knew_ I had used this somewhere before. Hmm, I must've typed in 'focush' or something and so all...
... Yes. This means you can have buttons which affect the styling of selected text in the field, for example a button which toggles the style to and from bold,...
Hello, In case anyone is interested, I just finished up a Calorie & Nutrition calculator. It's at my home page. I need feedback. I really need it. So, if...
Hi Scott, ... OOPS! Sorry, I didn't know that. That's really good news for those trying out SC. Sold me without it, but who cares?!! What I'd personally like...
Holy Frijoles, Jonathan! That's a lot of work you put into that calculator. It will take me a little time to check it out and I am afraid that I might learn...
... Well, I'm sorry, but there are some erratic behaviors of the sliders, particularly in the Nutrition Library... In the same NL, the right hand field is not ...
Dear Group Need another bit of help for my QT endeavors (Mr. Johnston are you listening?). I have a folder full of files that contains jpegs, tiffs, movies,...
... The quicktime commands can also be used to play various audio and non- quicktime type movies. I once built a browser emulator and all the banner ads were...
I might add, that I think you should use a customWindow. And make the book larger. Say 800 X 600, or so. Making it resizable would be the best of course and...
Agreed. Bigger size highly recommended, but since Johnathon is working in OS 9, my guess is that he's stuck at 640x480. You can still make it resizable, so...
... Using this model I have: on NewCard ask "To whom should this invoice be addressed?" put it into FindThis put the GetAddressAScript of this background into...
doug rogers
dougsamu@...
Jul 3, 2005 7:19 pm
29600
change: get script(run,AppleScript,merge(tScript)) to: get script(do,AppleScript,merge(tScript)) If this script was compiled and saved in the resources then...
... Okay. am I to understand that the merge command takes it ( text returned from the ask) which is then put into the variable FindThis, ... is that text...
doug rogers
dougsamu@...
Jul 3, 2005 7:51 pm
29602
... only if you pllace [[ and ]] around FindThis in the appleScript. [[FindThis]] ... Bruce Martin The Martin Solution PO Box 644 Delaware Water Gap, PA (570)...