Page 1 of 1

strange message box behaviour

Posted: Mon Jun 30, 2008 7:14 am
by rozek
Good morning!

This morning, I tried to test some of my Transcript code by sending a message from the message box - and ran across some unexpected behaviour...

Here is what I found out by looking at the problem:

if I enter

Code: Select all

put me
into the message box, I get
stack "Message Box"
as a result - so far, so good.

If I enter

Code: Select all

put hugo(me)
with

Code: Select all

function hugo StackReference
  return StackReference
end hugo
being a function in a library stack, I get
put hugo(me)
instead.

Does anybody have an explanation for this behaviour?

Thanks in advance for any help!

Posted: Mon Jun 30, 2008 8:24 am
by Klaus
Hi Andreas,

looks like you were hit by this one:
http://quality.runrev.com/qacenter/show_bug.cgi?id=6434

Known problem, will be fixed soon (hopefully) :-)


Best

Klaus

Posted: Mon Jun 30, 2008 8:53 am
by rozek
Hello Klaus!

Thanks for the immediate response! Hopefully, it's really the same bug..and they will really fix it soon...

Posted: Mon Jun 30, 2008 9:04 am
by rozek
ok,

I found a very similar problem in the Quality Control Center (see http://quality.runrev.com/qacenter/show_bug.cgi?id=6386)

I will append my problem to that report.

By the way: the Message Box seems to be quite buggy, looking at the number of bug reports which deal with it.