Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-29 Thread Fred vS
Hello Sieghard. Your latest corrections are comitted in the Sieghard branch. Many thanks for your valuable work. Have a nice day. Fre;D ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-23 Thread Fred vS
Hello Sieghard. OK, FileRequester demo works. I did try with FileRequest -t parameter. The newfiledialogx appears. Selecting directories from the left panel is ok appart when clicking on "/usr" icon-directory there is a error message: "List index (14) out of bounds". Also clicking on

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-22 Thread Fred vS
Hello Sieghard. Thanks for the updates for newdialogs(x). I did try your demo TextView.prj but at loading there is a exception message: List index (11) out of bounds. After clicking on OK, the application crash. For the demo FileRequester.prj, I did not catch how to use it and with what

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-19 Thread Fred vS
Hello Sieghard. Ha, ok, I think I get it now. In the code of msefiledialogx.pas there are those ifdef: {$ifdef BGRABITMAP_USE_MSEGUI} It is because the msefiledialogx shows the rendered image on the bottom-left if you select a image-file in a directory. If you did not use BGRABimap on your

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-19 Thread Fred vS
Hello Sieghard. Strange that it does not work for you. But, did you add the -B (build all) parameter? Without it fpc sometimes ignore some of the {$ifdef something}. It is a very old bug and till now it was not yet fixed, so better to use -B, mainly for the first compilation of the project.

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-18 Thread Fred vS
Hello Sieghard. To use BRABitmap for MSEgui, do this: 1. Download BGRABitmap source from here: https://github.com/bgrabitmap/bgrabitmap 1. In project options tab Make/Directories: Add using your BGRABitmap source directory: ${BGRABITMAPDIR}/bgrabitmap 1. In tab Make/Make Options

Re: [MSEide-MSEgui-talk] SDL and MSEgui?

