are you sure that you editing and save the right one file, in the
correct folder?
find out about the hidden folder in AmiBroker\Formulas\Drag-drop
i bet there is what you are missing.
Panos
sonyfanaticsss wrote:
>
>
> Hi,
>
> I'm a beginner to Amibroker so please bear with me...
>
> In Amibroker's default editor, if I made some changes to the codes,
> the results are shown in Amibroker right away.
>
> But if I change the code in Ultraedit and save the file, Amibroker
> does not respond to my changes.
>
> I tried running this .js:
>
> var AB = new ActiveXObject("Broker.Application");
> AB.RefreshAll();
>
> and it doesn't work. Still nothing happens in Amibroker.
>
> I wonder how I can solve this problem?