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] 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, dscheckfilte

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 "dschec

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 https://gitlab.com/mseide-msegui/mseide-msegu

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

2020-04-05 Thread fredvs
OOOps, OK I get it. Yes it was me, this was a fix about the range check error. Does it makes problem with your code (appart to add the last element)? Sorry to not have catch it before. 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
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] 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. Un-com

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
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 mailin

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 fro

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 so

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 li

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

2020-04-07 Thread fredvs
Hello Sieghard. Did you try the last commit? -- 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] Error compiling with 5.0

2020-04-07 Thread fredvs
Hello Sieghard. Just to be sure, did you try our last release MSEide 5.0.0 ? It is here: https://github.com/mse-org/mseide-msegui/releases And the source here (click on green button "Clone or download" then download zip): https://github.com/mse-org/mseide-msegui/ Fre;D -- Sent from: http://m

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

2020-04-07 Thread fredvs
Hello Sieghard. In my previous post: > 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 list mseide-msegui-talk@lis

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

2020-04-08 Thread fredvs
Hello Sieghard. > (BTW, dialogs aren't really a strong area of msegui at all, I think.) Huh, all dialogs used in ideU, StrumPract and all my other msegui applications are custom dialogs... Me too, I am not too fan of the mse-gui original dialogs (but it easy to customize it). Fre;D -- Sent f

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

2020-04-08 Thread fredvs
> Thank you again, I'll get it as soon as I can. To re-compile MSEide, load /mseide-msegui/apps/ide/mseide.prj + compile. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@list

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

2020-04-09 Thread fredvs
Hello everybody. I am thinking to create a package for the Raspbian Pi that includes msegui, fpgui and fpc binary. The idea is to provide a package out of the box, that people can use directly, without any need to install any dependencies. Sadly for that the original fpc binary is not suited for

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
Hello Med. In source from 5.0., you will see that dscheckfilter is commented now at line 55 //dscheckfilter = ord(high(tdatasetstate)) + 1; It is defined now in mdb.pas at line 57 TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter, dsNewValue, dsOldVa

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 very

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] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
w I can install fpc and msegui on a RPi with Raspbian distro without the need to be connected to install some no needed dev-package. https://github.com/fredvs/freepascal Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-m

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

2020-04-09 Thread fredvs
> Anyway it is extremely difficult to explain In short, according: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html 3.1.1. Shared Library Names Every shared library has a special name called the ``soname''. The soname has the prefix ``lib'', the name of the library, the phrase

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

2020-04-10 Thread fredvs
can link soname, it will link to libX11.so.6'. https://github.com/fredvs/freepascal Please Sieghard, do me a favor, read carefully all the notes of Martin and me here: https://bugs.freepascal.org/view.php?id=32367 and here: https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/ms

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

2020-04-10 Thread fredvs
Please, read previous mail. > X11" to 'libX11.so.6' in "mseguiintf.pas"; It was a big hope of Martin, I am sorry that we couldn't convince fpc team to fix the bug. Finally, after all that years, it appends, but wtchl a patched fpc that is here: htt

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

2020-04-10 Thread fredvs
> And that's a barricade for my advance with the new mseide right now. I did not understand exactly what is the problem with dialogs form, I have to study better your post. But, trust me, we will find a solution, for sure. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ _

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

2020-04-10 Thread fredvs
> Ok, then it's understandable. This version will then be limited to this > specific version of libX11. Yes and this till the end of time. X11.org project is dead, there is absolutely no plan for a new major release. Even if there will be a fix, this will be on a minor release, and the soname ca

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 t

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 https://lists.sour

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

2020-04-14 Thread fredvs
> Do yo know if there is a way to switch from a syntax file to another With MSEide, is in Project-Option-Editor-Syntax definition files. (with ideU, there is a "live" switcher in main menu "Syntax def") Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

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

2020-04-14 Thread fredvs
> Do you know why there is a pascal2.sdef? /mseide-msegui/apps/ide/syntaxdefs/ or /ideu/src/syntaxdefs/ -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net ht

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

2020-04-14 Thread fredvs
Oooops, you asked why and not where. Huh, no maybe they are a few different, with other colors,... -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://li

