Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-08 Thread Sieghard
Hallo Marcos, Du schriebst am Mon, 8 May 2017 13:12:19 -0300: > >> 2. In this case: > >> obj2: ^objty; //on heap > >> > >> Is it possible to remove the "^"? > >> obj2.f1:= 123; > >> > > No, obj2 is a pointer. > > > >> I think this distinction exists because "class" exists, right? How does

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-05-16 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 9 May 2017 07:49:01 +0200: ... > > > >> 2. In this case: > > > >> obj2: ^objty; //on heap > > > >> > > > >> Is it possible to remove the "^"? > > > >> obj2.f1:= 123; > > > > > > > > No, obj2 is a pointer. > > > > > > > >> I think this distinction exists bec

Re: [MSEide-MSEgui-talk] Variant part in MSElang objects

2017-06-06 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 6 Jun 2017 13:12:33 +0200: > Because case in records is crap. It misleadingly pretends that there is > access type control by the tags and it is clumsy. No, that's not the case generally. It is so for the Borland dialects, but not for others. There _are_ Pascal

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-11 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 10 Jun 2017 06:54:15 +0200: > I don't like "sub" much but found nothing better up to now. I think that "sub" seems to me to imply you're about to create a new BASIC variant. Why not use "function" for all such things, if you don't like to explicitely state tha

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-12 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 12 Jun 2017 06:55:23 +0200: [functions & procedures] > "function" in C always has a type identifier. As you write, a > mathematical function returns something. So "procedure" like in Wirth's > Modula2. Or so. In any case, you lose the ability to immediately re

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-13 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 13 Jun 2017 06:47:58 +0200: > > [functions & procedures] > IIRC you proposed to use "function" for both? Sometimes I have the No. I did propose to use "function" _only_ if you _insisted_ to use the same keyword for both uses. If you kept the Pascal convention,

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-14 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 14 Jun 2017 06:56:33 +0200: > What is wrong with "method" instead of "object function"? It's a new keyword, and it forgoes any distinction between real functions and procedures. With an "object function", you can also have an "object procedure". With "method",

Re: [MSEide-MSEgui-talk] MSE and XLib.

2017-08-16 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Wed, 16 Aug 2017 16:09:47 +0100: > On 2017-08-16 15:46, fredvs wrote: > > If you develop from scratch, what are the advantages to link a library > > vs to load it dynamically ? > > From my personal point of view... > >* dependency is checke

Re: [MSEide-MSEgui-talk] MSE and XLib.

2017-08-17 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Thu, 17 Aug 2017 00:08:32 +0100: > >> * I think creating header translation units are also slightly less > >> effort than runtime loading. > > Could you please explain? Don't you need the "header" information in any > > case, > > Yes

Re: [MSEide-MSEgui-talk] MSE and XLib.

2017-08-17 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Thu, 17 Aug 2017 14:25:29 +0100: > > So the "guidelines for Unix-type systems" are not appropriate for Free > > Pascal C-library binding units IMHO. > > Indeed a valid problem, and something I have thought about myself. The > problem being the li

Re: [MSEide-MSEgui-talk] MSE and XLib.

2017-08-17 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Wed, 16 Aug 2017 17:50:29 -0500 (CDT): > I am not sure about the terminology but let'say: Yes. > - Staticaly Linking = use libX11.so = store some data in ELF, more safe... Static linking means to insert at least all of the code (& possibly data) from

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-23 Thread Sieghard
Hello fredvs, Sie schrieben am Sun, 22 Jul 2018 16:06:13 -0500 (CDT): > It is not normal that all other needed libraries are using the correct 32 > bit path (/usr/lib32) and not crti.o and crtn.o It seems normal - > Normally, like for all other libraries, the system try to find in each > searc

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-25 Thread Sieghard
Hello fredvs, Sie schrieben am Tue, 24 Jul 2018 07:41:42 -0500 (CDT): > Hello Seighard. ^^ie (Doesn't your editor extract this from the cited posting?) > > - considering, that these two _object_ files seem to be multi > > architacture in systems with multi architecture support. > >

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-30 Thread Sieghard
Sehr geehrter Herr fredvs, (sorry for the delay - I was mostly disconnected some time...) Sie schrieben am Wed, 25 Jul 2018 14:58:25 -0500 (CDT): > Huh, yes, using 32 bit apps on multi-arch 64 bit system can be ***very*** > painful. Well... Merely _using_ them shouldn't be any different from us

Re: [MSEide-MSEgui-talk] a little benchmark (msegui lazarus wxwidgets)

2018-08-27 Thread Sieghard
Sehr geehrter Herr dz, Sie schrieben am Mon, 27 Aug 2018 21:51:38 +0100: > i disabled the antivirus but the result still the same , i also > noticed that if i enabled to_leak > the cpu usage reduced to 35 > ok seems this problem exist only on this laptop (hp compaq 8710w > mobile workstation) , i

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

2018-12-02 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Sun, 2 Dec 2018 13:39:40 -0600 (CST): > 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-le

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

2018-12-04 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Mon, 3 Dec 2018 03:27:53 -0600 (CST): > 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 ap

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

2018-12-07 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Tue, 4 Dec 2018 08:00:45 -0600 (CST): > >> 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 memo

Re: [MSEide-MSEgui-talk] Martin can't help anybode anymore, he has died

2018-12-28 Thread Sieghard
My sincere condolences also to you and Martin's family. Although I'm mostly just watching the list activities now, I very much appreciate the work Martin did and his responsiveness and support for the users of his software - sometimes maybe even a little overdone. His project allowed me to procee

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

2019-02-03 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Wed, 30 Jan 2019 06:32:43 -0700 (MST): > 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 release). > > Now about the "unfinished" part of the symphony

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

2019-02-28 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Thu, 28 Feb 2019 07:30:15 -0700 (MST): > 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)? Well, for _msei18n_ specifically, I can provide s

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

2019-03-01 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Thu, 28 Feb 2019 14:28:26 -0700 (MST): [msei18n] > My biggest problem is that I cannot make run the msei18n demo so difficult > to measure the feature. I'm not sure what you want to say with that - did it fail to compile for you, did it fail to start,

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

2019-03-03 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Fri, 1 Mar 2019 17:12:37 -0700 (MST): > > I'm not sure what you want to say with that - did it fail to compile ... > I said that the /msegui/apps/i18ndemo/i18ndemo.prj is not working so I > cannot evalute mse-i18n. As I did not use this demo - indeed,

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

2019-03-18 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Sun, 3 Mar 2019 19:55:38 +: > So I will let you try the i18ndemo.prj and last commit of MSEide + me_i18n > parameter. Sorry for the long delay, and the fact that I've still not come around to inspect this thing. I'm just too busy these times

Re: [MSEide-MSEgui-talk] MSEide sometimes very slow

2019-04-22 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Mon, 22 Apr 2019 00:33:19 +0100: > I'm using the latest MSEide under Ubuntu 18.04 (64-bit) - compiled with > FPC 3.0.4 and GDB 8.1.0.20180409-git (what Ubuntu installed). > > Sometimes if I compile and debug my application, then MSEide slows down >

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

2019-04-22 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Thu, 21 Mar 2019 23:40:21 +: > Hello Seighard. ie (never mind) Anyhow, after a really verry loong time, I got around to look through the current (mseide 4.6.2, the "stable" version) implementation of msei18n and adapt my old "scriptin

Re: [MSEide-MSEgui-talk] MSEide sometimes very slow

2019-04-24 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Tue, 23 Apr 2019 17:56:31 +: > Maybe it s the new gdb the guilty (sorry I did not find time to install > the last release). > > But what worries me is the remark of Sieghard: > > > But it seems to happen also on n

Re: [MSEide-MSEgui-talk] Feature Request: double click select word in editor

2019-04-24 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Tue, 23 Apr 2019 18:05:39 +0100: > In MSEide double click is consequently used for window navigation. In > source editor double click shows the breakpoints window if there is a ... > So it seems to have a behaviour assigned, ONLY if a breakpoint exi

Re: [MSEide-MSEgui-talk] MSEide sometimes very slow

