Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-02 Thread fredvs
Hello. Sorry to come back with this old story but there are things still not clear for me. In previous posts you explained that now nearly all modern OS have a "cleaning team" who frees all memory-leaks that was left when a application close. Perfect but what about the memory-leak generated

Re: [MSEide-MSEgui-talk] OS X?

2018-12-03 Thread fredvs
I am also big fan of MSEgui and fpGUI. But the reality is that Mac does not like anything else than himself. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] OS X?

2018-12-03 Thread fredvs
Hello. Did you try Wine for Mac? https://www.howtogeek.com/263211/how-to-run-windows-programs-on-a-mac-with-wine/ -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] OS X?

2018-12-03 Thread fredvs
> IIRC fpGUI has support for OS X Yes but that was valid in the old ages. Now last OSX does not give compatibility with Xorg (XQuartz) ;(. It is possible to re-install old-XQuartz, but, AFAIK, it needs lot of dependencies, is instable and finally needs much more work than installing Wine for

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread fredvs
Hello. Could you try with this: begin application.createform(tmainfo,mainfo); sleep(100); // add this application.run; end. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread fredvs
Last try: begin application.createform(tmainfo,mainfo); application.processmessages; // add this application.run; end. If no, you need Martin. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSElang news.

2018-11-27 Thread fredvs
Hello Med. Ha ok, because I did not find a zebra in the clang compiler. 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] MSElang news.

2018-11-27 Thread fredvs
Hello. I did some test with a chess-engine (written in C) compiled with gcc vs clang. The difference for the the result-executable in speed (much faster) and size (much lighter) of clang vs gcc is impressive. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MDI

2019-01-08 Thread fredvs
Hello Med. If I understand ok, you want in the parent docked form a tray-panel like in the operating system. And in that tray-panel buttons with the name of the minimized forms. If it is that, IMHO, you need to create your-self that tray-panel and ,by code, add-remove the buttons of the

Re: [MSEide-MSEgui-talk] MDI

2019-01-07 Thread fredvs
Hello Med. > How to make them minimized inside tDockPanel I mean showing their > captions inside DocPanel? With code, maybe with MyDockedForm.minimize. But in GUI, indeed, I do not see a minimize button when the form is docked. Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] MDI

2019-01-07 Thread fredvs
Re-hello Med. I think it is here, using object inspector: Tform.frame.grip.options := [go_minimizebutton]; Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSElang news.

2019-01-04 Thread fredvs
Hell everybody. Once the bc file is created by MSElang and optimized with llvm-opt, you may compile it to produce a executable with clang. Here the syntax: $ clang /home/fred/mlctest/hellomlc_opt.bc -lm -o /home/fred/mlctest/hellomlc Here the result of my "Hello MSElang world" first Linux 32

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2018-12-28 Thread fredvs
Hello. I see that Patrick Goupell, Mohamed Hamza and me are members of MSE project. Do you agree to lead MSE project? Of course if somebody else want to join us, he is more than welcome. And all advices are also welcome. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSElang news.

2018-12-30 Thread fredvs
Hello. The .bc (Bit-Code) file produced by MSElang is perfectly recognized by lli (llvm interpreter & dynamic compiler). See picture: Tip: on a Linux 64 bit multi-arch system, please install LLVM 32 bit, like this

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2018-12-28 Thread fredvs
> My name is Bruno, I'm Martin's brother-in-law, I want to inform you that we > have found in Martin's documents the pass words for MSEide-MSEgui > sourceforge. In case you have already appointed a new leader > (administrator? > supervisor? manager?) for Martin's project, I would sent him the

Re: [MSEide-MSEgui-talk] Panel is not shown in windows taskbar