2024-05-18 Thread Fred vS
ong as SDL was (and probably will continue to be, as an important game, OpenXcom still uses it and I still play it - if you didn't know how important I am :D - kidding). Here are the SDL2 units for Pascal: https://github.com/PascalGameDevelopment/SDL2-for-Pascal On Fri, May 17, 2024 at 6:34 PM Fred vS

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-17 Thread Fred vS
Hello Sieghard. About "msefiledialogx", of course don't hesitate to adapt it as you wish, it's an honor for him. >BTW: are you sure of the file type name “.dylib”? Or should it be ".dynlib", >which makes more sense to me? Hmm, that's Apple's logic. The suffix of a dynamic library on OSX is

[MSEide-MSEgui-talk] SDL and MSEgui?

2024-05-17 Thread Fred vS
Hello everybody. Does somebody knows SDL and have already used applications done with it it? https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer There is a other gem in MSEuniverse: https://github.com/mse-org/mseuniverse/tree/main/sdl4msegui In the readme.txt: --- Main

[MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-16 Thread Fred vS
Hello everybody. Great news! Finally I find a way to save the canvas of a form, with all his child-components into a png file (or bitmap). Only the canvas is saved, even if the form is covered by other external forms. Here the trick (thanks to the wonderful BGRABitmap gem):

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

2024-05-14 Thread Fred vS
Hello Sieghard. I think that I understand better the problem (maybe). If you use a tfilenameeditx, via le Object Inspector, there is the property "statfile" where you can assign a config file. But the component tfilenameeditx himself uses also the filedialogxfo form who has also a property

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

2024-05-14 Thread Fred vS
Hello Sieghard. >I have a question concerning your extended filedialogx. >I've run into severe problems with its statfile handling. > It seems to me that saving the layout dependent settings simply cannot work. Hum, sorry but I dont catch what you mean. Here, with the "original" filedialogx,

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

2024-05-09 Thread Fred vS
Hello Sieghard. Thanks for the new fixes, I will commit it asap in the sieghard branch. I understand that you dont want to have a Github account but it would be great if you could check regulary that discussion: https://github.com/mse-org/mseide-msegui/discussions/87 So I dont have to post

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

2024-05-09 Thread Fred vS
Hello Med. Indeed, I just have tried to compile PSQLBrowse.prj for Windows and I get the same error message. If removing "cLocale" in uses section of SQLForm.pas then there is a other error: fontlist.pas(297,4) Fatal: Syntax error, "INTERFACE" expected but "END" found Imho, PSQLBrowse.prj

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

2024-05-08 Thread Fred vS
Hello Sieghard. Newdialogs fixes have been committed to the sieghard-branch and MSEclock + new demo here: https://github.com/mse-org/mseide-msegui/discussions/87#discussioncomment-9361181 Thanks a lot for the fixes and the new demo and have precious vibes. Fre;D

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

2024-05-08 Thread Fred vS
Hello Sieghard. Thanks for your explanations. But maybe you did not see the screenshot when resizing MSEClocK. I will try to add it as attachment (maybe sf will accept it now). There is also a problem with moving the window by clicking on the form, holding the button clicked and trying to move

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

2024-05-07 Thread Fred vS
Hello Med. The error message is because the directory \units does not exist. You should create it manually. I suppose that you are esting PSQLbrowse project of Sieghard downloaded from here. https://github.com/mse-org/mseide-msegui/discussions/87 If so, be sure to compile it with the

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

2024-05-07 Thread Fred vS
Hello Sieghard. Many thanks for the fixes in newdialogs, (nearly) all seems ok now. There is a little problem with MSEClock window what not redrawn correctly when resized. If resize the window (and change only the height), the window isn't redrawn properly. If clicking into the window, then

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

2024-05-03 Thread Fred vS
Hello Sieghard! Many thanks for the fixes, they are commited/pushed to the sieghard branch: https://github.com/mse-org/mseide-msegui/tree/sieghard Will test it deeply (and thanks for the fix in filedialogx.pas too). Fre;D ___ mseide-msegui-talk

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

2024-05-02 Thread Fred vS
Re-hello Sieghard. I haven't jumped into your code yet but the same crash appears when you try to free an object that hasn't been created yet. My 0,01 cent, of course. Fre;D De : Fred vS Envoyé : vendredi 3 mai 2024 00:44 À : General list for MSEide+MSEgui

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

2024-05-02 Thread Fred vS
Hello Sieghard. >BUT a question here - and this is a VERY important one: Does this blinking >(and possibly all the other adverse effects too) also occur under Windows? Yes, there are problems with Windows too. See here:https://github.com/mse-org/mseide-msegui/issues/89 Fre;D

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

2024-05-01 Thread Fred vS
Hello Sieghard. I hope all is ok for you. About newdialogs: the position of the dialogs are much better now, many thanks for this great feature. But there is a problem with the tfilenameedit component that uses the new tfiledialog. You may try with MSEide, compile it using your newdialogs.

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

2024-05-01 Thread Fred vS
Hello everybody. There is a new branch with the Sieghard newdialogs, statfile fixes and extended db here: https://github.com/mse-org/mseide-msegui/tree/sieghard MSEide works on MacOS also for compiling and running projects.

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

2024-04-23 Thread Fred vS
Hello Sieghard. Many, many thanks for that great code. I tried the newdialogs components on Linux and everything seems ok, same for the stat files. For db files, because I don't know how thoroughly to test it, it's on the to-do list. Started a discussion on Github-mseide-msegui site and added

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

2024-04-18 Thread Fred vS
Hello Sieghard. I apologize for the late answer. >The therein mentioned projects are mainly working now, and I've also produced a SQLite browser application similar to the Postgresql one. My "newdialogs" are mostly working as well, although there's one annoying effect left, making the main form

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

2024-03-29 Thread Fred vS
Hello Sieghard. Happy Easter holidays for you too! Thanks for your work, I am sure it will be perfect. By the way, there is a new release 5.10.2. with mainly fixes for msetimer on Linux i386 and amd64. https://github.com/mse-org/mseide-msegui/releases/tag/5.10.2 Fre;D

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

2024-02-14 Thread Fred vS
février 2024 06:37 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] New release 5.10.0. Thank you Fred, making fpc-llvm under Devuan 4.1.1 succeeded! NetBSD still at RC4 so it will have to wait... On Tue, Feb 13, 2024 at 1:18 PM Fred vS mailto:fi...@hotmail.com>> wrote:

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

2024-02-13 Thread Fred vS
usl. https://chimera-linux.org/about/#buildable-from-source On Tue, Feb 13, 2024 at 1:18 PM Fred vS mailto:fi...@hotmail.com>> wrote: Hello Vasi. There is a how-to here (tested for MSEgui too): https://forum.lazarus.freepascal.org/index.php/topic,61069.msg459333.html?

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

2024-02-13 Thread Fred vS
for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] New release 5.10.0. Hi Fred! Thank you very much for the new version. Is there a tutorial how to for fpc-llvm-3.3.1? I mean, to get or make the compiler fpc for llvm On Tue, Feb 13, 2024 at 12:04 AM Fred vS mailto:fi...@hotmail.com>>

