Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-27 Thread Martin Schreiber
On Thursday 27 October 2016 22:06:00 Fred van Stappen wrote: > > Is it possible, when the openfile dialog is show, to have the same result > that openfile.execute but when select a file in the grid ? > That way, selecting a row, will load the sdef file without to click on OK. > Instantaneous select

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-28 Thread Martin Schreiber
On Saturday 29 October 2016 04:13:09 Fred van Stappen wrote: > Hello Martin. > > OK, it works live (sdef and layout files) => > > https://sites.google.com/site/fredvsbinaries/ideu_sdef.mp4 > Please don't forget to release the loaded *.sdef files if they are not used anymore. Martin -

Re: [MSEide-MSEgui-talk] Filter

2016-10-29 Thread Martin Schreiber
On Friday 28 October 2016 18:13:00 mohamed hamza wrote: > Hi Martin, > >I tested the module you suggest me to know which field has been edited > in DsFilter mode. The first time the grid is blank that 's Ok but the last > values are kept at the next DsFilter mode. > > I think we always need a

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-29 Thread Martin Schreiber
On Saturday 29 October 2016 14:41:57 Fred van Stappen wrote: > > Please don't forget to release the loaded *.sdef files if they are not > > used anymore. > > Huh, with pleasure, but what do you mean with "release the loaded *sdef" ? > Every time you do " han := sourcefo.syntaxpainter.readdeffile(op

Re: [MSEide-MSEgui-talk] tpopupmenu - first show is quite long

2016-10-29 Thread Martin Schreiber
On Sunday 30 October 2016 00:01:41 Krzysztof wrote: > Hi Martin, > > Noticed when run app, first show of any popup menu (e.g edit context, > own tpopupmenu, etc) has some delay. After this all popups shows > immediately. Is it normal? I guess that MSE has to init something because > it is starting

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-29 Thread Martin Schreiber
On Saturday 29 October 2016 20:54:06 Fred van Stappen wrote: > > > What is this ([cid:...]) > > Huh, the new feature of hotmail.com to insert a image at cursor... > > Ok, it is in attachment now. > Thanks, I see the image. I asked for a simple example project which shows the problem. Martin

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-29 Thread Martin Schreiber
On Saturday 29 October 2016 22:32:04 Fred van Stappen wrote: > Re-hello Martin. > > Huh, and with freedeffile(), something like this ?: > > var > han : integer = -1; > ... > procedure sdefload(sdeffile : msestring); > begin > if han <> -1 then sourcefo.syntaxpainter.freedeffile(han); > han := sour

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-30 Thread Martin Schreiber
On Sunday 30 October 2016 20:27:22 Fred van Stappen wrote: > > Yes, but a single global "han" variable probably is not sufficient. > > Sorry, I do not understand this. What do you mean with single global "han" > variable ? > > What do you propose, what other variable must I use ? > I assume you nee

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-31 Thread Martin Schreiber
On Sunday 30 October 2016 21:34:01 Fred van Stappen wrote: > > Thanks, I see the image. I asked for a simple example project which shows > > the problem. > > OK, see mse simple project in attachment. > Please try again with git master 40cbea289f1f2a698ab23b043cc758959e9ca2c5, thanks for reporting.

Re: [MSEide-MSEgui-talk] tpopupmenu - first show is quite long

2016-10-31 Thread Martin Schreiber
On Sunday 30 October 2016 00:01:41 Krzysztof wrote: > Also second issue, while popup menu is showing, I can't close app by > clicking on X button. I guess it is hard to solve because it is action on > windows decorator, not inside X window. > Please try again wit git master 14e7fadc3c1a9cf887299ca

Re: [MSEide-MSEgui-talk] Filter

