Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 23:29:41 Graeme Geldenhuys wrote: > > It was not a parsing error. I retrieved the filename only from the > source editor window, instead of the full directory and > filename. > Ouch, I recommended that, sorry. :-( Martin

Re: [MSEide-MSEgui-talk] default message window width

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 23:45:56 Solomon Hierrussalimsky wrote: > > but caption lenght... > > how to set default message window width? If you call "showmessage()" yourself there is a "minwidth" parameter. This is not possible for internally generated messages, but users can enlarge the

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
For those keeping score On 2016-10-19 11:38, Graeme Geldenhuys wrote: > Outstanding features and known problems: > > 1. On closing the Procedure List dialog a "Access Violation" error pops >up. I have no idea why this happens yet. I have double

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-20 09:04, Graeme Geldenhuys wrote: > 10. I noticed that the Procedure List implementation in MSEide doesn't > always parse all units - throwing some error. Yet that exact same > code in fpGUI's Maximus (the code was copied and pasted from > Maximus) works correctly on the

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 17:06:45 Krzysztof wrote: > 2016-10-20 8:57 GMT+02:00 Martin Schreiber : > > git master db394652aced3fc3ad32363c096eb22fe2d78e9f calls the class from > > itemlist.itemclass parameter. > > You probably don't need to use calcitemlayout(), it is called

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-20 Thread Krzysztof
2016-10-20 8:57 GMT+02:00 Martin Schreiber : > > git master db394652aced3fc3ad32363c096eb22fe2d78e9f calls the class from > itemlist.itemclass parameter. > You probably don't need to use calcitemlayout(), it is called only one > time. > Its main purpose is to handle different

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-20 10:32, Martin Schreiber wrote: > I pushed the changed project to Gitlab: > https://gitlab.com/mseide-msegui/mseide-msegui/tree/procedurelist Awesome, thank you very much Martin. I made another minor change in Github. While grid has focus, pressing Enter will jump to line number as

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 10:02:21 Graeme Geldenhuys wrote: > On 2016-10-19 12:03, Martin Schreiber wrote: > > Activate .datacols.options co_nofocus. > > Thank you, I made that change as well as managed to register the > Procedure List in the IDE global shortcuts dialog. All changes are in my >

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Wednesday 19 October 2016 12:38:03 Graeme Geldenhuys wrote: > > Outstanding features and known problems: > > 1. On closing the Procedure List dialog a "Access Violation" error pops >up. I have no idea why this happens yet. I have double checked an >

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-19 11:40, Graeme Geldenhuys wrote: > 9. Toolbar needs to be implemented to configure the Procedure List > dialog. eg: change the filter matching between "anywhere", "at > start", "at end" etc. 10. I noticed that the Procedure List implementation in MSEide doesn't always

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-19 12:03, Martin Schreiber wrote: > Activate .datacols.options co_nofocus. Thank you, I made that change as well as managed to register the Procedure List in the IDE global shortcuts dialog. All changes are in my Github repository. Any idea how to change the selected row's font color.

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-20 Thread Martin Schreiber
On Wednesday 19 October 2016 19:09:50 Martin Schreiber wrote: > > > Second question for > > this case: How to instead of hardcoded '40' set it dynamically for > > example textsize('abc').cx. I guess that I need access to canvas but > > don't know how to get it from that place > > An asynchronous

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-20 Thread Martin Schreiber
On Wednesday 19 October 2016 19:09:50 Martin Schreiber wrote: > On Wednesday 19 October 2016 16:38:14 Krzysztof wrote: > > 2016-10-19 9:08 GMT+02:00 Martin Schreiber : > > > Override "calcitemlayout()". > > > > Mmm, seems that this methods is never called: > > Because of: > " >

[MSEide-MSEgui-talk] Назад: Re: localization of library messages

2016-10-20 Thread solomon243
thanks Пользователь Martin Schreiber писал: >On Wednesday 19 October 2016 22:43:24 Solomon Hierrussalimsky wrote: >> when using the 'tintegeredit' component a message appears >> >> whether localization of such messages on other languages is available? >> how to include? >