[MSEide-MSEgui-talk] New release 5.10.0.

2024-02-12 Thread Fred vS
Hello everybody. There is a new release 5.10.0. with binaries of MSEide and the fixes of inherited forms. Also compatible with Darwin-MacOs (via XQuartz). https://github.com/mse-org/mseide-msegui/releases/tag/5.10.0 Have lot of fun. Fre;D ___

Re: [MSEide-MSEgui-talk] MSEgui on the Mac!

2024-01-19 Thread Fred vS
De : Fred vS Envoyé : jeudi 18 janvier 2024 12:10 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui on the Mac! Hello Sieghard. I hope all is ok for you. I dont have a Mac, all was done via VMware, after decades I was finally able to install Mac OSX on a virtual

Re: [MSEide-MSEgui-talk] MSEgui on the Mac!

2024-01-18 Thread Fred vS
Hello Sieghard. I hope all is ok for you. I dont have a Mac, all was done via VMware, after decades I was finally able to install Mac OSX on a virtual machine. I have to agree that it works ok (few slow but ok). I am happy that there is a answer now to people complaining that msegui cannot

Re: [MSEide-MSEgui-talk] MSEgui on the Mac!

2024-01-17 Thread Fred vS
st for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui on the Mac! Thank you Fred and congratulations! On Wed, Jan 17, 2024 at 3:00 AM Fred vS mailto:fi...@hotmail.com>> wrote: Hello everybody. A litle surprise for the new year: MSEgui goes on the Mac. It is done via XQuartz. To

[MSEide-MSEgui-talk] MSEgui on the Mac!

2024-01-16 Thread Fred vS
Hello everybody. A litle surprise for the new year: MSEgui goes on the Mac. It is done via XQuartz. To do it, just install XQwartz form here: https://www.xquartz.org/ and fontconfig with "brew install fontconfig" (because not installed by default). See screenshots: MSEide

Re: [MSEide-MSEgui-talk] IDE

2023-10-01 Thread Fred vS
Hello Sieghard. I am busy to try your new dialogs. I try them for project ideU because it uses nearly all king of dialogs. So I copied all the units of your newdialogs folder into the root directory of ideU project. I did not copy the customed dialog-units that uses variables shared with ideU.

Re: [MSEide-MSEgui-talk] IDE

2023-09-30 Thread Fred vS
Hello Sieghard. There are binaries of ideU here: https://github.com/fredvs/ideU/releases/ You dont need to compile it to test the debugger. But of course if you want compile ideU with your new dialogs units, maybe it will be a few tricky because in ideU source there are also custom dialogs

Re: [MSEide-MSEgui-talk] IDE

2023-09-29 Thread Fred vS
your request, so please explain (I did try it with ideU, not yet with mseide). De : Fred vS Envoyé : vendredi 29 septembre 2023 22:47 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] IDE Hello Sieghard. >the inability of the degugging c

Re: [MSEide-MSEgui-talk] IDE

2023-09-29 Thread Fred vS
Hello Sieghard. >the inability of the degugging code to realize if a file containing a >breakpoint IS already open when it encounters it, opens it a second time >and then may complain that it cannot open the form file belonging to it - Hum, I did not note this but I will try it soon. Thanks to

Re: [MSEide-MSEgui-talk] IDE

2023-09-29 Thread Fred vS
Hello Sieghard. > And if you need more information, please ask, Ha, ok, so here one: Did you try the debugger with ideU? I did change some code for launch-run the debugger. Maybe it is the way you like and I could some change in mseide too. Fre;D ___

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-29 Thread Fred vS
Hello Med. >The remarks I sent are not emergencies but lines to be added to TODO list. Yes but for the "Inherited" forms in menu create-forms it was a big bug in MSEide And it was also in ideU. The most strange is that bug was there for many years and nobody noted it. So better not to add it

Re: [MSEide-MSEgui-talk] IDE

