I think this would be very desirable addition.

--- In [email protected], Tomasz Janeczko <gro...@...> wrote:
>
> Hello,
> 
> As I wrote - if you need buttons on chart screen, I can consider adding 
> support for real (i.e. windows control) buttons.
> They would not require any handling of up/down state in low-level gfx 
> because imagery and behaviour of buttons is done by OS.
> 
> It would look something like that:
> 
> x = ControlButton( "caption", id, xpos, ypos, width, height, flags, 
> textcolor = colorDefault );
> 
> // id - unique identifier (simple number like 1, 2, 3, 4, ....)
> 
> and returned value x will hold the state of button (up/down, etc)
> 
> The formula would be executed automatically on button click.
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> 




Reply via email to