Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread fredvs
> Press Esc in order to restore the previous value. Ha, good to know (and to add to the hint text of a spinedit). Perfect Martin. (But I think that I will use "ontextedited" to check-correct value and a kind of timed-hint-message-self-closed-form to explain the error value entered). Many

Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread Martin Schreiber
On Monday 30 October 2017 18:19:20 fredvs wrote: > > It contradicts the value entry philosophy of MSEgui > > OK, I understand but maybe it could be good, if for example a new value > > valuemax is entered, that a error range message is displayed (like MSE do > now) but after the old value before

Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread fredvs
> It contradicts the value entry philosophy of MSEgui OK, I understand but maybe it could be good, if for example a new value > valuemax is entered, that a error range message is displayed (like MSE do now) but after the old value before changing is restored. For example if you assign: valuemax

Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread Martin Schreiber
On Monday 30 October 2017 13:44:46 fredvs wrote: > > Please set "valuemax" to a very big value instead. > > Ok, valuemax = 99 and valuemin = '' . > > Now, if for example 200 is entered ---> reset to 100. > And if value = '' or < 0 --> reset to 0. > > Perfect. > > Huh, for the totally dummies,

Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread fredvs
> Please set "valuemax" to a very big value instead. Ok, valuemax = 99 and valuemin = '' . Now, if for example 200 is entered ---> reset to 100. And if value = '' or < 0 --> reset to 0. Perfect. Huh, for the totally dummies, is it possible to do a filter if a character is entered in

Re: [MSEide-MSEgui-talk] trealspinedit and valuemin/valuemax ?

2017-10-30 Thread Martin Schreiber
On Monday 30 October 2017 12:54:04 fredvs wrote: > Hello Martin. > > Tanks for answer. > > So I did remove "valuemin", "valuemax" . > If valuemax = '' then the biggest accepted value is an empty value -> no numeric value is allowed. Please set "valuemax" to a very big value instead. The default

Re: [MSEide-MSEgui-talk] display images

2017-10-30 Thread Martin Schreiber
On Monday 30 October 2017 12:59:15 fredvs wrote: > > Then you have to live with the bad performance of FCL... > > Ok, I will survive with it. > > Huh, do you think float calculation is part of bad performance ? > No, it mainly is the architecture of TFP*Image. Martin

Re: [MSEide-MSEgui-talk] display images

2017-10-30 Thread Martin Schreiber
On Monday 30 October 2017 07:27:52 code dz wrote: > yes that works . . but the samll images can not be interpolated . The code is in lib/common/graphics/msegdi32gdi.pas: " procedure setintpolmode(const ahandle: hdc); var pt1: tpoint; begin with drawinfo.copyarea do begin if (al_intpol

Re: [MSEide-MSEgui-talk] display images

2017-10-30 Thread code dz
yes that works . . but the samll images can not be interpolated . -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!