... Well, do what you like but don't complain if it doesn't work. This version of the PI has been designed for 4.1.2, with 4.5, it is obsolete and not...
Seth, If you like, I can send you a script I've mentioned below that will allow you to determine a top margin, and get you on the path to a bottom margin. As...
Hi, list! Glad to come back here again, having a new project (geriatric tool) in the oven. Two little questions, for the moment (SC 4.1.2, because of the lack...
Monday, November 1, 2004 iEvents 2.1.2 has been released by YENCO.COM. This update fixes a bug with the Open FTP menu item. iEvents is a powerful client-side...
Apple decided that in 10.3 or later, all help buttons need to be a pastel purple. This matches their online support site (where the tab controls are the same...
... How about leaving the field unlocked, and giving it the following ultra-simple script: on keyInField end keyInField That intercepts the keyInField event...
... Does this really work? The mouseUp message isn't sent if the field's text isn't locked, and if it is locked then you can't select text. How about this...
... Aow! It's hence system-dependent... So, if I wanna get rid of this color, which really hurts in the global design of my project, I have to give the button...
... The button script really does work - no lockText involved. There is no mention in the SLG that lockText is needed for selectedText unless I missed it. My...
... Yes. ... It is tied to the "help" icon in round buttons. Changing the name of the button won't make any difference. So you'd have to either make your own...
... Not for selectedText, but there is for the mouseUp event. If you put a mouseUp handler into a field it'll only ever be triggered directly when someone...
... It looks like were are talking apples and oranges. The (original) script (ref. above) is a button script. I since tossed the button and moved into the...
... It's been a while, but I've pointed out just where and when the problem occurs. It's not just in the example scripting. I'll see if I can dig up the exact...
... Aha!! I see now. Apparently OSX use a 16-level volume system, but OS9 uses a 8-level volume system. So what's happening is that we are apparently only...
... Well, I fired it up and didn't see the strange results that I did before. At least not yet. I'll try different combinations of it later on. I have a sneaky...
Hi Ian, Keith, et al, ... But how will you activate a hypertext link under an unlocked condition? I don't think you can. I still think the best overall...
Hi Stéphane, ... Well, I haven't had a chance to go over the new version, but my only complaint has been that it tends to make the screen too busy. If I could...
Hi gl, ... Any more questions, need more help? -- Don't be shy, that' s what we come here for. People in this group will usually fall all over each other...
... Made a round rectangle btn, with a different name; no icon. Thanks again! As for a possible trick to have a default text font/style/color in newly created...
... hi Dominique, New field will have the textFont and size that are returned and set by the global texFont and textSize properties. textcolor is not a global...
Hi, according to the SLG <quote> The newButton message is sent to the current card whenever a new button is created through use of any of the button-creation...
... If you keep all the modules open, it will crowd the screen, indeed. But the minimum you must keep open is the MI palette, width= 550, height=25. Not very...
... But that defeats having access to the tools ... I know, but here's the thing: I love the Tool palette and the options it has, been that way since my first...
Hi Ken, You're right, you can't activate the link without locking the field first. Toggleing the lock /unlock for the field is not a problem. Recognising when...