2016-10-31 Thread Martin Schreiber
On Monday 31 October 2016 15:00:54 mohamed hamza wrote: > Hi Martin, > I know that begin/end filter are not objects but action to take when an > event occurs!! For example OnfilterRecord is fired when the user click on > dbnb_filteronoff. > OnFilterRecord is called when TDataset.Filtered = true

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-31 Thread Martin Schreiber
On Monday 31 October 2016 18:34:39 Fred van Stappen wrote: > > Hum, if the MSEfilelistview is still open and your hands already full of > grease, there is a other little detail... > > If a empty row is selected (see attachment), Do you consider that a selection can be empty, for example depending

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-31 Thread Martin Schreiber
On Monday 31 October 2016 19:35:16 Fred van Stappen wrote: > > Although if there is enough RAM it is no harm to store the same file. > > Does readdeffile() need lot of ram ? > It depends on the complexity. > Because only one global variable han will be used. > Each time that a direct-layout will b

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

2016-11-01 Thread 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 at right edge is that the submenu arrow is at right too. >

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 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] 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] tselector droplist problem

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 09:22:19 code dz wrote: > Hi martin > if i set tdockformwidget.optionswidget to ow_ultratop, the droplist > of tselector shown behind tdockformwidget window . > The purpose of ow_ultratop is to be displayed above all other widgets which are not ow_ultratop. Does ow_top

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

2016-11-03 Thread Martin Schreiber
On Wednesday 02 November 2016 07:58:28 Martin Schreiber wrote: > > 2. In Qt popupmenu I saw something like group title. Don't know how to > > explain this, let say that I want to have this in my popup menu: > > > > Item1 > > Item2 &

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 10:28:35 code dz wrote: > it works with ow_top , i mean the droplist appears correctly , but > whats the meaning of ow_top , i mean event i set this option , the > window still sit behind the main window app > If the form is a docking form the ow_top value will be def

Re: [MSEide-MSEgui-talk] Filter

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 11:31:42 mohamed hamza wrote: > Hi Martin, > > >The funnel is not reversed when we change filter on/off? > Not anymore, now the button is impressed. Did you like the prior behaviour more? Martin

Re: [MSEide-MSEgui-talk] Filter

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 15:56:37 mohamed hamza wrote: > Hi Martin, > > The user may not notice the change, we can also change the hint to > filter is on or filter is off depending on the button status checked or > not? > I got comments that the reversed funnel looks strange and nobody know

Re: [MSEide-MSEgui-talk] twidgetgrid - OnDoubleClick event?

2016-11-04 Thread Martin Schreiber
On Friday 04 November 2016 00:12:53 Krzysztof wrote: > Hi Martin, > > I would like to do something when double click on ttreeitemedit. What is > the easiest whay to do that? ttreeitemedit.onmouseevent? > In ttreeitemedit.onmouseevent use twidget.isdblclick(ainfo). Another option is "iscellclick(inf

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

2016-11-04 Thread Martin Schreiber
On Thursday 03 November 2016 21:10:24 Krzysztof wrote: > Great! > > 1. Also, can I change default expand icon [+] ? I see that default icons > are in msestockobjects at index position 4 and 5. I would like to use > arrows at position 6 and 9 instead > 2. How to disable draw tree level dots? git ma

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

2016-11-04 Thread Martin Schreiber
On Thursday 03 November 2016 23:57:21 Krzysztof wrote: > 3. Why can't set ttreeitemedit.textflagsactive to tf_elipseright like I > have in ttreeitemedit.textflags? Can't change it even with tf_noselect = > True git master f6145b038e7ff2597255df99d8860bf2fda729e8 allows ellipse flags in textflags

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-04 Thread Martin Schreiber
On Friday 04 November 2016 14:30:28 code dz wrote: > hi again > i noticed that if i resize or maximize the main window , all my > floating tool windows goes behind the main window . event i added > ow_ultratop flag . and the way i restore them is by selecte some > mainmenu items randomly . The win

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread Martin Schreiber
On Friday 04 November 2016 15:17:53 Martin Schreiber wrote: > Try to set the transientfor property by calling > twidget.show() with transientfor parameter, most windowmanger will respect > it. > Automatically done in git master 399d105a9df03bde0157e5b376202fb13c3d1765 if o

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread Martin Schreiber
On Saturday 05 November 2016 10:11:56 code dz wrote: > yes , it works perfectly now , many thanks ;) > You could remove the application.forcezorder setting? Martin -- Developer Access Program for Intel Xeon Phi Processor

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

