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

2020-04-05 Thread fredvs
>  > Sorry I do not catch this, what are the coding line markers? 

OK, fixed in last commit:
https://github.com/mse-org/mseide-msegui/commit/255207

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
 > Sorry I do not catch this, what are the coding line markers?

Ha, ok, I get it, indeed the blue point is too big and in the wrong side.
I will fix it asap.

Thanks to note it.

But now that you point it, there may be also a problem with the shortcut
icon that is there too.

Hum, ok, this need some cups coffee.

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] New release of MSEide.

2020-04-05 Thread fredvs
Hello Sieghard.

> The - now - big blue blobs appearing in the left hand "gutter" after ...

Sorry but my English is not yet perfect and in this case I fear that only a
picture could fresh my mind.

Is it not possible to add a screenshot of what you want to describe?

Thanks.

Fre;D 



--
Sent 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] 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 program. They show which lines did create some code, so they're
missing at comment lines, procedure headers, declarations etc., but
otherwise found at nearly any line of code, and thus any line where you can
put a breakpoint. But the tiny littel red (?) dot marking a breakpoint gets
by far overwhelmed by these big blue blobs now. Formerly, they were much
smaller, and the breakpoint markers were the same size, and both did fit in
the gutter side by side. But I think it would be sufficient to just change
the marker color to red (or whatever) to signal an active breakpoint, should
overpainting cause too much trouble.

-- 
-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---




___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
@ Med.

I think there is problem with mse mailing list.

Maybe better use mse-forum for continuing the discussion.

http://mse-org.111682.n8.nabble.com/

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread mohamed hamza
<


De : fredvs 
Envoyé : dimanche 5 avril 2020 14:38
À : mseide-msegui-talk@lists.sourceforge.net 

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

> MseGui Version 4.6.3

Hu, last version from Martin was:

Version 4.6.2 2018-11-03

???

Please do like this to download last msegui source:

Go to site:
https://github.com/mse-org/mseide-msegui

Then click on the green button at middle-top right "Clone or Download" and
choose Download zip.
Un-compress the file and use that directory as source for msegui.








--
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 mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
Hello Mohamed.

Did you read my previous mail?

I said that ok, it is my fault, it is me that has done the modifs.
It was because of range error warning with the enum variable.
It was long discussion about this in mse-mailing list and also fpc
mailing-list.

fpc enum warning

  

Is it a problem when you add a last element in your enum?
Does it compile ok after that?






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
> Then Why do I have this AboutForm Form  ( See attach.)   . 

Huh yes indeed I dont really understand how Martin assigned the release
number.

In his source it was last release 4.6.2 and trunk 4.6.3.

No sorry I do not understand why he used version 4.7 in about-form and 4.6.2
in source.

Anyway, in last release it is version 5.0.0 in about-form and source.

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] Error compiling with 5.0

2020-04-05 Thread mohamed hamza



De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:45
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0




De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:34
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0

Then Why do I have this AboutForm Form  ( See attach.)   .


De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:31
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0

<


De : fredvs 
Envoyé : dimanche 5 avril 2020 14:38
À : mseide-msegui-talk@lists.sourceforge.net 

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

> MseGui Version 4.6.3

Hu, last version from Martin was:

Version 4.6.2 2018-11-03

???

Please do like this to download last msegui source:

Go to site:
https://github.com/mse-org/mseide-msegui

Then click on the green button at middle-top right "Clone or Download" and
choose Download zip.
Un-compress the file and use that directory as source for msegui.








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


Capture.7z
Description: Capture.7z
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread mohamed hamza



De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:34
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0

Then Why do I have this AboutForm Form  ( See attach.)   .


De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:31
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0

<


De : fredvs 
Envoyé : dimanche 5 avril 2020 14:38
À : mseide-msegui-talk@lists.sourceforge.net 

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

> MseGui Version 4.6.3

Hu, last version from Martin was:

Version 4.6.2 2018-11-03

???

Please do like this to download last msegui source:

Go to site:
https://github.com/mse-org/mseide-msegui

Then click on the green button at middle-top right "Clone or Download" and
choose Download zip.
Un-compress the file and use that directory as source for msegui.








--
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 mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread mohamed hamza
Then Why do I have this AboutForm Form  ( See attach.)   .


De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 18:31
À : General list for MSEide+MSEgui 
Objet : RE: [MSEide-MSEgui-talk] Error compiling with 5.0

<


De : fredvs 
Envoyé : dimanche 5 avril 2020 14:38
À : mseide-msegui-talk@lists.sourceforge.net 

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

> MseGui Version 4.6.3

Hu, last version from Martin was:

Version 4.6.2 2018-11-03

???

Please do like this to download last msegui source:

Go to site:
https://github.com/mse-org/mseide-msegui

Then click on the green button at middle-top right "Clone or Download" and
choose Download zip.
Un-compress the file and use that directory as source for msegui.








--
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 mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
> MseGui Version 4.6.3

Hu, last version from Martin was:

Version 4.6.2 2018-11-03

???

Please do like this to download last msegui source:

Go to site:
https://github.com/mse-org/mseide-msegui

Then click on the green button at middle-top right "Clone or Download" and
choose Download zip.
Un-compress the file and use that directory as source for msegui. 








--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
Re-hello Med.

Now that I did recheck, there was lot of fixes in databases files.
The most about enum variables.

I did not test databases so it is great that you could test it.

If you see other problems, please say it.

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
> MseGui Version 4.6.3

Ha, ok,  I see, you are used a trunk version so the version was 4.6.3.

