Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-09 Thread Geoff Canyon
in 120-(the seconds mod 120) seconds --120 seconds/degree set itemdel to : set the angle of grc Hour to 450-(60*item 1 of the time mod 12) - ((the seconds mod 3600) div 120) --It's UTC if you just use the seconds here end setHours On Jun 8, 2005, at 10:04 AM, Geoff Canyon wrote: I

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-09 Thread Geoff Canyon
On Jun 9, 2005, at 5:51 AM, Dennis Brown wrote: I also just took out the hour 'if' statement in yours, so that minutes and hours are updated together after only 10 seconds from start. The extra time for doing the hours every ten seconds is trivial. But that's just...wrong ;-) I just

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-08 Thread Geoff Canyon
, Geoff Canyon wrote: I've posted the new revision: on openCard setTime end openCard on setTime put word 1 of the long time into T --8:13:15 put T char 2 to 5 of (the long seconds mod 1) into fld Time split T using : get (450 - (30 * T[1]) - (T[2] div 2)) mod 360 if (the angle of grc

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-08 Thread Geoff Canyon
On Jun 8, 2005, at 8:40 AM, Eric Chatonet wrote: Just a little thing: with this new very clever code, the clock will not be at time just when opening ;-) So 4 lines more and 2 repetitions that are not satisfying: I bet you will find a better solution in 3 minutes! Thanks for the

Bouncy Updated for 2.6

2005-06-07 Thread Geoff Canyon
. This is more for when bouncy is distributed as an application. Bouncy is a little under two hundred lines of code, reasonably clear and commented. I'd show it to my mother, anyway. ;-) If anyone wants bouncy as an app, let me know. Regards, Geoff Canyon Inspired Logic

Re: two questions (was Re: Uh-oh.... Anybody following WWDC?)

2005-06-07 Thread Geoff Canyon
How about hTni kidffrene!t ;-) Now available on a variety of stuff at: http://www.cafepress.com/inspiredlogic (what the heck, I thought it was pretty clever) On Jun 6, 2005, at 1:21 PM, Richard Gaskin wrote: Mark Wieder wrote: Think different is so last year. This year it's Think

Re: Moving a Custom Shaped window

2005-06-07 Thread Geoff Canyon
On Jun 6, 2005, at 4:50 PM, zack wrote: What a snap it is to create a custom shaped window! Really cool. But how do make it so the user can still drag the window around their desktop? I can't seem to grab any part of it to move it. The mouseMove message gives you the mouse x and y as

Re: two questions (was Re: Uh-oh.... Anybody following WWDC?)

2005-06-07 Thread Geoff Canyon
On Jun 7, 2005, at 2:26 AM, Klaus Major wrote: Hi Geoff, How about hTni kidffrene!t is this Klingon? :-D It's Think different! after the big endian/little endian switch. It's amazing what seems funny at 1AM... ;-) Now available on a variety of stuff at:

Re: Bouncy Updated for 2.6

2005-06-07 Thread Geoff Canyon
I'll try it on a PC today and see what I get. Escape will only work if bouncy is in the foreground and is the frontmost stack. You should always be able to quit, though. gc On Jun 7, 2005, at 2:25 AM, Pat Trendler wrote: I have 20 or so Bouncies flying around the screen going pop, pop,

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-06 Thread Geoff Canyon
On May 30, 2005, at 2:21 PM, Geoff Canyon wrote: On May 30, 2005, at 10:04 AM, Dennis Brown wrote: Nice! I learn something every minute on this list --four heads are better than one. I do believe that the clock is down to its essence now. Every line does something essential, except

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-06 Thread Geoff Canyon
I missed that comment. Of course that's the case. I'm adding it in. On Jun 6, 2005, at 9:38 AM, Dennis Brown wrote: Good catch. As was pointed out before, trunc(T[2] / 2) can be simplified to (T [2] div 2) ___ use-revolution mailing list

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-06-06 Thread Geoff Canyon
I've posted the new revision: on openCard setTime end openCard on setTime put word 1 of the long time into T --8:13:15 put T char 2 to 5 of (the long seconds mod 1) into fld Time split T using : get (450 - (30 * T[1]) - (T[2] div 2)) mod 360 if (the angle of grc Hour) it then set