2019-04-24 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Tue, 23 Apr 2019 13:13:42 -0700 (MST): > >> If there is a debugger timeout at startup enlarge the > >>Project'-'Options'-'Target'-'Wait before connect' value. > > > Maybe it could help? > > For all the people like me that did not find it, it is i

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

2019-04-24 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Mon, 22 Apr 2019 22:45:58 +: > Huh, the po-able version was transfered here: > https://github.com/fredvs/mseide-msegui Thank you, I'll have a look at it shortly. > In mse-org/mseide-msegui is the original no-po-able version. I found this. >

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

2019-05-01 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Wed, 24 Apr 2019 18:16:55 -0700 (MST): > You may use that mailng-list and add a zip file as attachment. > > You may also use nabble (like I do): > http://mseide-msegui-talk.13964.n8.nabble.com > and, when creating a message, click on "More" "Upload

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

2019-05-02 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Wed, 1 May 2019 19:42:08 -0700 (MST): > My mail was hidden in previous post, it is: ... Thank you, I'll try it "ASAP". I'll also try nabble again, as they sent mesome address, similarly garbled as gmane does it for (recognized) addresses in messages del

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

2019-05-06 Thread Sieghard
Hello fredvs, by the way, I got the latest msei18n programs to compile and run now, both the one from release 4.6.2 and from your gitlab repository. But they don't work correctly. Apart from an error shown on calling: "Sessionmanager Error: SESSION_MANAGER environment variable not defined" (that I

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

2019-05-06 Thread Sieghard
Hello fredvs, following up my previous post about the error compiling the "language" libraries, I found the cause now. The clue & key was the compiler's suggestion "recompile with -fPIC" Well I had tried that before, and it hadn't helped. But this might have been due to my not cleaning up the work

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

2019-05-07 Thread Sieghard
Hello fredvs, you wrote on Mon, 6 May 2019 14:21:37 -0700 (MST): > Nice that it works now! > Yes, it is because a **very** old fpc bug. > Even using "-B" (build all) fpc does not clean all previous compiled > files. One of the cause is because fpc forget the included files {$I > something.inc}.

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

2019-05-14 Thread Sieghard
Hello fredvs, you wrote on Mon, 13 May 2019 13:05:34 -0700 (MST): > Hello Sieghard and sorry for the long delay. No problem . > Hum, Android is Java, so, IMHO, fpc could only deal with Java via Well, it usually uses a Java virtual machine defined by Google, but it's kernel is - as

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

2019-05-14 Thread Sieghard
Hello fredvs, you wrote on Tue, 14 May 2019 06:07:06 -0700 (MST): > > 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 > mobile-phone), compiling a Java-compatible library with fpc is working. If i

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

2019-05-16 Thread Sieghard
Hello fredvs, you wrote on Wed, 15 May 2019 02:05:08 -0700 (MST): > 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 "official-root" mailing li

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

2019-05-16 Thread Sieghard
Hello fredvs, you wrote on Thu, 16 May 2019 06:42:12 -0700 (MST): > http://mseide-msegui-talk.13964.n8.nabble.com > --> is a "clone" of > mseide-msegui-talk@lists.sourceforge.net > mailing list. Yes, I know. I am registerd there, but I opted to not get the mails, but read the messages via gman

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

2019-05-21 Thread Sieghard
Hello fredvs, as announced in another message, and as I recently updated my homepage anyway, I put the utilities I mentioned before and the extended msei18n files on my homepage for download. The URL for download is , where {filename} can be one of these: CalcPad.zip the edit field a

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

2019-05-22 Thread Sieghard
Hello fredvs, you wrote on Wed, 22 May 2019 02:37:54 -0700 (MST): > > i18n_4.6.2.zip the msei18n program with command line control, .. > From what release are you talking ? ... > - Or from https://gitlab.com/mseide-msegui/mseide-msegui ? > (Official root release of Martin) Probabely this

Re: [MSEide-MSEgui-talk] APACHE MOD

2019-06-10 Thread Sieghard
Hello Patrick, you wrote on Mon, 10 Jun 2019 15:25:56 -0400: > >    Is It possible to develop a module extension for Apache that > > > support Mse PAS same as Apache supports PHPs.  Any Ideas ? PHP acts as a kind of language extension to apache, to allow for this special kind of scripting. PHP t

Re: [MSEide-MSEgui-talk] Fonts

2019-08-07 Thread Sieghard
Hello mohamed, you wrote on Tue, 6 Aug 2019 16:35:58 +: >Suppose you have a simplewidget with bound_x=490, If you want to > fill it's frame.caption with '-' the number of chars must be 125 then > the width of char is 490/125=3,92 wich is not the width of the font? That's because

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

2019-10-09 Thread Sieghard
Hello fredvs, you wrote on Wed, 9 Oct 2019 02:43:57 -0700 (MST): > Hello everybody. > > I did try deeply mse-gui + mse-ide with fpc 3.2.0 beta: > > https://svn.freepascal.org/svn/fpc/branches/fixes_3_2/ > > Till now, I did not find any problems and there are good news, the > compiled-binary is

Re: [MSEide-MSEgui-talk] Translations of MSE on other languages

2019-11-07 Thread Sieghard
Hello Graeme, you wrote on Thu, 7 Nov 2019 17:33:34 +: > > But, afaik, mse-i18n is much more than a simple translator. > > Anybody actually using it [features] other than for translating words? Yes. My project uses it to change the layout to optimally fit different screen sizes, used for

Re: [MSEide-MSEgui-talk] Field Mapping

2019-11-08 Thread Sieghard
Hello mohamed, you wrote on Tue, 5 Nov 2019 18:54:38 +: > Firebird field NUMERIC(8,2) is mapped automatically as integer in > MSEGUI? What is the correct mapping 8.2 looks somewhat like a currency designation, a 10 digit real value with 2 decimal places. Scaled by 100 it fits comfortably i

Re: [MSEide-MSEgui-talk] Field Mapping

2019-11-09 Thread Sieghard
Hello mohamed, you wrote on Sat, 9 Nov 2019 15:51:05 +: > Many thanks for your answer . In fact , the fields decimal(x,y) > or numeric (x,y) must have a x>8 . After the changes field.type is > ftbcd and it's that what I expected . You know that using BCD (Binary Coded Decimal) i

Re: [MSEide-MSEgui-talk] The evil that is mfm

2020-02-14 Thread Sieghard
Hello Graeme, you wrote on Fri, 14 Feb 2020 17:45:34 +: > > *_mfm.pas ARE necessary. ... > I remember I asked Martin if they were required, and his answer was > technically no, because they are auto generated or something. So I once As I see it, they're (kind of) auto generated if you crea

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

2020-03-08 Thread Sieghard
Hello fredvs, you wrote on Sun, 8 Mar 2020 06:10:57 -0700 (MST): > Here the line with problems: > > ---> if fld1 is tblobfield and (self.fblobintf <> nil) then begin > > Changing, as workaround with: > > ---> if (self.fblobintf <> nil) then begin > > Makes fpc 3.3.1 trunk happy. Bu

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

2020-03-09 Thread Sieghard
Hello fredvs, you wrote on Mon, 9 Mar 2020 02:00:30 -0700 (MST): > > I'd rather suggest parentheizing the first partial expression, like so: > > if (fld1 is tblobfield) and (self.fblobintf <> nil) then begin > > Yes, it is exactly what was proposed in fpc mailing list. > > It is also what I

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

