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] 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] 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] 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] Destiny of Martin's projects

2019-01-23 Thread fredvs
Re- hello Alexey. > Still no members: https://gitlab.com/groups/mseide-msegui/-/group_members How to become member, it seems to me that only Martin could add members (or, once again, I miss something). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2019-01-23 Thread fredvs
Hello Alexey. > Still no members: https://gitlab.com/groups/mseide-msegui/-/group_members Huh, sorry to ask this stupid question but what is the goal of "group_members". About control of ressource, there is the MSElang project on GitHub: https://github.com/fredvs/mselang with a

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
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] 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] MSElang news.

2019-01-05 Thread fredvs
> Why not create the file in the GitHub repo? Sorry I do not understand, what flie are you talking? 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.

2019-01-05 Thread fredvs
Hello Roland. Thanks for the thanks! > When you speak of your "Hello world", is it a file you created yourself? Yes. Here code of that sophisticated program: program helloworld; begin writeln('Hello MSElang world'); end. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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] MSElang news.

2019-01-01 Thread fredvs
> Indeed, Martin did not enable MSElang for Windows yet.mymsetest.pas This is fake news. MSElang works for Windows too. 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-01 Thread fredvs
Hello Roland and everybody. Happy new year! About MSElang. Indeed, Martin did not enable MSElang for Windows yet.mymsetest.pas But with some cups of coffee it would be possible to enable it (I hope). By the way I did find how to do to have a working executable on Linux 32 bit, The shema is

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

2018-12-31 Thread fredvs
Hello. Here fork of MSElang: https://github.com/fredvs/mselang There are some fixes to make MSElang work on a Linux 32 system. Working compiled release 0.0 is here: https://github.com/fredvs/mselang/releases 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.

2018-12-31 Thread fredvs
Hello Patrick. Could you give the test project that shows this behavior? Did you explore git-commits to find after what commit it appended? I will try to help with pleasure. 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] MSElang news.

2018-12-30 Thread fredvs
Hello Roland. > Congratulations for your work Huh, it is Martin work. Thank you for proposing you directly, without condition to make MSE still alive. With you in the team, sure MSE is in good hands. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-12-29 Thread fredvs
Hello. Here the MSElang project with Linux 32 binaries. It works also in a Linux 64 bit multi-arch 64/32. To install llvm, just do: $ sudo apt-get install llvm The MSElang project include the compiler: mlc, the interpreter mli and the gui tool-chain: mselang and other tools. Here the source

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

2018-12-29 Thread fredvs
Re-hello. Here the Pascal code of the program: {$mode mselang} program hellomlc; begin writeln('Hello MLC'); end. Here the bit code file produced by MSElang: hellomlc_bc.zip It would be marvelous is somebody that know

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

2018-12-29 Thread fredvs
Hello. I am busy to test MSElang compiler: https://gitlab.com/mseide-msegui/mselang All went ok, the MSElang compiler produce a Bitcode File (helloworld.bc). But when trying to compile that helloworld.bc file with *opt* there is that error message after +- 900 lines of messages of the opt

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

2018-12-29 Thread fredvs
Hello Mohamed. > How do you plane this work? I will try to bring together people that has some experience with MSE. Roland Chastain has already answered that he is volunteer. Julio Jiménez said that he will help like I have been doing till now. Graeme will surely help us at beginning for

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] 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] Destiny of Martin's projects

2018-12-27 Thread fredvs
Hello. Yes, of course MSE will stay alive. I do have access to MSE GitLab for some projects but I am not sure it is a complete access. Maybe somebody could clone Martin's projects and leads it. I will do the maximum I can but I do not have Martin's skills. It seems to me that MSElang was the

[MSEide-MSEgui-talk] To Martin family.

2018-12-26 Thread fredvs
Martin was my best developer friend. His generosity and intelligence is legendary. We will miss him immensely. I am totally destroyed. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Need Help

2018-12-26 Thread fredvs
Hello everybody. I have extremely bad news. I received a mail from Martin's sister-in-law. Martin succumbed of cardiac arrest on November 29, 2018. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing

Re: [MSEide-MSEgui-talk] Need Help

