Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
> As I said, this used to work. Ha, super. > I guess I can pull some of the old git code and see if I can determine > when/where it started to occur. It would be very appreciated. In one of my project that was started in Jul 2017 I did have that problems. So if it was working for you, maybe

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread Patrick Goupell
On 12/17/18 3:42 PM, fredvs wrote: It seems to get creaetd, but where is it? Huh, indeed strange... Do you absolutely need to dynamically create the component ? The components are created as needed and vary based upon what functions the user selects. As I said, this used to work. I

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
> It seems to get creaetd, but where is it? Huh, indeed strange... Do you absolutely need to dynamically create the component ? In case like this I use the MSE-designer to create the components and set it to visible := false. And when needed ---> visible := true; I have already try like you

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread Patrick Goupell
On 12/17/18 10:51 AM, fredvs wrote: makes this: Fre;D Almost, but not exact. There should be a stringedit component in the contacts tab page. It seems to get creaetd, but where is it? Still need to do some more testing.

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
Hello. Maybe the problem comes from line 53 in common.pas. Changing this: seValue := tstringedit.create (self,twidget(tpgParent)); with that: seValue := tstringedit.create (twidget(tpgParent)); makes this: