Hello,

You can't. Internal refreshes are needed just because Windows from time to time 
will ask program to repaint its window.
AmiBroker will repaint using internal off-screen buffer bitmap, BUT... if data 
has changed or zoom has changed, or data
has changed it will need to regenerate bitmap by re-evaluating the formula.
So internal refreshes are simply essential to every windows program.

Best regards,
Tomasz Janeczko
amibroker.com

On 2010-08-30 23:32, bingk66 wrote:
>
>
> Hi TJ,
>
> If these refreshes are independent, is there anyway I can deactivate the 
> setting via preferences>Intraday and only use RequestTimedRefresh(). The only 
> reason I am asking is that I like my charts to refresh every 2 mins, but the 
> setting for preferences>Intraday limits the settings from 0 to 30secs, which 
> I set to 30secs to try to stretch it out, but even then it is refrreshing far 
> more often than I like. I like to be able to just use  RequestTimedRefresh() 
> to set my refresh rate, if that is possible.
>
> Bing
>
> --- In [email protected], Tomasz Janeczko<gro...@...>  wrote:
>>    Hello,
>>
>> These refreshes are independent. If you specify both you will get twice as 
>> much.
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>>
>> On 2010-08-02 21:05, Rob wrote:
>>> At the moment I'm on a basic one second refresh across all charts (set via 
>>> preferences>   Intraday)...
>>>
>>> All my charts use the same piece of AFL (insert linked into each chart)... 
>>> I like the same functionality in each chart.
>>>
>>> I will have to think about adjusting the refresh times across charts. Not 
>>> sure how I'd work that right now... I'm still struggling with 
>>> RequestTimedRefresh() vs the preferences>intraday setting... you must know 
>>> Herman.... which one takes precedence...?
>>>
>>>
>>>
>>> ------------------------------------
>>>
>>> **** IMPORTANT PLEASE READ ****
>>> This group is for the discussion between users only.
>>> This is *NOT* technical support channel.
>>>
>>> TO GET TECHNICAL SUPPORT send an e-mail directly to
>>> SUPPORT {at} amibroker.com
>>>
>>> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
>>> http://www.amibroker.com/feedback/
>>> (submissions sent via other channels won't be considered)
>>>
>>> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
>>> http://www.amibroker.com/devlog/
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>
>
>
> ------------------------------------
>
> **** IMPORTANT PLEASE READ ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> TO GET TECHNICAL SUPPORT send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> http://www.amibroker.com/feedback/
> (submissions sent via other channels won't be considered)
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> Yahoo! Groups Links
>
>
>
>

Reply via email to