Re: Script Editor problems

2008-11-28 Thread Klaus Major
Hi Ken, Am 28.11.2008 um 04:52 schrieb Ken Ray: edit script of cd 1 of stack Variable Watcher yes, works for me, thanks a lot! But the same stacks (IDE 3.0b) work with engine 2.9 without problems! So I think there is something wrong with the engine nevertheless and my bug report # 7491 is

Re: Script Editor problems

2008-11-28 Thread Hugh Senior
Thank you, Ken. /H OK guys, as I'm the owner of the VW, I think I have found the problem - it appears that the defaultStack is being set in a handler which doesn't seem to need it (which for some reason didn't affect the engine 3.0 but does now). [snip]

Re: Script Editor problems

2008-11-28 Thread Tariel Gogoberidze
Am 28.11.2008 um 04:52 Ken Ray wrote: I'll include it with other 3.0-related enhancements I'm making (like support for multi-dimensional arrays). Ken Ray That's so great. Thanks Ken, so much appreciated !! best regards Tariel ___ metacard

Re: Script Editor problems

2008-11-27 Thread Mark Schonewille
Hi Klaus, What happens when you try to debug this? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at

Re: Script Editor problems

2008-11-27 Thread Klaus Major
Hi Mark, Hi Klaus, Which errors exactly? I assume the errors are in no way related to your script? You might want to search for sePrefGet or sePrefSet in Rev's QCC and add any relevant comments. I'd appreciate it very much. you are aware that I am talking about MetaCard and not Rev? --

Re: Script Editor problems

2008-11-27 Thread Mark Schonewille
Hi Klaus, Yes, I'm aware of it, but since it is an engine thing and Revolution is big problems with the Script Editor at the moment, while I can't really figure out what the reason for these problems is, I think that any additional information may help the people in Edinburgh (not all of

Re: Script Editor problems

2008-11-27 Thread Klaus Major
Hi Mark, Hi Klaus, Yes, I'm aware of it, but since it is an engine thing and Revolution is big problems with the Script Editor at the moment, while I can't really figure out what the reason for these problems is, I think that any additional information may help the people in Edinburgh

Re: Script Editor problems

2008-11-27 Thread Mark Schonewille
Thanks! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at http://colorconverter.economy-x-talk.com ! On 27 nov 2008, at

Re: Script Editor problems

2008-11-27 Thread Klaus Major
Hi Brian What happens if you set the defaultStack explicitly in your script? That might convince MetaCard to see your stack as this stack instead of the script editor. i.e. set the defaultStack to myStack put the short name of this stack into s_name = does this return myStack when

Re: Script Editor problems

2008-11-27 Thread Mark Schonewille
Hi Klaus, Which errors exactly? I assume the errors are in no way related to your script? You might want to search for sePrefGet or sePrefSet in Rev's QCC and add any relevant comments. I'd appreciate it very much. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and

Re: Script Editor problems

2008-11-27 Thread Brian Yennie
What happens if you set the defaultStack explicitly in your script? That might convince MetaCard to see your stack as this stack instead of the script editor. i.e. set the defaultStack to myStack put the short name of this stack into s_name = does this return myStack when debugging? Hi

Script Editor problems

2008-11-27 Thread Klaus Major
Hi friends, does someone also experience this strageness? I cannot debug script that contain this of any kind!? Like in this little example: on mouseUp get 222 put the short name of this stack into s_name ## - Script Editor 1 in Variable Watcher put the name of this cd into c_name

Re: Script Editor problems

2008-11-27 Thread Klaus Major
Hi Mark and all, Hi Klaus, What happens when you try to debug this? I get some erros and that was it, no script editor :-/ But I did some more tests with different engines and mctools stacks. Result: This is definitively an engine thing! With engine = 3 I get the described error With

Re: Script Editor problems

2008-11-27 Thread Klaus Major
Hi Mark, Thanks! graag gedan! I also created a new report for this bug, looks serious enough ;-) http://quality.runrev.com/qacenter/show_bug.cgi?id=7491 -- Best regards, Mark Schonewille Best Klaus Major [EMAIL PROTECTED] http://www.major-k.de

Re: Script Editor problems

2008-11-27 Thread Mark Schonewille
Nogmaals bedankt ;-) I suspect this breaks compatibility not only with MC! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at

RE: Script Editor problems

2008-11-27 Thread Hugh Senior
Thank you Klaus... I thought it was just me! I cannot step through any lines that refer to objects as the mc script editor immediately reports an 'no such object' (or similar) error. Is becoming a royal P.I.T.A. and am resorting to writing out to .txt debugging files, beeps, msg box put statements

Re: Script Editor problems

2008-11-27 Thread Ken Ray
Thank you Klaus... I thought it was just me! I cannot step through any lines that refer to objects as the mc script editor immediately reports an 'no such object' (or similar) error. Is becoming a royal P.I.T.A. and am resorting to writing out to .txt debugging files, beeps, msg box put