Page 1 of 1

Bug reports (ae 4)

Posted: Mon Jun 26, 2006 8:40 pm
by malte
Please post your bug reports here.

aeChangeScroll

Posted: Fri Jan 21, 2011 9:40 pm
by jiml
the example:

aeChangeScroll the long ID of fld "myField",the formattedHeight of fld "myField",the formattedWidth of fld "myField",1000,"Out"

Produces this error:

Message execution error:
Error description: Handler: can't find handler
Hint: aeChangeScroll


version 4.0

Re: Bug reports

Posted: Fri Jan 21, 2011 11:55 pm
by malte
Ooopsie. This is an error in the documentation.

The command is aeScrollTo.

aeScrollTo the long ID of fld "myField",the formattedHeight of fld "myField",the formattedWidth of fld "myField",1000,"Out"

Sorry for the confusion. I will put this into documentation errata and get a new version with fixed docs uploaded on monday,

All the best,

Malte

Re: Bug reports

Posted: Sat Jan 22, 2011 1:48 am
by jiml
Vielen Dank

Re: Bug reports

Posted: Fri Jan 28, 2011 10:55 pm
by Agnar Tonheim
malte wrote:Please post your bug reports here.



Hi :D

This is not a bug report but...
In your signature there are links to animationEngine and to the chartsEngine. Both the links gives : 404 Page Not Found.
The same happens when I click the animationEngine link(XX) on your homepage (under Developer, near the bottom of the page) :

(XX) I am not allowed to post links. If I do I get this error : Your account does not have permission to post links or domain/page references. :shock: :o :)

Sincere Agnar Tonheim

Re: Bug reports

Posted: Sat Jan 29, 2011 8:55 am
by malte
hey Angar,

thanks. I really must update this. :-)

Re: Bug reports (ae 4) - aeScrollTo

Posted: Thu Jan 22, 2015 5:14 am
by Dougy
Hi Malte

Been having a go with this command - have you transposed the "Width" and "Height" parameters?
I think it should read (as an example):

Code: Select all

aeScrollTo the long ID of fld "myField",the formattedWidth of fld "myField",the formattedHeight of fld "myField",1000,"Out"