Polling behavior

2002-02-27 Thread Curry
For the mouse() function, with direct polling, you'd never be stuck but you might miss something. With event-driven (as it is now), you may get the wrong answer, or even get stuck sometimes because of the limitations. I was informed off-list that in some newer OS's, direct calls for the mouse sta

Re: Mouse polling

2002-02-27 Thread Ken Norris (dialup)
on 2/27/02 11:40 AM, Scott Raney at [EMAIL PROTECTED] wrote: > They're a lousy pair of pliers, > a totally unacceptable replacement for an adjustable wrench (which is > itself merely a poor substitute for having a proper socket set), and > make a pretty clumsy clamp. -- Well, you know, vi

RE: Constraining user input...

2002-02-27 Thread Greg Saylor
Title: RE: Constraining user input... Sarah, Thank you so much for the quick response  This actually works quite well and is a great example, thank you!  I do have one more question though, this is more out of curiosity I suppose...  Is there some way to store the "constraint" infor

Re: Plain text posts please

2002-02-27 Thread Ken Norris (dialup)
on 2/26/02 9:57 PM, Terry Vogelaar at [EMAIL PROTECTED] wrote: > Maybe your e-mail client thinks that the "?" is part of the URL too. So just > try http://lists.runrev.com/pipermail/use-revolution/ -- No. It didn't show up in the URL. I think maybe there was some kind of internet problem.

Re: same post 3 times

2002-02-27 Thread Ken Norris (dialup)
on 2/27/02 2:11 AM, Heather Williams at [EMAIL PROTECTED] wrote: >> it might be a list-server problem. >> >> Please don't take it personally, Heather :-) > > Not at all, why would I? This used to happen a lot more with the old list > software, but the reason for that no longer exists, and in f

Re: Bug Reports go where?

2002-02-27 Thread Sarah Reichelt
> personally i find the geometry manager to be buggy and to really mess up > after resizing a window a few times (it works then all of a sudden it'll > send my controls flying out of the visible space).. I too found this, but Kevin suggested that after any manual re-sizing or re-positioning, the

Re: Polling the mouse

2002-02-27 Thread Judy Perry
Not if the Feds have anything to say about it @;-) Judy On Wed, 27 Feb 2002, Jim Hurley wrote: > By the way, I just heard a rumor that in the next release, MC/RR > will no longer recognize the keyboard. All communication will be > through miss Cleo. __

Re: Constraining user input...

2002-02-27 Thread Sarah Reichelt
I don't know that this is a very elegant solution, but it works so it can get you started. Put this in the script of your text entry field. on keyDown theKey if the number of lines in me >= 3 and \ the number of chars in line 3 of me >= 30 then beep exit keyDown else put wor

Re: Mouse polling answers for Scott

2002-02-27 Thread Richard Gaskin
Scott Raney writes: > despite having seen statements from various people about the > unreliability of the mouse function, we still *don't* have a > reproducible example where it returns the wrong value. If > it's as common as some people seem to think it is, it should > be possible to come up wi

Re: Mouse polling (sheesh!)

2002-02-27 Thread Curry
Kevin Miller wrote: > I'm not entirely clear why there is such concern here: I have not at any > stage even suggested that these functions will be dropped. In fact I have > said very little on the subject. We are having some debate as to the > precise behavior of these functions and may or may

Polling the mouse

2002-02-27 Thread Jim Hurley
Not since Mickey has there been such genuine affection for a mouse, such concern for his well being, whether he is up or down, or just moving about. It seems we do not appreciate the simple things in life until they are threatened. By the way, I just heard a rumor that in the next release, M

Constraining user input...

2002-02-27 Thread Greg Saylor
Title: Constraining user input... Hello, I am completely new to Revolution, but am very interested in using it for on-going projects  My single biggest need though is to be able to constrain the user input to a set number of characters and lines... For example, for a textbox entry they s

Re: Adding contents to a option button

