Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-10-01 Thread fredvs
> Replace "visible:= true; visible:= Ha, you did see this ;-) I did try mywidget.redraw, mywidget.draw, mywidget.refresh, but not mywidget.invalidate. Thanks for the tip. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-30 Thread Martin Schreiber
On Friday 29 September 2017 19:58:26 fredvs wrote: > > What do you think, what would use the less ressource for view meters? > I was thinking a simple canvas and draw it at each synchro. > Or maybe it exist a low ressource mse widget (like box-rectangle-circle). > Try a tprogressbar from tab edit.

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-29 Thread fredvs
> Attached a version OK, your patch is committed 8848320. Many thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibrant tech community on one of the world's most engaging

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-29 Thread fredvs
> Great! Thanks! > Attached a version with maybe better performance because it uses > tface.image Many thanks, I will study it tonight. Huh, I did test of resource consommation and, when synchronizing, the design that needs the most ressource is the view meters of the console form. But sure it

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-29 Thread Martin Schreiber
> > PS: Demo asap. > > Hello. > > Here image (not simulated) of MSE Tslider with custom canvas: > > > > To see and listen it: > > https://github.com/fredvs/strumpract > Great! Attached a version with maybe better performance

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-29 Thread fredvs
> PS: Demo asap. Hello. Here image (not simulated) of MSE Tslider with custom canvas: To see and listen it: https://github.com/fredvs/strumpract Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread fredvs
Hello Martin. Works perfectly. Thanks. PS: Demo asap. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] MSE Canvas. (Answer from Martin)

2017-09-27 Thread fredvs
Ooops, your message did not appear in nabble.com --> here a copy: On Tuesday 26 September 2017 15:05:21 fredvs wrote: > Hello Martin. > > How to draw lines on a canvas with MSE ? > > For example, > LCL: Canvas.Line(x,y, cx, cy)... > fpGUI: Canvas.drawLine(x,y,cx,cy)... > See

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread Martin Schreiber
On Tuesday 26 September 2017 15:05:21 fredvs wrote: > Hello Martin. > > How to draw lines on a canvas with MSE ? > > For example, > LCL: Canvas.Line(x,y, cx, cy)... > fpGUI: Canvas.drawLine(x,y,cx,cy)... > See lib/common/graphics/msegraphics.pas tcanvas: " procedure drawline(const

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread Fred van Stappen
Wow. White night tonight ? Many thanks Fre;D. De : Martin Schreiber <mse00...@gmail.com> Envoyé : mardi 26 septembre 2017 17:03 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSE Canvas. On Tuesday 26 September 2017 15

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread Martin Schreiber
On Tuesday 26 September 2017 17:03:20 Martin Schreiber wrote: > > Would it be possible to draw on the canvas of a TSlider.scrollbar.face ? > > This to draw the wave-form of a song as background of a slider. > > Activate tslider.scrollbar.face, select a tfacecomp in template and use >

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread Martin Schreiber
On Tuesday 26 September 2017 15:05:21 fredvs wrote: > Hello Martin. > > How to draw lines on a canvas with MSE ? > > For example, > LCL: Canvas.Line(x,y, cx, cy)... > fpGUI: Canvas.drawLine(x,y,cx,cy)... > See lib/common/graphics/msegraphics.pas tcanvas: " procedure drawline(const

Re: [MSEide-MSEgui-talk] MSE Canvas.

2017-09-27 Thread Martin Schreiber
On Tuesday 26 September 2017 17:03:20 Martin Schreiber wrote: > > Would it be possible to draw on the canvas of a TSlider.scrollbar.face ? > > This to draw the wave-form of a song as background of a slider. > > Activate tslider.scrollbar.face, select a tfacecomp in template and use >

[MSEide-MSEgui-talk] MSE Canvas.

2017-09-26 Thread fredvs
Hello Martin. How to draw lines on a canvas with MSE ? For example, LCL: Canvas.Line(x,y, cx, cy)... fpGUI: Canvas.drawLine(x,y,cx,cy)... Does it exist a demo of some use of MSE canvas/draw lines ? Would it be possible to draw on the canvas of a TSlider.scrollbar.face ? This to draw the