Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 35588 - 35617 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35588
Progress after all! Very raw, so expect buggy behavior. http://24.199.175.86/supercard/horizontalFieldScroll.sc45.zip Scrolls horizontally & vertically via...
onetriadrr
Offline Send Email
Jul 1, 2006
7:07 am
35589
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...
greg hodge
hojdude
Offline Send Email
Jul 1, 2006
8:59 am
35590
Greg, You can use the exists() function to test if your variable has been initialized. Scott Simon Solutions Etcetera...
Scott Simon
slyparkroad
Offline Send Email
Jul 1, 2006
9:45 am
35591
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...
James Z
port_lock
Offline Send Email
Jul 1, 2006
10:41 am
35592
Aside from using exists(), as Scott suggests, i sometimes init variables by naming them as parameters. on mouseup testVar put testVar & "•" end mouseup DCS...
onetriadrr
Offline Send Email
Jul 1, 2006
1:26 pm
35593
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...
Bruce Martin
the1ripper2001
Offline Send Email
Jul 1, 2006
1:43 pm
35594
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...
greg hodge
hojdude
Offline Send Email
Jul 1, 2006
2:36 pm
35595
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...
greg hodge
hojdude
Offline Send Email
Jul 1, 2006
2:40 pm
35596
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...
greg hodge
hojdude
Offline Send Email
Jul 1, 2006
3:15 pm
35597
Just something i noticed. I'm not suggesting that it is a good practice, just works. DCS...
onetriadrr
Offline Send Email
Jul 1, 2006
4:02 pm
35598
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...
James Z
port_lock
Offline Send Email
Jul 1, 2006
5:03 pm
35599
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...
James Z
port_lock
Offline Send Email
Jul 1, 2006
5:22 pm
35600
... 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...
Vince
bmw_em5
Offline Send Email
Jul 1, 2006
5:39 pm
35601
... 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 ...
Vince
bmw_em5
Offline Send Email
Jul 1, 2006
6:02 pm
35602
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...
Vince
bmw_em5
Offline Send Email
Jul 1, 2006
6:04 pm
35603
... Test running at the moment is at 43k + ... perhaps there is no limit except memory. DCS...
onetriadrr
Offline Send Email
Jul 1, 2006
7:09 pm
35604
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...
James Z
port_lock
Offline Send Email
Jul 1, 2006
7:32 pm
35605
... 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...
Stéphane Leys
nemoid2002
Offline Send Email
Jul 1, 2006
8:48 pm
35606
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...
onetriadrr
Offline Send Email
Jul 1, 2006
10:05 pm
35607
Between 30,000 and 34,000 uprops, (probably at 32k) the edit userprops dialog stops displaying properties. But, the userproperties function continues to work. ...
onetriadrr
Offline Send Email
Jul 1, 2006
11:15 pm
35608
... 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...
Joe Koomen
joekoomen
Offline Send Email
Jul 1, 2006
11:32 pm
35609
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...
Ian Bridges
inpersonoz
Offline Send Email
Jul 1, 2006
11:41 pm
35610
Excellent suggestion Joe. Enabling menus is a great idea! Bruce Martin The Martin Solution PO Box 644 Delaware Water Gap, PA (570) 421-0670 ...
Bruce Martin
the1ripper2001
Offline Send Email
Jul 2, 2006
12:49 am
35611
... 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...
Joe Koomen
joekoomen
Offline Send Email
Jul 2, 2006
1:01 am
35612
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...
Robert Ladle
pitchypaws
Offline Send Email
Jul 2, 2006
1:50 am
35613
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 Bridges
inpersonoz
Offline Send Email
Jul 2, 2006
3:42 am
35614
Thanks, Vince. I put it in open project. It works fine. James...
James Z
port_lock
Offline Send Email
Jul 2, 2006
4:05 am
35615
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. ...
Vince
bmw_em5
Offline Send Email
Jul 2, 2006
4:36 am
35616
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...
onetriadrr
Offline Send Email
Jul 2, 2006
4:41 am
35617
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 ...
James Z
port_lock
Offline Send Email
Jul 2, 2006
5:02 am
Messages 35588 - 35617 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help