2020-03-10 Thread Sieghard
Hello fredvs, you wrote on Tue, 10 Mar 2020 12:52:22 -0700 (MST): > Hello Roland. > > Doing this: > > const > foldhiddenbit = 7; > foldhiddenmask = byte(1) shl foldhiddenbit; > currentfoldhiddenbit = 6; > currentfoldhiddenmask = byte(1) shl currentfoldhiddenbit; > foldlevelmask = byte(not

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

2020-03-11 Thread Sieghard
Hello fredvs, you wrote on Wed, 11 Mar 2020 02:22:07 -0700 (MST): > Here a example maybe more clear: Let's see... > msedrawtext.pas(1115,48) Warning: range check error while evaluating > constants (-1 must be between 0 and 3) > > This warning point to: > > ---> if (kind <> tabulatorkindty(-1

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

2020-03-12 Thread Sieghard
Hello fredvs, you wrote on Thu, 12 Mar 2020 02:22:15 -0700 (MST): > > BTW, I'd suggest to use the word "illegal" > > Ha, ok, in last commit I did use "none" or "nil", I will change it asap. The name has no function, so I think it should be chosen on intended function. If the member is used j

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

2020-03-13 Thread Sieghard
Hello fredvs, you wrote on Thu, 12 Mar 2020 10:59:15 -0700 (MST): > > I suggest,if you want, apply it to ALL the source code in the repo and > > make one > > commit that says trimming the whitespace. Done and dusted! ;-) Should be done urgently. I also hate trailing invisible stuff. > Ho, ye

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

2020-03-13 Thread Sieghard
Hello fredvs, you wrote on Thu, 12 Mar 2020 18:02:03 -0700 (MST): > > Why could that drive someone crazy, ? > > Huh, I was talking about all the possibilities that enum gives and the > difficult task to choose the best one. An enum (C-speak) aka enumeration is just that: An enumeration of ide

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

2020-03-15 Thread Sieghard
Hello fredvs, you wrote on Sun, 15 Mar 2020 13:45:54 -0700 (MST): > > OK, done in 2 last commits. > > I hope I did not a disaster. Hope you always can... > I did use that command (after done a copy of .git and images files): > > $ find . -type f -name '*.*' -exec sed --in-place 's/[[:space:

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

2020-03-15 Thread Sieghard
Hello fredvs, you wrote on Fri, 13 Mar 2020 17:19:37 -0700 (MST): > With your code I get this: > > $ /home/fred/weird/weirdtest > > low: we_2, value: 2; high: we_decade, value: 20 > 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 > we_2: 2Runtime error 107 at $00401293 > $00

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

2020-03-16 Thread Sieghard
Hello fredvs, you wrote on Sun, 15 Mar 2020 16:53:12 -0700 (MST): > > What a glaring omission, no? > > Yes. Thank you for your support. > Also I am not totally convinced by the arguments to defend the choice of 0 > as initialization of a enum var. > Imho, it would be much more logic to init

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

2020-03-16 Thread Sieghard
Hello fredvs, you wrote on Sun, 15 Mar 2020 16:28:19 -0700 (MST): > > If you are COMPLETELY SURE that NOT A SINGLE FILE of them all is a > > binary > > No, I am not completely sure. > > It is the reason why, before to apply the patch, I did copy the > directories containing binaries and git

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

2020-03-18 Thread Sieghard
Hello fredvs, you wrote on Mon, 16 Mar 2020 14:45:09 -0700 (MST): > > Wouldn't it be simpler to just rebuild all binaries > > Not sure to understand. > There is no applications-binaries or libraries-binary in mseide-msegui > source. > All the binaries are about images files, like bmp, png, jpe

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