2023-09-28 Thread Fred vS
Hello Med. OK fixed in last commit (but the bug was already in 4.6 Version). Of course you will need to recompile mseide. (And I have to find time to do new binary release with all the fixes) Hello Sieghard. OK, I will check I will check this week end. Write you later. Fre;D

Re: [MSEide-MSEgui-talk] IDE

2023-09-28 Thread Fred vS
Re-hello Med. Note that the trick of previous post works only during the session, once you close the project and re-load it, Datamodule is again after the item Inherited, and you have to open project option again. So yes it is a big bug and I need to jump into it (but not possible asap,

Re: [MSEide-MSEgui-talk] IDE

2023-09-28 Thread Fred vS
Hello Med. Could you try this: In menu Project/Project Options/Templates/New Forms/ Column "I" (Inherited)---> See it only "Inherited Form" is checked, if nothing is checked there is problem. Also check if DataModule is not checked. See here:

Re: [MSEide-MSEgui-talk] IDE

2023-09-28 Thread Fred vS
Hello Med. Even worst, here the menu is in Russian and each item shows ANCESTROR. I hope it is not a invasion... The good new is that it does not appear with ideU, there all is normal. Hum, very, very strange, thanks to note it. I will jump into it asap (I am super busy this week). Fre;D

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-27 Thread Fred vS
Hello Sieghard. How, you did a lot of work, thanks! I am hyper busy this week but sure I will jump into it this week-end. Fre;D De : Sieghard via mseide-msegui-talk Envoyé : jeudi 28 septembre 2023 01:42 À : mseide-msegui-talk@lists.sourceforge.net Cc :

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-25 Thread Fred vS
Hello everybody. Thanks Sieghard for the infos. Some good news from the front. I finally found a C demo that was working on a Wayland system. Some tweak needed and some hair to loose to make it compile + run. Then I tackled the big part: the conversion to Pascal. My nearly-friend ChatGPT

Re: [MSEide-MSEgui-talk] New versions

2023-09-25 Thread Fred vS
Hello Sieghard. > just for your information: the new versions Nice, I will jump into it, asap ( soon and soft ). Many thanks. Fre;D ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
Hello Sieghard. >I'd suggest to be a bit more conservative and keep the old structure at >least until you got "many" signs of agreement from users you asked. Yes, sure and I am far to be ready for a msegui-wayland interface. I think that I have all the tools now to use Wayland with fpc, all the

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
tablet. For now we don't care about Wayland is not useful for us and is really their problem. Wait for when things are usable. Not worth the effort at the expense of your health. On Fri, Sep 22, 2023 at 6:40 PM Fred vS mailto:fi...@hotmail.com>> wrote: Hello everybody. I am already blocked b

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
have a idea what should be done to access those methods? Fre;D De : Fred vS Envoyé : vendredi 22 septembre 2023 01:21 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui and Wayland. Hello everybody. For the fun, I started a new Github

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-21 Thread Fred vS
Hello everybody. For the fun, I started a new Github project: https://github.com/fredvs/wayland-pascal It takes inspiration of the demos from: https://bugaevc.gitbooks.io/writing-wayland-clients/content/black-square/first-steps.html (Yes, I confess, I was helped by ChatGPT for the translation

Re: [MSEide-MSEgui-talk] TR:FILTER

2023-09-21 Thread Fred vS
works, I think this change is usefull because The dropdown ignores the filter set from tbnav. Now we can change this behaviour. It's up to you to decide. Ps:See the new demo . Med. De : Fred vS Envoyé : mercredi 20 septembre 2023 23:24 À : General list

Re: [MSEide-MSEgui-talk] TR:FILTER

2023-09-20 Thread Fred vS
Re-hello Med. The change to be done is in /mseide-msegui/lib/common/db/msedbedit.pas, Line 237, add this: published property datalink: tnavigdatalink read fdatalink; // add this Fre;D De : Fred vS Envoyé : jeudi 21 septembre 2023 01:09 À : General list

Re: [MSEide-MSEgui-talk] TR:FILTER

2023-09-20 Thread Fred vS
Hello Med. No, I dont think I made a commit to make it public already, it was a test-exploration. Maybe you may try changing the code and assign it as public. If all ok, we can do it. Note that for all DB things I am extremely prudent because I dont master the land, so I commit things only if

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-20 Thread Fred vS
Hello Sieghard. Thanks for the precious infos. I'm (not) sure that MSEgui for Wayland will appear soon but as much information as possible is needed to make it appear. Also maybe it would be good to reorder-rename the sub-directories in /lib/kernel/. Actually there is /kernel/windows and

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-20 Thread Fred vS
Hello Sieghard. Thanks for the precious infos. I'm (not) sure that MSEgui for Wayland will appear soon but as much information as possible is needed to make it appear. Also maybe it would be good to reorder-rename the sub-directories in /lib/kernel/. Actually there is /kernel/windows and

[MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-17 Thread Fred vS
There is a advice about Wayland and how to do enable it for a widgetset here: https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4695433#gistcomment-4695433 The advice was: ImGui has a Pascal binding, even if it's just

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-16 Thread Fred vS
Hello Sieghard. >Where or what do you read as me rejecting the new feature? I "interpret" >that as a neutral statement, "I don't care", so to speak. And I used it Ha, ok, so I will add it in the "todo list of new properties" for next MSEide. >for the db code, I tested the PostgreSQL unit(s)

Re: [MSEide-MSEgui-talk] DBCONTROLS OPTIONS

2023-09-16 Thread Fred vS
Hello Med. Yes, good idea. Do you know how to do this? If yes, please test it for Windows and Linux before to commit it. Thanks. De : mohamed hamza Envoyé : vendredi 15 septembre 2023 20:07 À : General list for MSEide+MSEgui Objet : [MSEide-MSEgui-talk]

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-16 Thread Fred vS
Hello Sieghard. >(It's similar to the "onmouseevent" field of recent concern.) Hum, when I asked to commit that, you did answer that "I would not commit it...". So I did not commit it...  Med proposed also to change source in msegui-DB, so maybe we could do a "big" change, with all those

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-12 Thread Fred vS
Hello Sieghard. >statfileoptionty = (sfo_memory,sfo_deletememorydata, //delete after read >sfo_createpath, // > sfo_useexename, // Yes, good idea! But if we add a element in statfileoptionty, mseide should

Re: [MSEide-MSEgui-talk] Test of tdropdownlisteditlb. (Discussion #3)

2023-09-10 Thread Fred vS
Hello. The solution has been found. https://github.com/mse-org/mseuniverse/discussions/5#discussioncomment-6961103 Thanks Med! De : mohamed hamza Envoyé : vendredi 8 septembre 2023 20:57 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk]

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-08 Thread Fred vS
Hello Sieghard. >WHAT "green light"? Did you try mseclock and all the "newdialogs" already on Windows too ?  I prefer not to hurt you if I find something to change, so I let you with the commands.   Fre;D ___ mseide-msegui-talk mailing

Re: [MSEide-MSEgui-talk] Test of tdropdownlisteditlb. (Discussion #3)

2023-09-08 Thread Fred vS
he use of the dropdown.valuecol propertie if it never changed . In fact , It's about to know which column has the focus afterclose dropdown. Med. De : Fred vS Envoyé : mercredi 30 août 2023 03:09 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgu

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-08 Thread Fred vS
Re hello Sieghard. > The stat file mechanism DOES already have an option (sfo_createpath) Ooops, sorry, I read too fast and did not see it (and did not know that option). Yep, enabled in the stat option sfo_createpath := true makes the trick (and the directory  ). So forget my previous mail,

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-08 Thread Fred vS
Hello Sieghard. > this is accomplished by adding the >following lines to the end of unit file "kernel/linux/msesysintf.pas", >starting at line 710: Well seen! Indeed a check should be done there. I will commit this fix asap. Many thanks for this. About mseclock demo with this msesysinf.pas

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
Hello Sieghard. > But I want to suggest to make that a library standard, implemented in some part of the "statfile" mechanism. What do you think? Yes, the statfile mechanism is problematic sometime. For example. in NetBSD the "~" like in "~/.config" is not recognized as "root directory of

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
Hello Sieghard. >> For this it needs to create a tfondialog class with a "controler" like >> used for tfiledialog". To register the "tfontdialog" component as > No, why should that be neccessary? I was talking about a widget that can be edited by the GUI Object Inspector. But I agree with you,

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
Sorry if 3x same mail but 2 previous do not appear, maybe too big because of included previous mails. New try without previous mai includedl: De : Fred vS Envoyé : mercredi 6 septembre 2023 15:31 À : General list for MSEide+MSEgui Objet : RE: [MSEide-MSEgui

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
to use "~/.msetools" but then check first if it exists, if no, force to create the directory, my 1000 x 10 cents of course). Fre;D ____ De : Fred vS Envoyé : mercredi 6 septembre 2023 15:00 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
to use "~/.msetools" but then check first if it exists, if no, force to create the directory, my 1000 x 10 cents of course). Fre;D ____ De : Fred vS Envoyé : mercredi 6 septembre 2023 15:00 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
Hello Sieghard. >> I like your msefontdialog, very usefull and of course it will be part of >> msegui widgetset. > Be warned - it uses the special dialog form from my "newdialogs". Yes, of course I used it  ! Now there is a other challenge, makes your msefontdialog a widget for mseide. For

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-06 Thread Fred vS
Hello Sieghard. >DO you have a directory "~/.msetools" for msegui applications to store their settings, or are you working under Windows I did the test with Linux 64 bit (not yet with Windows). About the directory "~/.msetools" no I dont have it. Could you explain what applications needs that

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-04 Thread Fred vS
Hello Sieghard. Ha, ok, there is now newdialogs.zip in your site. Indeed, with all his units in mseclock project, it compiles now. ;-) I like your msefontdialog, very usefull and of course it will be part of msegui widgetset. For the language selector I get a "Stream write error" message when

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-04 Thread Fred vS
Hello Sieghard. >> clockwork.pas(365,9) Error: Identifier not found "execute" >> clockwork.pas(375,60) Error: Incompatible type for arg no. 1: Got >> "tcolordialogfo", expected "tdialogform" clockwork.pas(376,20) Error: > I DID state that this version ALSO uses my previously presented

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-02 Thread Fred vS
Hello Sieghard. I try to compile your new release of MSEClock but there are some errors: Compiling ./MSEclock.pas ... clockwork.pas(288,7) Error: identifier idents no member "onmouseevent" clockwork.pas(289,8) Error: identifier idents no member "onmouseevent" clockwork.pas(290,7) Error:

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-01 Thread Fred vS
Re-hello Sieghard. About your problem with floating point formats, I need to jump into database-postgress, I will do asap. But it seems that the project mOMot2. that uses fpc, is very complete and they have some "workaround" for missing fpc things. When I am a few more "aware" about database, I

Re: [MSEide-MSEgui-talk] Mailing list & mseide-db woes

2023-09-01 Thread Fred vS
Hello Sieghard. >I had expected that at least the announcement of a new version of my "MSEclock" demo and an experimental PostgreSQL "browser" might have been recognized. Sorry but I did not note those new versions of MSEclock, PostgresSQL and mailing list I just went to your site and indeed

Re: [MSEide-MSEgui-talk] Test of tdropdownlisteditlb. (Discussion #3)

2023-08-29 Thread Fred vS
De : Fred vS Envoyé : mercredi 30 août 2023 05:07 À : mse-org/mseuniverse Objet : RE: [mse-org/mseuniverse] Test of tdropdownlisteditlb. (Discussion #3) Re-hello Med. In attachment of the mseuniverse-discussion, your project with msedbedit.pas tweaked

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-29 Thread Fred vS
some checkbox. And use that variable vs the hardcoded [0]. But to do it automatic, using the selected column (row is ok) I dont see at the moment how to do, Fre;D De : Fred vS Envoyé : mardi 29 août 2023 21:03 À : General list for MSEide+MSEgui Objet : Re: [MSEide

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-29 Thread Fred vS
I changed the directory and FIREBIRD 3 installed and STARTED. See Attn. Med De : Fred vS Envoyé : mardi 29 août 2023 15:28 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Hello Med. Yes, I have the same as

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-29 Thread Fred vS
list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Re-Hello Fred, I changed the directory and FIREBIRD 3 installed and STARTED. See Attn. Med De : Fred vS Envoyé : mardi 29 août 2023 15:28 À : General list for MSEide

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-29 Thread Fred vS
i-talk] dropdownedit tdropdownlisteditlb Hello, The project use FIREBIRD 3 Server. See Attn for tfb3connection. Med ________ De : Fred vS Envoyé : mardi 29 août 2023 14:48 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownliste

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-29 Thread Fred vS
wnload FlameRobin for free. FlameRobin is a management GUI for Firebird . FlameRobin is a lightweight and cross-platform administration and management GUI for the Firebird DBMS. sourceforge.net De : Fred vS Envoyé : mardi 29 août 2023 02:29 À : General list for MSEide+MS

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-28 Thread Fred vS
ll There is https://mseide-msegui-talk.narkive.com but there is not SEARCH option. Med De : Fred vS Envoyé : dimanche 27 août 2023 23:52 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Re-hello Med. And I will stop

Re: [MSEide-MSEgui-talk] MailList

2023-08-28 Thread Fred vS
I fear that we will need a other way. And maybe (sorry Sieghard it is for you), if somebody has saved the mails in a mails-program, there are tools to convert it in some database format. And that should be easier than use a online converter. Maybe. De : Fred vS

Re: [MSEide-MSEgui-talk] MailList

2023-08-28 Thread Fred vS
: General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MailList https://products.fileformat.app/email/conversion/html-to-mbox On Mon, Aug 28, 2023 at 6:01 PM Fred vS mailto:fi...@hotmail.com>> wrote: Hello Vasi. Nice but: >SourceForge provides downloadable 'mbox' exports from

Re: [MSEide-MSEgui-talk] MailList

2023-08-28 Thread Fred vS
De : vasi vasi Envoyé : lundi 28 août 2023 17:17 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MailList https://products.fileformat.app/email/conversion/html-to-mbox On Mon, Aug 28, 2023 at 6:01 PM Fred vS mailto:fi...@hotmail.com>> wrote: Hello Vasi.

Re: [MSEide-MSEgui-talk] MailList

2023-08-28 Thread Fred vS
o I uploaded that zip file (42 megas) as asset. https://github.com/mse-org/mseuniverse/releases/tag/1.0 Finally we are safe, we get it. Now the question: what are we gonna do with it? Any proposition is welcome! Fre;D ____ De : Fred vS mailto:fi...@hotmail.com>> Envo

Re: [MSEide-MSEgui-talk] MailList

2023-08-28 Thread Fred vS
://github.com/mse-org/mseuniverse/releases/tag/1.0 Finally we are safe, we get it. Now the question: what are we gonna do with it? Any proposition is welcome! Fre;D De : Fred vS Envoyé : lundi 28 août 2023 16:13 À : mohamed hamza Objet : RE: MailList Re-re hello

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
De : Fred vS Envoyé : lundi 28 août 2023 01:43 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Re-hello Med. I did your demo in pause because I dont catch something in FB config. Anyway, I have continued the combat with the demo

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
s[0] true,false,akey); end; exit; end . --- De : Fred vS Envoyé : dimanche 27 août 2023 23:31 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Hello Med. I try to run your d

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
? on the other hand I send the sample . would you like to move it to an other directory or simply remove it. Med. De : Fred vS Envoyé : dimanche 27 août 2023 17:00 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
Hello Sieghard. >I think "nabble.com" might still be active. No, they deleted the mseide-mesgui nable site (without warnings). De : Sieghard via mseide-msegui-talk Envoyé : dimanche 27 août 2023 22:28 À : mseide-msegui-talk@lists.sourceforge.net Cc : Sieghard

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
Hello Sieghard. >But I think, thanks to mohamed hamza, you found a better solution already. Hum, it is already buzy for 6 hours, has downloaded 490 megas of bytes and dont seems ready to stop it soon. I hope it will not download the entire internet! Fre;D De :

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
août 2023 20:05 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb TO CREATE A FORUM TAKE A LOOK AT Create a free forum today! | ProBoards | ProBoards<https://www.proboards.com/create-free-forum> Med De : F

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
tps://www.proboards.com/create-free-forum> Med De : Fred vS Envoyé : dimanche 27 août 2023 17:58 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Hello Med. If you want to add a new sample in mseuniverse, you shou

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
a server problem ? on the other hand I send the sample . would you like to move it to an other directory or simply remove it. Med. De : Fred vS Envoyé : dimanche 27 août 2023 17:00 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
______ De : Fred vS Envoyé : dimanche 27 août 2023 15:16 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Re-hello Med. Wow this webhttrack! To install it in Debian OS: $ sudo apt-get install webhttrack Then run it with: $ webhttra

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-27 Thread Fred vS
lion people use GitHub to discover, fork, and contribute to over 330 million projects. github.com ____ De : Fred vS Envoyé : dimanche 27 août 2023 15:16 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb Re-hel

  1   2   >