Re: [LAME] Adobe form JS
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: [LAME] Adobe form JS

From: Randy Webb <HikksNotAtHome@aol.com>
Date: Thu Jan 19 2006 - 14:25:39 CET

Legi@fan said the following on 1/19/2006 7:32 AM:
> Uzytkownik "Randy Webb"wrote:
>
>>> What am I doing wrong here?
>> You are asking for help with Adobe Designer in a Javascript Newsgroup.
>
> Well you're right.
> But show me better group
> on adobre.scripting noone anserwers.
>
> and big part of my problem is JavaScript.
>

I totally understand. And maybe you can get lucky and someone here have
some experience trying to script Adobe. My reply was based on memory of
a thread not long ago where Adobe was being scripted and nobody
could/would answer.

What you could try is putting some alerts (if AD Supports them) that
could serve as break points:

alert(NumericField1.value)
alert(NumericField2.value)
alert(NumericField1.value + NumericField2.value)

And see if AD will give the alerts.

NumericField3.value = NumericField2.value + NumericField1.value;

I have never used AD so its just a guess.

-- 
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Received on Tue Feb 7 21:13:45 2006