Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread fredvs
Hello Med. So happy to read you! > What do you think ? That is great that you jump into code and test it. Of course please if you see something wrong, fix it. Do you have a Github account? The fixes are about wrong use of enumeration. dsCheckFiler is a example, in original code it is declared

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread fredvs
> Adding dscheckfilter to tdatasetstate is then not necessary in this new version 5. Yes, of course it is necessary, because later in code, dscheckfilter is called (a that generated the warning before). By the way, now you may check if the data is busy to check the filter, not sure if it is

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
> Why do you think so? AFAIK, it is _meant_ to be handled in such a way. But how will you do is the library dont provide the "nude" symlink and only provide the soname, like libportaudio.so.2? Oblige people to create by their self a symlink libportaudio.so ? Sorry but I prefer to link directly

Re: [MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
Hello Everybody. GTK, Qt and KDE have recently change their licenses, it is much more restrictive now. Maybe the opportunity for people to try other widgetset more open, like fpGUI or MSEgui... Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-13 Thread fredvs
Hello Sieghard. > Do you use Windows (a manualizing tool) or Linux (an automating tool)? I use Linux. > "sed -i 's/[[:blank:]]*$//' " Thanks for the tip! Maybe Graeme is already busy with it. Anyway, I will use the magic words (that works very well with Graeme): "Graeme, if you want, I

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-13 Thread fredvs
> You are green to go! :-) Aargh, it does not work this time. OK. (but asap). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread fredvs
> To resume, a enum variable is initialized with the first item of the enum. Fake news, this is true: To resume, a enum variable is initialized with 0. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread fredvs
> What a glaring omission, no? Yes. Also I am not totally convinced by the arguments to defend the choice of 0 as initialization of a enum var. Imho, it would be much more logic to initialize with the first item and I do not see what could be the problems. Here the answer in fpc mailing-list

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
OK, done in 2 last commits. I hope I did not a disaster. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
> OK, done in 2 last commits. > I hope I did not a disaster. I did use that command (after done a copy of .git and images files): $ find . -type f -name '*.*' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ After that command, I did paste the original copied .git and images files. Fre;D

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
> If you are COMPLETELY SURE that NOT A SINGLE FILE of them all is a binary No, I am not completely sure. It is the reason why, before to apply the patch, I did copy the directories containing binaries and git files in safe place. (Imho, only images and git files are concerned). Then apply the

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-13 Thread fredvs
Hello Sieghard. > Have a lot of fun! With your code I get this: $ /home/fred/weird/weirdtest low: we_2, value: 2; high: we_decade, value: 20 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 we_2: 2Runtime error 107 at $00401293 $00401293 $0040104F

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
> But it seems that it was fixed it you create a new program. No it was not fixed but it is fixed now with last commit: https://github.com/mse-org/mseide-msegui/commit/ff265a6 Thanks to note it. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
> MseGui Version 4.6.3 Ha, ok, I see, you are used a trunk version so the version was 4.6.3. If so, I do not understand why you did not have the error with 4.6.3, but maybe you are using a old trunk 4.6.3, not the latest. The latest trunk 4.6.3 from

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
Re-hello Med. Now that I did recheck, there was lot of fixes in databases files. The most about enum variables. I did not test databases so it is great that you could test it. If you see other problems, please say it. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
> Sorry I do not catch this, what are the coding line markers? Ha, ok, I get it, indeed the blue point is too big and in the wrong side. I will fix it asap. Thanks to note it. But now that you point it, there may be also a problem with the shortcut icon that is there too. Hum, ok, this need

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
Hello Sieghard. > The - now - big blue blobs appearing in the left hand "gutter" after ... Sorry but my English is not yet perfect and in this case I fear that only a picture could fresh my mind. Is it not possible to add a screenshot of what you want to describe? Thanks. Fre;D -- Sent

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
> > Sorry I do not catch this, what are the coding line markers? OK, fixed in last commit: https://github.com/mse-org/mseide-msegui/commit/255207 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
> Then Why do I have this AboutForm Form ( See attach.) . Huh yes indeed I dont really understand how Martin assigned the release number. In his source it was last release 4.6.2 and trunk 4.6.3. No sorry I do not understand why he used version 4.7 in about-form and 4.6.2 in source. Anyway,

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
> MseGui Version 4.6.3 Hu, last version from Martin was: Version 4.6.2 2018-11-03 ??? Please do like this to download last msegui source: Go to site: https://github.com/mse-org/mseide-msegui Then click on the green button at middle-top right "Clone or Download" and choose Download zip.

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
Hello Mohamed. Did you read my previous mail? I said that ok, it is my fault, it is me that has done the modifs. It was because of range error warning with the enum variable. It was long discussion about this in mse-mailing list and also fpc mailing-list. fpc enum warning

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
@ Med. I think there is problem with mse mailing list. Maybe better use mse-forum for continuing the discussion. http://mse-org.111682.n8.nabble.com/ Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
Hello Graeme. You did the biggest part of that new release. Without your fixes it will never append. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
Hello Med. TDataSetState is defined in mdb.pas with this: TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead, dsInternalCalc, dsOpening, dscheckfilter); So in your code is missing last élément

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
Seems that previous mail did not pass... OK, I retry. Hello Med. TDataSetState is set in mdb.pas with this: TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead, dsInternalCalc, dsOpening,

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-05 Thread fredvs
Hello Sieghard. About color, yes I think it was a error in default code, warning should be yellow and error red. But it seems that it was fixed it you create a new program. Of course all old programs-demos have this inversion and it is not difficult to change it (mseide-config-editor-colors). A

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-05 Thread fredvs
Hello Med. Please, give more code, how could I understand what is wrong? A little demo would be welcome. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-03-26 Thread fredvs
Hello everybody. ideU goes theming! Added Silver and Carbon themes. <http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/ide_silver.png> <http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/ide_carbon.png> https://github.com/fredvs/ideU Fre;D -- Sent from: http://mseide

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-03 Thread fredvs
Salut Roland. Thanks for the links and for the thanks. By the way, did you see that you are administrator of the mse-forum? http://mse-org.111682.n8.nabble.com/ Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-03 Thread fredvs
Hello Sieghard. > I'll rebuild all of my "private" utilities Nice, it will be welcome. And dont forget to create a GitHub account! ;-) Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] New release of ideU with Code Beautifier ptop and Jedi.