2020-03-18 Thread Sieghard
Hello fredvs, you wrote on Wed, 18 Mar 2020 03:44:08 -0700 (MST): > > But most probabely they were preexisting, I presume? > > Yes, they were produced maybe by a build process but that build process is > not part of mse (imho). > > > (or compare them with tha originals, or just > > dump the

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

2020-03-19 Thread Sieghard
Hello fredvs, you wrote on Wed, 18 Mar 2020 15:18:20 -0700 (MST): > Hello Sieghard and others. > > Just by curiosity, do you have try the enum program example with Delphi ? > Sadly I dont have delphi installed any more. No, sorry, at least not an even marginally recent version. O

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

2020-03-27 Thread Sieghard
Hello fredvs, you wrote on Fri, 27 Mar 2020 15:04:49 -0700 (MST): > With last fpc 3.3.1 trunk, there are warnings in case like this: > > procedure test; > var > b: 1..10; > begin > case b of // here warning > 1: writeln('hello'); > end > end; > > " Warning: (6060) Case

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

2020-03-29 Thread Sieghard
Hello fredvs, you wrote on Sun, 29 Mar 2020 08:36:10 -0700 (MST): > So, about those famous 2 last warnings: > > I propose this to make the compiler happy: ... > > msedatalist.pas(891,18) Warning: (4110) Range check error while > > evaluating constants (-193 must be between 0 and 255) > >P

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

2020-03-29 Thread Sieghard
Hello fredvs, you wrote on Fri, 27 Mar 2020 18:30:11 -0700 (MST): > I can understand that in a case of the variable is part of the procedure, > like this: ... > begin > case b of // here warning > 1: writeln('hello'); > end > end; ... > But for this, when the variable is gl

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

2020-03-30 Thread Sieghard
Hello fredvs, you wrote on Mon, 30 Mar 2020 11:12:11 -0700 (MST): > About range check error: > > > > msedatalist.pas(891,18) Warning: (4110) Range check error while > > > evaluating constants (-193 must be between 0 and 255) > > Many thanks for your explanations. > It seems that the conclus

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

2020-03-31 Thread Sieghard
Hello fredvs, you wrote on Mon, 30 Mar 2020 14:20:45 -0700 (MST): > Now that fpc 3.2.0 has been officially released: ... > Maybe we could release also a new binary release of MSEide. Should be warranted, as the last issue of mseide (4.6.2) is several years old by now > Sadly this release in not

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

2020-03-31 Thread Sieghard
lt;> 0) and (key <> word(not modmask)); > {$warnings on} > > {$warnings off} > foldlevelmask = byte(not (foldhiddenmask or currentfoldhiddenmask)); > {$warnings on} > > It was committed here: > > https://github.com/mse-org/mseide-msegui/commit/28290d > >

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

2020-04-03 Thread Sieghard
Hello fredvs, you wrote on Thu, 2 Apr 2020 11:26:32 -0700 (MST): > Hello everybody. > > The mse-org team is very happy to announce the new release of > MSEide+MSEgui. > > MSEide+MSEgui is a Pascal Cross Platform GUI Development System. ... Thanks a lot - I'll see to get it ASAP and give it a t

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

2020-04-05 Thread Sieghard
Hello fredvs, you wrote on Fri, 3 Apr 2020 14:51:29 -0700 (MST): > > I'll rebuild all of my "private" utilities > > Nice, it will be welcome. > And dont forget to create a GitHub account! Won't be warranted for that few pieces of code crap. I'll put'em on my web site again and send you a not

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

2020-04-05 Thread Sieghard
Hello fredvs, you wrote on Sun, 5 Apr 2020 04:31:33 -0700 (MST): > > I noticed that the coding > > line markers have gotten enormously blown up. > > Sorry I do not catch this, what are the coding line markers? The - now - big blue blobs appearing in the left hand "gutter" after compiling a p

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

2020-04-07 Thread Sieghard
Hello fredvs, you wrote on Sun, 5 Apr 2020 14:44:53 -0700 (MST): > Ha, ok, I get it, indeed the blue point is too big and in the wrong side. > I will fix it asap. Thank you. > But now that you point it, there may be also a problem with the shortcut > icon that is there too. Yes, that is to be

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

2020-04-07 Thread Sieghard
Hello fredvs, you wrote on Sun, 5 Apr 2020 12:14:06 -0700 (MST): > > Then Why do I have this AboutForm Form ( See attach.) . > > Huh yes indeed I dont really understand how Martin assigned the release > number. > > In his source it was last release 4.6.2 and trunk 4.6.3. Yes, and it is s

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

2020-04-08 Thread Sieghard
Hello fredvs, you wrote on Tue, 7 Apr 2020 15:19:10 -0700 (MST): > Just to be sure, did you try our last release MSEide 5.0.0 ? > > It is here: > https://github.com/mse-org/mseide-msegui/releases I used this right when you had announced it. I just didn't get to recompile all of my utilities yet

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

2020-04-08 Thread Sieghard
Hello fredvs, you wrote on Tue, 7 Apr 2020 15:29:20 -0700 (MST): > > OK, fixed in last commit: > > https://github.com/mse-org/mseide-msegui/commit/255207 Thank you again, I'll get it as soon as I can. (Made some modifications to my machine, got to make it behave again...) -- -- (Weitergabe

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

