Progress after all! Very raw, so expect buggy behavior. http://24.199.175.86/supercard/horizontalFieldScroll.sc45.zip Scrolls horizontally & vertically via...
Hi Dave, Thanks for the thought. I had to go read up on explicitVars, new to me. I was running under the default of 'false' but if I set it to 'true' I get...
Looks better. If you drag the scrollbar button slowly, the yup abd down motion appears to move the same distance each time. I'd watch the values in the...
Aside from using exists(), as Scott suggests, i sometimes init variables by naming them as parameters. on mouseup testVar put testVar & "•" end mouseup DCS...
you can also declare then as local. on mouseUp local testLines,lineTest -- both testLines and lineTest now contain the number 0 put "123"&return&"456" into...
Thanks Scott, I expected there were several ways to plan. I use exists() all the time for objects but forgot that it worked for variables. Excellent. Greg...
Hi again Dave, I'm really not familiar with that kind of structure. Interesting. I've seen it used for functions and custom handlers but never with something...
Thanks for all the suggestions. Add to the list the Try-Catch structure that I somehow also forgot about. As usual, with SuperTalk there are many ways to...
Is there a way to get get just the variable window in trace to display so you cab watch the values change? I recall using it in HC but I can't find anything in...
I have a project where I always want to use the keyboard arrow keys to edit fields. Where should I put " set the textArrows to true " in "open card". Open...
... In certain situations, all of the above could work.... • in open card -> if you only want it to activate when that card opens. If first card in project...
... Script Tracer already shows the variables in a separate field at the bottom of the script tracer window. Step through the script and you will see the ...
Open chat this morning and it was an early one! Several questions were discussed, but not necessarily answered. ;-) • How many Uprops can be stored in an...
No, I want to run a script without having to step through the tracer, but see all the variables values changing as I run the script. I suppose I could write a...
... You mean 43,000 userprops ? So, the limit is not 32767, another possible limit could be 65536. If you pass this limit, the next one would be 2147483647 or...
I let the test run beyond 66,000 before interrupting. Another crash when attempting to access via MPI contextual popup menu. On relaunch, userprops were not...
Between 30,000 and 34,000 uprops, (probably at 32k) the edit userprops dialog stops displaying properties. But, the userproperties function continues to work. ...
... Hi James. Do you want to use the arrow keys to move the fields, or to move the text cursor around within the field? If it's the later, I recommend a...
Hi All, I've been out of action on the SC front for a bit, (tried to make last nights chat, but didn't go the distance), so I don't know exactly what Bob...
... The only thing I hate worse than apps that allow you to copy when there is nothing to copy, are apps that have an undo item that doesn't tell you what...
Hi Ian- What is a "CG external"? My plotter runs up to 8 plots every 10 min.(selectable) for 24/7 so any "smoother" would have to be "built-in", automatic and...
Hi Bob, The CG external is the 'Core Graphics' external - it lets you programatically create graphics using the quartz core graphics routines for OSX, which...
Ian, That looks like it might be an excellent possibility for solving Bob's problem. He'd just have to move his graphing routine to use the CG external calls. ...
Final answer looks like 32766. Attempting to set the content of the 32,767th object user prop throws an error. It also appears that defining more than 32766 in...
Joe, Thanks for the suggestion. All I want to do is move the cursor around the field. The field is always open for editing. This particular project is a ...