2016-11-05 Thread Martin Schreiber
On Saturday 05 November 2016 15:43:15 Krzysztof wrote: > Don't know if you get my message. Got info that attachments are too big. > Posting again with link to google disk instead. > Almost perfect. Can you look at attached movie? Can it be related to some > missing (or added) option? Attached also

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

2016-11-06 Thread Martin Schreiber
On Sunday 06 November 2016 20:33:57 Krzysztof wrote: > 2016-11-05 17:12 GMT+01:00 Martin Schreiber : > > Works for me. Please send a simple program which shows the problem. > > Attached demo. Here is also video made with attached demo: > https://drive.

Re: [MSEide-MSEgui-talk] Filter

2016-11-07 Thread Martin Schreiber
On Thursday 03 November 2016 17:51:10 Martin Schreiber wrote: > > > Nb: Would you like to send me the mail of attic, I made some change to > > his dbfiler.prj and I want to inform him before puplishing in > > mseuniverse? > > Attic is no personal name, it means a st

Re: [MSEide-MSEgui-talk] Filter

2016-11-08 Thread Martin Schreiber
Mohamed, Thank you for pushing your dbfilter example. I suggest to push the individual files to MSEuniverse instead a ZIP-archive. Git automatically compresses files in archive and modifying sources is easier if they are not packed in a file. Also "diff" and the like need pure text files in ord

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-08 Thread Martin Schreiber
On Tuesday 08 November 2016 13:11:17 code dz wrote: > still one thing ;-) > if i left click on edit control inside the min window , all my windows > goes behind the main window and return if i right click on edit > control , visually that's a bit annoying . Works for me at Linux, see attachment. M

Re: [MSEide-MSEgui-talk] Filter

2016-11-08 Thread Martin Schreiber
On Tuesday 08 November 2016 17:58:40 mohamed hamza wrote: >But there is an error with clearfilter() calling it directly or by > pushing tbnav.button? > > >I did not find what is causing this error? > I can not run your Firebird dbfilter example, there are all kinds of connection and perm

Re: [MSEide-MSEgui-talk] Pushing to GitLab MSEuniverse

2016-11-08 Thread Martin Schreiber
On Wednesday 09 November 2016 07:52:49 mohamed hamza wrote: > Hi Martin, > > >I have an error > https://gitlab.com/mseide-msegui/mseuniverse/mseuniverse.git /info/refs not > found? > For pushing to GitLab it is better to use the SSH Protocol: g...@gitlab.com:mseide-msegui/mseuniverse.git Are yo

Re: [MSEide-MSEgui-talk] bug in syntax highlighter

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 15:02:05 Graeme Geldenhuys wrote: > Hi Martin, > > In the pascal, pascal_solarize_dark and in my own pascal_dark SDEF file > the same issue occurs. I have a Write() method in a class, but it gets > highlighted as if it is the "write" keyword of a property definition. >

