Re: Constraining 'grab'

2003-11-15 Thread Ken Norris
Hi Scott, > Date: Sat, 15 Nov 2003 19:12:45 -0800 > From: Scott Rossi <[EMAIL PROTECTED]> > Subject: Re: Constraining 'grab' > > On 11/15/03 6:38 PM, "Ken Norris" <[EMAIL PROTECTED]> wrote: > >> In SuperCard I would constrain a 'grab' like this: >> >> grab me within the rect of grc 2 >> >> ...

Database - functionality for front end application

2003-11-15 Thread Melvin Cox
I am evaluating Runtime Revolution, but have been growing increasingly frustrated in attempting to build the shell for a front end database application. Although I have been successful in connecting to a local database via ODBC, I have run into numerous difficulties implementing certain on-form

Re: Tooltip for groups

2003-11-15 Thread Thomas J McGrath III
As far a The group Tooltip goes: I would have the Tooltip set to 0 for either an invisible control behind or as a part of the group and then use the mouseLoc to SET the Tooltip for the 'where' it is needed and for that matter you could use the mouseLoc to set and show only the Tooltip for dif

Re: Player Progress?

2003-11-15 Thread Trevor DeVore
On Nov 15, 2003, at 12:43 AM, Scott Rossi wrote: On 11/14/03 10:59 PM, "Alejandro Tejada" <[EMAIL PROTECTED]> wrote: Maybe you could write to the Quicktime enginner who wrote some articles in MacTech Is this article reprinted somewhere? As others have mentioned it is not online. I was told it

Re: Constraining 'grab'

2003-11-15 Thread Scott Rossi
On 11/15/03 6:38 PM, "Ken Norris" <[EMAIL PROTECTED]> wrote: > In SuperCard I would constrain a 'grab' like this: > > grab me within the rect of grc 2 > > ...in Rev I would say: > > ? Searching back through the list archives for "constrain", a similar question of appears here: http://lists.

RE: How to add a field to a stack of 50 cards

2003-11-15 Thread Phil Davis
1) Create the field on the first card of the stack. In this example, I named it "cardNumber". (See item 6 below.) 2) Group the field, and give the group a name (e.g. "cardNum"). Technically not required, but it makes the process a little less cumbersome. 3) Set the group's backgroundBehavior to t

Re: How to add a field to a stack of 50 cards