[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

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

[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 msei

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 MSEdesig

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 fil

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 sectio

[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/ _

[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 mseide-mseg

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] 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/ ___ mseide-msegui-tal

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 mseide-msegui-talk@lists

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. > 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 let

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. Strange. I just have try to compile with fpc 3.2.0 MSEide and ideU that both use timagelist, did add some pictures in the list and all seems ok. Could you give a demo of the problem? Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. I did compile ideU and MSEide via wine emulator on Linux and all seems ok. I did use fpc-ootb 3.2.0 from there: https://github.com/fredvs/freepascal-ootb/releases I have to find a real Windows OS computer to try. What Windows version are you using and what fpc 3.2.0 (32 or 64 bit)? It

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. I did try on a Windows 10 64 bit machine, last upgraded, with binary of MSEide 32 bit from there: https://github.com/mse-org/mseide-msegui/releases/tag/5.0.0 And using the source from there: https://github.com/mse-org/mseide-msegui With the simple project msetimagelist in attachment, here

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
same code for form-designer) it works. So it must be something easy to fix. Sadly I am hyper busy now, so for now, you may use binary release of MSEide 5.0.0. https://github.com/mse-org/mseide-msegui/releases/tag/5.0.0 or use last version of ideU https://github.com/fredvs/ideU/releases/tag/2.2.0

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello Code DZ. I did a deeper check of last msegui trunk and indeed, the new bridge to enable BGRABitmap compatibility gives problems for some MSEgui widgets. So version 5.2.0 was set as beta and 5.0.0 as last stable release. Please use the msegui source of that release to compile MSEide (or simp

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
RE-rere-hello. OK, it is clear now, added fpc parameter -dno_class_bridge by default in project options. Fixed in last commit 49dcce9. Please, forget all the previous posts and use last commit of mseide-msegui. All should be ok now because it is set as no bridge by default. And yes, there

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Please add the fpc parameter -dno_class_bridge in project options of your project. And I think that maybe we have to change msegui code and set no class bridge by default (no parameter) and if people want to use the bridge use parameter -dclass_bridge. At the moment, if you dont add any parameter

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Re hello. OK, in last commit changed default no class bridge used, use now fpc -dclass_bridge parameter to enable the class bridge for BGRABitmap. So, to resume, for all your projects that do not use BGRABitmpap, dont do nothing, just compile using last msegui trunk. If you want to use BGRAB

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-27 Thread fredvs
Hello Graeme. > In such cases `git bisect` Ha, thanks for the tip, I will use it. 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.source

Re: [MSEide-MSEgui-talk] Grid

2020-08-01 Thread fredvs
Hello Med. Could you give also the source pascal of the capture? I did not understood what column you want to hide, but setting the width of the column = 0, would it not be ok? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ _

Re: [MSEide-MSEgui-talk] Note for azerty keyboard user on Linux.

2020-08-01 Thread fredvs
Hello Roland! > I never used bookmarks so I don't see well the problem, It is not only for bookmarks but for all Linux applications. To type a number, with a azerty keyboard (like mine), on Linux and the French keyboard enabled, you need 2 fingers. One to press the shift key and one to press the

Re: [MSEide-MSEgui-talk] Note for azerty keyboard user on Linux.

2020-08-01 Thread fredvs
> > I didn't know that bambara was a kind of french. Funny. :) https://fr.wikipedia.org/wiki/Bambara It is estimated that about 80 percent of the population of Mali speak Bambara as a first or second language. And maybe the computers they use are similar of those of their old French friends, wi

Re: [MSEide-MSEgui-talk] Note for azerty keyboard user on Linux.

2020-08-01 Thread fredvs
> > > I didn't know that bambara was a kind of french. Funny. :) Are talking about the Linux French Bambara Variante keyboard layout? Ha, ok, yes, indeed funny to class Bambara as a v

Re: [MSEide-MSEgui-talk] Grid

2020-08-02 Thread fredvs
Hello Med. Here the result of your demo without change: And here with twidgetgrid1.fixcols.linewidth := 0; Till now I did not catch how to hide only t

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-08 Thread fredvs
Hello. The problem of incompatibility with MSE image and the classes bridge is solved. The fixes are in last commit of MSEgui. So now you may use the classes bridge for all your MSE applications, even if you dont use BGRABitmap, all MSE widgets using imported images should work too. Fre;D --

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread fredvs
> thanks fred , i'll check that Maybe you can try BGRABitmap on MSEgui too. In attachment a MSEgui/BGRAbitmap simple demo. testbgra.zip It uses both Tmseimage/Timagelist and BGRABitmap images. Please check in project optio

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread fredvs
> There is also the widegets from bgragui that are msegui compatible: Ooops, the site with code is this one: https://github.com/bgrabitmap/bgragui/tree/dev-bgragui -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-

[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 ca

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-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 attac

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

2020-08-28 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

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

2020-09-01 Thread fredvs
Hello Sieghard. The source of MSEFileDialogX is on GitHub now: https://github.com/fredvs/msefiledialogx/ A demo is included. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui

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

2020-09-01 Thread fredvs
Please 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/lis

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 to

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 director

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

2020-09-05 Thread fredvs
nce 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-05 Thread fredvs
Re-hello Sieghard.. >I thought of a method to _preset_ a > set of display parameters (including those switchable, but also window > size > and position, e.g.) from the calling program. This isn't possible now, >because the dialog form is not accessible from the calling program. Yes, it is possi

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. (or

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-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/

[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/ ___ mseide-

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: http://mseide-mseg

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

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 mseide-ms

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. > 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 _windo

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 togeth

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

2020-09-19 Thread fredvs
Hello everybody. Hum, not too much answers here. But does still exist somebody that uses msegui? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https:

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

2020-09-19 Thread fredvs
Hello everybody. Bon, ok, I will answer to me, so there is at least one answer. "Hello Fred. Thanks for all your hard and big work to test and retest msegui with each new commit of fpc and fix all to make mse still the best widgetset of the world. Yes, I think that a new release of mseide with

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

2020-09-19 Thread fredvs
Hello Dear Roland. > You began to do that here > Ok, I did edit-update the modification done only for fpc >= 3.2.0, like asked in the post. Now about all other modifications, I will add a short description in the relea

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

2020-09-19 Thread fredvs
Hello. There is a new release of MSEide binary: https://github.com/mse-org/mseide-msegui/releases/tag/5.2.0 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.

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

2020-09-20 Thread fredvs
Hello Med. >till now I did not find any serious bugs but only some missings. Please could you give more infos, what bug did you find and what is missing? Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-mseg

Re: [MSEide-MSEgui-talk] Grid

2020-09-20 Thread fredvs
> I believe that the work is around OnPaint Event? Hello Med. Yes I think it is the easier solution. You way use grid.datalcols[0].ondrawcell and set as method: procedure Tmyform.ondrawcell(const Sender: tcol; const Canvas: tcanvas; var cellinfo: cellinfoty); begin if cellinfo.cell.row = -1 the

Re: [MSEide-MSEgui-talk] Grid

2020-09-20 Thread fredvs
Re-hello Med. Ooops, in my previous post it will not do what you want: remove the vertical line of the cell. So, yes maybe it should be a onPaint from the grid himself, not a cell of the grid. So maybe like you proposed with grid.onpaint and only re-paint a part of the canvas, corresponding wher

Re: [MSEide-MSEgui-talk] stringgrid multi select

2020-09-20 Thread fredvs
Hello Patrick. I did not try/use multiselect option but to select rows by code, I use, for example 3 cellpos: grid.defocuscell; grid.datacols.clearselection; grid.selectcell(cellpos1, csm_select, False); grid.selectcell(cellpos2, csm_select, False);

Re: [MSEide-MSEgui-talk] stringgrid multi select

2020-09-20 Thread fredvs
Re-hello Patrick. You may use also the "oncellevent" method of grid. For example to select multi celsl you may do something like this: procedure Tmygridform.oncellev(const Sender: TObject; var info: celleventinfoty); begin if ((info.eventkind = cek_buttonrelease) or (info.eventkind = cek_

Re: [MSEide-MSEgui-talk] stringgrid multi select

2020-09-20 Thread fredvs
Re-re Hello Patrick, In attachment a litle demo of multi-cells selected. gridmultiselect.zip Fre;D -- S

Re: [MSEide-MSEgui-talk] Error at compile time

2020-12-08 Thread fredvs
Hello Med. I did add some components in last release (in FileDialogX tab) and dont have that error. Strange that zstream unit is not found because it is part of fpc (paszlib) package. Anyway, could you try this: In /mseide-msegui/lib/common/fpccompatibility/msefpreadpng.pas At line 24, ... us

Re: [MSEide-MSEgui-talk] Error at compile time

2020-12-08 Thread fredvs
Hello Med. I did add some components in last release (in FileDialogX tab) and dont have that error. Strange that zstream unit is not found because it is part of fpc (paszlib) package. Anyway, could you try this: In /mseide-msegui/lib/common/fpccompatibility/msefpreadpng.pas At line 24, ... us

Re: [MSEide-MSEgui-talk] Error at compile time

2020-12-08 Thread fredvs
Sorry lot of problems with this mailing list. Here screen shot of palette: -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list m

Re: [MSEide-MSEgui-talk] Error at compile time

2020-12-10 Thread fredvs
Hello Sieghard. Thanks for your light. But finally I think that the biggest problem is my lack of patience, all the emails appeared few hours after sent. MSE has his nabble forum, this mail was sent from it. http://mseide-msegui-talk.13964.n8.nabble.com/ Have a perfect day. Fre;D -- Sent f

<    4   5   6   7   8   9   10   11   >