Re: [MSEide-MSEgui-talk] bug in syntax highlighter

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 16:10:28 Graeme Geldenhuys wrote: > On 2016-11-09 14:29, Martin Schreiber wrote: > > Probably it is too complicated. > > In that case, don't worry about it. Like I said, it's not a major concern. > Currently i think it is not so complicat

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 15:58:57 Fred van Stappen wrote: > Hello Martin. > > What do you think to add a "Comment" row in "Make options" grid in MSEide > (see attachment) ? > I'll take a look. Martin -- Developer Acc

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 16:17:15 Graeme Geldenhuys wrote: > On 2016-11-09 14:58, Fred van Stappen wrote: > > What do you think to add a "Comment" row in "Make options" grid in MSEide > > (see attachment) ? > > Ha, you read my mind. I've been wanting to ask for that for a long time > now. FPC

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Wednesday 09 November 2016 18:43:56 Martin Schreiber wrote: > On Wednesday 09 November 2016 15:58:57 Fred van Stappen wrote: > > Hello Martin. > > > > What do you think to add a "Comment" row in "Make options" grid in MSEide > > (see attachm

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 12:16:51 Graeme Geldenhuys wrote: > On 2016-11-10 10:25, Martin Schreiber wrote: > > Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6. > > > > A single line of code to write: > > Interestingly, I see the commit in my local reposit

Re: [MSEide-MSEgui-talk] *_mfm.pas vs *.mfm

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 12:00:21 Graeme Geldenhuys wrote: > Coming back to this old thread... > > On 2015-06-19 12:36, Martin Schreiber wrote: > > Because MSEgit does not depend on the FPC resource system. > > IIRC FPC resources did not work whe I first needed it. > &

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 15:06:22 Fred van Stappen wrote: > > Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6. > > Yep, yep, yep, I will try it now many thanks. > > , > > > A single line of code to write: > > Hum, I must check this. (In my code, if you load the project with (old) > MS

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 16:05:55 Fred van Stappen wrote: > > > A single line of code to write: > > OK, (+ fcc4b9ee01b5e commits lines) ;-) > No, this is the framework and does not belong to the MSEide project options column extension. I merely had to add a single line to tmakeoptions in MSEi

Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 15:18:04 Fred van Stappen wrote: > > About Project-options form, what do you think about a "Info" tab (see > attachment)? > I fear it does not conform to the MSEide guidelines to make it as slim as possible. Martin ---

Re: [MSEide-MSEgui-talk] bug in syntax highlighter

2016-11-11 Thread Martin Schreiber
On Wednesday 09 November 2016 18:30:00 Martin Schreiber wrote: > > Currently I think it is not so complicated, a "property" scope could be > started with 'property' and ended with ';'. Done, git master 17d46bf8ea

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-11 Thread Martin Schreiber
On Tuesday 08 November 2016 13:11:17 code dz wrote: > still one thing ;-) > if i left click on edit control inside the min window , all my windows > goes behind the main window and return if i right click on edit > control , visually that's a bit annoying . > is there another option to prevent that

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-12 Thread Martin Schreiber
On Saturday 12 November 2016 09:12:26 code dz wrote: > great , it works now , many thanks . > btw , i've seen a new component (treppsdisp) , is this for displaying > reports ? if so , is it ready to use ? , if so , could you please add > a new example showing how this component works ? . maybe this

Re: [MSEide-MSEgui-talk] Tdbenumeditlb issue

2016-11-12 Thread Martin Schreiber
On Saturday 12 November 2016 19:50:26 Julio Jiménez wrote: > Hi Martin > > After updating one of my projects, I have noticed that tdbenumeditlb has > the drop down button disabled. The component is working and I can select > items pressing Alt+down arrow key. > > Has something changed in this compo

Re: [MSEide-MSEgui-talk] Expandtoroot - weird behavior

2016-11-13 Thread Martin Schreiber
On Saturday 12 November 2016 19:24:42 Krzysztof wrote: > Hi Martin, > > See attached video. I want to expand item to root. When I do this after > first load then whole tree is messed up (duplicates in odd positions) and > click on item raise exception. When I first expand and collapse items > manua

Re: [MSEide-MSEgui-talk] Tdbenumeditlb issue

2016-11-13 Thread Martin Schreiber
On Sunday 13 November 2016 10:23:43 Julio Jiménez wrote: > 2016-11-13 7:16 GMT+01:00 Martin Schreiber : > > Frame buttons options fbo_disabled is now independent of operational > > state of > > the widget. It is possible that fbo_disabled is true in old projects > > bec

Re: [MSEide-MSEgui-talk] Tdbenumeditlb issue