2020-04-09 Thread Sieghard
Hello fredvs, you wrote on Thu, 9 Apr 2020 03:57:16 -0700 (MST): > I am thinking to create a package for the Raspbian Pi that includes > msegui, fpgui and fpc binary. You mean, "for Raspbian (distribution) for the Raspberry Pi" (hardware)? Yes, that's certainly interesting, although it shouldn't

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

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Wed, 8 Apr 2020 14:38:44 -0700 (MST): > > Thank you again, I'll get it as soon as I can. > > To re-compile MSEide, load /mseide-msegui/apps/ide/mseide.prj + compile. Thanks, I got me an eon old Makefile that does the job without having to load an older ide version.

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

2020-04-10 Thread Sieghard
27;. Ok, then it's understandable. This version will then be limited to this specific version of libX11. ... > Please Sieghard, do me a favor, read carefully all the notes of Martin and > me here: Ok, noted, and I will look them through when I can. BTW, I'm sorry for the statement ab

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

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 09:56:29 -0700 (MST): > > Ok, then it's understandable. This version will then be limited to this > > specific version of libX11. ... > X11.org project is dead, there is absolutely no plan for a new major > release. Not even small corrections, you'r

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

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 09:34:42 -0700 (MST): > > And that's a barricade for my advance with the new mseide right now. > > I did not understand exactly what is the problem with dialogs form, I have > to study better your post. > > But, trust me, we will find a solution, fo

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

2020-04-12 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 17:57:15 -0700 (MST): > > Why do you think so? AFAIK, it is _meant_ to be handled in such a > > way. > > But how will you do is the library dont provide the "nude" symlink and > only provide the soname, like libportaudio.so.2? > Oblige people to cre

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

2020-05-03 Thread Sieghard
Hello fredvs, you wrote on Sat, 2 May 2020 16:34:48 -0700 (MST): > Hello everybody. > > I try to sent some mail but without success. > > If this can be seen, there is also the issues of MSE-org Github where we > can communicate: > > https://github.com/mse-org/mseide-msegui/issues > > or msegu

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

2020-05-03 Thread Sieghard
Hello fredvs, you wrote on Sat, 2 May 2020 16:25:13 -0700 (MST): > What I did understand is that the policy of MSEgui is to compile all what > could be needed and let, at the end, the linker take what objects is > needed for compilation. That's a nice feature of the linker. > And yes, many time

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

2020-05-03 Thread Sieghard
Hello fredvs, you wrote on Sun, 3 May 2020 08:45:42 -0700 (MST): > Somebody asked me: "How is called the widgetset in MSEgui?". > > There is the Lazarus-widgetset called 'LCL' but for MSEide-MSEgui, what is > his name, MSEgui widgetset? I'd think so, or rather simply "msegui", as that says what

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

2020-09-01 Thread Sieghard
Hello fredvs, you wrote on Fri, 28 Aug 2020 08:37:36 -0700 (MST): > In attachment, new component msefiledialog2 with a simple demo. Well, no attachment found here... > new_msefiledialog2.zip > > > > It is a exten

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

2020-09-02 Thread Sieghard
Hello fredvs, you wrote on Tue, 1 Sep 2020 16:22:12 -0700 (MST): > > Sounds interesting, but there's a question: WHAT IS > > "mainfo.tframecomp3"? > And WHERE is it? > > Huh, in the zip I give it this was a template of frame that I used for a > other program but it is not used anymore in the

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