2020-03-27 Thread fredvs
Hello. Do you have download all the files from: https://github.com/fredvs/ideU Click on the green button "Clone or Download". Then unzip the file and load "ideu/src/ideU.prj" Also use the last version of msegui: https://github.com/mse-org/mseide-msegui Did you try the

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-27 Thread fredvs
With last fpc 3.3.1 trunk, there are warnings in case like this: procedure test; var b: 1..10; begin case b of // here warning 1: writeln('hello'); end end; " Warning: (6060) Case statement does not handle all possible cases." In MSEgui there is lot of code that is

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-27 Thread fredvs
Hello Sieghard. I totally agree with you, sometimes the warnings helps. I can understand that in a case of the variable is part of the procedure, like this: procedure test; var b: 1..10; begin case b of // here warning 1: writeln('hello'); end end; Here I understand

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-27 Thread fredvs
Re-re-hello Sieghard. > I propose to add a - possibly empty, but AT LEAST commented! - default > (else) clause. You are right. I will revert the last commit (that disabled the warning for many units) and re-commit the code with warning on. And if somebody want to do the fixes adding "else" in

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-27 Thread fredvs
Re-hello Sieghard. > I propose to add a - possibly empty, but AT LEAST commented! - default > (else) clause. Yes I was thinking to do that but it is **lot of work**, +- 500 cases to fix, sometimes in complicated code. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread fredvs
Hello Code DZ. Me too I was desperate, without to make MSEgui compatible with fpc trunk, sure MSEgui will disappear. But thanks to Sven (who knows maybe that I never give up) MSEgui is still on the road. Did you try to compile MSEide with fpc trunk, are layout problems all ok now? Fre;D --

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread fredvs
> OK,asap, first lots of cups of coffee and then I will jump into it. Top chrono! Done in commit 2da0695 following the Sieghard advises: Not using {$warn 6060 off} but fixed for real, adding this statement at end of case: else; // Case statment added to make compiler happy... Ok now

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread fredvs
> did you try compiling with fpc 3.0.4 with all these changes? Yes and did not find any problem. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread fredvs
> yes , every things works fine so far ;) Yep, excellent news! So MSEgui will be fully compatible with last generation of ARM devices (that is what promised by FPC team). About trunk-warning fixes, it seems that there is not lot of candidate to do it. OK,asap, first lots of cups of coffee and

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread fredvs
Sorry I am a never-give-it-up... So, about those famous 2 last warnings: I propose this to make the compiler happy: - First warning: > msedatalist.pas(891,18) Warning: (4110) Range check error while evaluating > constants (-193 must be between 0 and 255) Point to: foldlevelmask =

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread fredvs
> why not just replace byte with integer I just try it and with this you get 8 new warnings... -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-03-31 Thread fredvs
Hello Sieghard. > Isn't your latest version, adapted for fpc 3.3.1? Yes, yes, and of course also fpc 3.0.X and 3.2.0 compatible. > Yes. Do it, so people see that mseide is still alive! OK, I will do it. But there is a bémol, Martin did add 2 binaries for ARM cpu. Sadly I only have a

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-03-31 Thread fredvs
-- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