2002-02-27 Thread Scott Rossi
On Wednesday, February 27, 2002, at 02:24 PM, Bill Vlahos wrote: > How can I add contents for a button via a script? Put "Option 1" & cr & "Option 2" & cr & "Option 3" into btn 1 Regards, Scott Rossi Creative Director, Tactile Media [EMAIL PROTECTED] http://www.tactilemedia.com

Adding contents to a option button

2002-02-27 Thread Bill Vlahos
I would like to script adding contents items to an Option Button but I can't see how. How can I add contents for a button via a script? Thanks, Bill Vlahos ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

Sorry for the repeat x3

2002-02-27 Thread Matt Denton
Dear List Apologies for the 3x repeated message "A helping hand with Graphics speed", a small glitch with my server has repeated all messages 3x over. Many many thanks to Scott for the helping hand. I will try *no* overlay PNGs and script control of GIFs, not sure if it will help but at lea

Re: Mouse polling

2002-02-27 Thread Scott Raney
On Wed, 27 Feb 2002 Curry <[EMAIL PROTECTED]> wrote: (snip) > And that's why we have hammers to pound nails, although with practice you > might be able to drive nails with another tool or with a rock or even your > bare hands or your forehead. If I picked up on Scott's messages correctly (I > do

Re: Mouse polling answers for Scott

2002-02-27 Thread Scott Raney
On Wed, 27 Feb 2002 Charles Silverman <[EMAIL PROTECTED]> wrote: > Thanks for not letting me off the hook :) > > >At the very least, you have to answer the question: is asynchronous > >(real time) polling of the mouse buttons with the mouse function > >adequate, or is it important to preserve

Re: reordering lists ( a bit long, sorry)

2002-02-27 Thread Ken Ray
Martin, Thank you for a very explanative description of the problem. It is interesting that the "select line x of field y" works properly... Hopefully it can be fixed for the next release, Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/

reordering lists ( a bit long, sorry)

2002-02-27 Thread Martin Baxter
After investigation I conclude that, it is setting the hilitedline[s] from a script that has the side effect of vertically centering the line. The transcript dictionary doesn't mention it affecting the scroll at all never mind this 'eccentric centering' behaviour (if one can say such a thing), wh

Re: reordering lists

2002-02-27 Thread Jacqueline Landman Gay
On Wednesday, February 27, 2002, Ken Ray wrote: > > I just tested this in 2.4.1 and it still centers - I used my example and > "set the hilitedLines of field 1 to 6" and the field scrolled up as far as > it would go, showing 5,6,7 and 8 with line 6 hilited. Same here with 2.4.2b1. -- Jacqueline

Mouse polling answers for Scott

