Re: my Variable watcher no longer appears in debug mode

2006-11-01 Thread Jim Ault
On 11/1/06 3:39 PM, "Bill Marriott" <[EMAIL PROTECTED]> wrote: > (I've seen this behavior as well, but I just became accustomed to setting > the windows to the screenloc in the message window. [Hopefully the message > window itself will never fall victim to this bug; then what would I do?] For t

Re: my Variable watcher no longer appears in debug mode

2006-11-01 Thread Bill Marriott
They keep saying "if you build it they will come" ... oh no, wait, that's a baseball field. What they actually keep saying is, "if you BugZilla it, they will fix it." So, I suggest you enter it into BugZilla and see how many Rev revs it will take to be attended to. (I've seen this behavior as w

Re: my Variable watcher no longer appears in debug mode

2006-11-01 Thread Dave
Hi, This problem had be stumped for days too, not just with the variable window, but in my case it happened to the documentation window so I couldn't even search the docs for an answer (not that it would have helped since as far as I can tell it doesn't give any information on the subject

Re: my Variable watcher no longer appears in debug mode

2006-10-31 Thread Jim Ault
On 10/31/06 11:27 PM, "Dave Herndon" <[EMAIL PROTECTED]> wrote: > This has got me bugging. Two or three days now and I havent been able to > bring up the VW window in debug mode. (v2.73) I am thinking of re-downloading > rev to see if that helps. Any ideas? It just is no where to bee seen! > W

RE: my Variable watcher no longer appears in debug mode

2006-10-31 Thread MisterX
27;t, type further in the msg box: put the rect of stack "revvariablewatcher" set it to something cool. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dave Herndon > Sent: Wednesday, 01 November, 2006 07:27 >

my Variable watcher no longer appears in debug mode

2006-10-31 Thread Dave Herndon
This has got me bugging. Two or three days now and I havent been able to bring up the VW window in debug mode. (v2.73) I am thinking of re-downloading rev to see if that helps. Any ideas? It just is no where to bee seen! Wierd. Dave ___ use-revolu

Re: Problem with Variable watcher

2006-06-09 Thread J. Landman Gay
Hershel Fisch wrote: On 6/8/06 10:51 PM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: Thanks, That's exactly what I see, but the problem is that I have 2 panes on the bottom without having array variable's and when I click on the top right pane to get the value I don¹t see anything. I did realize

Re: Problem with Variable watcher

2006-06-09 Thread Hershel Fisch
Hershel Fisch > Hershel Fisch wrote: >> Hi all I'm wondering why at times on my variable watcher screen I get two >> flds on the bottom instead of one and when I select a line (var) in the top >> part I >> don't see it in the bottom window (or actually it app

Re: Problem with Variable watcher

2006-06-08 Thread J. Landman Gay
Hershel Fisch wrote: Hi all I'm wondering why at times on my variable watcher screen I get two flds on the bottom instead of one and when I select a line (var) in the top part I don't see it in the bottom window (or actually it appears in the frame between the two flds? I&#x

Problem with Variable watcher

2006-06-08 Thread Hershel Fisch
Hi all I'm wondering why at times on my variable watcher screen I get two flds on the bottom instead of one and when I select a line (var) in the top part I don't see it in the bottom window (or actually it appears in the frame between the two flds? Than

Variable watcher

2006-06-06 Thread Hershel Fisch
Hi all I'm wondering why at times on my variable watcher screen I get two windows on the bottom and when I select a line (var) in the top part I don't see it in the bottom window (or actually it appears in the frame between the tow windows? Than

Re: 2.7 bugs in variable watcher, table fields

2006-03-20 Thread Jim Ault
On 3/20/06 10:25 AM, "Sumner,Walt" <[EMAIL PROTECTED]> wrote: > Anybody else having these problems? > > 1. > Mac OS X: > Run a script with a breakpoint. > Open the message watcher at the breakpoint. > Open the variable watcher after opening the mess

2.7 bugs in variable watcher, table fields

2006-03-20 Thread Sumner,Walt
Anybody else having these problems? 1. Mac OS X: Run a script with a breakpoint. Open the message watcher at the breakpoint. Open the variable watcher after opening the message watcher. Variable watcher echos variable names, refuses to display variable values. Close message watcher. Step

Re: Stange occurance with Variable Watcher

2005-11-09 Thread xavier . bury
s late and I have cruised through a lot > of programming tasks the last several days, nothing to do with Rev. > > Mac OSX, Tiger 10.4.2, Rev 2.6.1 and suddenly Variable Watcher does not show > values, but just repeats the variable names on the right side (except 'it' =

Stange occurance with Variable Watcher

2005-11-09 Thread Jim Ault
Hi, All, Hmmm, not sure what to think... it is late and I have cruised through a lot of programming tasks the last several days, nothing to do with Rev. Mac OSX, Tiger 10.4.2, Rev 2.6.1 and suddenly Variable Watcher does not show values, but just repeats the variable names on the right side

Re: Variable Watcher

2005-10-25 Thread Charles Hartman
OK, I've posted it: #3204. Charles On Oct 25, 2005, at 2:56 PM, Mark Wieder wrote: Charles- Tuesday, October 25, 2005, 9:14:53 AM, you wrote: I don't have time to check at this minute -- but I'll take Mark W's message (a little farther down the list) to mean that this has already been BZ'd

Re: Variable Watcher

2005-10-25 Thread Mark Wieder
Charles- Tuesday, October 25, 2005, 9:14:53 AM, you wrote: > I don't have time to check at this minute -- but I'll take Mark W's > message (a little farther down the list) to mean that this has > already been BZ'd . . . right? This particular issue (click on an array to display the elements, c

Re: Variable Watcher

2005-10-25 Thread Charles Hartman
er, it updates to the expected value. But if I don't do that, the value is not "live" updated in the lower panel. OK, I get it now. When watching normal variables (not arrays), the value displayed in the lower panel of the variable watcher is cleared whenever the value changes, so y

Re: Variable Watcher

2005-10-25 Thread Mark Wieder
if I re-click the array's name in the upper panel of the > Watcher, it updates to the expected value. But if I don't do that, > the value is not "live" updated in the lower panel. Ah. OK - now it becomes clear. I think the implementation of arrays in the Variable W

Re: Variable Watcher

2005-10-25 Thread Sarah Reichelt
cause if I re-click the array's name in the upper panel of the > Watcher, it updates to the expected value. But if I don't do that, > the value is not "live" updated in the lower panel. > OK, I get it now. When watching normal variables (not arrays), the value displayed i

Re: Variable Watcher

2005-10-25 Thread Charles Hartman
On 10/24/05 7:51 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: On 10/25/05, Charles Hartman <[EMAIL PROTECTED]> wrote: --and while I'm complaining: Variable Watcher is handy, and it's nice that the values (especially of arrays) are shown in the lower pane

Re: Variable Watcher

2005-10-25 Thread Charles Hartman
updates to the expected value. But if I don't do that, the value is not "live" updated in the lower panel. Charles Hartman On Oct 24, 2005, at 10:51 PM, Sarah Reichelt wrote: On 10/25/05, Charles Hartman <[EMAIL PROTECTED]> wrote: --and while I'm complaining: Vari

Re: Variable Watcher

2005-10-24 Thread Jim Ault
les Hartman <[EMAIL PROTECTED]> wrote: >> --and while I'm complaining: >> >> Variable Watcher is handy, and it's nice that the values (especially >> of arrays) are shown in the lower panel. But that display is not >> updated as you step through the scri

Re: Variable Watcher

2005-10-24 Thread Sarah Reichelt
On 10/25/05, Charles Hartman <[EMAIL PROTECTED]> wrote: > --and while I'm complaining: > > Variable Watcher is handy, and it's nice that the values (especially > of arrays) are shown in the lower panel. But that display is not > updated as you step through the scr

Variable Watcher

2005-10-24 Thread Charles Hartman
--and while I'm complaining: Variable Watcher is handy, and it's nice that the values (especially of arrays) are shown in the lower panel. But that display is not updated as you step through the script, so it often shows outdated data. Wrong information is much worse than no i

Watch out for Variable Watcher context [was 2.6 then going back to 2.5]

2005-06-10 Thread Dennis Brown
I guess I wasn't going crazy after all. While debugging another problem, hitting the debug button in the error window is taking me to the script, but the variable watcher is changing to a different context than the script error. I guess this really is a bug. Do folks run into this

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread J. Landman Gay
On 6/8/05 1:11 PM, Stephen Barncard wrote: Now how do I undo my 'chicken little' bug report 2884 (and it's clone 2885)? Under the "comments" field, there should be several radio buttons (only the team and the originator of the report can see all of these.) You can click "Resolve bug chan

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Stephen Barncard
s clone 2885)? At 12:48 PM -0500 6/8/05, J. Landman Gay wrote: Oh wait -- I think I understand the problem. You need to set a breakpoint in the script. The global doesn't show it. Put a breakpoint next to the last line of the handler and you'll see the

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Thomas McGrath III
set a breakpoint in the script. The global doesn't show it. Put a breakpoint next to the last line of the handler and you'll see the array in the variable watcher. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Dennis Brown
I am running Tiger, and when I try this with 2.6 the Arrays show up in the Variable watcher window as promised. There must be something else going on. I ran the script with a breakpoint at the end. The variable watcher lower pane split in two to show the key on the left and the values

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread J. Landman Gay
m...I'm on a Mac and it works fine here. Not on Tiger yet though. Oh wait -- I think I understand the problem. You need to set a breakpoint in the script. The global doesn't show it. Put a breakpoint next to the last line of the handler and you'll see the array in the variable

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread J. Landman Gay
into testArrayA[3] repeat with n = 1 to 3 put testArrayA[n] & return after theOut end repeat put theOut end mouseUp returns in the msg... test1 test2 test2 but I don't see anything different in the variable watcher. Under what conditions does one 'see' the arrays values in R

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Stephen Barncard
p returns in the msg... test1 test2 test2 but I don't see anything different in the variable watcher. Under what conditions does one 'see' the arrays values in Rev 2.6?? At 9:12 AM -0400 6/8/05, Thomas McGrath III wrote: Pat, Yeah, I did a few times.(click button with script then

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Thomas McGrath III
] - Original Message - From: "Pat Trendler" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, June 08, 2005 10:08 PM Subject: Re: 'seeing' arrays in the variable watcher Did you click on testArrayA? - you have to do that to get it to display. -

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Thomas McGrath III
testArrayA? - you have to do that to get it to display. - Original Message - From: "Thomas McGrath III" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, June 08, 2005 9:36 PM Subject: Re: 'seeing' arrays in the variable watcher I tried the

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Pat Trendler
Tom, Sorry, this is about 2.6. You are using 2.6? Pat [EMAIL PROTECTED] - Original Message - From: "Pat Trendler" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, June 08, 2005 10:08 PM Subject: Re: 'seeing' arrays in the

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Pat Trendler
Did you click on testArrayA? - you have to do that to get it to display. - Original Message - From: "Thomas McGrath III" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, June 08, 2005 9:36 PM Subject: Re: 'seeing' arrays in the varia

Re: 'seeing' arrays in the variable watcher

2005-06-08 Thread Thomas McGrath III
I tried the code below and the variable watcher shows blank for testArrayA I don't see what you are seeing. Tom On Jun 8, 2005, at 1:50 AM, Pat Trendler wrote: I don't know if I'm misunderstanding this. But, if I run the handler below, in the variable watcher I can se

Re: 'seeing' arrays in the variable watcher

2005-06-07 Thread Pat Trendler
I don't know if I'm misunderstanding this. But, if I run the handler below, in the variable watcher I can see : left paneright pane testArrayA in the panes below [1]test1 [2]test2 [3]test3 if the contents

'seeing' arrays in the variable watcher

2005-06-07 Thread Stephen Barncard
ut end mouseUp returns in the msg... test1 test2 test2 but I don't see anything different in the variable watcher. Under what conditions does one 'see' the arrays values in Rev 2.6?? stephen barncard At 7:43 PM -0500 6/7/05, Ken Ray wrote: Sorry, but one of the things I like

RE: the Variable Watcher button "Execution Contexts" is stuck on"Execution Contexts"

2005-05-05 Thread MisterX
en > Sent: Friday, May 06, 2005 03:57 > To: How to use Revolution > Subject: the Variable Watcher button "Execution Contexts" is > stuck on"Execution Contexts" > > Variable Watcher button "Execution Contexts" > is stuck on "Execution Contexts&

the Variable Watcher button "Execution Contexts" is stuck on "Execution Contexts"

2005-05-05 Thread Erik Hansen
Variable Watcher button "Execution Contexts" is stuck on "Execution Contexts". if scrolled to the script in use, it snaps back to "Execution Contexts". the button and card scripts looks complex. any ideas on the Variable Watcher? thanks, Erik Han

declaring variables programs the Variable Watcher

2005-03-24 Thread Erik Hansen
declaring your variables programs the Variable Watcher. you decide the sequence: local tVar1, tVar2, tStartPoint, tEndPoint,... Virtual Variable Watcher -- tVar1 tVar2 tStartPoint tEndPoint . . . -- the ones you are working on are on top and easier to see. [EMAIL PROTECTED]http

Re: Setting the window rect and splitter loc in the Variable Watcher window

2004-02-06 Thread Sarah Reichelt
drove me crazy that the VW window kept resetting, so I worked out this technique: open it up and set it how you would like it. Then hold down ALL the modifier keys (Shift, Control, Option & Command) and click in the Variable Watcher. From the popup menu that appears, choose "Stack & Card&qu

Re: Setting the window rect and splitter loc in the Variable Watcher window

2004-02-06 Thread erik hansen
--- Sarah Reichelt <[EMAIL PROTECTED]> wrote: > It drove me crazy that the VW window kept > resetting, so I worked out > this technique: open it up and set it how you > would like it. Then hold > down ALL the modifier keys (Shift, Control, > Option & Command) and clic

Re: Setting the window rect and splitter loc in the Variable Watcher window

2004-02-05 Thread Sarah Reichelt
It drove me crazy that the VW window kept resetting, so I worked out this technique: open it up and set it how you would like it. Then hold down ALL the modifier keys (Shift, Control, Option & Command) and click in the Variable Watcher. From the popup menu that appears, choose "Sta

Setting the window rect and splitter loc in the Variable Watcher window

2004-02-05 Thread Frank Leahy
Does anyone know if there's an easy way to get the Variable Watcher window to remember its size and the location of the horizontal splitter? I looked in the scripts and didn't see anything obvious (and I'm a little loathe to start playing with the rev scripts). T

Re: customize the Variable Watcher

2004-01-19 Thread xbury . cs
Erik, Nice suggestion! I'll add some filtering to my VW! ;) On 19/01/2004 08:05:14 use-revolution-bounces wrote: >can you customize the Variable Watcher by >setting a list of things (something like a >group of stuff) that you do NOT wish to >watch? > >something like: &g

customize the Variable Watcher

2004-01-19 Thread erik hansen
can you customize the Variable Watcher by setting a list of things (something like a group of stuff) that you do NOT wish to watch? something like: set the dontLookForThese of MW to fld "Og". thanks, Erik = [EMAIL PROTECTED]http://www.erik

Missing value in the variable watcher

2003-11-30 Thread Jim Hurley
I'm sure this must have come up but I missed it. Is there any work-around the missing value for the first variable in the variable watcher in 2.1.2, Mac OS 9? (Besides selecting the first line.) Jim ___ use-revolution mailing list [EMAIL PROT

RE: Variable Watcher bug

2003-09-18 Thread Chipp Walters
2003 5:49 PM > To: [EMAIL PROTECTED] > Subject: Variable Watcher bug > > > I've just bought the Studio Edition 2.1 and something very strange is > happening in the Variable Watcher. > > I'm running the program on a Mac G3 in system 9.2.2. > > The actual effec

Re: Variable Watcher bug

2003-09-18 Thread Igor Couto
evelopment team! I think you will find the following bug report relevant: BUG #378: "variable watcher : empty first line in variable names field": http://www.runrev.com/revolution/developers/bugdatabase/ show_bug.cgi?id=378 This might explain what you are experiencing. In order to h

Variable Watcher bug

2003-09-18 Thread Neil Phillips
I've just bought the Studio Edition 2.1 and something very strange is happening in the Variable Watcher. I'm running the program on a Mac G3 in system 9.2.2. The actual effect of the script is fine but what's going on in the Variable Watcher beats me. To clarify what's ha

RE: variable watcher in 2.0.3

2003-08-21 Thread Edwin Gore
I noticed this one had been reported yesterday while browsing bugzilla, so Rev is aware of it. >- --- Original Message --- - >From: Chris Sheffield >To: [EMAIL PROTECTED] >Sent: Thu, 21 Aug 2003 -0700 (PDT) 14:43:28 > >Can someone please verify this for me? > >I'm trying to debug

variable watcher in 2.0.3

2003-08-21 Thread Chris Sheffield
Can someone please verify this for me? I'm trying to debug a script and when I display the variable wather, the items in the vars column do not match up with the items in the values column. There is a blank line at the top of the list, and all the values seem to be shifted down one row. In other

Re: Debugger Variable Watcher

2003-07-26 Thread LynnP333
Sorry folks... Adendum to that earlier query... If I make a new stack, the debugger works fine showing the variable values in the variable watcher. Where I'm having problems is with an import of a HyperCard stack. I'm editing a text field which is part of a background group, if th

Debugger Variable Watcher

2003-07-26 Thread LynnP333
I recently purchased v2.0.2 Express version and am running it on Mac OS X.  I'm using the debugger and setting a checkpoint at a variable but I'm not see any changes in that variable value or any variable values using Step Into.  Is anyone else having probelms with the debugger? It wasn't workin