If so, I do not understand why you did not have the error with 4.6.3, but
maybe you are using a old trunk 4.6.3, not the latest.

The latest trunk 4.6.3 from https://gitlab.com/mseide-msegui/mseide-msegui
has already dscheckfilter.

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] Error compiling with 5.0

2020-04-05 Thread Fred van Stappen
Seems that previous mails did not passed...

OK, 3 th  retry.

Hello Med.

TDataSetState is set in mdb.pas with this:

TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening, dscheckfilter);

So in your code is missing last element: dscheckfilter.

Try this (see last element):

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit', 
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue', 
'BlockRead','InternalCalc', 'Opening', 'CheckFilter')

May I ask you what earlier version of MSEgui did you use?

Because in previous release, dscheckfilter was already implemented, I did not 
add it.

Fre;D


De : mohamed hamza 
Envoyé : dimanche 5 avril 2020 12:31
À : General list for MSEide+MSEgui 
Objet : [MSEide-MSEgui-talk] Error compiling with 5.0

Hello Fred,

This line :

const

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit', 
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue', 
'BlockRead','InternalCalc', 'Opening')

gives me :  error expected another 1  array  element

this error does not appear with older version of mseide-msegui?

Regards.
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread mohamed hamza

Hello Fred,

 MseIde Version  4.6.3
 MseGui Version 4.6.3

 Regards.

De : fredvs 
Envoyé : dimanche 5 avril 2020 12:42
À : mseide-msegui-talk@lists.sourceforge.net 

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

Hello Med.

TDataSetState is defined in mdb.pas with this:

TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening, dscheckfilter);

So in your code is missing last élément "dscheckfilter":

This will work (see last element):

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit',
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue',
'BlockRead','InternalCalc', 'Opening', 'CheckFilter')

May I ask what earlier version of MSEgui did you use?
Because I never did add this last element in the array and it was already
present in previous release.

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 mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
Hello Med.

TDataSetState is defined in mdb.pas with this:

TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening, dscheckfilter);

So in your code is missing last élément "dscheckfilter":

This will work (see last element):

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit',
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue',
'BlockRead','InternalCalc', 'Opening', 'CheckFilter') 

May I ask what earlier version of MSEgui did you use?
Because I never did add this last element in the array and it was already
present in previous release.

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] New release of MSEide.

2020-04-05 Thread fredvs
Seems that previous mail did not pass...

OK, I retry.

Hello Med.

TDataSetState is set in mdb.pas with this:

TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening, dscheckfilter);

So in your code is missing last element: dscheckfilter.

Try this (see last element):

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit',
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue',
'BlockRead','InternalCalc', 'Opening', 'CheckFilter') 

May I ask you what earlier version of MSEgui did you use?

Because in previous release, dscheckfilter was already implemented, I did
not add 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] New release of MSEide.

2020-04-05 Thread fredvs
> But it seems that it was fixed it you create a new program. 

No it was not fixed but it is fixed now with last commit:

https://github.com/mse-org/mseide-msegui/commit/ff265a6

Thanks to note it.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread fredvs
Hello Graeme.

You did the biggest part of that new release.
Without your fixes it will never append.

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] New release of MSEide.

2020-04-05 Thread fredvs
Hello Sieghard.

About color, yes I think it was a error in default code, warning should be
yellow and error red.

But it seems that it was fixed it you create a new program.
Of course all old programs-demos have this inversion and it is not difficult
to change it (mseide-config-editor-colors).

A other solution is ... to use ideU instead.
In ideU, in extra-config, you may assign the color by project or global.

> I noticed that the coding
> line markers have gotten enormously blown up. 

Sorry I do not catch this, what are the coding line markers?

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] Error compiling with 5.0

2020-04-05 Thread fredvs
Hello Med.

Please, give more code, how could I understand what is wrong?

A little demo would be welcome.

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] Error compiling with 5.0

2020-04-05 Thread mohamed hamza
Hello Fred,

This line :

const

DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit', 
'Insert', 'SetKey',

 'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue', 
'BlockRead','InternalCalc', 'Opening')

gives me :  error expected another 1  array  element

this error does not appear with older version of mseide-msegui?

Regards.
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 notice about it.

But, BTW, I got a couple "gripes" (bemol, as you like to name it).
- At least here in Europe, AFAIK, by convention the color "red" means
something like "danger", "problem", "failure", while a mere warning is
expressed by the color "yellow". In mseide, this color assignment is
switched: warnings are marked "red", while errors are flagged "yellow".
This made me uneasy every time when it newly occurred. Of course, it can
be easily configured to the "normal" way. But - if our Asian friends here
won't oppose (as they don't neccessarily have the same conventions about
color use as we Europeans) - I'd suggest to switch it over to the
conventional assignment.
- After the first attempt to compile some code, I noticed that the coding
line markers have gotten enormously blown up. That makes for a "slight"
problem when using breakpoints: the breakpoint markers, which didn't
receive the same pressure obviously, can hardly be recognized any more. If
the blown up markers should stay, I propose to apply the same pressure to
all of them, and make sure breakpoints are shown _above_ all other markers,
because they're the ones you _need_ to see when they're used.

-- 
-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---




___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-04-05 Thread Graeme Geldenhuys
On 02/04/2020 7:26 pm, fredvs wrote:
> The mse-org team is very happy to announce the new release of
> MSEide+MSEgui.

Well done Fred for being a champion in taking this project forward no
matter what! As somebody else alread said - it echos out that
MSEide+MSEgui is still alive and kicking. Martin will be proud that his
baby is not abandoned, and still lives on!

Keep up the great work Fred, and everybody else.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk