Re: [MSEide-MSEgui-talk] Tprogressbar and resource used ?

2018-06-02 Thread fredvs
Hello Martin. Ok, I did test Tchart vs TProgressbar. My verdict is: - If TProgressbar does not have fading and frame is original (not use a template) and not = nil (only a "pure" ) then the ressource used by 20 TProgressbars is more or less equal than ressource used by 1 TChart of 20 bars. - If

Re: [MSEide-MSEgui-talk] Tprogressbar and resource used ?

2018-06-02 Thread fredvs
Hello Marin. How to fit all the bars in a TChart ? On the picture, you may see that last bar is missing. Changing for bigger tchart.width did not solve. Included demo of this. msemem.zip

Re: [MSEide-MSEgui-talk] Tprogressbar and resource used ?

2018-06-02 Thread Martin Schreiber
On Saturday 02 June 2018 16:26:58 fredvs wrote: > > Some questions: > > What is mwcnoise() / flo64($) ? > Is it a alternative to random() ? > Yes, it is much faster but its statistical quality is lower than the mersenne twister of FPC. > Is it possible to have a TChart with only verticals

Re: [MSEide-MSEgui-talk] Tprogressbar and resource used ?

2018-06-02 Thread fredvs
> Is it possible to have a TChart with only verticals bars (not linked like in > demo) that mimic a TProgressbar ? Ha, ok, ---> charkind := tck_bar. Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ --

Re: [MSEide-MSEgui-talk] Tprogressbar and resource used ?

2018-06-02 Thread Martin Schreiber
On Saturday 02 June 2018 20:53:56 fredvs wrote: > Hello Marin. > > How to fit all the bars in a TChart ? > Set traces.xserrange to 0.9, xserstart to 0.05. Set traces[0].offset to -10. Please do not set traces.count to 20. " procedure tmainfo.oncreated(const sender: TObject); begin Timerwait := tt