2016-11-13 Thread Martin Schreiber
On Sunday 13 November 2016 11:39:42 Julio Jiménez wrote: > 2016-11-13 11:33 GMT+01:00 Martin Schreiber : > > > > I found no good solution to it automatically. It is mentioned in > > > > VERSION.TXT. > > Hi Martin. > > There is no problem to change it ma

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 12:19:32 Graeme Geldenhuys wrote: > Hi Martin, > > In "Project Options > Editor > Source" there is a EOL Style combobox > with four options > > eol_default > eol_system > eol_unix > eol_windows > > What is the difference between the first two? > eol_default = writ

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 12:27:52 Graeme Geldenhuys wrote: > ps: > When does changing the EOL Style (combobox) take effect in the source > editor? Immediately, or do I need to reopen the project after a change? > It is in effect in next source file writing. Martin ---

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 14:08:57 Graeme Geldenhuys wrote: > > It is happening with every copy and paste action now, no matter the > source code unit. Good, if it happens on every copy paste please provide steps how to reproduce. > I have to force eol_unix for it to work correctly. > That is s

Re: [MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 15:18:28 Patrick Goupell wrote: > Hello, > > I set an onpopup event for a tstringgrid. > > The handler workks and I get my popup but after I exit my onpopup code > the stringgrid default editor popup menus shows. > > How can I disable the default stringgrid editor popup f

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote: > > >> My (relevant) editor settings are: > >> * Trim trailing spaces on > > > > I asked you to *not* set this option until we fixed the problem. ;-) > > Oops. Then I'll have to write a separate console utility to trim > trailing whites

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote: > On 2016-11-14 15:12, Martin Schreiber wrote: > >> It is happening with every copy and paste action now, no matter the > >> source code unit. > > > > Good, if it happens on every copy paste please p

Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:49:03 Martin Schreiber wrote: > On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote: > > >> My (relevant) editor settings are: > > >> * Trim trailing spaces on > > > > > > I asked you to *not* set this option

Re: [MSEide-MSEgui-talk] Updated mseconsts_es unit

2016-11-17 Thread Martin Schreiber
On Thursday 17 November 2016 18:08:25 Julio Jiménez wrote: > Hi Martin. > > Translation updated with your new changes. > Thanks, applied. Martin -- ___ mseide-msegui-talk mailin

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-18 Thread Martin Schreiber
On Thursday 17 November 2016 23:03:05 Krzysztof wrote: > Hi Martin, > > Do you remember my issues with Intel HD Skylake 520 and bmo_graymask? > Setting bmo_colormask fixed this issue on both graphics: HD 520 and old HD > 4400. > > Few things changed form that time: I have now Linux Mint 18 KDE edit

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-19 Thread Martin Schreiber
On Friday 18 November 2016 22:26:12 Krzysztof wrote: > Found another problem with tray. See video. I remember that trayicon menu > worked perfect on my old laptop and Kubuntu so don't know if it is Linux > Mint 18 KDE problem or something broke in mse git master (maybe after fix > for closing app w

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-20 Thread Martin Schreiber
On Sunday 20 November 2016 18:20:01 Krzysztof wrote: > 2016-11-19 10:59 GMT+01:00 Martin Schreiber : > > Probably a sideeffect. Please try again with git master > > e23b0fed97e80a2c1dc0d414fe3860c84af37f57. > > Thanks. Mouse seems to responding fine now, but there are two iss

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-20 Thread Martin Schreiber
On 11/21/2016 08:26 AM, Martin Schreiber wrote: > > I'll try with some other window manger in order to reproduce the problem. > Yup, it happens with "modern" compositing window managers which seem to implement the embedding protocol differently. I'll try

Re: [MSEide-MSEgui-talk] ttreelistedititem.getselectednodes doesn't work?