2018-09-13 Thread fredvs
Hello. Why dont you use the main-window to store all the panels ? Here done with ideU ---> Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. OK, I will study your comment, write you later. Other thing. In MSEide, with the vertical ttawidget of source-editor, the tab-hint has for caption the name + extension of the file. Good but, IMHO the full path name would be more useful. This because sometimes the same files from 2

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. In previous mail, please read: tabwidget.tab.options := ... (In place of tabwidget.options := ...) Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Re-re-hello Martin. OK, I get it. The tabhint for horizontal tab is show when adding this: function tsourcefo.createnewpage(const afilename: filenamety): tsourcepage; begin ... result.tabhint := afilename; // add this ... end; Now passing with mouse on a tab shows tabhint (with full

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-15 Thread fredvs
Re-hello. Ooops, in previous mail, the extension of msegrids.pas was missing. Here a complete one: msegrids.zip Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-15 Thread fredvs
Hello. > Why don't you use the PageUp/PageDown keys? Because this does not give a smooth scrolling that the eyes can easy follow. > Another option is to use the scroll wheel Yes, but... I do not have a scroll wheel and would use only the keyboard... So I propose this: If key_up or key_down

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
> That would be a bug. Could you please try this: In MSEide, in sourceform.pas, change this in tabwidget (make it horizontal). tabwidget.options := [tabo_dragsource,tabo_dragdest,tabo_tabsizing,tabo_dblclickedtabfirst,tabo_hintclippedtext] Then compile MSEide an run it. In my OS, the

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Re-re-...-hello Martin. OK, I found the random. It seems that sta file does not save the tabhint-caption. So, after loading a project, this is done: procedure tsourcefo.updatetabhint; var x : integer; begin for x:= 0 to files_tab.count-1 do tsourcepage(files_tab[x]).tabhint :=

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-14 Thread fredvs
Hello. In the video you may see that the page is scrolled down or up if the up/down key is pressed lower than bottom or higher than top. Would it be possible, if the up/down key is pressed more than one second, that scrolling lines is faster? Thanks. -- Sent from:

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-15 Thread fredvs
Hello Martin. OK, thanks for for your light. Huh, I will explore some other ways, like playing with top.row + timer. Write you later if I find something interesting. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

[MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. I try to enable hint for a horizontal ttabwidget without luck. I did try with this but nothing appears: atabwidget.activepage.hint := 'The hint'; or atabwidget[atabwidget.count - 1].hint := 'The hint'; Does I miss something ? PS: With vertical ttabwidget, hint is show if passing on a

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread fredvs
Hello Martin. Thanks for your advices but I really like the tabhint of full path. IMHO it it super easy to use, no need to do complicated combination of keys. Sorry but I will use it for ideU. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-16 Thread fredvs
Hello Martin. Many thanks for your advices. By curiosity, did you try my msegrids.pas in real ? If you do not want acceleration, just release the up/down key when it begin to accelerate and then re-press up/down key again. Sorry again but I will use it for ideU too. Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-17 Thread fredvs
> Here: https://sourceforge.net/projects/mseuniverse/files/book/ It seems good, what a shame that I do not speak German. ;-( -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-16 Thread fredvs
Hello Martin. Because I do not want war, added in config-panel a option: "Enable accelerator for Up/Down keys". Peace. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread fredvs
Hello Martin. > You never used that window in order to select an editor page? Yes and it is great. > I think one should be thrifty with hint popups Yes but, maybe it is because I like Geany IDE... It also give a Tab-hint of the full path if you mouse-move on a tab. And I recognize that lot of

[MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-14 Thread fredvs
Hello Martin. IMHO, the speed of auto-scrolling if the caret is up or down the form is too slow (see attachment). speededitor.mp4 Could it be possible to adjust the speed of scrolling ? Thanks. Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-18 Thread fredvs
Hello. Huh, after a deeper check, it appears that the translation (done by Google-translate) from Germain into English, Spanish and Portuguese is more or less understandable (but needs work). But for translation from German into French, there is lot of work to make it understandable. I will do

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-18 Thread fredvs
Hello Martin. OK, the lyx files are in /books/layouts. Not sure that using LyX will be easier than editing the pdf with LibreOffice Draw.and re-export as pdf. But ok, I will try with LyX. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-18 Thread fredvs
> The Latex/Lyx project is here: > https://gitlab.com/mseide-msegui/books/tree/master/programmierspass > if you like to translate without disrupting the document layout. = LyX error: Module not available The module mse has been requested by this document but has not been found in the list of

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-17 Thread fredvs
Hello Martin. OK we are old friends now, so we can talk without fear ;-) I really like your projects and give generously a lot of my energy with great pleasure. > I merely wrote because you asked for comments and because I wanted to show > some motivation for MSEide design. I really

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-17 Thread fredvs
> Fred, you can do with your IDE as you like, I have no problems with it. No, ideU is the son of MSEide and for each (big) change of enhancement, I will always ask advice to dad. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Speed of MSEide code-editor.

2018-09-17 Thread fredvs
> In order to help developing with MSEide+MSEgui I even wrote a "book". Reaction from users: zero. Here the first reaction: What is that book and where can I find it ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

[MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-18 Thread fredvs
Hello. Included translation of the MSE Programing Pass book: https://sourceforge.net/projects/mseuniverse/files/book/ mse_progpass_en.zip mse_progpass_fr.zip

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-27 Thread fredvs
Hello. > Do you hve login username / password info for the accounts at giylab I have a username-account for mse_sak (the voice assistive kit). But it does not give access to all. In https://sourceforge.net/projects/mseide-msegui/ At line 3, I see: "Brought to you by: den_jean, mse1" Who is

Re: [MSEide-MSEgui-talk] regression bug identified, how do we get it fixed.

2019-01-27 Thread fredvs
Hello Pat. Huh, I am (terribly) curious, is it possible to give code of the problem? 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] Grid

2019-01-27 Thread fredvs
Hello Med. I am not sure it is possible to do this. In Delphi and Lazarus it is not possible to hide/show a row. Maybe you could try to set the row.height := 0 to hide it. PS: Do not forget to answer when somebody help you, so other people can use the solution if it works. Fre;D -- Sent

Re: [MSEide-MSEgui-talk] How to use mse tree/node ?

2019-03-23 Thread fredvs
Hello Patrick. 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/listinfo/mseide-msegui-talk

[MSEide-MSEgui-talk] msei18n vs PO files

2019-02-28 Thread fredvs
Hello. Can somebody explain what is the advantage/inconvenient to use msei18n vs PO files (like fpGUI does)? What is the goal of mse18n (and more generally 18n)? Thanks. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

[MSEide-MSEgui-talk] New mse-org forum: http://mse-org.111682.n8.nabble.com

2019-02-28 Thread fredvs
Hello. There is a new mse-org forum: http://mse-org.111682.n8.nabble.com This in case if problems with mseide-msegui-talk news. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Grid

2019-02-28 Thread fredvs
> i suggest use lazarus And you may use also ideU with "show properties" to true. https://github.com/fredvs/ideU/releases See video: ideuhint.mp4 <http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/ideuhint.mp4> Fre;D -- Sent from: http://mseide-msegui-talk.

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-02-28 Thread fredvs
> Does that help you a bit? A lot, many thanks. My biggest problem is that I cannot make run the msei18n demo so difficult to measure the feature. https://github.com/mse-org/mseide-msegui/issues/1 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-02-28 Thread fredvs
> I did provide it here, but it seemed there was no interest for it. I am interested! 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] Destiny of Martin's projects

2019-02-27 Thread fredvs
Alexey Loginov wrote > Where to send patches for mseide+msegui? Hello Alexey. IMHO, because you are the first to propose patches, the simpler would be that you fork MSEgui-ide from GitLab. Then do a add-commit-push to your forked Github (or Gitlab) MSE-gui-ide site. And in the future we will use

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-03-01 Thread fredvs
Hello Sieghard. > I'm not sure what you want to say with that - did it fail to compile for > you, did it fail to start, were you unable to get it to work, or something > else? I said that the /msegui/apps/i18ndemo/i18ndemo.prj is not working so I cannot evalute mse-i18n. Fortunately Glixx

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-21 Thread fredvs
> what steps are needed to use it? Like explained in a previous post, the alpha release should work out-of-the-box. To compile mselang, mlc, mbc and mli, you may use the prj file via MSEide (or ideU). mselang.prj is in /mselang, mlc.prj and mbc.prj are in /mselang/compiler, mli.prj is in

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-19 Thread fredvs
> A real Genius, but always happy to take part in very interesting discussions. Thanks Michael (and you are a Genius too). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-03-03 Thread fredvs
Hello Sieghard and thanks for your answers. So I will let you try the i18ndemo.prj and last commit of MSEide + me_i18n parameter. > msei18n IS fully working, though, and in the > meantime I even found out again just HOW it works, or is meant to be used. > Using it is a bit !quirky" Yes, that

