[OT] RevCentral Newsletter Number 3

2005-06-09 Thread Chipp Walters
Hey gang, Dan and I've got another issue of RevCentral Newsletter waiting for you hot off the presses. If haven't already seen it in your InBox, then you can subscribe (free) at: http://www.altuit.com/webs/revCentral/revCentralHome/default.htm This issue's chock full of neat stuff. Dan

Re: custom cursor

2005-06-09 Thread Nicolas Cueto
Sorry for adding to my question but I just realized that, if I can add cursors to the OS (Win2K), then couldn't I add such pre-made cursors (.cur, .ani) to a stack. I tried using import and setting the filename of an image object but the .cur/.ani cursor files are not recognized by Rev.

Re: Slider values

2005-06-09 Thread Michael J. Lew
Well done Brian. Yes, setting the (invisible) lineIncrement property to zero fixes the numbers. I didn't notice that the little ticks were wrong. I don't know how to fix them. Your initial comments regarding a new user are exactly my sentiments. There are a couple of bugs in scrollbar objects

Re: updated page for RevConWest.

2005-06-09 Thread Judy Perry
best Edna Mode effort from The Incredibles No CANDY! /best Edna Mode I mean, after all, we've got to get them to SLEEP that /those nights so that I can attend the next RevConWest day!!! ;-) Thanks, tho'... Judy On Wed, 8 Jun 2005, Scott Rossi wrote: Recently, Judy Perry wrote: Do you

Re: updated page for RevConWest.

2005-06-09 Thread Judy Perry
Thanks, Dan, Because, at this point, I'm considering taking off lunch BOF etc sessions as I don't think that ever, in the four years of the twins' life, my devoted spousal unit has EVER watched them ALONE for 10+ consecutive hours... Judy On Wed, 8 Jun 2005, Dan Shafer wrote: Yes, I do.

Re: Slider values

2005-06-09 Thread briany
Agreed. I can suggest two simple changes that seem as though they would make sliders work out of the box: 1) Change the default lineIncrement to 0 for slider style objects 2) There appears to be an engine bug with the number of ticks displayed (at least on MacOS X). There is one too few. For

Re: Slider values

2005-06-09 Thread Eric Chatonet
Hi Michael and Brian, May be you could have a look to my How-To stack How to manage scrollbars (available through Tutorials Picker: see my website). It does the trick with the rigt ticks marks :-) on scrollbarDrag pPos set the pageInc of me to the endValue of me / (the endValue of me +

Re: Slider values

2005-06-09 Thread Dave Cragg
On 9 Jun 2005, at 08:06, [EMAIL PROTECTED] wrote: 2) There appears to be an engine bug with the number of ticks displayed (at least on MacOS X). There is one too few. For example, for a slider with values from 0 to 100, pageInc = 10 and lineIncr = 0 (as described in this thread), it

Re: Slider values

2005-06-09 Thread Brian Yennie
Eric, This is helpful. I do, however, think it should still be considered a bug that one needs a special script in order to correct how sliders work when created in the IDE. Plus, since the script below actually modifies the pageIncrement away from what you originally intended, you again

Re: Slider values

2005-06-09 Thread Brian Yennie
Dave, Or could it be that the thumbSize value is taken into account as it would be when working with scrollbars? (Or would it? My brain always hurts when doing this kind of arithmetic.) I notice that the thumbSize is always set to the pageInc value with sliders. I wondered what would happen

Re: Slider values

2005-06-09 Thread Eric Chatonet
Hi Brian, Le 9 juin 05 à 11:38, Brian Yennie a écrit : This is helpful. I do, however, think it should still be considered a bug that one needs a special script in order to correct how sliders work when created in the IDE. Plus, since the script below actually modifies the pageIncrement

Re: Slider values

2005-06-09 Thread Brian Yennie
Oh, hey, where was I? Ok, well the report looks good. My votes are going in. http://support.runrev.com/bugdatabase/show_bug.cgi?id=2644 Posted on March 1st 2005 after a long thread about this between Ken Ray, Richard Gaskin, Paul Looney and me. ___

