Re: [MSEide-MSEgui-talk] fpcflop benchmark

2017-05-24 Thread Fred van Stappen
> So LLVM does something like what Java's compiler does. The kernel of FreeBSD is made by LLVM-clang compiler. (Even if the script to build the kernel needs 8 different compilers ! (that are in fact copy the same clang compiler with 8 different names !). Fre;D

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-22 Thread Fred van Stappen
> Make a feature request? Hello Martin. OK, I try to do my best. ---> http://free-pascal-general.1045716.n5.nabble.com/Size-of-program-vs-library-td5718200i40.html But to accept the request, the fpc team ask to --> >> Before filing a request, you can already check yourself what happens >>

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-19 Thread Fred van Stappen
> using Graeme's code proved that FPC has a *HUGE* weakness in the floating > point arena. Aaaargh, ..., today's decent audio program/library uses quasi only float 32 bit resolution, all DSPs convert first the integers into float 32 before to apply calculs (then result is rounded/converted if

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-16 Thread Fred van Stappen
i-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSElang Objects On Monday 15 May 2017 10:32:01 Fred van Stappen wrote: > Pff, no answers (as usual). > > > I begin to be lazy of fpc. > Make a feature request? " -XX should work for l

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-15 Thread Fred van Stappen
Pff, no answers (as usual). I begin to be lazy of fpc. Fre;D De : Fred van Stappen <fi...@hotmail.com> Envoyé : samedi 13 mai 2017 11:49 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSElang Objects OK > http://fr

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-12 Thread Fred van Stappen
On Friday 12 May 2017 13:52:36 Fred van Stappen wrote: > > BTW, the mergesort benchmark binary also was 177576 bytes with > > accidentally not working -XX, with active smartlinking it was reduced to > > 26072 bytes. > > Hello Martin. > > In a other topic, they talk

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-12 Thread Fred van Stappen
> BTW, the mergesort benchmark binary also was 177576 bytes with accidentally > not working -XX, with active smartlinking it was reduced to 26072 bytes. Hello Martin. In a other topic, they talk about to use : -k--gc-sections. Fre;D

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-11 Thread Fred van Stappen
> It is logical that the libraries are bigger because the libraries contain all > named code Huh, : program prognude ; begin end. => 26.9 k library libnude ; begin end. => 196.3 k -- Check out the vibrant tech

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-11 Thread Fred van Stappen
Hello Martin >> It is sad that still a fpc library with same code is 5 times bigger than a >> fpc executable ( and montain times bigger than same C code compiled with >> gcc or clang). > Do you know why? Huh, the answers in fpc forum are nebulous: - One said it is because parameter -fPIC is

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-09 Thread Fred van Stappen
Hello. If I may give my HO, I see more future for libraries than for executables for Pascal. So I hope that mselang will take (much more) care for the size and speed of libraries than fpc does. It is sad that still a fpc library with same code is 5 times bigger than a fpc executable ( and

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-06 Thread Fred van Stappen
De : Martin Schreiber Envoyé : samedi 6 mai 2017 11:20 À : mseide-msegui-talk@lists.sourceforge.net Objet : [MSEide-MSEgui-talk] MSElang Objects Hi, I implemented objects and classes in MSElang: https://gitlab.com/mseide-msegui/mselang/wikis/home/Mselang_objects Thoughts?

Re: [MSEide-MSEgui-talk] Out of date download page

2017-04-18 Thread Fred van Stappen
Hello. For first steps there is that wiki: http://wiki.freepascal.org/MSEide_MSEgui_first_step Fre;D De : Jon Foster Envoyé : lundi 17 avril 2017 18:40 À :

Re: [MSEide-MSEgui-talk] Rounded-tabs ofe ttabwidget ?

2017-04-13 Thread Fred van Stappen
De : Martin Schreiber <mse00...@gmail.com> Envoyé : jeudi 13 avril 2017 13:21 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ? On Thursday 13 April 2017 12:47:09 Fred van Stappen wrote: > Thank

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread Fred van Stappen
> You can do it yourself, you have developer access at MSEuniverse IIRC. B, you know that I am terrify to deal with git. But ok, I will try to do it (and I hope that MSEuniverse will not explode after my actions). [] Fre;D

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread Fred van Stappen
02 UTC+01:00, Martin Schreiber <mse00...@gmail.com>: > On Wednesday 12 April 2017 13:32:30 Fred van Stappen wrote: >> Hello. >> >> Is it possible to have rounded-tabs of ttabwidget and if yes, how to do >> it >> ? >> > Yes, use TTabWidget.

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-12 Thread Fred van Stappen
> Yes, use TTabWidget.tab_frametab.frameimage_*. Perfect. > Maybe "code dz" can provide an example? Ho, yes and maybe it could be a good idea to fill MSE project with (much) more examples-demos. Yes, I now, i do not forget it, I did promise to do a help-file for MSEide. But I know also

[MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-12 Thread Fred van Stappen
Hello. Is it possible to have rounded-tabs of ttabwidget and if yes, how to do it ? Thanks. Fre;D -- Check out the vibrant tech community on one of the world's most

Re: [MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Fred van Stappen
> On Windows EOL is Return-LineFeed, on Unix it is LineFeed. > eol_system uses the lineend style of the operating system, eol_default uses > original style of the file (see popup hint). Perfect. Thanks. Fre;D -- Check

[MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Fred van Stappen
Hello Martin. What is Eolstyle in MSEide > Project Options > Editor ? Thanks. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 4.4.2

2017-04-09 Thread Fred van Stappen
> Hmm, do you have old sources? mseide-msegui-master-f145fbf6b25b79b02871995239bc12b8b3fc0275 > The first line of msegui.pas is { MSEgui Copyright (c) 1999-2017 by Martin > Schreiber Ha, here mseide.pas is: { MSEide Copyright (c) 1999-2016 by Martin Schreiber Idem for all MSEide source, all

Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 4.4.2

2017-04-09 Thread Fred van Stappen
> I change the copyright dates when I make changes in the files. Ha, ok, so you did not change anything in 2017 ;-) Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] Java syntax definition file

2017-04-08 Thread Fred van Stappen
Hello. Added Java compile + debug + run. Added Java project (*.prj). Here video of "pure Java" project : https://sites.google.com/site/fredvsbinaries/ideu_java.mp4 And here project mixing fpc + Java : https://sites.google.com/site/fredvsbinaries/ideu_fpc_java.mp4

Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 4.4.2

2017-04-08 Thread Fred van Stappen
Congrats [] May I propose you to do this: ---> Find in files: "MSEide Copyright (c)" and in each file, change this: "1999-2017 by Martin Schreiber" [] Fre;D De : Martin Schreiber

Re: [MSEide-MSEgui-talk] Java syntax definition file

2017-04-08 Thread Fred van Stappen
: [MSEide-MSEgui-talk] Java syntax definition file On Saturday 08 April 2017 13:16:48 Fred van Stappen wrote: > Hello. > > > In attachment, Java syntax definition file (java.sdef). > Thanks, can I add it to apps

[MSEide-MSEgui-talk] Java syntax definition file

2017-04-08 Thread Fred van Stappen
Hello. In attachment, Java syntax definition file (java.sdef). Fre;D java.sdef.tar.gz Description: java.sdef.tar.gz -- Check out the vibrant tech community on

Re: [MSEide-MSEgui-talk] Bugs I mentioned in fgGUI Android thread

2017-04-04 Thread Fred van Stappen
Hello. > 1. Z-Ordering problems: Then you may try a son of MSEgui: ideU --> https://github.com/fredvs/ideU There are some extra-options for Z managing. (This to show you that all can be customized with MSEide). Fre;D De : Jon Foster

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-27 Thread Fred van Stappen
t : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project. On Friday 24 March 2017 13:44:31 Fred van Stappen wrote: > > How did you create the *.prj? > > Manually, from a existing prj. > > > loaded source filenames do not contain macros > > Ha, ok (I was hoping it will work

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
seide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project. On Friday 24 March 2017 13:29:44 Fred van Stappen wrote: > Hello Martin. > > > See attachment. > How did you create the *.prj? Loaded source filenames do

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
:57:11 Fred van Stappen wrote: > Hello Martin. > > A little detail: > > > Using this in .prj does not work: > > > sourcefiles=1 > ${PROJECTDIR}/${PROJECTNAME}.lpr > relpaths=1 > ${PROJECTNAME}.lpr > > > ---> Unable to open file, does not exis

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
Hello Martin. A little detail: Using this in .prj does not work: sourcefiles=1 ${PROJECTDIR}/${PROJECTNAME}.lpr relpaths=1 ${PROJECTNAME}.lpr ---> Unable to open file, does not exist. Fre;D -- Check out the

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen
Oooops in previous mail (--> macro name: lazarus (with a litle "l") --> 1) Create a new Global Marcros (Settings>Configure MSEide) ValueMacros /usr/share/lazarus/1.6.4 lazarus Fre;D ________ De : F

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen
De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> Envoyé : mercredi 22 mars 2017 19:02 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project. On 2017-03-22 17:46, Fred van Stappen wrote: > Do you know a (easy) way to compile a

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen
Excellent. Write you later with good result. Thanks. Fre:D De : Graeme Geldenhuys Envoyé : jeudi 23 mars 2017 15:08 À : mseide-msegui-talk@lists.sourceforge.net Objet :

Re: [MSEide-MSEgui-talk] Behavior of MSEgui form?

2017-03-23 Thread Fred van Stappen
ars 2017 08:25 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Behavior of MSEgui form? On Wednesday 22 March 2017 18:53:16 Fred van Stappen wrote: > Hello Martin. > > > Huh, I know I already ask it, but do you have plan for behavior of forms? > > This is t

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-22 Thread Fred van Stappen
Egui-talk] MSEide and Lazarus project. On 2017-03-22 17:46, Fred van Stappen wrote: > Do you know a (easy) way to compile a LCL project with MSEide ? I'll dig through my code... Somewhere I have a MSEide project that compiles a LCL application (obviously including the LCL too). If I find it

[MSEide-MSEgui-talk] Behavior of MSEgui form?

2017-03-22 Thread Fred van Stappen
Hello Martin. Huh, I know I already ask it, but do you have plan for behavior of forms? This is the only thing that make me nervous sometimes, it is when passing with the mouse on main-menu in MSEide, the focus change for a other form (outside of MSEide) or load a MSEform from designer. Or

[MSEide-MSEgui-talk] Behavior of forms.

2017-03-22 Thread Fred van Stappen
Hello Martin. Huh, I know I already ask it, but do you have plan for behavior of forms? This is the only thing that make me nervous sometimes, it is when passing with the mouse on main-menu in MSEide, the focus change for a other form (outside of MSEide) or load a MSEform from designer. Or

[MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-22 Thread Fred van Stappen
Hello. Do you know a (easy) way to compile a LCL project with MSEide ? Thanks. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread Fred van Stappen
Hello. @ Cod Z: are you the codz from fpc-forum ? If yes, > i still have have an opinion that is not easy at first glance for users , The same for me before but now, in last MSE-gui version, you may enable hint for the buttons of docked forms. And, IMO, it helps a lot beginners. Fre;D

Re: [MSEide-MSEgui-talk] MSEide and script-files.

2017-02-13 Thread Fred van Stappen
day 13 February 2017 14:55:18 Fred van Stappen wrote: > > What do you think to have the possibility to run a script-file with MSEide > (using the MSE console) and have a syntax layout for script-files ? > Build scripts can be called in MSEide by 'Options'-'Make'-'Command befo

Re: [MSEide-MSEgui-talk] MSEide and script-files.

2017-02-13 Thread Fred van Stappen
De : Martin Schreiber <mse00...@gmail.com> Envoyé : lundi 13 février 2017 11:36 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSEide and script-files. On Sunday 12 February 2017 15:21:52 Fred van Stappen wrote: > Hello Martin. > > If editing script

[MSEide-MSEgui-talk] MSEide and script-files.

2017-02-12 Thread Fred van Stappen
Hello Martin. If editing script-files that has permission set as executable (fpchmod(theSript, S_IRWXU)), after saving, it loose his exec permission. Could it be possible to keep the original permissions ? Thanks

Re: [MSEide-MSEgui-talk] shift + 2x click on sourcepage.

2017-02-05 Thread Fred van Stappen
Hello Martin. Huh, something "never good enough" ... In MSEide, with shift + 2x click on 'something', all is selected (included the '' ). But in all other the editors that I use, only the word is selected (something without the ''). Also, usually, using Ctrl+a select all the page. (MSEide

Re: [MSEide-MSEgui-talk] shift + 2x click on sourcepage.

2017-02-03 Thread Fred van Stappen
> Left double click is used for window navigation in MSE* applications. > In MSEide source window it shows the corresponding breakpoint if there is one. Ha, ok, so I will do reverse: left-shift + 2 x click = Left-shift + double click is used for window navigation in MSE* applications. In

[MSEide-MSEgui-talk] shift + 2x click on sourcepage.

2017-02-03 Thread Fred van Stappen
Hello Martin. In the code-editor, you need to use left shift key + 2x click to select a word and 3x click to select a line. Ok but... for left-handed people (like me) it is not easy to do. It is the reason why I added a option in ideU to not use the shift key.

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

2017-01-08 Thread Fred van Stappen
> iassistiveserver.doenter() is called by the widgets after activating. Hello Martin. As usual, your code works perfectly. sak_mse + ideU are working (IMO) perfectly too. Thanks. Fre;D -- Check out the vibrant tech

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

2017-01-05 Thread Fred van Stappen
> message widgets have the asf_message-flag > set in iassistiveclient.getassistiveflags() result. Ha, I did not use getassistiveflags(), I will study it. >> Is it with one of this actions ? : >iassistiveserver.doenter() is called by the widgets after activating. OK, perfect. Many thanks.

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

2017-01-04 Thread Fred van Stappen
Hello Martin. Some comment after test: if (Sender is tshowmessagewidget) then ... => Error: Identifier not found "tshowmessagewidget" Fatal: Compilation aborted OK, replaced by: if (Sender is tmessagewidget) then ... => Compiles ok. But when, for example, a error message is sent, I do

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

2017-01-03 Thread Fred van Stappen
>> Must be implemented in the constructed widget. I'll take a look. >> git master ee58e5550dc700a84493bf914742262aeadb7be2 tshowmessagewidget >> reports >> caption and text by iassistiveclient.getassistivecaption() and >> getassistivetext(). Excellent. I will try this asap. Many thanks and

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

2016-12-17 Thread Fred van Stappen
>> I suspect conflicts with some actions... >> for example dofocuschanged() conflicts with doenter" > Please explain. OK, I will (try to) explain with example. ASAP. (Huh, how to get the name of the tab of the activepageindex ?) >>> In "doenter" >> Huh, I have try but strangely it works

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

2016-12-16 Thread Fred van Stappen
>> Is it possible to disable it ? > Activate the small arrow down button on the right Huh, ok but that way the window stay always background, even clicking on it... ;-( > I'll add an option to disable the raise function if it does not exist already. Super, thanks. > Later, first I must

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

2016-12-16 Thread Fred van Stappen
>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 take a look at the video

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

2016-12-15 Thread Fred van Stappen
>> 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 --NOZORDERHANDLING. Maybe... But I have to confess that

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

2016-12-14 Thread Fred van Stappen
>> 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. Many thanks

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

2016-12-14 Thread Fred van Stappen
Hello Martin. I search for a way to assist showmessage(). Do you have some idea ? Thanks. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

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

2016-12-14 Thread Fred van Stappen
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 ? Thanks. Fre;D

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

2016-12-06 Thread Fred van Stappen
>> ;-) Yes, thanks but... does it search for frame.Caption or hint too ? (I >> know, I am insupportable.) > Sure. That it does search for frame or that I am insupportable or both ? ;-) OK I will do some comparaison and decide after if i switch to getassistivecaption(). The thing is that with

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

2016-12-06 Thread Fred van Stappen
>> Thanks. And I just discover that the space key does the trick too ;-) > This is not the same. Yep, it works only for Tenumedit. >> I know that it is possible to use Alt+V then Alt+U, Alt+M, ... > Alt+V U, Alt+V M, ... works too. Oh, perfect, many thanks for the tip. PS: For console

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

2016-12-06 Thread Fred van Stappen
>> But selecting a "boolean" cell, there is a access violation error (see >> attachment twidgetgrid_crash.jpg). > function TSak.WhatName(iaSender: iassistiveclient): msestring; > [...] > if (Sender is tbooleaneditradio) then > begin > if (trim(Tbooleaneditradio(Sender).frame.Caption) <> '')

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

2016-12-05 Thread Fred van Stappen
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 ;-) >> But if the selected cell is a directory, how to get the text of

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

2016-12-05 Thread Fred van Stappen
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 when selecting a "boolean" cell (cell >

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

2016-12-05 Thread Fred van Stappen
Hello Martin. Thanks for answer, I will study your propositions. Other thing: I have lot of success with twidgetgrid. 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).

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

2016-12-04 Thread Fred van Stappen
Re-hello Martin. Does it exist the equivalent of Tform.showmodal in MSE ? Or how to keep the focus of a window, even if something is changed in a other window by that focused-window ? Setting form.option to "wo_dialog" do not keep the focus if a other form is clicked. Other thing: Is it

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

2016-12-04 Thread Fred van Stappen
Hello Martin. > It is a "tsysenvmanager" component Super-Wow. Very impressive component. Many thanks. Other thing: 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

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

2016-12-03 Thread Fred van Stappen
> In case of a development IDE I think that a IDE for visually impaired > people must be designed from scratch for the task, only to speak the > texts of an IDE designed by and for not visually impaired people can not > lead to an optimal result IMHO. Yes, maybe. But maybe it is possible to make

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

2016-12-03 Thread Fred van Stappen
> You have to escape the apostrophe with another apostrophe. Double them up. > eg: str := 'What''s up?'; Thanks Graeme. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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

2016-12-03 Thread Fred van Stappen
> 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 "envvarty" and the "sysenv" entries must match. > "sysenv"

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

2016-12-02 Thread Fred van Stappen
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 msesysenv.pas: // errorme(ern_invalidparameter,strar1[index]); Why

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

2016-12-02 Thread Fred van Stappen
Ooops, sorry Graeme, I did not see your answer in fpc forum (and your vision are the same that mine). O course sak must be better but all is possible. For example, now in ideu-code editor, the speecher says also the commas, semi-colons, open-closed brackets, ... Normally screen readers do

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

2016-12-02 Thread Fred van Stappen
Hello. I continue the discussion from fpc froum. Graeme said: > I think BobJ means... having instructions on how to enable SAK in ideU. Yes, it is needed. And I will add a parameter for ideu: "assisted". So, at command line, just do: # ideu assisted and this will load ideu with sak

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

2016-12-01 Thread Fred van Stappen
> 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 Windows application. Huh, that first and if you want that your

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

2016-11-10 Thread Fred van Stappen
>> 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. ;-) OK, I keep it for ideU only then. Thanks. Fre;D

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

2016-11-10 Thread Fred van Stappen
Hello Martin. Tested you last commits => PERFECT. And the new property "datalist.facultative = True" makes that I can add many columns without to loose compatibility with MSEide. => RE-PERFECT. Many thanks. Fre;D

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

2016-11-10 Thread Fred van Stappen
> Hum, I must check this. (In my code, if you load the project with (old) > but after this if you load with ideU the project saved with (old) MSEide, > the compiler optons are loosed). > The changes in MSEgui fcc4b9ee01b5e9f7e558a58dfdb886b3695551d4 are needed > (tdatalist.facultative

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

2016-11-10 Thread Fred van Stappen
Re-hello Martin. Ok, downloaded, I will test your commit home. About Project-options form, what do you think about a "Info" tab (see attachment)? Fre;D -- Developer Access Program for Intel Xeon Phi Processors

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

2016-11-10 Thread Fred van Stappen
> 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) MSEide saved with ideU, all ok. But after this if you load with ideU the

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

2016-11-09 Thread Fred van Stappen
> What do you think to add a "Comment" row in "Make options" grid in MSEide ? Ooops, please read " add a Comment column" (in place of row). Fre;D -- Developer Access Program for Intel Xeon Phi Processors Access to Intel

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

2016-11-09 Thread Fred van Stappen
Hello Martin. What do you think to add a "Comment" row in "Make options" grid in MSEide (see attachment) ? Fre;D -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based

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

2016-11-03 Thread Fred van Stappen
> You could take a look at XPDE OOps, thanks Graeme, I will take a look just now. Write you later. Fre;D -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

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 ( ;-) )

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

[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

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

2016-11-01 Thread Fred van Stappen
> Isn't "han" in use by a source-page? Yes. But only the active page. The name+path of the active-page is stored into variable "theactivepage", same for "han" the handle and "thesdef" the name+path of the sdef ). So there is everything needed to recognize a active-page and only load, if

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

2016-10-31 Thread Fred van Stappen
Oops, sorry for previous mail, it was sent too fast. > Do you consider that a selection can be empty, for example depending on the > selection settings by clicking in an empty cell? Ok, you are right, if you do a filter in listfileview.onselectionchanged with if

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

2016-10-31 Thread Fred van Stappen
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 emp

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

2016-10-31 Thread Fred van Stappen
> Although if there is enough RAM it is no harm to store the same file. Does readdeffile() need lot of ram ? Because only one global variable han will be used. Each time that a direct-layout will be loaded there will be: freedeffile(han); han := readdeffile(layoutfile); In fine, there will be

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

2016-10-31 Thread Fred van Stappen
> Do you consider that a selection can be empty, for example depending on the > selection settings by clicking in an empty cell? To get the selected filename I use that code: selected_file.text := list_files.selectednames[0] ; And if clicking on a empty row raise a error if not using if

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

2016-10-31 Thread Fred van Stappen
> Please try again with git master 40cbea289f1f2a698ab23b043cc758959e9ca2c5, Yep, perfect, it works, many thanks. 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),

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

2016-10-30 Thread Fred van Stappen
> Thanks, I see the image. I asked for a simple example project which shows the > problem. OK, see mse simple project in attachment. Fre;D msefilelist.tar.xz Description: msefilelist.tar.xz

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

2016-10-30 Thread Fred van Stappen
> 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 ? Thanks. Fre;D

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

2016-10-30 Thread Fred van Stappen
> Thanks, I see the image. I asked for a simple example project which shows the > problem. Hum, here https://github.com/fredvs/ideU [] In Menu, click on Layout or Syntax. Or, on a form, add a Tfilelistview : afilelistview, without changing any parameters. => afilelistview.path :=

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

2016-10-29 Thread Fred van Stappen
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 := sourcefo.syntaxpainter.readdeffile(sdeffile);

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

2016-10-29 Thread Fred van Stappen
>> Every time you do >> han := sourcefo.syntaxpainter.readdeffile(openfile.controller.filename); > Ha, ok => freeandnil(han) is it enough? Ooops, han is a integer, freeandnil() has no sense here. So, the question is: how to remove the block created ? Is the existing block not erased by the new

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

2016-10-29 Thread Fred van Stappen
> Every time you do > han := sourcefo.syntaxpainter.readdeffile(openfile.controller.filename); Ha, ok => freeandnil(han) is it enough? > What is this ([cid:...]) Huh, the new feature of hotmail.com to insert a image at cursor... Ok, it is in attachment now. Fre;D

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

2016-10-29 Thread Fred van Stappen
> 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" ? Other (very little) detail. In tfilelistview, in the selected row, the icon is partly masked by the text.

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

2016-10-28 Thread Fred van Stappen
Hello Martin. OK, it works live (sdef and layout files) => https://sites.google.com/site/fredvsbinaries/ideu_sdef.mp4 Thanks. Fre;d -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI

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

2016-10-28 Thread Fred van Stappen
> > 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 selection and closing the dialog occurs by double click or >>

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

2016-10-27 Thread Fred van Stappen
i-talk] How to load a syntaxdef file ? On Thursday 27 October 2016 02:55:07 Fred van Stappen wrote: > Hello Martin. > > > In tmainfo I want to add a SyntaxDef menu-item. > OnExecute will call a openfile dialog to choose the syntaxdef file. > MSEide loads syntax definition files o

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

2016-10-26 Thread Fred van Stappen
Hello Martin. In tmainfo I want to add a SyntaxDef menu-item. OnExecute will call a openfile dialog to choose the syntaxdef file. I try with this procedure without succes: procedure tmainfo.LoadSyntaxDef(const sender: TObject); var int1 : integer; begin openfile.controller.lastdir :=

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