Re: [MSEide-MSEgui-talk] Grid

2019-02-27 Thread fredvs
> grid.rowhidden[aindex] Yep, well seen! -- 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] Destiny of Martin's projects

2019-02-06 Thread fredvs
> In other C projects that I work, the garbage-manager of the linker is used > to check if there is no garbage in code. Take as example the libsndfile project: https://github.com/erikd/libsndfile/pulls If you propose a pull-request, you have first to test your proposition via a "Pass Test

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-06 Thread fredvs
> but I guess in reality it is still going to be a long wait if they ever decide to switch to Git. :) It depends of when Delphi is going to switch to Git. :-) -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-17 Thread fredvs
> what steps are needed to use it? Re-hello. MSElang is out-of-the-box. https://github.com/fredvs/mselang/releases Yes, I agree, when a program works directly, without to oblige to install/config mountains of things, it gives me always a strange magic feeling. ;-) Fre;D -- Sent f

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-17 Thread fredvs
Hello Patrick. > Is there any documentation on how to set up the mselang environment / > what steps are needed to use it? I would do it with pleasure (but it is so simple that it not needed !) MSElang is mlc, mbc, mli and mselang. - mlc compiler produces mli file that can be interpreted

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-18 Thread fredvs
> This shows that it can do Unicode, bit not that it does code aware strings. Hello Michael. Sorry for my immense ignorance but what is "code aware strings" ? Goggling "code aware strings" or "code aware strings + delphi" does not give anything. ;-( Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-18 Thread fredvs
> The Delphi XE, a "code aware string type" Ha, ok, thanks for the clear explanation. I did not test yet deeply strings feature of mselang. At first look, there are type string8, string16, string32 but did not test the features. Other thing. About some reactions in fpc-dev mailing list about

Re: [MSEide-MSEgui-talk] MseUniverse

2019-02-09 Thread fredvs
new demos into MSEuniverse samples. About what to do with MSEdocked forms + tabs, there is that project who uses it a lot (check the "layout" menu).: https://github.com/fredvs/strumpract/releases Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-16 Thread fredvs
> Re: [MSEide-MSEgui-talk] Destiny of Martin's projects > Feb 05, 2019; 10:16am — by Michael Schnell > Does it really feature coding aware strings ? Hello. Please, take a look at this picture: Fre;D -- Sent

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-05 Thread fredvs
> So in my opinion, unless the FPC team grows massively, or there is a > dedicated developer in the FPC team that works purely on performance, >vnothing is going to change. IMHO. first of all, there is something to do in cleaning code. I do not talk only about memory leaks generated by the

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-05 Thread fredvs
Hum, and comparison with clang + opt vs Java ? About mselang test-video, maybe my favorite: mselang_exec_ext2.mp4 Take a look how mselang deals with external libraries (wow). And how it does with float. And how it

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-30 Thread fredvs
> Did someone carry on the "unfinished symphony" of frank shubert ? Yes, Frank Merrick finished the symphony 100 years after the death of Frank Shubert (1822). What is the goal of your intervention? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-30 Thread fredvs
> Did someone carry on the "unfinished symphony" of frank shubert ? It depends of what you are considering of "unfinished " in the Martin' symphony. IMHO, the last release of MSEgui/MSEide is "totally finished", all the projects that use it hardly work perfectly here. (with a custom fpc 3.0.2

Re: [MSEide-MSEgui-talk] MseUniverse

2019-01-25 Thread fredvs
Hello Med. > I wanted to add some enhancements but I can not open the > editpage1form.mfm. Did you try to open editpage1form.pas and then toggle form unit to form? Here it was out-of-the-box (but you need to assign the "not found" form if there is one missing). See picture:

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-24 Thread fredvs
Hello Graeme. Sorry I did not see your post. I totally agree with you (but do not have the skill to do it by myself). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-24 Thread fredvs
Hello Alexey. Thanks to take care about MSE projects. Like I explained before, I am volunteer to help the maximum I can. But, sadly, I am not a Git guru and have difficult access to Internet. My science about GitHub resume to 3 commands: $ git add --all $ git commit --all $ git push --all

Re: [MSEide-MSEgui-talk] MDI

2019-01-25 Thread fredvs
Re-hello. You may use, for example when the form is minimized in a dock-form: if myminimizedform.parentwidget <> nil then ...// show bottom-traybar + button with name of the minimized form, etc... Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] regression bug identified, how do we get it fixed.

2019-01-25 Thread fredvs
Hello Pat. Did you get 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.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-01 Thread fredvs
Hello. In mesgui README.TXT: > MSEide+MSEgui Pascal Cross Platform GUI Development System. > 2018-11-03 Version 4.6.2 > Copyright (c) 1999-2018 by Martin Schreiber > - Compiles with FPC 3.0.2 or 3.0.4 > Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-03 Thread fredvs
> What do you think about converting Pascal to C? I am not fan of conversion. If I have to do a program in C, I will write it in C from scratch and not use a converter. The same for Java to Pas (or Pas to Java), if I need to create a Java or Android app, I will use native Java tools. But yes,

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-03 Thread fredvs
> programming language is just a tool > since you are concerned about floating point optimization , its > obvious that c/c++ is leader in that field Huh, did you try the test + benchmarks of /mselang/test/ ? IMHO, it is not a question of programming language, Pascal does as good as c/c++ if

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-03 Thread fredvs
> Your death spell for MSEIDE-MSEGUI? IMHO, MSEIDE-MSEGUI will stay with fpc release 3.0.2 and 3.0.4. And if one day MSEIDE-MSEGUI does a upgrade concerning compiler, it will be to use mselang. I think that fpc is too much self-centered (why not work with Git?) and slave to Delphi. And if you

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-31 Thread fredvs
> What do you think if we translate MseIde-MseGui to an other language . http://mseide-msegui-talk.13964.n8.nabble.com/MSEide-MSEgui-talk-MSE-Programing-Pass-Book-tp1238p1336.html -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-31 Thread fredvs
> did you try compile msegui/ide with fpc trunk ? AFAIK, msegui/ide can be compiled with fpc <= 3.0.4. I did try to compile some msegui projects with fpc 3.1.1.. It was ok for Windows but fails for Unix. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-04 Thread fredvs
> AFAIK maelang is not yet complete and it works only for simple cases , > at least that's what martin said. Martin was too much humble. His mselang project is already very far. If you have some free time, please try the alpha2 release: https://github.com/fredvs/mselang/releases It

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-05 Thread fredvs
> Does it really feature coding aware strings ? I am not sure to understand what you ask. If you take a look at /mselang/test/base/string/ you will see (and test if you want) that strings are perfectly implemented. https://github.com/fredvs/mselang/tree/master/src/test/base/string Fr

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-05 Thread fredvs
@ Michael. It seems that your last post is empty, is it wanted ? 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] Destiny of Martin's projects