2018-12-26 Thread fredvs
Last week I did sent a message to his private email. Bu no answer (and it's not his habit). I hope everything is ok. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] stringgrid multi select how to?

2018-12-23 Thread fredvs
Hello Patrick. For selection I use: function selectcell(const cell: gridcoordty; const amode: cellselectmodety; const checkmultiselect: boolean = false): boolean; For example to select first row: cellpos.row := 0; cellpos.col :=

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-21 Thread fredvs
Hello. Did you try with a old fpc version (like 2.6.4) ? ---> ftp://www.hu.freepascal.org/pub/fpc/dist/2.6.4/ No news of Martin ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
> As I said, this used to work. Ha, super. > I guess I can pull some of the old git code and see if I can determine > when/where it started to occur. It would be very appreciated. In one of my project that was started in Jul 2017 I did have that problems. So if it was working for you, maybe

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
> It seems to get creaetd, but where is it? Huh, indeed strange... Do you absolutely need to dynamically create the component ? In case like this I use the MSE-designer to create the components and set it to visible := false. And when needed ---> visible := true; I have already try like you

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-17 Thread fredvs
Hello. Maybe the problem comes from line 53 in common.pas. Changing this: seValue := tstringedit.create (self,twidget(tpgParent)); with that: seValue := tstringedit.create (twidget(tpgParent)); makes this:

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

2018-12-08 Thread fredvs
Hello Sieghard. OK, we are totally on same feeling. Thanks for your clear explanations (and I hope that one day fpc-developers will take a beak and clean-up all their memory leaks).. Huh, where is Martin, everything OK ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-12-05 Thread fredvs
About widget-set not absolutely pure Mac. See all the problem that have Lazarus with LCL cocoa platform. It still dont work ok and applications done with LCL-cocoa proposed to Apple-store are refused because they did not use "pure cocoa" . -- Sent from:

Re: [MSEide-MSEgui-talk] ossible regression, mseimplicitedit.pas, function poschanged

2018-12-04 Thread fredvs
> How do I get the test project to you? You may sent if via nabble.com: http://mseide-msegui-talk.13964.n8.nabble.com/MSEide-MSEgui-talk-ossible-regression-mseimplicitedit-pas-function-poschanged-td1474.html#a1497 ---> Click on "Reply" then on "More- Upload a file" -- Sent from:

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

2018-12-04 Thread fredvs
Thanks Seighard. >> This to try to understand why with fpc, for big project like compiling >> fpc >> him-self, the memory used do not stop to increase and the speed of >> compilation decrease. > I cannot see what relevance your question has to this. Hum, in the fpc-forum, to justify the

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] 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] fpc and memory leak.

2018-12-03 Thread fredvs
Hello Seighard. Many thanks for that **clear** explanation how the OS work when a program close and what appends with the "memory leak". But the question was about what appends **inside** the program-process (all what appends before the program close). This to try to understand why with fpc,

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

[MSEide-MSEgui-talk] About macros and .prj

2018-11-07 Thread fredvs
About macros and .prj Hello Martin. I would like to create a "universal" layout file. For this I use this in the prj file: mainfile=${PROJECTNAME}.pas targetfile=${PROJECTNAME} makecommand=${ULTIBOCOMP} // from a general macro. It works like charm, just rename the .prj with same name as main

Re: [MSEide-MSEgui-talk] About Ultibo

2018-11-05 Thread fredvs
> really great project Yes and they also answer to questions (very rare those time)! The project seems to start in 2016. Incredible what they (he ?) have (has) done in 2 years. Maybe Martin could be helped by what they have done for fpGUI-Ultibo to do something for MSEgui. @Martin, dont forget

Re: [MSEide-MSEgui-talk] About Ultibo

2018-11-03 Thread fredvs
> Everything is up and running again. Hello Graeme. Yep, thanks (and I did use it already to sent mails!). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.6.2

2018-11-03 Thread fredvs
Hello Martin. Congrats! Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] About Ultibo

2018-11-02 Thread fredvs
> Do you know the motivation behind the huge undertaking to build a new operating system? I do not know where those people have found so much energy. I have try some of the demos for the RPi3, like HDMI interface (video + sound), internet access, usb connect, keyboard+mouse interface --->

[MSEide-MSEgui-talk] About Ultibo

2018-11-02 Thread fredvs
Hello everybody. I am exploring the Ultibo project. https://ultibo.org Huh, it is ***really*** wow++ for ARM machines. Maybe it would be better to create that topic on fpGUI webnews but the site is unreachable. Ultibo has a beginning of fpGUI interface and is **very** promising.

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