2020-09-04 Thread Sieghard
Hello fredvs, you wrote on Wed, 2 Sep 2020 16:22:45 -0700 (MST): > Hello Seighard (Just a remark: why don't you let your mailer insert the name here? This would forego the possibility for spelling errors, as with my name above.) > > Ok, I did download this also, but the "..2" version still re

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

2020-09-05 Thread Sieghard
Hello fredvs, you wrote on Fri, 4 Sep 2020 20:22:02 -0700 (MST): > Hello Sieghard (and sorry for the spelling error in my previous mail). No problem, I'm used to such things. > It seems that you did not try the last commits of GitHub. Well, I got it directly from github at 04. Sep

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

2020-09-06 Thread Sieghard
Hello fredvs, you wrote on Sat, 5 Sep 2020 13:31:27 -0700 (MST): > Huh, there was many new commits since there. So it's near to impossible to have a current version? > I dont know how you do to download the last commits but a easy way is to: > > - Go at Github site: https://github.com/fredvs/m

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

2020-09-11 Thread Sieghard
Hello fredvs, sorry for the delay, I came only now around to inspect your last additions. you wrote on Sun, 6 Sep 2020 14:09:17 -0700 (MST): > > But you didn't do this for the _form_, but set the _contoller_'s > > respectivevariables. ^ space missing! > It does it for the form t

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Fri, 11 Sep 2020 15:40:46 -0700 (MST): > >No, this is correct, but isn't this a bit overly complicated? > > No it was not really complicated and appears in the Object Inspector > panel. I didn't think of "complicated to implement" but of "complicated to process" -

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 06:32:22 -0700 (MST): > Many thanks for your advice. > > Huh, did you try the last commits because all what you explained should be > already fixed? I don't live on the internet, nor in github. My internet traffic is handled by my machine on schedule,

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 06:32:22 -0700 (MST): > Huh, did you try the last commits because all what you explained should be > already fixed? Sorry, me again... I got me your latest issue truely _immediatly_ and promptly built it also. Yes, it _does_ work really nicely now, eve

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

2020-09-14 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 13:55:10 -0700 (MST): > > uniqueness might be useful here before insertion. > > Yes, good idea, It will do a check before inserting. Maybe there's an "insert unique" property / setting available already? > > At some size of the _window_, a horizo

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

2020-09-20 Thread Sieghard
Hello fredvs, you wrote on Sat, 19 Sep 2020 05:26:36 -0700 (MST): > But does still exist somebody that uses msegui? Not on real projects right now, but I still do some internal work with it if ever I get enough time to do so. Latest engagement was your "msefiledialogx", you know, but right now I

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

2020-12-09 Thread Sieghard
Hello fredvs, you wrote on Tue, 8 Dec 2020 15:26:41 -0700 (MST): > Sorry lot of problems with this mailing list. You might attempt to try the gmane (news.gmane.io) mailing list to news converting server. This might enable you to access the mailing list postings like regular news group postings f

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

2020-12-10 Thread Sieghard
Hello fredvs, you wrote on Thu, 10 Dec 2020 03:19:25 -0700 (MST): > Hello Sieghard. > Thanks for your light. I just like to get the messages as news psots, that way, there aren't so many (false) EMails per day coming through the spam filter. > But finally I think that the biggest

Re: [MSEide-MSEgui-talk] MSEgui and CPU ARM AARCH64.

2020-12-19 Thread Sieghard
Hello fredvs, you wrote on Sat, 19 Dec 2020 11:01:20 -0700 (MST): > I try to make MSEgui compatible with CPU 64 bit AARCH64, for the new Rpi > for example. > > MSEGui is already compatible for CPU ARM 32 bit but not yet for AARCH 64 > bit. That's very intersting, although I've no current use fo

Re: [MSEide-MSEgui-talk] MSEgui and CPU ARM AARCH64.

2020-12-22 Thread Sieghard
Hello fredvs, you wrote on Mon, 21 Dec 2020 16:48:11 -0700 (MST): > About Raspian 64 bit and aarch64 and fpc and msegui. > After big fight I finally have a stable Raspian 64 bit on my Rpi 3. Oh, fine, that'sa big advance then. > About fpc aarch64 linux. > Ok, it works and is easy to install. A

Re: [MSEide-MSEgui-talk] Wiki of MSEgui TLayouter ?

2021-01-09 Thread Sieghard
Hello Fred, you wrote on Fri, 8 Jan 2021 15:36:13 +: > Hello Code DZ. > > OK, fixed the Tchart demos in last commit of Could you give aa hint as to what was the cause of the problem? I have a (now long sleeping) project usind a chart component (chartrecorder) too, and as there's a chance I

  1   2   3   4   5   6   7   8   >