2019-02-05 Thread fredvs
> But what about mselang on that behalf ? What about to test it by yourself ? ;-) If you try the alpha2 release, it should be out-of-the-box. https://github.com/fredvs/mselang/releases Here MSElang at work: http://clang-developers.42468.n3.nabble.com/file/t497746/mselang_exec.mp4 Fr

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-29 Thread fredvs
Hello Pat. 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/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-01-29 Thread fredvs
Re-hello, sorry I did noy see his: > Was there a message from Martin's family that they had found some login > usernames / passwords for the ms projects? Yes, there was that message but, AFAIK, it seems that it was the password of Source-Forge but not of GitLab (or reverse). By the way, why

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-02-04 Thread fredvs
> Can MSEGUI be compiled using MSELang ? MSElang has already implemented {$mode pascal} (similar as objfpc) and {$mode mselang} (similar to objfpc + some Oberon flavor). MSEGUI should be compatible with {$mode pascal}. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-15 Thread fredvs
Hello Roland. It is always a pleasure to read your good advices. In attachment, mseide and msei18n en version Française. mseide-msei18n.zip Note that for mseide there are still words not translated (asap if I can).

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-15 Thread fredvs
Thanks Roland. You will need the source of mseide-msegui from mse-org to use msei18n. There was some problems with the trp (mse TRanslate Project files) for Windows 10 (but ok with wine). So was added in each /lang/lang_xx/ of mseide and msei18n a trp for Windows and a trp for Unix. So if you

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-16 Thread fredvs
Re-hello Roland. OK, deeper tested with Windows 10. In attachment fr version of mseide.exe and msei18n.exe compiled on Windows 10 and tested. You may try msei18n with the trp files that are in /lang/lang_fr and i18n/lang/lang_fr. mseide-msei18n_win10_fr.zip

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-13 Thread fredvs
Hello Everybody. Maybe it was not a good idea to create MSE-org. Maybe it is better to delete it. I am so sorry how the things turn. If it was for me, it was long time ago that I would remove it. But it is so sad for Martin. I do not understand so much hate, I did scrupulously follow all the

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-13 Thread fredvs
Ha, you are cooler. Hello Alex. Ok, let's do step by step. > msei18n has no console mode. No, so sorry, like explained on issues, for next release, maybe. > compillation of multilingual libraries is impossible With what OS? Here tested on Linux Debian 9.5 64/32bit, FreeBSD 10 64bit, Windows