[MSEide-MSEgui-talk] New release of MSEide.

2020-03-30 Thread fredvs
Hello. Now that fpc 3.2.0 has been officially released: http://free-pascal-general.1045716.n5.nabble.com/FPC-3-2-0RC1-released-td5735128.html Maybe we could release also a new binary release of MSEide. The official last release is this:

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread fredvs
What is very strange is that I get also a warning with this (see abs() added): const foldhiddenbit = 7; foldhiddenmask = abs(1 shl foldhiddenbit); currentfoldhiddenbit = 6; currentfoldhiddenmask = abs(1 shl currentfoldhiddenbit); foldlevelmask = byte(not (foldhiddenmask or

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread fredvs
The same for the last warning: Changing with this: modmask = abs(shift or ctrl or alt or $1000 or pad); ... result:= (key <> 0) and (key <> word((not modmask))); Gives the warning: mseactions.pas(763,34) Warning: (4110) Range check error while evaluating constants (-63489 must be between 0 and

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread fredvs
Hello Seignard. > Yes I was thinking to do that but it is **lot of work**, +- 500 cases to > fix, sometimes in complicated code. It was terminated yesterday, after lot of cups of coffee, checking every case individually and following your advice: adding a last else statement + comment. > else;

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-30 Thread fredvs
Ooops, in previous mail, please read: (warning 4110 in place of warning 6060): About range check error: > > msedatalist.pas(891,18) Warning: (4110) Range check error while > > evaluating constants (-193 must be between 0 and 255) Many thanks for your explanations. It seems that the

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-30 Thread fredvs
Hello Sieghard. OK warning disabled for those 2 cases. I did use {$warnings off}/{$warnings on} vs {$warn 4110 off}. This to isolate the warnings off only for those 2 lines: {$warnings off} result:= (key <> 0) and (key <> word(not modmask)); {$warnings on} {$warnings off} foldlevelmask =

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-02 Thread fredvs
Hello everybody. > Also, I propose to name the new release 5.0.0, (it seems that Martin > changed > the first number when a new fpc version was allowed). > And change, maybe, the copyright with: > Copyright (c) 1999-2020 by Martin Schreiber and friends. > OK ? I still wait for your green

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-02 Thread fredvs
Hello everybody. The mse-org team is very happy to announce the new release of MSEide+MSEgui. MSEide+MSEgui is a Pascal Cross Platform GUI Development System. - Compiles with FPC 2.6.4, 3.0.0, 3.0.2, 3.0.4 or 3.2.0. - For FreeBSD-x86_64, Linux-i386, Linux-x86_64, Linux-arm(Raspberry Pi),

[MSEide-MSEgui-talk] How is called the widgetset in MSEgui?

2020-05-03 Thread fredvs
Hello everybody. Somebody asked me: "How is called the widgetset in MSEgui?". There is the Lazarus-widgetset called 'LCL' but for MSEide-MSEgui, what is his name, MSEgui widgetset? Thanks. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Ha, it seems to work now, so I retry. Re-re-hello Med. After the answer of Martin , I did some tests: remove all the unused files in the uses section and compare the result of the binary produced after compilation. And I have to admit that it makes no difference, the binaries with all unused

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Hello Med. Nice to read you. > How is it possible to clean automatically mseide unit from unused modules > in Uses clause. Do you mean before compilation? You may use a script and set it in Project Options - Make - Command before. You may also use the -B parameter (re-build all), but it does

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Re-test to sent a mail. Re-hello Med. > > How is it possible to clean automatically mseide unit from unused > modules in Uses clause. I think I did not understand ok and my previous post has nothing to do with your question. Are you talking of all the units added automatically by the

Re: [MSEide-MSEgui-talk] How to customize source code editor (font, colors)

2020-04-14 Thread fredvs
Hello.Roland. For changing the color, you may edit the .sdef syntax definition file. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] How is called the widgetset in MSEgui?

2020-05-15 Thread fredvs
Hello Graeme. Thanks for those clear explanations. > I don't use MSEide to build MSEgui projects. May I ask you what you are using to build MSEgui projects? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] How is called the widgetset in MSEgui?

2020-05-15 Thread fredvs
Re-hello Graeme. Also do you have news about Ultibo + fpGUI ? It was already well advanced, many fpGUI widgets worked, but since +- 1 year, no more movement in Ultibo site. https://ultibo.org/ Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] How is called the widgetset in MSEgui?

2020-05-15 Thread fredvs
Hello Graeme. About fpGUI, it seems to be in stand-by those last time... Are you in plan to continue the develop branch? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] How is called the widgetset in MSEgui?

2020-05-15 Thread fredvs
Hello Graeme. > I did take a bit of a break while concentrating on Java Ha, ok, yes for me too, Java for eat, Pascal for fun. > Currently busy doing some vital missing documentation for tiOPF. About tiOFP, sorry for that question but it puzzle me since the beginning... What means those five

[MSEide-MSEgui-talk] Style Property in Object Inspector.

2020-05-14 Thread fredvs
Hello everybody. Do you know how to use the "Style" property for each widget? How does it work? Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Style Property in Object Inspector.

2020-05-14 Thread fredvs
Some precision: Which kind of properties can be published if you add a new custom property in a widget, integer, double, string...? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Style Property in Object Inspector.

2020-05-14 Thread fredvs
OK, fixed, sorry for the noise. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-18 Thread fredvs
Hello Sieghard and others. Just by curiosity, do you have try the enum program example with Delphi ? Sadly I dont have delphi installed any more. Here the test program: PROGRAM enumtest; type tabulatorkindty = (tak_none := 1,tak_left,tak_right,tak_centered,tak_decimal); var kind:

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-16 Thread fredvs
> Wouldn't it be simpler to just rebuild all binaries Not sure to understand. There is no applications-binaries or libraries-binary in mseide-msegui source. All the binaries are about images files, like bmp, png, jpeg, ... Rebuild the images? -- Sent from:

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-18 Thread fredvs
> But most probabely they were preexisting, I presume? Yes, they were produced maybe by a build process but that build process is not part of mse (imho). > (or compare them with tha originals, or just > dump them and _use_ the originals), Yes, I did tests before to choose what to commit. And,

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
> The first time you run MSEide, the stat file is created, with the default > value assigned (most of them empty). In Linux, it is saved as mseideli.sta in .mseide (directory hidden) /home/you/.mseide/mseideli.sta In Windows is in (not sure) c:/users/fred/Application Data/.mseide/mseideli.sta

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
And for the first msestat file, this is working too: [mainfo.mainstatfile] msedir=/home/fred/msegui A file with only those 2 lines is ok, mseide will fill automatically the missing lines. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Hello Roland > I would like to find the code that is used by MSEide to create the > configuration file. It done by a mse-stat file. The first time you run MSEide, the stat file is created, with the default value assigned (most of them empty). When you load the configuration form and change the

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Re_hello Roland. Even better. For first time loading, only this is needed (not needed : [actionsmo.shortcuts] and others, it will be updated by meside himself after close.) So only this in mseideli.sta: [mainfo.mainstatfile] fpcdir= fpclibdir= msedir= // here to fill

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
I think you have to check in msesettings.pas -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Hello Roland. Good news, it will be very easy, you will have to only change the 4th line of mseideli.sta This is mine: [mainfo.mainstatfile] fpcdir= fpclibdir= msedir=/home/fred/mseide-msegui/ // change msedir=/with/your/directory Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Re-hello Roland: Here a complete "virgo" mseideli.sta file. Only fields msedir=, compiler=, debugger=, exeext=, target=, targetosdir= and printcommand= should be filled by the installer. [[mainfo.mainstatfile] fpcdir= fpclibdir= msedir= mselibdir=${MSEDIR}lib/common/

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2020-03-23 Thread fredvs
Hello everybody. I am extremely happy to announce that, thanks to Sven, the mse-stat-file bug with fpc 3.3.1 trunk is fixed. The fixes are in commit b7530e6. Tests are highly welcome, this with fpc 3.0.4, fpc 3.2.0 and fpc 3.3.1 trunk. I did test compiling mseide, ideU and others projects and

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-10 Thread fredvs
Hello Roland. Doing this: const foldhiddenbit = 7; foldhiddenmask = byte(1) shl foldhiddenbit; currentfoldhiddenbit = 6; currentfoldhiddenmask = byte(1) shl currentfoldhiddenbit; foldlevelmask = byte(not (foldhiddenmask or currentfoldhiddenmask)); foldissumbit = 0; foldissummask = $01;

Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-09 Thread fredvs
Re-hello Code DZ. > I tried fixing these warning but i lost . What makes you stop, what kind of warnings? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-09 Thread fredvs
Hello Code dz > i think msegui should stay with fpc3.0.4 until finding the fix Yes, of course, fpc 3.0.4 is the "official" last release of fpc. I do regularly check the new features of fpc 3.3.1 trunk, this to not be too far of what appends. (And I agree also to check if ,by chance, they fixed

[MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread fredvs
Hello. I just have try to compile mseide with last fpc trunk 3.3.1 of 08-03-2020. There is that error message: msedbusinterface.pas(224,5) Error: The interface type of the forward declaration and the declared interface type do not match for interface idbusservice msedbusinterface.pas(564,1)

[MSEide-MSEgui-talk] Some news from Github issues.

2020-05-01 Thread fredvs
Hello everybody. Hold on! There was some movement in MSEgui code. We have now a bridge! Before the bridge, if you used a unit that uses 'classes' in uses section, you needed you add 'mclasses', just after 'classes'. This because MSEgui uses his own class definition. Thanks to Johann Elsass

[MSEide-MSEgui-talk] Problems with mseide-msegui mailing-list

2020-05-02 Thread fredvs
Hello everybody. I try to sent some mail but without success. If this can be seen, there is also the issues of MSE-org Github where we can communicate: https://github.com/mse-org/mseide-msegui/issues or msegui forum: http://mse-org.111682.n8.nabble.com/ This because nobody has control on

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Re-hello Med. > > How is it possible to clean automatically mseide unit from unused > modules in Uses clause. I think I did not understand ok and my previous post has nothing to do with your question. Are you talking of all the units added automatically by the MSEdesigner after the uses

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-05 Thread fredvs
its since there. I dont know how you do to download the last commits but a easy way is to: - Go at Github site: https://github.com/fredvs/msefiledialogx/ - Click on the green button [Code] then [Download ZIP]. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.n

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-04 Thread fredvs
Hello Sieghard (and sorry for the spelling error in my previous mail). It seems that you did not try the last commits of GitHub. Anyway, > But still, the "places" display stubbornly shows the non-existent directories, even if they're no longer selectable. Ha, yes, ok, I will remove the

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-06 Thread fredvs
Hello Sieghard and friends. In last commit, added "Custom Places" panel. You may add your favorite directories clicking 2x on the empty row. Delete the row with the delete-key. Have fun. Fre;D --

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-06 Thread fredvs
Hello Sieghard. > So it's near to impossible to have a current version? ;-) > But you didn't do this for the _form_, but set the _contoller_'s > respectivevariables. It does it for the form too via the _contoller_'s respectivevariables who set then to the form, for example font size+name.

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-01 Thread fredvs
e try instead https://github.com/fredvs/msefiledialogx/ Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/li

[MSEide-MSEgui-talk] New release of MSEide ?

2020-09-10 Thread fredvs
Hello everybody. There was lot of bug fixes, bridge added, new components, ... in trunk mseide-msegui since last release. What do you think about release a new release? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] New release of MSEide ?

2020-09-11 Thread fredvs
Hello Med. Huh, no I dont do it already because I first want your advice for the opportunity to do a new release. For the change since last release, please take a look at the commits done: https://github.com/mse-org/mseide-msegui/compare/5.0.0...master Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-08 Thread fredvs
Hello everybody. I did add the component FileDialogX in mseide-msegui code. With last commit of mseide-msegui, compile mseide and you will get a new tab + new FileDialogX component in the component palette. Have lot of fun. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-14 Thread fredvs
Hello Sieghard and others. Ok, all your remarks are fixed or added (I hope). - Resizing should be fixed. - For the "No Icon" feature, it uses a char before the name: "D " for a directory and a "F " for a file. - About sorting, it does now regroup all directory together and all the files

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-13 Thread fredvs
... Continuation of my previous post. > Maybe the integrated graphic unit, a Radeon R7, Ha, ok, no, I do not use Radeon drivers. Not sure if it could help, but in the readme.txt from Martin: Display problems with Linux radeon and other EXA drivers

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-13 Thread fredvs
Hello Sieghard. Many thanks for your advice. Huh, did you try the last commits because all what you explained should be already fixed? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-13 Thread fredvs
Hello Sieghard. > It is possible to add the same user selected directory to the "hearty" > field of the "Places" pane any arbitrary number of times. A test for > uniqueness might be useful here before insertion. Yes, good idea, It will do a check before inserting. > At some size of the

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-02 Thread fredvs
Hello Seighard > Ok, I did download this also, but the "..2" version still required this > non-existing component This was a attachment, I dont have access to it and cannot delete it, please forget it. > In the "Standard" display, the file type signs (folder icon, type text) > sit > too close

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-09-11 Thread fredvs
Hello Sieghard. >> About adding new properties like font name, size, background color of the >> form,... >No, this is correct, but isn't this a bit overly complicated? No it was not really complicated and appears in the Object Inspector panel. >> Note that the size and position of the form is

[MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello everybody. In attachment, new component msefiledialog2 with a simple demo. new_msefiledialog2.zip It is a extended version of msefiledialog but with icon, name, extension, size and date columns. Each column

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello Roland. Ooops, indeed a file was missing, the attachment is updated. new_msefiledialog2.zip This component use the same syntax that original msefiledialog. So to set a title, you may do this (see in the

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello Roland! Nice to read you! About new extended MSEFileDialog component, I am not sure about the size of files. I dont know if it is in Octet, Byte or Bit. Anyway, I did some tuning about this in the attachment. new_msefiledialog2.zip

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-29 Thread fredvs
Here the workaround used to make the size column sort-able: var size, x, y : integer; thestrnum : string; ... size := the_size_in_bytes ; thestrnum := inttostr(size); x := Length(thestrnum); if x < 15 then // that should be enough for y := 0 to 14 - x do thestrnum

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-29 Thread fredvs
Hello everybody. Added git repository of MSEFileDialogX, a extended MSEFileDialog component. Included a demo to show how to use it. https://github.com/fredvs/msefiledialogx Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com

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