Re: [MSEide-MSEgui-talk] ttreelistedititem - different icon for expanded item

2016-11-02 Thread Martin Schreiber
On Wednesday 02 November 2016 22:31:32 Krzysztof wrote: > Hi Martin, > > Is it possible to move ttreelistedititem.setexpanded method to protected > section and make it virtual? Done, git master 538a8c20a116b5d16c3c94ac1983e5c188a81ada. > I would like to set different icon for > expanded item (s

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 20:48, Fred van Stappen wrote: >> None of these give much detail, but they do some the memory usage > and cached memory. > > Conclusion: there is something to create here with MSEgui or fpGUI. > >> In the past I've also used a bash script under Linux with the 'ps' >> command to mon

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 21:10, Fred van Stappen wrote: > Hum, yes, not bad (but only for dinosaurs). hahaha I quite like 'htop', I use that the most these days. Before that I used to use Gnome System Monitor (when I still ran Linux). Regards, Graeme -

[MSEide-MSEgui-talk] ttreelistedititem - different icon for expanded item

2016-11-02 Thread Krzysztof
Hi Martin, Is it possible to move ttreelistedititem.setexpanded method to protected section and make it virtual? I would like to set different icon for expanded item (something like closed / opened folder). Or is there other workaround? Regards

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
> Under Unix/Linux environments you can use 'htop', 'top' OK, tested: thanks. (and does not need Gnome ==> console applications). Hum, yes, not bad (but only for dinosaurs). Conclusion: same as previous post. Fre;D --

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
>> What I see is, when the program runs, a window that shows live the >> memory used by the application-process. >Under Unix/Linux environments you can use 'htop', 'top', Gnome/Mate > System Monitor. For Windows you can use the Task Manager. Huh, I do not use Gnome in some of my os ( ;-) ) Conc

Re: [MSEide-MSEgui-talk] tpopupmenu - radiobutton position and group title

2016-11-02 Thread Krzysztof
2016-11-02 7:58 GMT+01:00 Martin Schreiber : > On Tuesday 01 November 2016 17:29:02 Krzysztof wrote: > > Hi Martin, > > > > Two questions about radio button option in tpopupmenu item: > > 1. Is it possible to change radiobutton position from right to left? > > Why? The reason why the checkbox is a

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Martin Schreiber
On Wednesday 02 November 2016 18:01:01 Graeme Geldenhuys wrote: > > In fact, I highly recommend you always develop software with the -ghl > compiler settings defined, and only at building a release do you not > specify that. Why do I say that? It is much easier to fix a memory leak > the minute you

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Martin Schreiber
On Wednesday 02 November 2016 17:24:41 Fred van Stappen wrote: > > Yes, I know this but I would prefer something simpler that does not need to > change code. But maybe is not possible, heaptrace must be used. > No code needs to be changed for testing for memory leaks. Compiler parameter -gh is eno

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 16:24, Fred van Stappen wrote: > What I see is, when the program runs, a window that shows live the > memory used by the application-process. Under Unix/Linux environments you can use 'htop', 'top', Gnome/Mate System Monitor. For Windows you can use the Task Manager. None of these g

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
> Do you mean for the IDE itself or for applications developed with MSEide? For applications debugged by MSEide (and of course also for MSEide when it is run by MSEide him self). What I see is, when the program runs, a window that shows live the memory used by the application-process. > FPC in

Re: [MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Graeme Geldenhuys
On 2016-11-02 16:00, Fred van Stappen wrote: > Does it exist something (hidden) about memory leak and memory used in > MSEide ? Do you mean for the IDE itself or for applications developed with MSEide? FPC includes a compiler options -gh which will give you a report of memory allocated and any me

[MSEide-MSEgui-talk] Memory used and leak ?

2016-11-02 Thread Fred van Stappen
Hello Martin. Does it exist something (hidden) about memory leak and memory used in MSEide ? If no, do you have something in one of your box that could do this ? If no, do you have some light how to code this ? Thanks. Fre;D -