... 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...
21688
Alec Hole
hhc882000
Sep 1, 2004 11:17 am
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...
21689
Stéphane Leys
nemoid2002
Sep 1, 2004 11:50 am
... 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...
21690
Ken Norris (dialup)
pixelbird2000
Sep 1, 2004 5:15 pm
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...
21691
Victor Pierce
bebopman13
Sep 1, 2004 5:26 pm
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...
21692
Randall Reetz
randall_reetz
Sep 1, 2004 10:04 pm
What is the fastest, safest, most reliable way to test to see if a string is a number or not a number? Randall Reetz randall@... (831) 239-2393...
21693
Randall Reetz
randall_reetz
Sep 1, 2004 10:27 pm
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...
21694
Randall Reetz
randall_reetz
Sep 1, 2004 10:42 pm
I have a general frustration with a SuperTalk language convention... the use of negative forms of properties... ie. dontLimitWindows, dontWrap, dontCashBits,...
21695
bob nagele
sc123bob
Sep 1, 2004 11:25 pm
Randall, The function <isNumber()> should do what you want. regards, bob banag@......
21696
Ken Norris (dialup)
pixelbird2000
Sep 1, 2004 11:32 pm
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 ...
21697
bob nagele
sc123bob
Sep 1, 2004 11:32 pm
... Maybe, just maybe, its a diabolical plot by the Supreme SuperCard Powers to do just that. :-> regards, bob banag@......
21698
bob nagele
sc123bob
Sep 1, 2004 11:45 pm
... 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...
21699
catkeeper@...
walktowardst...
Sep 1, 2004 11:51 pm
... As mentioned in the SLG, you must declare it first. HTH, -Mark [Non-text portions of this message have been removed]...
21700
Bruce Martin
the1ripper2001
Sep 2, 2004 12:02 am
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...
21701
Chilton Webb
chiltonwebb
Sep 2, 2004 12:06 am
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...
21702
Randall Reetz
randall_reetz
Sep 2, 2004 5:07 am
I thought User Properties were properties that SuperCard did not have internal code to react to directly!?! I thought that properties were official if...
21703
Randall Reetz
randall_reetz
Sep 2, 2004 5:38 am
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...
21704
John Johnston
troutcolor
Sep 2, 2004 5:53 am
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 ""...
21705
Randall Reetz
randall_reetz
Sep 2, 2004 6:08 am
Wow, that works great... now I'll do one that searches the other fields... Randall ... Randall Reetz randall@... (831) 239-2393...
21706
Randall Reetz
randall_reetz
Sep 2, 2004 6:14 am
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...
21707
Ian Bridges
inpersonoz
Sep 2, 2004 6:47 am
Well, if anyone knows anything about the abuse of consistency, it would be Microsoft :) Ian B...
21708
Lorenz Tschudi
ltschudich
Sep 2, 2004 7:01 am
... I agree with you, it messes with my mind as well. Currently there are only five negative properties in ST: dontCacheBits dontHidePalettes dontLimitWindows,...
21709
ralf.koenner@...
rkoenner
Sep 2, 2004 7:45 am
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 --...
21710
ralf.koenner@...
rkoenner
Sep 2, 2004 7:48 am
Hi, ... I think it was Lorenz. And it works like a charm!!! Ralf...
21711
Stéphane Leys
nemoid2002
Sep 2, 2004 10:25 am
... 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...
21712
bob nagele
sc123bob
Sep 2, 2004 12:54 pm
... 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 -...
21713
catkeeper@...
walktowardst...
Sep 2, 2004 2:33 pm
... There's not one single reason. Often it's because properties were created to let you override some previously existing behavior (i.e., dontWrap, ...
21714
catkeeper@...
walktowardst...
Sep 2, 2004 2:34 pm
... 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 ...
21715
Victor Pierce
bebopman13
Sep 2, 2004 2:41 pm
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...
21716
Andreas Weisert
teorema67
Sep 2, 2004 4:23 pm
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...