2018-10-10 Thread fredvs
Hello Martin. Perfect. Ok, I am hot and ready. 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-10-10 Thread fredvs
> Sure. I ask when I don't find bugs anymore. Ha, Ok. There is something that puzzles me... Would it be possible to still use the lot of code provided by Delphi/FPC/fpGUI/Lazarus ? Would it need lot of conversion from fpc syntax-code to MSElang? What would be very difficult to translate/use

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

2018-10-10 Thread fredvs
Hello Martin. Huh, please, do not forget to tell us if something can be tested. ;-) 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] Disable/Enable tfilenameedit?

2018-10-04 Thread fredvs
> Have you removed tf_grayed in frame.captiontextflags? Ok, fixed, thanks. 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] Disable/Enable tfilenameedit?

2018-10-03 Thread fredvs
> A regression. Please try again with git master > f50451cc73c55e887925d1a4e449f284a7b92701. Huh, yes it works for MSEide. But for ideU, even after a "Touch form" and complete re-built , still grayed... ;-( (Please, forget about this, here it works perfect with this workaround:) if

[MSEide-MSEgui-talk] Disable/Enable tfilenameedit?

2018-10-03 Thread fredvs
Hello Martin. About the behaviour of caption-frame of tfilenameedit when disable-enable it. For example in MSEide, in projectoptions form, if you enable/disable "Message Output File" via the checkbox "Copy messages to file", the frame caption of "Message Output File" stays always grayed ?

Re: [MSEide-MSEgui-talk] Compilation error with Windows.

2018-09-29 Thread fredvs
> Please try again with git master 7f544eb8815d12c74d4c1dff01bf211b8d06b388. OK, fixed, thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

[MSEide-MSEgui-talk] Compilation error with Windows.

2018-09-29 Thread fredvs
Hello. After last MSEgui commits, (did not check witch one) I get those errors compiling for Windows: Free Pascal Compiler version 3.0.2 [2017/02/13] for i386 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Win32 for i386 ... Compiling

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

2018-09-28 Thread fredvs
Hello. Good news for the many fans of the MSE "Programming is Fun!" book! The translation of chapter 1 and 2 into English and French is ready to test. The German version of chapter 1 and 2 was adapted for international code too. Included pdf in German, English and French: progfun_de.pdf

Re: [MSEide-MSEgui-talk] Layout with last commits.

2018-09-28 Thread fredvs
Hello Martin. OK, let's go for a easier life! Thanks. 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] Layout with last commits.

2018-09-27 Thread fredvs
Re-re-re hello. Oops in previous mail please read: (main.mfm not sourceform.mfm) OK, fixed: ---> updated main.mfm ---> ideU optionsdock = MSEide optionsdock. ---> ideU commit 07b8929..c347ab8. Now all is perfect again. Sorry for the noise. Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Layout with last commits.

2018-09-27 Thread fredvs
Re-hello. Re-deeply tested with ideU before MSEgui-ide commit cdf1233feab2bc2b149561f20022bbd31b0a9ac0 of 14 septembre. All layout are ok, so the problem comes from those commits. Of course any light where to look would be welcome. Fre;D -- Sent from:

[MSEide-MSEgui-talk] Layout with last commits.

2018-09-27 Thread fredvs
Hello Martin. Since the commits about forms + trayicons (enable tray icon if panel-host is not main form), loading a layout that contend extra panel-form is not ok, for example in MSEide the message-form is not show.. The trick is to first load a layout without any extra-panel then re-load the

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

2018-09-26 Thread fredvs
Hello. This one is very promising and will bring together my best friends fpGUI, MSE and Pascal: https://ultibo.org/forum/viewtopic.php?f=12=1194 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing

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

2018-09-25 Thread fredvs
> sak is independent of a specific GUI toolkit, so I suggest you keep your repository where it is. Hello Graeme. Indeed sak can be used for fpGUI and LCL too. Here, in MSE universe, was committed only the MSE branch of sak. I have to confess too that I did use mseuniverse-sak to proof using

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

2018-09-24 Thread fredvs
> That most likely will not work because mseuniverse/sak Of course, with git I would not have hoped for anything else. Finally with patience and only one password in mind: https://gitlab.com/mseuniverse/sak/commits/master > Anyway, I added you as developer to mseuniverse/sak. Have fun! ;-)

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

2018-09-24 Thread fredvs
> Which of your repos you want to push to my mseuniverse/sak? https://github.com/fredvs/sak -- 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] MSE Programing Pass Book

2018-09-24 Thread fredvs
> What do you want to do? I only want to commit last change of sak_mse project. The last commit of mseuniverse-sak_mse date from more than 3 years and is no more compatible with last msegui commits. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-09-24 Thread fredvs
Hello Martin. Pfff, not easy. I did: $ git remote add origin https://gitlab.com/mseuniverse/sak then $ git push --all Username for 'https://gitlab.com': fredvs Password for 'https://fre...@gitlab.com': > result after username + password: remote: You are not allowed to push c

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

2018-09-22 Thread fredvs
Re-hello. Huh, i do not see sak_mse projet in MSEuniverse. it is deleted ? 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] MSE Programing Pass Book