2016-11-21 Thread Martin Schreiber
On 11/21/2016 09:42 PM, Krzysztof wrote: > Hi Martin, > > How to get selected childs from ttreelistedititem? For example this code: > > procedure TfrmViewTree.PrintSelected(const sender: TObject); > begin > > writeln(length(ttreeitemedit1.selecteditems),'|',Length(FLibraryNode.getselectednodes()

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-23 Thread Martin Schreiber
On 21.11.2016 08:56, Martin Schreiber wrote: > On 11/21/2016 08:26 AM, Martin Schreiber wrote: >> I'll try with some other window manger in order to reproduce the problem. >> > Yup, it happens with "modern" compositing window managers which seem to > implemen

Re: [MSEide-MSEgui-talk] twidgetgrid - how to hide standard popupmenu?

2016-11-23 Thread Martin Schreiber
On 23.11.2016 21:58, Krzysztof wrote: > Hi Martin, > > Assigned own tpopupmenu to the twidgetgrid and it appear below > standard popupmenu (Undo, Copy...). How to hide this standard menu and > show only my? Can't find it in optionswidget. > Please disable tcustomgrid.optionsgrid og_autopopup.

Re: [MSEide-MSEgui-talk] twidgetgrid - how to hide standard popupmenu?

2016-11-24 Thread Martin Schreiber
On 11/24/2016 08:59 PM, Krzysztof wrote: > > Thanks. I need to update popup items before it show, is tpopupmenu.OnUpdate > for it? Because tpopupmenu.menu.onbeforeexecute is never fired > Yes. onbeforeexecute is fired if the menu item has been clicked. If it never is called it is a bug. Martin

Re: [MSEide-MSEgui-talk] tlistview scrolling

2016-11-26 Thread Martin Schreiber
On 11/26/2016 04:51 PM, Patrick Goupell wrote: > Hello, > > Can the tlistview scrolling be changed from horizontal (left/right) to > verticle (up/down)? > Please set tlistview.options lvo_horz. The listitems then will be placed horizontally row by row instead vertically column by column. Martin

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-26 Thread Martin Schreiber
On 11/23/2016 07:25 PM, Krzysztof wrote: > 2016-11-23 19:00 GMT+01:00 Martin Schreiber : >> >> It becomes difficult... >> I spent many hours with experiments, see >> https://www.mail-archive.com/kde-devel@kde.org/msg09024.html > > > That not sound good :/

[MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-01 Thread Martin Schreiber
Continuing a discussion from fpc-pascal: > >That was my concern too when Fred started with the accessibility options >> for MSEgui. I suggested to use and extend the "iassistiveclient" and >> "iassistiveserver" interfaces of MSEgui in order to connect to standard >> screen readers instead to im

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-02 Thread Martin Schreiber
On 12/02/2016 02:04 PM, Graeme Geldenhuys wrote: > > The other problem (though a MSEgui issue) is navigating the main menu > with arrow keys alone. This doesn't just apply to blind people, but they > will notice it first. Starting ideU/MSEgui, you wouldn't know what main > menu items exist, so you

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-02 Thread Martin Schreiber
On 12/02/2016 03:30 PM, Graeme Geldenhuys wrote: > >> I am not sure if it is a good idea to activate the mainmenu >> by Alt-key alone. Maybe Alt+Menu is better. > > I can't think of any application that maps the Alt-key alone to any > specific function. But I often press the Alt-key and then che

Re: [MSEide-MSEgui-talk] popup menu

2016-12-02 Thread Martin Schreiber
On 12/02/2016 11:32 PM, Patrick Goupell wrote: > Is ther a popup menu demo in mseuniverse I cannot find one)? > > Could someone provide a simple right click popup menu example? > It is similar to use a main-menu in a form. For the main-menu one places a "tmainmenu" component from component palett

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-02 Thread Martin Schreiber
On 12/03/2016 01:16 AM, Fred van Stappen wrote: > Hello Martin. > > When using parameter like -va , all is ok, the application run according the > parameter. > > But at console there is that message: > > # ./ideU -va >> Invalid parameter: -va > > I fixed it (temporally) commented line 949 of m

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-03 Thread Martin Schreiber
On 12/01/2016 01:44 PM, Fred van Stappen wrote: >> The advantage would be that the users can use the screenreader they are used >> to. > > > Yes, maybe it is a advantage. > >> But maybe - as you write - it is not possible to achieve good results if the >> application is not a 100% default Wind

Re: [MSEide-MSEgui-talk] popup menu

2016-12-03 Thread Martin Schreiber
On 12/03/2016 03:01 PM, Patrick Goupell wrote: > >> > I have a form, a stringgrid comonent with the onpopup event set and a > popupmenu component. > > What I have not been able to figure out is how do I show the popupmenu > in the onpopup eevnt. > > What is the actual pascal coding statement(s

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-03 Thread Martin Schreiber
On 12/03/2016 04:12 PM, Fred van Stappen wrote: > > >> Because it is not listed in guitemplates.pas "envvarty" definition and >> the "guitemplatesmo.sysenv" "tsysenvmanager" component. Please use the > '> ED' button of the objectinspector in order to edit the "sysenv" >> component. The order of "

Re: [MSEide-MSEgui-talk] file copy to clipboard for cut/copy/paste

2016-12-03 Thread Martin Schreiber
On 12/03/2016 06:08 PM, Patrick Goupell wrote: > Hello, > > Does an mseide-msegui application support a file copy/cut to clipboard > and then a non mseide-msegui (file manager) application paste from > clipboard? > Other than copy/pasting the file name no. Martin --

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Martin Schreiber
On 12/04/2016 02:00 PM, Fred van Stappen wrote: > > In a tfilelistview, when using the up-down-left-right key, I get the text of > the selected cell with: > > if assigned(tfilelistview(TheSender.getinstance).selectednames) then > TheCell := tfilelistview(TheSender.getinstance).selectednames[0]

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Martin Schreiber
On 12/04/2016 06:01 PM, Fred van Stappen wrote: > Re-hello Martin. > > Does it exist the equivalent of Tform.showmodal in MSE ? > twidget.show() or twidget.show(true) which calls twidget.show(ml_application). can be "ml_none", "ml_application" which starts a nested main event loop or "ml_window"

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-05 Thread Martin Schreiber
On Monday 05 December 2016 15:29:08 Fred van Stappen wrote: > > But there are some that make trouble. > > It is those in projectoptionsfo with boolean cells. > There is a Access violation error when selecting a "boolean" cell (cell > with X). > > I do not find how to fix this. > Can you write a lit

Re: [MSEide-MSEgui-talk] Twidgetgrid and assitive interface.

2016-12-05 Thread Martin Schreiber
On 12/05/2016 10:23 PM, Fred van Stappen wrote: > > Hello. > > > This a continuation of: > > > On Monday 05 December 2016 15:29:08 Fred van Stappen wrote: >> >> But there are some that make trouble. >> >> It is those in projectoptionsfo with boolean cells. >> There is a Access violation error

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-05 Thread Martin Schreiber
On 12/05/2016 10:53 PM, Fred van Stappen wrote: > Hello. > >>> How to navigate with the keyboard in a combobox after it was selected ? >> Alt+ArrowDown. dropdown.options deo_keydropdown must be set (default). > > Thanks. And I just discover that the space key does the trick too ;-) > This is no

Re: [MSEide-MSEgui-talk] Twidgetgrid and assitive interface.

2016-12-06 Thread Martin Schreiber
On 12/06/2016 01:13 PM, Fred van Stappen wrote: > >> Maybe use "iaSender.getassistivecaption()" instead? > > ;-) Yes, thanks but... does it search for frame.Caption or hint too ? (I > know, I am insupportable.) > Sure. The purpose of iassistiveclient is to provide the assistive server with the

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On 11/27/2016 02:47 PM, Krzysztof wrote: > 2016-11-26 17:54 GMT+01:00 Martin Schreiber : >> >> It seems most of current windowmanagers have broken support for the >> net_system_tray_opcode protocol. That means that I must implement a >> complete DBus interface in MSE

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On Tuesday 06 December 2016 20:05:44 Krzysztof wrote: > I'm not familiar with background but wondering how it is possible that on > old Skype app which wasn't update from a years for linux, tray icon and pop > up is still working fine? They build it on DBUS from the beginning? I don't know. Or KDE

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On 12/06/2016 08:55 PM, Krzysztof wrote: > 2016-12-06 20:31 GMT+01:00 Martin Schreiber : >> >> I don't know. Or KDE makes their compatibility layer so that it works with >> Skype. Did you try to kill Skipe and check if the icon still works after >> restart in the

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-07 Thread Martin Schreiber
On 12/07/2016 08:25 PM, Krzysztof wrote: > 2016-12-07 6:43 GMT+01:00 Martin Schreiber : > >> What happens with a MSEgui tray icon if the application has been closed >> and started again? For me it shows only the first time. > > > Work fine here on git master > The

Re: [MSEide-MSEgui-talk] tfilenameedit and Windows layout.

2016-12-14 Thread Martin Schreiber
On 12/14/2016 12:17 PM, Fred van Stappen wrote: > Hello Martin. > > When writing "C:\MyDirectory\Of\MyFilename" on a Windows system, after > Return, tfilenameedit change the text with: > "/C:/MyDirectory/Of/MyFilename". > > Is it possible to keep the original Windows layout ? > Why? It is the c

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-14 Thread Martin Schreiber
On 12/14/2016 12:31 PM, Fred van Stappen wrote: > Hello Martin. > > > I search for a way to assist showmessage(). > > Do you have some idea ? > Must be implemented in the constructed widget. I'll take a look. Martin

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-15 Thread Martin Schreiber
On 12/14/2016 09:45 PM, Fred van Stappen wrote: > > >>> I search for a way to assist showmessage(). >>> Do you have some idea ? > >> Must be implemented in the constructed widget. I'll take a look. > > OK, super. But mainly for the message of errors-waring system. > I think iassistiveclient.ge

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-15 Thread Martin Schreiber
On 12/15/2016 04:29 PM, Fred van Stappen wrote: > By the way, something very annoying: message from raised exception are not > totally modal and not totally to front. > So sometimes it is hidden by other forms and you do not understand what > append. > You probably should not use --NOZORDERHAND

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-15 Thread Martin Schreiber
On 12/15/2016 09:02 PM, Fred van Stappen wrote: >>> By the way, something very annoying: message from raised exception are not >>> totally modal and not totally to front. > >>> So sometimes it is hidden by other forms and you do not understand what >>> append. >> You probably should not use --NO

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-16 Thread Martin Schreiber
On 12/16/2016 12:49 PM, Fred van Stappen wrote: >> It does not happen for me. Are you sure it is not the window manager? > >> Or do you mean the mainmenu raise function? It is disabled if the window is > >> in "background" mode (the arrow down button in dock frame). > > Hello. > > Could you tak

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-16 Thread Martin Schreiber
On Friday 16 December 2016 18:05:12 Fred van Stappen wrote: > > By the way, do you have plan for assisted raised-error-message and Yes, later. > Ttabwidget (and fix of dofocuschanged() that gives not assigned sender) ? You wrote: > But dofocuschanged() has problem. You must use: > > if (assigne

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-17 Thread Martin Schreiber
On 12/17/2016 04:13 PM, Fred van Stappen wrote: > >>> Ttabwidget (and fix of dofocuschanged() that gives not assigned sender) ? > >> Probably it is as designed. If dofocuschanged() fires the first >> time "oldwidget" is nil, if it fires the last time "newwidget" is nil. > > I suspect conflicts w

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-02 Thread Martin Schreiber
On Saturday 26 November 2016 17:54:03 Martin Schreiber wrote: > On 11/23/2016 07:25 PM, Krzysztof wrote: > > 2016-11-23 19:00 GMT+01:00 Martin Schreiber : > >> It becomes difficult... > >> I spent many hours with experiments, see > >> https://www.mail-archive

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2017-01-03 Thread Martin Schreiber
On Wednesday 14 December 2016 17:38:58 Martin Schreiber wrote: > On 12/14/2016 12:31 PM, Fred van Stappen wrote: > > I search for a way to assist showmessage(). > > > > Do you have some idea ? > > Must be implemented in the constructed widget. I&#

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2017-01-04 Thread Martin Schreiber
On Friday 16 December 2016 13:04:24 Martin Schreiber wrote: > On 12/16/2016 12:49 PM, Fred van Stappen wrote: > >> It does not happen for me. Are you sure it is not the window manager? > >> > >> Or do you mean the mainmenu raise function? It is disabled if t

<    1   2   3   4   5   6   7   8   9   10   >