Re: [MSEide-MSEgui-talk] Destiny of Martin's projects

2019-04-13 Thread fredvs
All your wishes are for your packages-maintainer needs. They are not really needed for the particular developer. > It was LC_ALL=C compatible before. Martin did it without Lazarus code. Yes because, like clearly explained in one issue, now the new search-index if by name and component. And for

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

2019-06-07 Thread fredvs
> any news about this ? You may compile your mse applcations without problems if you do not use TParamFlag. With fpc 3.2.0. the "self" parameter is show by default. Sorry but I did not find the way to disable it. A fpc-guru is needed to give the solution. Sadly I feel to be not welcome on

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

2019-06-08 Thread fredvs
> (if your application is not using TParamFlag). Huh, of course if your application uses TParamFlag or if you know how to disable "self" parameter your advice and fixes are more than welcome. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2019-06-08 Thread fredvs
Hello code dz. msegui can use 3.2.0 without problems. The only problem found is if you use TParamFlag in your application. But I doubt that lot of people use TParamFlag... mseide, that uses TParamFlag, should then be compiled with fpc 3.0.4. But mseide compiled with 3.0.4. can use msegui and

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-13 Thread fredvs
Hello Sieghard and sorry for the long delay. > Android (if used there at all, or is this a cross compiler only?) might be > another matter. Hum, Android is Java, so, IMHO, fpc could only deal with Java via fpc-java-native-libraries. I do it for uos (United Openlibrary of Sound), compile with

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-15 Thread fredvs
Hello Sieghard. > But as I found out - though not yet successfully confirmed - it seem > NOT Yes, nabble propose "extended" mailing-lists. When you create a "nabble-mailing-list" you have to give all the infos of the "official-root" mailing list. Then nabble will copy all new posts of the

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-22 Thread fredvs
Hello Sieghad. Many thanks for your files. I will deeply study it asap. Write you later. 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] msei18n vs PO files

2019-05-22 Thread fredvs
rom https://github.com/fredvs/mseide-msegui ? (The release with new msei8n, done by Glixx and me). - Or from https://gitlab.com/mseide-msegui/mseide-msegui ? (Official root release of Martin) Thanks. Fe;D -- Sent from: http://mseide-msegui-talk.13964.n8.n

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-16 Thread fredvs
Hello Sieghard. Sorry if I was not clear. To resume: http://mseide-msegui-talk.13964.n8.nabble.com --> is a "clone" of mseide-msegui-talk@lists.sourceforge.net mailing list. http://mse-org.111682.n8.nabble.com --> is a independent forum, like Lazarus forum:

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-14 Thread fredvs
Hello Sieghard. >> I do it for uos (United Openlibrary of Sound), compile with fpc a >> Java-native library and use that library with Java applets. > I.e. you use Java for user interface only, which is just what I meant. Not sure to understand,but even on a "pure Android" machine (like a a

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-05-14 Thread fredvs
Re-hello Sieghard. I forgot to note, for the Android-Java-native library in previous post, that it works if the library is compiled on a ARM machine. I use a Rpi + Raspbian. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

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