2018-09-22 Thread fredvs
Huh, maybe you are taking about https://gitlab.com/mseide-msegui/mseuniverse. If so, sory for the noise. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

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

2018-09-22 Thread fredvs
> Hmm, I see I forgot to push the restored dbfilter demo DB file. Are you sure? In https://gitlab.com/mseide-msegui/mseide-msegui/commits/master the last commit is from 20 Sep, 2018 3 commits. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-09-21 Thread fredvs
4) Here the result of git config -l user.name=fredvs user.email=[hidden email] core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true How must I configure "git remote" to access the mse-universe-gitlab site ? It would be good to do this fo

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

2018-09-21 Thread fredvs
> Why don't you copy your /.ssh directory to a memory stick? For the same reason as for my car keys (I continually lose them or do not remember anymore where they are). With a unique password in head, I have less problems. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-09-21 Thread fredvs
> It is intended to be printed on A4 paper. Are you taking about paper that needs to kill trees, needs lot of energy and is highly polluting to produce and was using as support in older centuries? And to print needs chemical products also highly polluting. Sorry but I do not want to be

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

2018-09-21 Thread fredvs
ose-reinstall the operation system lot of time. Here my config for ideU: -- fred@fiens:~/ideu$ git config -l user.name=fredvs user.email=fi...@hotmail.com core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=https://github.com/fre

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

2018-09-21 Thread fredvs
>The English and French PDFs have a completely different layout than the German original. Is this intended? Huh, completely no, the only thing I did is to disable the 2 columns feature of the text-layout. And fit some images on the right place. IMHO it is much more comfortable to read and that

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

2018-09-20 Thread fredvs
> It is like in GitHub. In GitHub they only ask a password. -- 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] MSE Programing Pass Book

2018-09-20 Thread fredvs
> the examples could be made in English. And maybe the images too. I am not convinced that using branches would make things easier for the translator. In my case, I load 2 projects in LyX, the template progfun_en.lyx and the target progfun_fr.lyx and compile + switch from one to the other. But

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

2018-09-20 Thread fredvs
Hello Martin. Before that I attack gitlab, could it be possible to check the first chapter in English (or French if you can) ? This to see if I am on the right way. Included pdf files: progfun_en.zip progfun_fr.zip

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

2018-09-20 Thread fredvs
> I made the necessary branches and pushed them to gitlab: > https://gitlab.com/mseide-msegui/books I do not see the English branche. ;-( Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

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

2018-09-20 Thread fredvs
> Please post them to MSEuniverse. Br. They ask me for keys (and, like for my car, I do not know where they are). (But maybe if you give some easy light, with console commands (please no git programs) I will be less terrorized.) Fre;D -- Sent from:

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

2018-09-20 Thread fredvs
Hello Martin. Because of my terror of git, I will give the translated files in a zip file per lang. According your wishes. (no change in filename of the lyx file.) > The examples could be made in English. OK. I will do first the checked translation for English and French. Then Spanish and

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

2018-09-19 Thread fredvs
> Or does LaTeX-LyX provide a better translation mechanism? I do not know, I use my custom way to translate your German pdf into pdf of other language. Then I use LyX and change text from German to other lang (using copy-paste from the translated pdf). All works ok, I block on a little detail:

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

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

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

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:

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