Re: Yet Another Clock

2005-06-02 Thread Geoff Canyon
On Jun 1, 2005, at 7:47 AM, [EMAIL PROTECTED] wrote: cpu usage? are you actually saying.that your simple clock face programwhen you first started out.was taking 70% of a windowsPC's cpu's power?. as it merrilly ticked along? No. I'm saying two things: 1. With Scott's

Re: Yet Another Clock

2005-06-01 Thread Geoff Canyon
My first thought was that the whole thing could be reduced to periodic move to the points of... task. That doesn't work out very well. I tried: move image sBall to the points of grc _ball in 60 seconds That gave me a good second hand, but CPU usages was up at 70 percent. Not good. So I

Re: Yet Another Clock

2005-06-01 Thread Geoff Canyon
On Jun 1, 2005, at 1:40 AM, Scott Rossi wrote: Well, with the stack I originally posted, CPU usage runs between 1 and 2 percent here. But the move you added is so nice it easily warrants the extra usage. Nice Geoff. :-) Movado, eat your heart out. Boy was I tired last night -- given

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-31 Thread Geoff Canyon
On May 31, 2005, at 6:05 AM, Dennis Brown wrote: I can't say that I would make the tradeoff of the extra lines of code for a few microseconds, but I really like the split idea --it shows another concept in a simple way and makes the script look even simpler. I updated my clock with it.

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
I originally went with polygon graphics, which put me at about twenty lines of code by your way of counting (including on and end statements). Switching to oval graphics I got it down to 11 lines, which sweep both the hour and minute hands. But the second hand is jumpy. Simply using

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
I had just finished swapping out my clunky send...in loop code for something similar to yours when I checked mail and saw yours. I took two steps: put the long seconds into t send in (something based on t - trunc(t) Your method of the long seconds mod 1 is of course much better. But you

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
On May 30, 2005, at 9:43 AM, Dar Scott wrote: On May 30, 2005, at 10:22 AM, Geoff Canyon wrote: send setTime to me in (1 - (the long seconds mod 1)) seconds Very nice. If I ever get around to updating the Primer on Message Mechanics, this should go in there. At first I thought

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
On May 30, 2005, at 10:04 AM, Dennis Brown wrote: Nice! I learn something every minute on this list --four heads are better than one. I do believe that the clock is down to its essence now. Every line does something essential, except displaying the Time field to check its accuracy. I

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
On May 30, 2005, at 4:37 PM, Dennis Brown wrote: That is a good point. I tested it out, and the useless set angle results in about 70ms of wasted time every second (7% CPU). I am surprised it is so high. Doing the test and skipping it is a thousand times faster. I fixed up the script

Re: here is the CLOCKFACE script...coded in 3 MINUTES...17 LINES of CODE

2005-05-30 Thread Geoff Canyon
Darn, forgot one more thing. Instead of setting the itemDelimiter, using the split command allows a cleaner T[1] syntax instead of item 1 of T. It is probably a bit faster as well. New script: on openCard setTime end openCard local sHourAngle -- the angle for the hour hand local

Re: OT: Tiger's Interface Quirks

2005-05-29 Thread Geoff Canyon
Spotlight doesn't support anything other than files -- it can't distinguish between the messages in an mbox file, for example. Therefore, in order to have mail messages searchable (distinguishable, really) in spotlight, they had to make mail use separate files for storage. Not saying

Re: [INFO] Javascript Colors list

2005-05-28 Thread Geoff Canyon
More like twenty minutes of work and about ten lines of code. Anyone who wants to look can execute this in the message box: go stack url http://www.inspiredlogic.com/rev/clock.rev; Most of the twenty minutes was spent trying to remember what radians are, by the way ;-) I think I would

Re: [INFO] Javascript Colors list....(OT)

2005-05-28 Thread Geoff Canyon
Where did you find synopsis? I was looking out of curiosity, but reached the limit of my google skilz. On May 27, 2005, at 12:12 PM, Jim MacConnell wrote: I checked Synopsis (since someone mentioned your clock face example alluded to it ) and it's Windows only?

Re: To Rev or not to Rev

2005-05-04 Thread Geoff Canyon
On May 2, 2005, at 8:02 AM, Dennis Brown wrote: On May 2, 2005, at 10:25 AM, Geoff Canyon wrote: I'm not sure how to catalog Forth, but it's not OO (inherently -- there are OO implementations). It's procedural, certainly, but the inherent stack gives it a definite functional feel. Forth

Re: To Rev or not to Rev

2005-05-02 Thread Geoff Canyon
LISP is purely functional, not object-oriented. There are OO libraries for LISP, but many on the LISP side of things look down on them. I'm not sure how to catalog Forth, but it's not OO (inherently -- there are OO implementations). It's procedural, certainly, but the inherent stack gives

Re: To Rev or not to Rev

2005-05-02 Thread Geoff Canyon
I think by that classification Rev _is_ object-oriented: ObjectOrientedProgramming. A program execution is regarded as a physical model, simulating the behavior of either a real or imaginary part of the world. Sounds like Rev to me. Nevertheless, I always refer people to another quote on

Re: New Guide to the IDE in Process

2005-04-13 Thread Geoff Canyon
find them, didnt you? ARTHUR Oh, yes. Yes, I did. The plans were on display, in the bottom of a locked filing cabinet, stuck in a disused lavatory, with a sign on the door reading Beware of the Leopard. regards, Geoff Canyon [EMAIL PROTECTED] ___ use

Re: Problems placed grouped groups

2005-03-14 Thread Geoff Canyon
, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Setting a character with imagesource through htmlText?

2005-03-03 Thread Geoff Canyon
the field, I get: ptesimg src=1005t/p regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Setting a character with imagesource through htmlText?

2005-03-02 Thread Geoff Canyon
to what the image is. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: general undo methods?

2005-02-20 Thread Geoff Canyon
On Feb 19, 2005, at 10:57 AM, Richard Gaskin wrote: Geoff Canyon wrote: I would store a list of transcript statements designed to undo/redo the things you are doing. So if you move a rectangle to 100,300 I would get the long id of the rectangle and do something like this: put set the loc

Re: general undo methods?

2005-02-19 Thread Geoff Canyon
. On Feb 18, 2005, at 1:40 PM, Richard Gaskin wrote: I can see how that approach would be useful for some apps, but this one has a large stack and the changes made a very small (moving objects, deleting objects, etc.). regards, Geoff Canyon [EMAIL PROTECTED

Re: OT: Keynote

2005-02-18 Thread Geoff Canyon
be wrong. I only glanced at the dictionary. gc On Feb 17, 2005, at 8:47 PM, Dan Shafer wrote: I wonder how AppleScriptable Keynote is. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http

Re: Concise Variables

2005-02-07 Thread Geoff Canyon
references in local global variables will work perfectly for my needs. I figured as much. I just wanted to get the initialization script idea out there in case anyone in a similar situation has an already-too-complicated global name space. regards, Geoff Canyon [EMAIL PROTECTED

Re: Concise Variables

2005-02-06 Thread Geoff Canyon
of buttonPlay ...where buttonPlay is a script local variable containing the absolute reference to a control. The problem is, as soon as I edit the script, the value of buttonPlay is lost. I have about 15 of these references to manage. regards, Geoff Canyon [EMAIL PROTECTED

Re: Rev WIKI offline browsing

2005-01-26 Thread Geoff Canyon
of this wiki to my hard disk, for offline browsing? regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: A Collaboration on Shafer's Books?

2005-01-25 Thread Geoff Canyon
open to edit at: http://www.mathfieldday.com:8080/revdocs/Book:Outline There was some vandalism on the site a long time ago, so I put a password on it. HyperCard users will appreciate the password: username: rev password: magic Feel free to use the site, or take a different course. regards, Geoff

Re: Printing Hell

2005-01-25 Thread Geoff Canyon
a series of send commands.) Why not have the buttons call a handler, and then simply call the handler as often as you like? No send mouseUp, no wait-ing. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: living and learning (Re: RunRev vs RealBasic (Richard Gaskin))

2005-01-22 Thread Geoff Canyon
significantly slow to open and save. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: living and learning (Re: RunRev vs RealBasic (Richard Gaskin))

2005-01-19 Thread Geoff Canyon
than one tab panel and they have to change independently. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-10 Thread Geoff Canyon
? (running away) regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Making a Rev-built app hoist itself to the foreground

2004-12-16 Thread Geoff Canyon
On Dec 15, 2004, at 7:07 AM, Richard Gaskin wrote: Geoff Canyon wrote: Thanks, but I need something that will bring the whole Revolution app to the foreground when other applications are in front of it. go this stack brings that window to the front of the Rev app, but doesn't change the layer

Re: Making a Rev-built app hoist itself to the foreground

2004-12-15 Thread Geoff Canyon
Thanks, but I need something that will bring the whole Revolution app to the foreground when other applications are in front of it. go this stack brings that window to the front of the Rev app, but doesn't change the layer of the app itself. regards, Geoff Canyon [EMAIL PROTECTED] On Dec 13

Re: Making a Rev-built app hoist itself to the foreground

2004-12-15 Thread Geoff Canyon
on the PC, bring 'em on. On the Mac side, I'm going over the AppleScript list to see if they have an answer to the won't-come-forward issue. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com

SystemWindow equivalent for just one Application?

2004-12-15 Thread Geoff Canyon
this with FaceSpan-built apps. You had to edit resources (on OS 9) to make it happen, and set some resource to the creator code of the app you wanted to float over. In any case, is that even possible under Windows/OS X? regards, Geoff Canyon [EMAIL PROTECTED

Re: Making a Rev-built app hoist itself to the foreground

2004-12-15 Thread Geoff Canyon
On Dec 15, 2004, at 8:02 AM, Martin Baxter wrote: FWIW, you're right there isn't a command as such, you set the iconic property to true or false to achieve this. I see that's correct, but it doesn't seem to bring an app to the foreground. regards, Geoff Canyon [EMAIL PROTECTED

Re: Making a Rev-built app hoist itself to the foreground

2004-12-15 Thread Geoff Canyon
I looked and didn't see a command for this -- just messages that get delivered when it happens. regards, Geoff Canyon [EMAIL PROTECTED] On Dec 13, 2004, at 11:37 AM, Chipp Walters wrote: Can you somehow minimize it then maximize it programatically? Just a guess

Re: Making a Rev-built app hoist itself to the foreground

2004-12-13 Thread Geoff Canyon
... regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Making a Rev-built app hoist itself to the foreground

2004-12-12 Thread Geoff Canyon
Is there a simple way I'm missing to create a Revolution app that, when called from the command line (and thus starts in the background) hoist itself to the foreground to be in front of the user? I'm looking for the cross platform transcript equivalent of AppleScript's activate regards, Geoff

Going to Paris

2004-12-10 Thread Geoff Canyon
I'm going to be in Paris from 28th December through 6th January. Is anyone in the area interested in getting together to swap Revolution stories? regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Most Efficient Timer?

2004-11-29 Thread Geoff Canyon
the screen. On slower systems, that value can decrease to 0, or even -1 or -3, so the code executed is wait -3 ticks with messages It still works. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http

[ANN] Navigator 3.0A3 available

2004-11-27 Thread Geoff Canyon
users for about a week now, with no life-threatening issues reported. Still, you should always keep backups of your work -- this is a good idea no matter what tools you use. -- Shareware -- --- Navigator is $20 shareware. If you use it, please register it. regards, Geoff Canyon [EMAIL

Feature Survey for next Navigator

2004-11-27 Thread Geoff Canyon
tell me to add animated graphics; I can't draw and Navigator is supposed to be clean and simple ;-) regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

The Geometry Manager

2004-11-27 Thread Geoff Canyon
to handle a complex geometry involving showing/hiding objects and conditionally resizing others is by code. I can't imagine an interface that would clearly and simply allow you to specify that. regards, Geoff Canyon [EMAIL PROTECTED] ___ use

Re: Right strategy to group items in Transcript

2004-11-17 Thread Geoff Canyon
I have always used option 2. It works fine for me. regards, Geoff Canyon [EMAIL PROTECTED] On Nov 15, 2004, at 10:16 AM, Kaveh Bazargan wrote: I have a number of buttons, fields, and scrollbars, which I want to group using Transcript. I have several choices: 2. == Generate a list

Announce: New Version of Navigator

2004-11-16 Thread Geoff Canyon
it. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Way to speed up append strings?

2004-11-14 Thread Geoff Canyon
code you're using, and what performance you're seeing? regards, Geoff Canyon [EMAIL PROTECTED] On Nov 14, 2004, at 7:20 AM, Frank Leahy wrote: I have a preferences file that is fairly large (30K+), and it's created on-the-fly using append string functions, e.g. put this data and that data

Revolution in Wikipedia

2004-11-04 Thread Geoff Canyon
out the article. Also note the article on transcript. regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: image size limit?

2004-10-31 Thread Geoff Canyon
Because it's too big to open in Revolution on a Macintosh. There's a limit on image sizes. regards, Geoff Canyon [EMAIL PROTECTED] On Oct 31, 2004, at 7:17 AM, MisterX wrote: Why not import the image, resize it, and then take a snapshot? ___ use

Re: image size limit?

2004-10-30 Thread Geoff Canyon
the task not thinking it would work at all. Turned out fine, and this was four or five years ago (much slower hardware). regards, Geoff Canyon [EMAIL PROTECTED] On Oct 30, 2004, at 9:12 AM, Frank Leahy wrote: On Oct 30, 2004, at 5:00 PM, [EMAIL PROTECTED] wrote: From: Geoff Canyon [EMAIL PROTECTED

Re: Passing unknown number of referenced variables to a function

2004-10-29 Thread Geoff Canyon
For the true kluge choosy kluge lovers choose, create the function with more input variables than you will ever need, and then pad calls to the function with dummy variables as needed. You need an additional parameter to identify the number of non-dummy arguments, like so: function add10

Re: image size limit?

2004-10-29 Thread Geoff Canyon
If the goal is just to create a thumbnail, you could open the image as binary data and create your own thumbnail. Performance is certainly a question that would have to be answered. regards, Geoff Canyon [EMAIL PROTECTED] On Oct 29, 2004, at 2:29 PM, Frank Leahy wrote: Too bad too, because

Re: Please Don't Reshape Script Editor- or anything else

2004-10-23 Thread Geoff Canyon
You might try making changes to the stack revTemplateScriptEditor and then saving it. Be careful, and work on a copy of your Revolution install. regards, Geoff Canyon [EMAIL PROTECTED] On Oct 22, 2004, at 5:01 PM, Erik Hansen wrote: where do i go to keep the script editor from resizing after i

Re: clone bug, or misleading docs?

2004-10-15 Thread Geoff Canyon
Klaus already answered the rest, but I'll point out that the command you want here is copy some control to some stack regards, Geoff Canyon [EMAIL PROTECTED] On Oct 15, 2004, at 7:15 AM, Frank D. Engel, Jr. wrote: set the defaultStack to the topStack clone image field-box.png of stack

Re: More 2.5 weirdness

2004-09-28 Thread Geoff Canyon
to this limit (docs, rev ide, having pulldowns use system menus). So cloning Navigator four or five times meant an additional 30 or so pulldowns. I'm putting in a limit, and we'll see if the other weirdness I was seeing goes away. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 28, 2004, at 5:59

Re: Puzzler (why does this error?)

2004-09-25 Thread Geoff Canyon
On Sep 24, 2004, at 11:08 AM, Klaus Major wrote: Hi inspir, or may i call you Geoff? ;-) This line executed in the message box: put the allowKeyInField of field id 1008 of card id 1002 of stack Untitled 1 produces this error: Message execution error: Error description: Handler: can't find

Re: Debugging in 2.5?

2004-09-25 Thread Geoff Canyon
since the last time I checked, a plugin won't work without the rev prefix. I'll have to figure out where the if the stack starts with rev, don't debug it code is. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 23, 2004, at 11:20 AM, Chipp Walters wrote: As I recall, Navigator is a fairly complex

Re: Debugging in 2.5?

2004-09-25 Thread Geoff Canyon
Glad to hear it. New version is coming shortly, with many improvements. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 23, 2004, at 8:30 AM, Mark Talluto wrote: I saw it myself a couple of times. Not sure if it happens all the time or just those two times I used it. I have been using your

Debugging in 2.5?

2004-09-23 Thread Geoff Canyon
. Any thoughts before I bugzilla this? regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: how Revolution did in programming contest: 82nd percentile

2004-09-22 Thread Geoff Canyon
Dar, is the source for your submission available? regards, Geoff Canyon [EMAIL PROTECTED] On Sep 21, 2004, at 1:42 PM, Dar Scott wrote: It is hard to say what the placing of a single team means for Transcript and the Revolution IDE, but I think it is cool that it was even on the list

Re: 'Blessed' plugins

2004-09-21 Thread Geoff Canyon
using brain-cycles on this... regards, Geoff Canyon [EMAIL PROTECTED] On Sep 21, 2004, at 4:41 AM, [EMAIL PROTECTED] wrote: Cantmodify does not support plugins that need to be modifiable such as Scripter's Scrapbook. EITHER revTools immunises all plugIns automatically by testing their location

Re: 'Blessed' plugins

2004-09-20 Thread Geoff Canyon
has a more general purpose and would be (somewhat) overloaded serving in this capacity, I think. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 20, 2004, at 9:50 AM, [EMAIL PROTECTED] wrote: Not so far as I can determine, Geoff. A Puzzler. But as Richard pointed out, the 15 year tradition

Re: arrow keys in a text field?

2004-09-14 Thread Geoff Canyon
I have a rawKeyUp handler to allow scrollbars to appear/disappear as the content overflows the field, but it passes all inputs. TabGroupBehavior turned out to be the culprit. I don't know how it was set to true, but it was. Now all is well. Thanks! regards, Geoff Canyon [EMAIL PROTECTED

Re: arrow keys in a text field?

2004-09-13 Thread Geoff Canyon
On Sep 12, 2004, at 5:52 PM, Richard Gaskin wrote: Geoff Canyon wrote: I'm using 2.5 and I have a palette where the arrow keys aren't working in a field. I've already checked that the appropriate properties are set, and the arrow keys work if I move the field out of the group it's in. I

arrow keys in a text field?

2004-09-12 Thread Geoff Canyon
ideas before I go prematurely gray? regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Inheritance in Revolution?

2004-09-10 Thread Geoff Canyon
for inclusion in an upcoming release of Revolution. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 10, 2004, at 12:36 AM, Arthur Urban wrote: I think some of the workarounds are genuinely clever, but a poor substitute actual classes. I don't need Rev to be a true OOL, I just think script sharing sounds very

Re: Who is chuck yeager? (OT)

2004-09-05 Thread Geoff Canyon
the short alternative. So, for example, the picture linked below can now also be reached at: http://tinyurl.com/6hog5 It's one of those things that in retrospect seems so obvious. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 4, 2004, at 3:39 PM, Ken Norris (dialup) wrote: I reckon you guys have seen

Re: Who is chuck yeager? (OT)

2004-09-05 Thread Geoff Canyon
Wow, even better! regards, Geoff Canyon [EMAIL PROTECTED] On Sep 5, 2004, at 11:33 AM, Alex Tweedly wrote: There's also snipurl.com They do the same thing, but allow you to choose a meaningful short url to use - much nicer, imho. But please, do also put the real url into any email, so

Re: [ANN] Inspect without clicking in 2.5? FREE!

2004-09-04 Thread Geoff Canyon
The command-option-hover method is a direct lift from SuperCard. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 4, 2004, at 11:42 AM, J. Landman Gay wrote: Actually, I think it depends on how you came to Revolution. One of the biggest complaints when Rev first came out was the hover behavior

Re: Documentation in 2.5 - still doesn't show correct document - gives xmlerr

2004-08-29 Thread Geoff Canyon
Try using Filter With instead of Search For regards, Geoff Canyon [EMAIL PROTECTED] On Aug 27, 2004, at 4:29 PM, Dan Shafer wrote: Well, I get the doc to appear when I click on it, but things are worse in the new RC1. Now when I do a Search for choose, I get a huge list of dictionary entries

Re: Documentation in 2.5

2004-08-29 Thread Geoff Canyon
Try using Filter With rather than Search For. Filter looks at subjects, Search looks at all the text -- I think. Search for XML might be particularly bad if it's searching the raw files, which are XML, and therefore would all match. regards, Geoff Canyon [EMAIL PROTECTED] On Aug 27, 2004, at 6

Re: Questions about Rev/Transcript vs. other toolkits

2004-08-12 Thread Geoff Canyon
Is there a document you can point to as part of a feature request? regards, Geoff Canyon [EMAIL PROTECTED] On Aug 11, 2004, at 11:50 PM, Troy Rollins wrote: Oh yes. Other than the DPI thing, I would seriously doubt it would take that much time, probably half that. Trust me, the image handling

Re: help with speedy graphics

2004-07-21 Thread Geoff Canyon
, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: SC, Rev,and RB speed test

2004-04-15 Thread Geoff Canyon
This gains you a little speed in Revolution, not sure about SuperCard: if offset(stLine,theText)0 then put stLine cr after MatchList instead of using is in regards, Geoff Canyon [EMAIL PROTECTED] On Apr 14, 2004, at 9:50 PM, Chris Yavelow wrote: I'm conducting an informal speed test

Re: SC, Rev,and RB speed test

2004-04-15 Thread Geoff Canyon
) into tMatchList repeat for each line stLine in stList if stLine is in tMatchList then put stLine cr after MatchList end repeat put MatchList into fld TheResults put the milliseconds - sMS ms into cd fld SpeedRecords end mouseUp regards, Geoff Canyon [EMAIL PROTECTED] On Apr 14, 2004, at 10

Re: Typing in field grinds to near halt

2004-04-11 Thread Geoff Canyon
Can you try the same task on your machine? If the situation is otherwise similar, then memory is a likely culprit (although not certainly). regards, Geoff Canyon [EMAIL PROTECTED] On Apr 10, 2004, at 5:33 PM, Sannyasin Sivakatirswami wrote: Could be... with OSX... what should I tell me beta

Re: Bugs in Bugzilla Was Re: Hello from a Filemaker renegade (Geoff Canyon)

2004-04-10 Thread Geoff Canyon
. Better that you crash ten times than that your customer crashes once. regards, Geoff Canyon [EMAIL PROTECTED] On Apr 10, 2004, at 12:08 AM, Dar Scott wrote: On Friday, April 9, 2004, at 08:44 AM, Geoff Canyon wrote: -- Is it crashing people in Revolution? I have noticed that I have been crashing

Re: Reproducable Crashing Bug in MacOS 9

2004-04-10 Thread Geoff Canyon
On Apr 10, 2004, at 7:24 AM, David Burgun wrote: Not sure how to report bugs and not sure if I report this one. http://www.runrev.com/revolution/developers/bugdatabase/ regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL

Re: UMLAUT/ACCENTS probs on X, was:Panic with incorporation of tx and REV 2.2

2004-04-10 Thread Geoff Canyon
I'm looking into this. regards, Geoff Canyon [EMAIL PROTECTED] On Apr 10, 2004, at 6:02 AM, Klaus Major wrote: Bon jour Yves, just checked Godzilla :-) I (surprise :-) reported this bug #534 in September 2003, which is still marked as NEW. No further comment... P.S. Is the french version of RR

Re: Typing in field grinds to near halt

2004-04-10 Thread Geoff Canyon
Could it be a memory issue? regards, Geoff Canyon [EMAIL PROTECTED] On Apr 10, 2004, at 1:39 PM, Sannyasin Sivakatirswami wrote: I have an Audio_transcriber.rev tool that a) plays an audio file from the local hard drive with a QT player and various buttons to stop resume back up etc b

Re: UMLAUT/ACCENTS probs on X, was:Panic with incorporation of tx and REV 2.2

2004-04-10 Thread Geoff Canyon
On Apr 10, 2004, at 2:05 PM, Geoff Canyon wrote: I'm looking into this. Of course, I saw Tuviah's response two minutes after sending this. Klaus, for me it was the incriminating pictures. If my parents ever found out... ;-) regards, Geoff Canyon [EMAIL PROTECTED

Re: Bugs in Bugzilla Was Re: Hello from a Filemaker renegade (Geoff Canyon)

2004-04-09 Thread Geoff Canyon
On Apr 8, 2004, at 8:50 AM, Dar Scott wrote: On Thursday, April 8, 2004, at 09:35 AM, Geoff Canyon wrote: -- Is it crashing people in Revolution? I have noticed that I have been crashing. Dar If the issue isn't in bugzilla, please enter it. If it is, great. regards, Geoff Canyon [EMAIL

Re: Hello from a Filemaker renegade

2004-04-09 Thread Geoff Canyon
as a front end. What issues do I need to be aware of when deciding whether to use Rev or not? regards, Geoff Canyon [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Hello from a Filemaker renegade

2004-04-08 Thread Geoff Canyon
it as minor. So as a suggestion to anyone submitting an IDE bug: if you want it to take priority, be sure add a sentence or two describing why it's a problem. regards, Geoff Canyon [EMAIL PROTECTED] On Apr 6, 2004, at 1:57 AM, [EMAIL PROTECTED] wrote: I've asked on numerous occasions

Re: Bugs in Bugzilla Was Re: Hello from a Filemaker renegade (Geoff Canyon)

2004-04-08 Thread Geoff Canyon
think I'm being wrong-headed, feel free to say so. regards, Geoff Canyon [EMAIL PROTECTED] On Apr 8, 2004, at 6:39 AM, [EMAIL PROTECTED] wrote: Hi guys, After seeing some blocking bugs (that crash RR) that never got a reply, it would be nice to know how to make issues that are important

Re: Drawing inside images (was : Problem with imagedata)

2004-03-28 Thread Geoff Canyon
Can you post the actual code you were using? regards, Geoff Canyon [EMAIL PROTECTED] On Mar 19, 2004, at 12:46 AM, jbv wrote: The idea was to use transcript to update the imagedata. So far the conclusion is that it works on small images (100 x 100 pixels, or 150 x 150 pixels) on a Mac G3/300 (I

Re: [OT] RE: counter++ versus

2004-03-28 Thread Geoff Canyon
Can you post the actual code you were using? regards, Geoff Canyon [EMAIL PROTECTED] On Mar 28, 2004, at 12:08 AM, Frank Leahy wrote: Time to show 190 photos in a scrolling list -- under 3 seconds on my iBook. Time to show 294 photos in a scrolling list -- about 8 seconds. Time to show 1124

Re: [OT] RE: counter++ versus

2004-03-27 Thread Geoff Canyon
Can you give some examples of code you wrote that executes slower than you would expect? regards, Geoff Canyon [EMAIL PROTECTED] On Mar 25, 2004, at 8:09 AM, Kevin wrote: If you ask me 'RR' is much slower than I would have expected a engine of its maturity and evolution

<    1   2   3   4   5   6   7   >