Re: Moving Stacks or the Mouse

2005-06-09 Thread Jim Hurley
Message: 6 Date: Wed, 8 Jun 2005 16:30:12 -0700 From: Roger Guay [EMAIL PROTECTED] Subject: Re: Moving Stacks or the Mouse To: use-revolution@lists.runrev.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Thom, Thank you for this

Re: updated page for RevConWest.

2005-06-09 Thread Todd Higgins
I would love to come, as I am sure a lot of other would as well. But for those that cannot make it out there this year, are there any plans to produce podcasts of the event? ( For those who have been under a rock about podcasts here is the wikipedia entry: http://

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

2005-06-09 Thread Dennis Brown
Geoff, 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. Dennis On Jun 9, 2005, at 1:12 AM, Geoff Canyon wrote: On Jun 8, 2005, at 8:40

Re: Call vs Send

2005-06-09 Thread Rob Cozens
Hi Dennis, Nonworking script in field PN1: on mouseUp call SaveMeTxt end mouseUp Did you try call SaveMeText ? Per Transcript Dictionary (call command), The entire handler including parameters must be enclosed in quotes. Rob Cozens CCW Serendipity Software Company And I,

Re: custom cursor

2005-06-09 Thread Ken Ray
On 6/9/05 12:46 AM, Nicolas Cueto [EMAIL PROTECTED] wrote: Hello, I need a big (and cute!) cursor for a preKindergarten stack I made. The docs advise custom cursors be three colors, while a writer in the archives (Ken Ray) suggests using Rev's editing tools to draw my own cursor.

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

2005-06-09 Thread Geoff Canyon
I considered this option and went the other way for a couple reasons. It seemed more natural to leave it in one handler. It takes more lines of code to split the handlers up. I wonder what the overhead is to have three messages pending as opposed to one. That said, I think this is the way

Re: custom cursor

2005-06-09 Thread [EMAIL PROTECTED]
Date: 9-Jun-2005 10:00:45 -0400 From: Ken Ray [EMAIL PROTECTED] Reply-To: How to use Revolution use-revolution@lists.runrev.com To: Use Revolution List use-revolution@lists.runrev.com Subject: Re: custom cursor On 6/9/05 12:46 AM, Nicolas Cueto [EMAIL PROTECTED] wrote: Hello, I need a big

Re: custom cursor

2005-06-09 Thread Nicolas Cueto
Ken Ray suggested: (B (B NIcolas, can you try: (B (B set the cursor to [image id number] (B (B ?? I think you need the "the". (B (BSorry. That was a typo in the message. (BIn the script itself, I used "the". (B (BOne thing I've learnt in the last few hours (Bis to include the line:

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: Need help creating vertical QT audio player

2005-06-09 Thread Klaus Major
Hi Mark, Can anyone direct me to a resource that might show me how to duplicate the functionality of the QT player (audio only) with a vertical orientation? A simple slider would be fine, but how do I script it to control the audio playback ala the QT paradigm, thumbpos auto-updating,

Visual Effects and Custom window shapes

2005-06-09 Thread zack
Hello everyone, I am trying to use a visual effect when transition from one card and another. I am also changing the window shape as part of the transition. It doesn't look so hot. The regular (rectangle) shape of the window is visible while the transition is happening I am a newbie

Re: Call vs Send

2005-06-09 Thread Dennis Brown
Rob, Yes I did. Both seem to work if you don't have parameters. But as I posted, the call is not required to get the proper functionality. Dennis On Jun 9, 2005, at 9:07 AM, Rob Cozens wrote: Hi Dennis, Nonworking script in field PN1: on mouseUp call SaveMeTxt end mouseUp Did

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

2005-06-09 Thread Dennis Brown
Geoff, It does have a certain elegance to it --and it preserves the subject header of 17 LINES of CODE ;-) The 3 MINUTES has grown just a tad to get it to it's current evolution. I just don't like the long math line to get the hours straight -- could there be a simpler way? Now all we

Re: Need help creating vertical QT audio player

2005-06-09 Thread Klaus Major
Hi List, Hi Mark, Can anyone direct me to a resource that might show me how to duplicate the functionality of the QT player (audio only) with a vertical orientation? A simple slider would be fine, but how do I script it to control the audio playback ala the QT paradigm, thumbpos

[ANN] ChatRev coding contest starttime

2005-06-09 Thread Björnke von Gierke
Dear Revolutionaries Next Monday 19.00 (CET) the first ChatRev Coding Contest will start. It will be composed of three different challenges. The idea is not to win all of them, but to choose the ones that fit your expertise level. More details on Monday evening. cheers Björnke --

Re: Need help creating vertical QT audio player

2005-06-09 Thread Eric Chatonet
Hi Klaus, Good reason for sending it twice :-) An now it will be 3 times :-D Le 9 juin 05 à 16:49, Klaus Major a écrit : Hi List, Hi Mark, Can anyone direct me to a resource that might show me how to duplicate the functionality of the QT player (audio only) with a vertical

Re: [ANN] ChatRev coding contest starttime

2005-06-09 Thread Andre Garzia
On Jun 9, 2005, at 11:50 AM, Bjrnke von Gierke wrote: Dear Revolutionaries Next Monday 19.00 (CET) the first ChatRev Coding Contest will start. It will be composed of three different challenges. The idea is not to win all of them, but to choose the ones that fit your expertise level. More

Windows ICOs

2005-06-09 Thread Dan Friedman
Hi all! Anyone got a handle on making an icon file (ico) for use when making a standalone in Rev 2.5? It would seem easiest to simply edit the genericapp.ico in the Sample Icons folder. But, what application do you use to edit it? Thank you in advance, Dan

Windows ICOs

2005-06-09 Thread Dan Friedman
Hi all! Anyone got a handle on making an icon file (ico) for use when making a standalone in Rev 2.5? It would seem easiest to simply edit the genericapp.ico in the Sample Icons folder. But, what application do you use to edit it? Thank you in advance, -Dan

Re: Windows ICOs

2005-06-09 Thread Eric Chatonet
Hi Dan, Check the great tutorial by Chipp Walters: http://www.altuit.com/webs/altuit2/StandaloneBuilderTutorial/ PDFdocument.htm Le 8 juin 05 à 21:16, Dan Friedman a écrit : Hi all! Anyone got a handle on making an icon file (ico) for use when making a standalone in Rev 2.5? It would seem

Re: updated page for RevConWest.

2005-06-09 Thread Dan Shafer
Stay tuned. Chipp and I are thinking of all kinds of ways of making the RevCon West sessions and/or information available after the event. Webcasting/podcasting live isn't feasible this year but I expect we'll have something to offer to those who are unfortunate enough not to be able to

Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Dennis Brown
I switched to 2.6 for a few hours, and during that time I made some edits and saved a stack I have been working on for some months. I switched back to 2.5.1 due to bugs so I could continue development on my stack. The stack acts goofy now. Here is a snippet of code: repeat with j=1 to 20

Re: Windows ICOs

2005-06-09 Thread Richard Gaskin
Dan Friedman wrote: Hi all! Anyone got a handle on making an icon file (ico) for use when making a standalone in Rev 2.5? It would seem easiest to simply edit the genericapp.ico in the Sample Icons folder. But, what application do you use to edit it? Your choice of Photoshop or Fireworks.

Re: Windows ICOs

2005-06-09 Thread Klaus Major
Hi Dan, Hi all! Anyone got a handle on making an icon file (ico) for use when making a standalone in Rev 2.5? It would seem easiest to simply edit the genericapp.ico in the Sample Icons folder. But, what application do you use to edit it? i use Axialis Iconworkshop:

Re: Moving Stacks or the Mouse

2005-06-09 Thread Roger Guay
Tom, Thanks very much for this suggestion . . . I'll work with this. Of course my task is complicated by the fact that I am going from one stack to another, but I enjoy the challenge. Thanks again, Roger On Jun 8, 2005, at 5:07 PM, [EMAIL PROTECTED] wrote: You could capture the

Re: Moving Stacks or the Mouse

2005-06-09 Thread Roger Guay
Thanks for this suggestion, Jim. I'll have a look at it. I'm sure that I will at least learn a lot as I always do from your stacks. Cheers, Roger On Jun 9, 2005, at 6:33 AM, [EMAIL PROTECTED] wrote: Roger, This isn't what you want but you might find it an alternative. You would have

Revolution for Sun Solaris 10

2005-06-09 Thread Damien Girard
Hi all, I am using now Sun Solaris 10 for x86. I have found a Runrev engine for Solaris Intel, but is it only for Revolution 2.1.2, and this engine doesn't work with Revolution 2.6. So, I need revolution for my OS, and I want to know where I can download Revolution for Solaris (if he exist).

Documentation for 2.6 new features

2005-06-09 Thread Sivakatirswami
Where is the documentation for 2.6 new Tiger Features? Sivakatirswami ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Revolution for Sun Solaris 10

2005-06-09 Thread Roger . E . Eller
Hi Damien. I too look forward to seeing the latest Rev version for various unix flavors. I use SGI IRIX on several o2 and octane machines. According to Kevin Miller, it shouldn't be much longer. He said they would be released in July, 2005 according to this post he made back in March. They are

screen artifacts on small laptop

2005-06-09 Thread Timothy Miller
Back again, I'll try to keep it down to three or four times a day, max g Screen artifacts on my laptop (a Pismo - Apple) have been quite a problem lately. Fields and buttons often pile up on top of each other, in the vertical dimension. It doesn't seem to happen on my desktop machine with a

Ignore this message: Test of threading theory

2005-06-09 Thread Dennis Brown
This is just a test to see if a theory I have about Mac OS X Mail.app threading is true. Sorry for any inconvenience, but this is the only way I know to test it. I will report about it if it turns out to be true. Dennis ___ use-revolution

A reason for threading errors in Mail.app

2005-06-09 Thread Dennis Brown
Dan and Mac Mail.app users and anyone who replies to messages, I have noticed that Mail.app seems to put seemingly unrelated threads into an existing thread at times. I think I see a possible explanation for this. In addition to the usual method of looking at the subject text, I think

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Dan Shafer
Dennis... Thanks for the detective work. I think this is the reason for *some* of the errors I see, but perhaps not all. Although it's possible the fingerprinting is so deep and smart that it is indeed too smart for its own good. I wonder why Apple doesn't acknowledge this bug. No, I

Not exactly a bug

2005-06-09 Thread Mark Wieder
All- I've noticed that resetting the IDE preferences to default doesn't affect the variable checking by default setting. I like it like that so I'm reluctant to flag it in bugzilla. Any comments? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution

Re: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Dennis Brown
I could use some help. I am not sure how to approach trying to recover my stack. I have lots of backups, but I have to go back many revisions to find a stack the does not produce this error (prior to my brief encounter with 2.6). My stack is just one card, but it has many groups and

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Alex Tweedly
Dennis Brown wrote: Dan and Mac Mail.app users and anyone who replies to messages, I have noticed that Mail.app seems to put seemingly unrelated threads into an existing thread at times. I think I see a possible explanation for this. In addition to the usual method of looking at the

Re: screen artifacts on small laptop

2005-06-09 Thread Timothy Miller
A small followup: Back again, I'll try to keep it down to three or four times a day, max g Screen artifacts on my laptop (a Pismo - Apple) have been quite a problem lately. Fields and buttons often pile up on top of each other, in the vertical dimension. It doesn't seem to happen on my

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Dennis Brown
Dan, In any normal use of mail and replies between two parties this would be a good feature. On a list like this one, I wish I could turn this feature off. I do know who read which thread and cloned a new one though. However, I am not sure what I can do with that piece of trivia. I

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Dennis Brown
Alex, If this is a standard, then as a point of etiquette, members of a list should a start new topic as a new mail message and not as a reply to an unrelated thread. Dennis On Jun 9, 2005, at 5:03 PM, Alex Tweedly wrote: Dennis Brown wrote: Dan and Mac Mail.app users and anyone who

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Dan Shafer
I hate when they do that. :-D On Jun 9, 2005, at 2:03 PM, Alex Tweedly wrote: A case of doing exactly what the standard says it should do. ~~ Dan Shafer, Co-Chair RevConWest '05 June 17-18, 2005, Monterey, California

OT Vertical White Space (line breaks) in XML

2005-06-09 Thread Sivakatirswami
Sorry that this XML newbie is using this forum for help, but, well, what better place to go? We are using Revolution interfaces for generating XML docs that will be destined for the web (via XSL transformations) and later print production, one caveat is where I made (perhaps a bad)

RE: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Lynch, Jonathan
I would say try creating a new stack and copying over all of the objects and scripts. Sometimes stacks become corrupted, and this often works to fix that. Sometimes objects become corrupted, and recreating that object might work in that situation. -Original Message- From: [EMAIL

Re: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Richard Gaskin
Dennis Brown wrote: I could use some help. I am not sure how to approach trying to recover my stack. I have lots of backups, but I have to go back many revisions to find a stack the does not produce this error (prior to my brief encounter with 2.6). If the Rev IDE is not reporting

Re: updated page for RevConWest.

2005-06-09 Thread Mark Talluto
On Jun 9, 2005, at 9:11 AM, Dan Shafer wrote: Stay tuned. Chipp and I are thinking of all kinds of ways of making the RevCon West sessions and/or information available after the event. Webcasting/podcasting live isn't feasible this year but I expect we'll have something to offer to

Re: A reason for threading errors in Mail.app

2005-06-09 Thread Mark Wieder
Dennis- Thursday, June 9, 2005, 2:14:35 PM, you wrote: DB If this is a standard, then as a point of etiquette, members of a DB list should a start new topic as a new mail message and not as a DB reply to an unrelated thread. ...as has been pointed out many times... -- -Mark Wieder [EMAIL

Re: Need help creating vertical QT audio player

2005-06-09 Thread Mark Swindell
Thanks, Klaus. I think I can make this work. But simpler and less fraught with potential problems, does anyone know how to simply stand the standard QT player on its head? Folks at RunRev? Mark On Jun 9, 2005, at 7:27 AM, Klaus Major wrote: Hi Mark, Can anyone direct me to a resource

Re: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Sarah Reichelt
repeat with j=1 to 20 put j --mssg box contains 1 get Typ[min(i+1+j,DateLines)] --error on this line executing at 11:59:32 AM TypeFunction: error in source expression Objectcard id 1002 Lineget Typ[min(i+1+j,DateLines)] Hintcard id 1002 The error is

how to change the stack name

2005-06-09 Thread Tarek Nasser
Hi, how to change the stack name using script only? i tried this: local stackName = Hello World! put stackName into the name of stack myStack tarek ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: how to change the stack name

2005-06-09 Thread Björnke von Gierke
try: set the name of stack myStack to Hello World! On Jun 10 2005, at 02:46, Tarek Nasser wrote: Hi, how to change the stack name using script only? i tried this: local stackName = Hello World! put stackName into the name of stack myStack tarek

Re: how to change the stack name

2005-06-09 Thread Mark Swindell
Set the name of this stack to Hello World Mark On Jun 9, 2005, at 5:46 PM, Tarek Nasser wrote: Hi, how to change the stack name using script only? i tried this: local stackName = Hello World! put stackName into the name of stack myStack tarek

Re: Calendar

2005-06-09 Thread Sarah Reichelt
I use Sarah Reichelt's Calendar in a smal application. I installed it and it works great under Revolution 2.6. :-) After testing I have built a stand alone and it stopped working. The Calendar stack don't pop up, nothing happens at all. :-( What can be wrong. I just tested this using Rev

Re: Call vs Send

2005-06-09 Thread Richard Gaskin
Dennis Brown wrote: Richard, Going through your tutorial is what made me try to improve my scripts with call. I thought that the call would execute a script in another place but keep the context of where it was called from. So 'me' would be the field that the call originated from and

Re: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Dennis Brown
Richard,Sarah,Mark,Jon I found the problem and my face is a bit red. It was not stack corruption, it was a caused by a typo that caused a missing global declaration. The error just by coincidence happened to occur during the few hours I was trying to run on 2.6. I had so many reverts

Re: Watching my Variables

2005-06-09 Thread Pat Trendler
Just thought I'd show another way of doing this. I always get mixed up with where to put the when using those do things. putvalue(item x of varNames) cr after tList Pat [EMAIL PROTECTED] I ran into the same problem. I solved it with the do command do put myVariableNameIsInHere

text field

2005-06-09 Thread tarek
Hi, how to make a text field a password field, where characters are asterisks. thanks, -- tarek ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

text selection question

2005-06-09 Thread Bill Humphrey
How come when you do this: select word one of fld x_areacode1 The text just flashes for a second and doesn't remain selected? Is there some command: select word one of fld foolish coder and hold that selection *[EMAIL PROTECTED] ___

Re: Watch out for 2.6 then going back to 2.5

2005-06-09 Thread Richard Gaskin
Dennis Brown wrote: Richard,Sarah,Mark,Jon I found the problem and my face is a bit red. It was not stack corruption, it was a caused by a typo That's good news for everyone. Typos are easy to fix, but corruption isn't. Fortunately, given the way Rev handles its files, corrupted stack

how do I write my own function?

2005-06-09 Thread t
hi, how do I write my own function? thanx, -- t ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Strange database connection behaviour under Linux

2005-06-09 Thread Rishi Viner
Hi All, Hoping for some help with this. I'm using Dreamcard 2.5.1 to put data into a MySQL database. I have developed the application on my laptop running SuSE 9.1 Pro and it works great. I can connect to MySQL databases on my local machine and on various remote servers on our network. The

Re: how do I write my own function?

2005-06-09 Thread Richard Gaskin
t wrote: how do I write my own function? There's a good discussion in the documentation: 1. In the Rev tool bar click Documentation 2. In the Documentation window click Topics 3. In the Filter field type function 4. Among the items listed below you'll see one named: How do I write your own

Re: text selection question

2005-06-09 Thread Bill Humphrey
If the command select or focus on is run from and open fld or in the message box then the selection just flashes for a second. If it is run from a button on the card then it works as expected. version 2.6 - what am I doing wrong? Bill Humphrey wrote: How come when you do this: select word

Re: Strange database connection behaviour under Linux

2005-06-09 Thread Bill Humphrey
Have you used YourSQL or similar utility to test the connections to other machines? Rishi Viner wrote: Hi All, Hoping for some help with this. I'm using Dreamcard 2.5.1 to put data into a MySQL database. I have developed the application on my laptop running SuSE 9.1 Pro and it works great.

Re: how do I write my own function?

2005-06-09 Thread Pat Trendler
Click the Documentation icon, Topics, and then filter with: function. Under Commands and Functions look at How do I write your own commands and functions? also Function control structure which may be more useful. Pat [EMAIL PROTECTED] - Original Message - From: t [EMAIL PROTECTED]

Re: Call vs Send

2005-06-09 Thread Dennis Brown
On Jun 9, 2005, at 9:23 PM, Richard Gaskin wrote: Using the long id of the target will provide an absolute reference to the specific object, but I'm not sure why simply the target doesn't return the same value. Hmmm makes the target rather less useful, unless there's a benefit to

Re: Strange database connection behaviour under Linux

2005-06-09 Thread Rishi Viner
On Fri, 10 Jun 2005 12:34 pm, Bill Humphrey wrote: Have you used YourSQL or similar utility to test the connections to other machines? Hi Bill, Thanks for your quick reply! The answer is yes, I have connected using the knoda database program from the other machines first, just to make sure I

load database tables

2005-06-09 Thread t
hi, I'm trying to load my database tables into a scrolling field, I connected to the database but I can't find a command to get the tables. Is there a command that stores the tables in an array or a scrolling field. thanx, -- t ___ use-revolution

Re: text field

2005-06-09 Thread Sarah Reichelt
how to make a text field a password field, where characters are asterisks. thanks, The only built-in way to get password entry is using the answer password command. However if you want to allow people to enter passwords into a field, then you need to script the data entry yourself. The

Re: Call vs Send

2005-06-09 Thread Dick Kriesel
On 6/9/05 6:23 PM, Richard Gaskin [EMAIL PROTECTED] wrote: Using the long id of the target will provide an absolute reference to the specific object, but I'm not sure why simply the target doesn't return the same value. Hmmm makes the target rather less useful, unless there's a benefit

Re: text field

2005-06-09 Thread Dan Shafer
You'll want to use a dialog rather than a text field. ask password is the key. On Jun 9, 2005, at 7:14 PM, tarek wrote: Hi, how to make a text field a password field, where characters are asterisks. thanks, -- tarek ___ use-revolution

Re: Call vs Send

2005-06-09 Thread Richard Gaskin
Dick Kriesel wrote: On 6/9/05 6:23 PM, Richard Gaskin [EMAIL PROTECTED] wrote: Using the long id of the target will provide an absolute reference to the specific object, but I'm not sure why simply the target doesn't return the same value. Hmmm makes the target rather less useful,

Re: load database tables

2005-06-09 Thread Rishi Viner
On Fri, 10 Jun 2005 12:47 pm, t wrote: Is there a command that stores the tables in an array or a scrolling field. Basically the answer is yes. Have a look under Documentation | Topics | Database Operations. The way to do it depends on whether you want to use an automatic query,

Re: Call vs Send

2005-06-09 Thread Dar Scott
On Jun 9, 2005, at 9:51 PM, Richard Gaskin wrote: What are the relative timings of handlers in the message path vs. handlers outside? About twice as long, but as with many benchmarks with Transcript it hardly matters: twice as long sounds like a big deal, but on my 1GHz G4 that's still

Re: Call vs Send

2005-06-09 Thread Dick Kriesel
On 6/9/05 6:23 PM, Richard Gaskin [EMAIL PROTECTED] wrote: But to be honest, it's very rare that I use either call or send. Both are up there with do in terms of a modest amount of additional overhead needed to handle them relative to calls natively in the message path. On 6/9/05 8:51 PM,

Re: Call vs Send

2005-06-09 Thread Richard Gaskin
Dar Scott wrote: On Jun 9, 2005, at 9:51 PM, Richard Gaskin wrote: What are the relative timings of handlers in the message path vs. handlers outside? About twice as long, but as with many benchmarks with Transcript it hardly matters: twice as long sounds like a big deal, but on my

Re: Call vs Send

2005-06-09 Thread Richard Gaskin
Dick Kriesel wrote: On 6/9/05 6:23 PM, Richard Gaskin [EMAIL PROTECTED] wrote: But to be honest, it's very rare that I use either call or send. Both are up there with do in terms of a modest amount of additional overhead needed to handle them relative to calls natively in the message path.

Ten Reasons You're a Software Developer

2005-06-09 Thread Mark Wieder
All- Getting bogged down? Here's a pep talk. http://www.developerdotstar.com/mag/articles/davis_tenreasons.html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com