Libraries: Easy Canvas - page 5

 
Nikolai Semko:

updated to version 1.29

new:

2. Added MouseStatus parameter to the Window structure by requests of workers, which can take 4 values:

  • NO_PRESSED (0)
  • LEFT_BUTTON_PRESSED (1)
  • RIGHT_BUTTON_PRESSED (2)
  • LEFT_AND_RIGHT_BUTTONS_PRESSED (3)

Thank you!

What about shift, control? ) Isn't it easier to do just intom?

 
Oleksii Chepurnyi:

Thank you!

What about shift, control? ) Isn't it easier to just do intom?

then it's no longer Mouse Status.
You'll have to enter another parameter.

That's why I was against it from the beginning, because every event requires initialisation, which may never be used.

 

version 1.30

values were added to the Window structure:

int               IdEvent;     // id value of the last event
long              lparam;      // last lparam
 
Niubility by define the macro OnChartEvent!!!
 
Is it possible to draw circle with width>1. Or I need to draw 2 circle if I want to draw a circle with width=2.
 
1.31 Fixed bug with auto-size main window height when using multiple instances of iCanvas, including in a subwindow.
 
how to make sine by numbers fi
 
Aleksey Yeletskiy:
how to make a sine on fi numbers

I don't understand the question. Sinusoids with periods multiple of Fibonaci numbers?

 
version 1.34
Fixed some bugs
 
Nikolai Semko:
version 1.34
Fixed some bugs

Are the causes of blinking installed?