Re: [MSEide-MSEgui-talk] mseide configure

2021-06-07 Thread fredvs
Hello Code DZ > it works now Yep, nice and now you may mix Tfiledialog with TfiledialogX in a same form. > btw the spacer between (ok and cancel) button in the setting dialog is > unnecessary Indeed, I dont know why it was there, removed in last commit c1f236ca0. Maybe a new binary release of

Re: [MSEide-MSEgui-talk] mseide configure

2021-06-07 Thread code dz
2021-06-07 16:34 UTC+02:00, fredvs : > Hello Code DZ. > > OK, fixed (I hope) in commit fd0f8dc27. > > But you will need to re-compile mseide first and then use that binary to > change msesettings code. > > Fre;D > > > thanks fred , it works now , btw the spacer between (ok and cancel) button in

Re: [MSEide-MSEgui-talk] mseide configure

2021-06-07 Thread fredvs
Hello Code DZ. OK, fixed (I hope) in commit fd0f8dc27. But you will need to re-compile mseide first and then use that binary to change msesettings code. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] mseide configure

2021-06-07 Thread fredvs
Hello Code DZ. Hum, indeed, changing something in msesettings form add properties for each tfilenameedit.controller : controller.panel = False controller.compact = False controller.showhidden = False Those properties are for the new component tfilenameeditX. There is then a

Re: [MSEide-MSEgui-talk] BufDataset

2021-06-07 Thread fredvs
Hello Med. > I think it's safe to apply the patch. OK, done with commit ee9b368b4 > In the case of sum the same code is repeated 4 times , I believe. I want > to optimize that if it's possible? Of course, please do it ( and do a pull-request when you are ready). Fre;D -- Sent from:

[MSEide-MSEgui-talk] BufDataset

2021-06-07 Thread mohamed hamza
Hello Fred, I think it's safe to apply the patch. I tested with the database employee.fdb using test.prj first and flameRobin tool, the results are the same. I use fields (integer, numeric (x,y) and float) to sum. ( see ATTN capture) Overloading = using same name of proc or func and sum