2002-02-27 Thread Charles Silverman
Hi Scott, Thanks for not letting me off the hook :) >At the very least, you have to answer the question: is asynchronous >(real time) polling of the mouse buttons with the mouse function >adequate, or is it important to preserve the event-based >implementation of HyperCard (and I thought Super

Socket problems and misc.

2002-02-27 Thread JohnRule
I have been testing my (almost) completed application on all of my computers for compatibility (PC, MAC), and I have noticed some strange differences: Rev 1.1.1 B1 OS 9.1 (G4 500) OS 8.6 (G3 300) Windows 98 SE (Athalon 1Ghz) Windows 98 SE (Pentium II 400mhz) Windows 95 (Pentium 133 mhz) Openin

Re: answer error problem

2002-02-27 Thread sims
Thanks Ken, >I'd love to help, but I have a few questions: > >1) When you say the "answer error", which do you mean - the answer dialog >box, or the error dialog box? answer error "You must select (hilite) text before you can change the text style" > >2) When you say you have to "click it

Re: mySQL

2002-02-27 Thread Kevin Miller
On 27/2/02 11:06 am, Almesjö Niklas <[EMAIL PROTECTED]> wrote: > I am trying to get a grip on how to work with databases from Rev. Kinda > new to databases, but I've gotten mySQL up and running. But I can't > connect to it from Rev (using the database-manager). Is there a tutorial > for this? > S

Re: answer error problem

2002-02-27 Thread Ken Ray
I'd love to help, but I have a few questions: 1) When you say the "answer error", which do you mean - the answer dialog box, or the error dialog box? 2) When you say you have to "click it twice", where are you clicking it? 3) If it is the error dialog box, can you post the code that is bringing

template

2002-02-27 Thread Steve Messimer
Judy, you said... >While what I know would fit on the proverbial head of a pin, I too would >be interested, particularly in developing examples and/or templates for >k-12 instructional uses. Hey whatever you know will no doubt be useful to someone. What I had in mind was setting up a Demo stack

Re: finding topics already discussed

2002-02-27 Thread Kevin Miller
On 25/2/02 7:08 pm, Ken Norris (dialup) <[EMAIL PROTECTED]> wrote: > I rarely use the group website for reading or posting. Too slow, extraneous > ads, etc. Do you mean to say there is no archive access like the HC list > has? No wonder there is so much redundant activity on the list. If you don'

Re: use-revolution digest, Vol 1 #230 - 14 msgs

2002-02-27 Thread Steve Messimer
on 2/27/02 4:28 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Is there a way to create a button (say a back or forward button that moves > between cards of a stack) and have that button show up on all the cards > automagically? > > can I just set some property of the button to enable this?

Re: one button, many cards?

2002-02-27 Thread Stgecft
Create your buttonsgroup them,,,and select background behavior for the group. Randy Kent Stagecraft, Inc. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Mouse polling

2002-02-27 Thread Kevin Miller
On 27/2/02 3:08 am, Curry <[EMAIL PROTECTED]> wrote: > Dropping these functions would be silly when all we have to do is just agree > on an acceptable behavior. I'm not working on alternatives for them in my > own projects. I just don't want to script without these functions, period. I > can't sa

Re: Help please?

2002-02-27 Thread Stgecft
In a message dated 2/26/02 7:42:18 PM, [EMAIL PROTECTED] writes: << on mouseDown repeat 45 times set the textSize of character 4 of line 1 of field "Txtfield1" to 8 -- want the text field to update before doing this set the textSize of character 4 of line 1 of field "Txtfield1

mySQL

2002-02-27 Thread Almesjö
I am trying to get a grip on how to work with databases from Rev. Kinda new to databases, but I've gotten mySQL up and running. But I can't connect to it from Rev (using the database-manager). Is there a tutorial for this? Specifically I can't figure out what what to put in the hostfield..? /Nikla

Re: same post 3 times

2002-02-27 Thread Heather Williams
> i have experienced thsi phenomenon several times before. > > There are some posts that get delivered 2 or 3 times. > > Since i do not think the folks who posted them are too dumb > to remember that they already hit the "send" button a couple of secs > before it might be a list-server problem.

Re: Mouse polling

2002-02-27 Thread Richard Gaskin
Curry writes: > It seems like many people are thinking with the workaround approach--how can > I get around the lack of this feature. That's fine for real missing > features, and is a common thing to do in xTalk or any other very high level > development system, but this mouse() function is a fea

Re: Mouse polling

2002-02-27 Thread David Vaughan
On Wednesday, February 27, 2002, at 02:08 , Curry Kenworthy wrote: > > >> What you MUST have is a solution to your interface requirement. Let us >> then find out if that solution entails particular programming >> features, rather than working the other way around. If it does, your >> argument to

Re: one button, many cards?

2002-02-27 Thread Klaus Major
Hi Ian, > On 27/2/02 12:59 am, "Zac Elston" <[EMAIL PROTECTED]> scribed: > >> Is there a way to create a button (say a back or forward button that >> moves >> between cards of a stack) and have that button show up on all the cards >> automagically? >> >> can I just set some property of the butto