2003-11-15 Thread Björnke von Gierke
copy field "your field name here" repeat for ( the number of cards - 1 ) times -- alternative: repeat for 49 times go to next card paste end repeat also do you know about the backgroundbehaviour property? it will let you place a grouped field on many cards (but you still need to copy that g

Re: What's Really Important/feedback please

2003-11-15 Thread Alejandro Tejada
on Sat Nov 15 17:56:54 Ken Norris wrote: [snip] >There should be some structured method of building >useful stacks with no need for writing Transcript. >Like HyperStudio, but an even simpler >interface. Offer a slew of stack templates, >including palettes, canned buttons and fields, etc. >Deve

Constraining 'grab'

2003-11-15 Thread Ken Norris
Howdy, In SuperCard I would constrain a 'grab' like this: grab me within the rect of grc 2 ...in Rev I would say: ? TIA, Ken N. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: waaaay OT Scots

2003-11-15 Thread erik hansen
> Reporter: "Mr. Gandhi, what do you think of > Western civilization?" > > Gandhi: "I think it would be a very good > idea." parliaments, constitutions, courts, free press. crass imperialist eurocentrism! = [EMAIL PROTECTED]http://www.erikhansen.org __

Re: Save in Standalone

2003-11-15 Thread Graham Samuel
On Sat, 15 Nov 2003 09:42:52 -0800, Roger Guay <[EMAIL PROTECTED]> wrote: What do I need to do to allow the user of my Standalone app to save changes they make to a field? What I'm finding is that field content is not saved in subsequent openings of my Standalone app. Not so for the RunRev proj

Re: Help with AppleEvents

2003-11-15 Thread Paul Stary
At 10:47 AM -0700 11/15/03, Dar Scott wrote: On Saturday, November 15, 2003, at 07:19 AM, Rob Cozens wrote: Wouldn't it be more utilitarian to break this into two scripts: * One to select & return the target application address (to be stored by the calling app) * A second script to send the App

Re: Tooltip for groups

2003-11-15 Thread jbv
Ken, Scott, Jacqueline, Many thanks for proposing workarounds... Actually, it would be too long to explain why I'd need a tooltip for groups, and anyway I've already found a workaround that behaves like a grp toolkit (adding an extra fld to the group, and resizing it / showing it / updating its

RE: Tooltip for groups

2003-11-15 Thread Ken Ray
I have a unique suggestion... use the label property of the group to say what the group contains, and then set the showname to true. Voila, no tooltip needed! ;-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From

Re: Tooltip for groups

2003-11-15 Thread Scott Rossi
>> I haven't been following this discussion in detail, but will the individual >> objects in the group have tooltips separate from the group? If so, how will >> the user know when a tooltip applies only to an object versus the group? I >> would say, from a usability standpoint, it would be effect

Re: What's Really Important/feedback please

2003-11-15 Thread Judy Perry
Hi Rob, It is a demonstration product. If the folks at RunRev like some aspect of what they see, then it would be up to them to implement any such parts. I dunno... didn't think much beyond that. People could use it in conjunction with downloading the 30-day trial version I suppose... Mind you

Re: Tooltip for groups

2003-11-15 Thread J. Landman Gay
On 11/15/03 10:37 AM, jbv wrote: For me this is pretty much a non-issue. I routinely solve this problem by placing a transparent button or empty image object behind everything else. Make it layer 1 in the group. That way, objects on top of it which have tooltips will respond with their own tip. Sp

Re: Tooltip for groups

2003-11-15 Thread jbv
Scott, > I haven't been following this discussion in detail, but will the individual > objects in the group have tooltips separate from the group? If so, how will > the user know when a tooltip applies only to an object versus the group? I > would say, from a usability standpoint, it would be

Re: Tooltip for groups

2003-11-15 Thread Scott Rossi
>>> IMHO if the engine is sophisticated enough to detect if users point to >>> empty space within a group, then it can also decide if the group tooltip >>> should be shown (or not). >>> Besides, if a group contains a large number of objects, and if the >>> content >>> of the tooltip must be changed

Re: RunRev Documentation

2003-11-15 Thread Dave McKee
the stack referenced does not work with Rev 2.1.2, it keeps hanging on a script that wants to access the tStack On Nov 12, 2003, at 9:58 AM, Ken Norris wrote: Hi David, Date: Wed, 12 Nov 2003 11:29:17 + From: David Burgun <[EMAIL PROTECTED]> Subject: RunRev Documentation Hi, Is there any D

RE: What's Really Important/feedback please

2003-11-15 Thread Ken Ray
Isn't this what the FreeCard/FreeGUI guys are doing? Alain, if you're reading this, can you clarify? Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of

Re: What's Really Important/feedback please

2003-11-15 Thread Rob Cozens
But how to help that model grow up for prime time deployment in education (by which I mean, how to get teachers to embrace it)? Hi Judy, Your goal is admirable; good luck. I would like to say, "If you build it, they will come to use it."; but the Apple/Claris example of mismarketing HyperCard le

Re: Help with AppleEvents

2003-11-15 Thread Dar Scott
On Saturday, November 15, 2003, at 07:19 AM, Rob Cozens wrote: Wouldn't it be more utilitarian to break this into two scripts: * One to select & return the target application address (to be stored by the calling app) * A second script to send the Apple events themselves (using the stored addre

Save in Standalone

2003-11-15 Thread Roger Guay
Hi Folks. What do I need to do to allow the user of my Standalone app to save changes they make to a field? What I'm finding is that field content is not saved in subsequent openings of my Standalone app. Not so for the RunRev project, however. I also find that changes to custom properties

Re: Help with AppleEvents

2003-11-15 Thread Dar Scott
On Saturday, November 15, 2003, at 07:28 AM, Rob Cozens wrote: As my goal is to minimize non-Transript code, I have to ask: Couldn't Dar's Discovery stack replace the first AppleScript handler? It could be enhanced to provide any appletalk info the server can find out about its machine. (There

Re: What's Really Important/feedback please

2003-11-15 Thread Judy Perry
Ken, Thank you for the feedback, but I can see that as usual I have been less clear than is required. This isn't really for demonstration to live, target audiences. When completed (to the extent that I'm able to do so), imagine that it will be a whole, new look'n'feel to the IDE such that, shoul

Re: Tooltip for groups

2003-11-15 Thread jbv
> > > For me this is pretty much a non-issue. I routinely solve this problem > by placing a transparent button or empty image object behind everything > else. Make it layer 1 in the group. That way, objects on top of it which > have tooltips will respond with their own tip. Spaces between objects >

Re: Tooltip for groups

2003-11-15 Thread J. Landman Gay
On 11/15/03 4:10 AM, jbv wrote: IMHO if the engine is sophisticated enough to detect if users point to empty space within a group, then it can also decide if the group tooltip should be shown (or not). Besides, if a group contains a large number of objects, and if the content of the tooltip must b

RE: Help with AppleEvents

2003-11-15 Thread Rob Cozens
Wouldn't it be more utilitarian to break this into two scripts: * One to select & return the target application address (to be stored by the calling app) * A second script to send the Apple events themselves (using the stored address) Jan, Dar, et al: As my goal is to minimize non-Transript co

RE: Help with AppleEvents

2003-11-15 Thread Rob Cozens
So here's a sample code that works : on SelectProgramAndSendAE pAEclass, pAEid, pAEdata do "choose application" as AppleScript Jan, the two Pauls, et al: Wouldn't it be more utilitarian to break this into two scripts: * One to select & return the target application address (to be stored by

RE: Help with AppleEvents

2003-11-15 Thread Rob Cozens
Hi Paul (L), Assuming that Jan's workaround works, does this limit everything to Apple OS computers? If you are communicating via Apple events, yes. Use sockets (TCP/IP) for cross platform communications. libIPC will eventually support shared-file communication across all Rev platforms too. --

RE: Help with AppleEvents

2003-11-15 Thread SimPLsol
I have not had time to do any testing. Assuming that Jan's workaround works, does this limit everything to Apple OS computers? PL ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

RE: Help with AppleEvents

2003-11-15 Thread Rob Cozens
If this is true, I am screwed! Does this help, Paul? Message: 5 Date: Sun, 16 Mar 2003 04:39:41 -0800 (PST) From: Jan Schenkel <[EMAIL PROTECTED]> Subject: Re: Does Send To Program Work? To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] --- Rob Cozens <[EMAIL PROTECTED]> wrot

Re: What's Really Important?

2003-11-15 Thread MGreenb551
Judy, I am a high school teacher. I taught myself and my students to use HyperCard, then HyperStudio, and now Revolution. Programming is not something that I have formal training in, but I have been able to make or direct my students to make just about anything we desire in stacks -- m

RE: Help with AppleEvents

2003-11-15 Thread Rob Cozens
If this is true, I am screwed! Wait until we hear from Jan before hitting the panic button, Paul: He has, or is working on, a workaround. -- Rob Cozens CCW, Serendipity Software Company http://www.oenolog.net/who.htm "And I, which was two fooles, do so grow three; Who are a little wise, the best

Re: Tooltip for groups

2003-11-15 Thread jbv
Robert Brenstein : > I wonder if lack of group tooltip has anything to do with ambiguity > that can arise when one points to an object within a group: which > tooltip to show, group's or object's? A clear and simple rule could apply : if no tooltip is defined for the group, then the tooltip of

RE: Help with AppleEvents

2003-11-15 Thread Paul Stary
> >- send to program works on the same Mac >- send to program doesn't work between two Macs Paul, even if this is true, there's more than one way to skin a cat. You could use a different communication mechanism (like opening a socket or datagram and sending messages via TCP or UDP) instead of App

Re: Player Progress?

2003-11-15 Thread Mark Wieder
Scott- Mmm... not yet. The source code for the article isn't up yet on mactech's web site either. But you can reach Tim Monroe at [EMAIL PROTECTED] -- -Mark [EMAIL PROTECTED] Friday, November 14, 2003, 10:43:18 PM, you wrote: SR> Is this article reprinted somewhere?

Re: Player Progress?

2003-11-15 Thread Alejandro Tejada
Mac Tech do not post recent articles, but here is an email direction from the autor of the Article: Tim Monroe QuickTime Engineering [EMAIL PROTECTED] http://conferences.oreillynet.com/cs/macosx2003/view/e_spkr/1652 http://www.vrhotwires.com/VRScript_ListArchive/vrscript%2380.html Al =

Re: [Q] upgrade to libSmtp

2003-11-15 Thread Pierre Sahores
Le ven 14/11/2003 Ã 06:17, [EMAIL PROTECTED] a Ãcrit : > sorry to put this out on the mailing list.. > > i've slowly been working on a major(?) upgrade to the smtp library > (adding unicode support) and i'm trying to decide whether to continue > using variables as parameters or field pointers as

Re: First Edited Message Threads Posted - Reactions?

2003-11-15 Thread Alex Rice
On Nov 15, 2003, at 12:33 AM, Alex Rice wrote: Dan, honest feedback: Sigh. :-( That was supposed to be off-list. Sorry, Alex Rice <[EMAIL PROTECTED]> | Mindlube Software | what a waste of thumbs that are opposable to make machines that are disposable -Ani DiFranco __

Re: First Edited Message Threads Posted - Reactions?

2003-11-15 Thread Alex Rice
On Oct 25, 2003, at 1:49 PM, Dan Shafer wrote: I've posted the first dozen message threads from this list in edited, threaded form on my Web site at http://www.revolutionpros.com. Click on "Best of List" in the top nav to see them. I'd be interested in some feedback (off-list is probably best t

Re: First Edited Message Threads Posted - Reactions?

2003-11-15 Thread Alex Rice
On Oct 25, 2003, at 1:49 PM, Dan Shafer wrote: I've posted the first dozen message threads from this list in edited, threaded form on my Web site at http://www.revolutionpros.com. Click on "Best of List" in the top nav to see them. Dan and Listees; Dan's "Best of the List" aggregation is a good