... Let's render unto Caesar that which is Caesar's, the initial idea comes from John Johnston. Lorenz implemented the RGB selector and I implemented the HSV...
Thanks Stéphane, I'll look into that. On a ModuloPi note, can I ask whether the objectCursor property is handled by an external you have added or whether it...
... The objectCursor is an official feature (see the AllowObjectCursors entry in the LG). No external, no code added to the project. You must define a user...
Howdy, Well, I finally hooked up my first-ever disk burner to my Sawtooth Mac. I know, I know, I'm a little behind the times here. But first, the negative side...
Yeah Ken, With Jaguar, I plugged in a ³Windows only² powered USB hub. Worked right off the bat. I plugged in a ³Windows only² memory card reader to that...
Chilton, I have been trying to figure out your solution to my window resizing questions... ... SuperCard does not recognize "minimumSize" as a window or a...
I have a general frustration with a SuperTalk language convention... the use of negative forms of properties... ie. dontLimitWindows, dontWrap, dontCashBits,...
Howdy, I wanted to use a set of polygon graphics which have their fill set to Blend and a color, then toggle the showFill off and on to light up the the ...
... Randall, hello again -- I haven't been following this thread much, so maybe I'm going over old ground that didn't work out for you for whatever reason. I...
Actually, I believe these where added features. At one time you could not "not wrap" text. so after a few complaints, I'm sure more than that but you get the...
Yi, ... You have to define it first. define minimumsize of wd 1 set the minimumsize of wd 1 to 200,200 As I said, apparently undocumented, at least in the...
I thought User Properties were properties that SuperCard did not have internal code to react to directly!?! I thought that properties were official if...
Thanks Bob, isnumber(istherightnumber!). If there was some way to do deeper searches upon the Language Guide... I could avoid a lot of frustrations. I wish...
Hi Randall ... A while back someone (I can't remember who??) suggested adding a button to the SLG with this script: on mouseUp put the ticks into t0 put ""...
What does it mean when a person replies to his own posting? Anyway, I went out on the web searching for that great quote: "A foolish consistency is the...
... I agree with you, it messes with my mind as well. Currently there are only five negative properties in ST: dontCacheBits dontHidePalettes dontLimitWindows,...
Hi Ken, maybe I didn't fully understand your question, but why don't you work with toggling ink styles? ... set the ink of cd grc "grcBtn" to srcCopy --...
... Yes, I think that it has been done this way for respecting two conventions when introducing a new boolean property : - the default behavior is the existing...
... Randall, Besides the script posted by John, another big help to me is 'see also', which, of course, presumes you have already gotten to a related word -...
... There's not one single reason. Often it's because properties were created to let you override some previously existing behavior (i.e., dontWrap, ...
... The assumption is that the main purpose of graphics is to be seen, while that of buttons is to be clicked on. Thus parts of graphics that can't be seen ...
You can also print the entire Language Guide to an RTF file which then can be searched with a word processor. Vic Pierce ... [Non-text portions of this message...
Hi Randall, my 2 ¢ ;-) The *background info* or *window info* dialog boxes of SC RTE (and SuperEdit) set the minimum size. When numbers have been inserted in...