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

2024-01-18 Thread code dz
good news fred .
But would the end user also have to install all those dependencies if he
want to run an app produced by msegui ?

On Wed, Jan 17, 2024, 02:00 Fred vS  wrote:

> Hello everybody.
>
> A litle surprise for the new year: MSEgui goes on the Mac.
>
> It is done via XQuartz.
>
> To do it, just install XQwartz form here: https://www.xquartz.org/
> and fontconfig with "brew install fontconfig" (because not installed by
> default).
>
> See screenshots:
>
> MSEide
>
>
> https://github.com/mse-org/mseide-msegui/assets/3421249/22f9408d-885e-44f7-a468-1b1e06dab496
>
> Demo
>
>
> https://github.com/mse-org/mseide-msegui/assets/3421249/27c7fbf0-6792-4a1a-941f-f1cf855a9a58
>
> Fre;D
> ___
> 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] Release MSEgui 5.8.2.

2023-07-16 Thread code dz
On 7/14/23, Fred van Stappen  wrote:
> Coucou CeFou.
>
> I did play a few more with the Windows 11 machine.
> I confirm that compiling mseide with -O3 optimization gives problems.
> Like you noted, using this mseide more than 2 times to build application
> crash mseide.
>
> I did try witn -O3 and -OoNOPEEPHOLE  but did not help.
>
> But there is a good news, with -O2 optimization mseide seems happy.
> So the exploration would be to check what optimizations are added O2 -->
> O3.
> And check, one by one the guilty.
>
> We know already that with -OoNOPEEPHOLE it is not fixed.
>
> Sadly I have to give back the Windows 11 machine so I could not check this
> now.
>
> Fre;D
>
> 
> De : Fred van Stappen 
> Envoyé : mardi 11 juillet 2023 19:58
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> from:
> https://forum.lazarus.freepascal.org/index.php/topic,55111.msg409486.html#msg409486
>
> They say:
>
> The Lazarus IDE should be build with -O1. Anyone wishing to use
> higher optimization may need to add -OoNOPEEPHOLE to avoid
> crashes of the IDE.
>
> So maybe it is the same for mseide, if you compile with -O3 and
> -OoNOPEEPHOLE  is it ok?
> 
> De : code dz 
> Envoyé : mardi 11 juillet 2023 18:52
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/11/23, Fred van Stappen  wrote:
>> Hello Code DZ.
>>
>>>when i hit make it compiles ok for the first time, but in the second
>> or third time mseide freeze .
>>
>> Hum, here on Windows 11, with mseide 5.8.0 from asset release, making the
>> demo with -O3, even lot of time, is ok.
>>
>>>btw i tried free pascal trunk and the issue still the same , even if>
>>>debug mseide inside mseide it self it freeze without any message .
>>
>> If the -O3 bug for Windows 7 was introduced in fpc 3.2.2 and not
>> detected,
>> sure it is still in trunk.
>>
>>>btw this is the what i used in the mseide build
>>
>> Not sure to understand, so you use mseide build with -O3 ?
>> I was thinking you used the binary from asset release.
>>
>> (Or I dont understand, as usual).
>>
>> Fre;D
>>
>>
>> 
>> De : code dz 
>> Envoyé : mardi 11 juillet 2023 17:04
>> À : General list for MSEide+MSEgui
>> 
>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>
>> On 7/11/23, Fred van Stappen  wrote:
>>> Hello Code DZ.
>>>
>>> There is something that I dont understand.
>>> mseide get freezes during compilation or when running/debugging the
>>> application?
>>>
>>> I cannot understand why mseide freezes during compilation.
>>> If it is by running/debug, did you try to run the binary outside mseide,
>>> is
>>> it running ok?
>>>
>>> 
>>> De : code dz 
>>> Envoyé : mardi 11 juillet 2023 15:56
>>> À : General list for MSEide+MSEgui
>>> 
>>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>>
>>> On 7/10/23, Fred van Stappen  wrote:
>>>> Re-hello Code DZ.
>>>>
>>>> I am here on a Windows 11 machine.
>>>>
>>>> I have created a console app with MSEide 5.8.0. and MSEgui 5.8.2.
>>>>
>>>> Here no problem to compile + run + debug with -O3 optimization.
>>>> Do you have the same problem with -O3 and other IDE compiling on
>>>> Windows
>>>> 7?
>>>> If you compile via terminal with -O3, do you get a crash too ?
>>>> 
>>>> De : code dz 
>>>> Envoyé : lundi 10 juillet 2023 23:44
>>>> À : General list for MSEide+MSEgui
>>>> 
>>>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>>>
>>>> On 7/10/23, Fred van Stappen  wrote:
>>>>> OK and aaargh.
>>>>>
>>>>> I will jump into it asap.
>>>>>
>>>>> Does it come only with console project and Windows 32 bit?
>>>>> Did you have that problem with previous release?
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>> 
>>>>> De : code dz 
>>>>> Envoyé : lundi 10 juillet 2023 22:47
>>>>> À : General list for MSEide+MSEgui
>>

Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-11 Thread code dz
On 7/11/23, Fred van Stappen  wrote:
> Hello Code DZ.
>
>>when i hit make it compiles ok for the first time, but in the second
> or third time mseide freeze .
>
> Hum, here on Windows 11, with mseide 5.8.0 from asset release, making the
> demo with -O3, even lot of time, is ok.
>
>>btw i tried free pascal trunk and the issue still the same , even if>
>>debug mseide inside mseide it self it freeze without any message .
>
> If the -O3 bug for Windows 7 was introduced in fpc 3.2.2 and not detected,
> sure it is still in trunk.
>
>>btw this is the what i used in the mseide build
>
> Not sure to understand, so you use mseide build with -O3 ?
> I was thinking you used the binary from asset release.
>
> (Or I dont understand, as usual).
>
> Fre;D
>
>
> 
> De : code dz 
> Envoyé : mardi 11 juillet 2023 17:04
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/11/23, Fred van Stappen  wrote:
>> Hello Code DZ.
>>
>> There is something that I dont understand.
>> mseide get freezes during compilation or when running/debugging the
>> application?
>>
>> I cannot understand why mseide freezes during compilation.
>> If it is by running/debug, did you try to run the binary outside mseide,
>> is
>> it running ok?
>>
>> 
>> De : code dz 
>> Envoyé : mardi 11 juillet 2023 15:56
>> À : General list for MSEide+MSEgui
>> 
>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>
>> On 7/10/23, Fred van Stappen  wrote:
>>> Re-hello Code DZ.
>>>
>>> I am here on a Windows 11 machine.
>>>
>>> I have created a console app with MSEide 5.8.0. and MSEgui 5.8.2.
>>>
>>> Here no problem to compile + run + debug with -O3 optimization.
>>> Do you have the same problem with -O3 and other IDE compiling on Windows
>>> 7?
>>> If you compile via terminal with -O3, do you get a crash too ?
>>> 
>>> De : code dz 
>>> Envoyé : lundi 10 juillet 2023 23:44
>>> À : General list for MSEide+MSEgui
>>> 
>>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>>
>>> On 7/10/23, Fred van Stappen  wrote:
>>>> OK and aaargh.
>>>>
>>>> I will jump into it asap.
>>>>
>>>> Does it come only with console project and Windows 32 bit?
>>>> Did you have that problem with previous release?
>>>>
>>>> Thanks.
>>>>
>>>>
>>>> 
>>>> De : code dz 
>>>> Envoyé : lundi 10 juillet 2023 22:47
>>>> À : General list for MSEide+MSEgui
>>>> 
>>>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>>>
>>>> On 7/8/23, Fred van Stappen  wrote:
>>>>> Hello everybody.
>>>>>
>>>>> There is a new release 5.8.2 with fixes for db filters and -dglibc225
>>>>> option
>>>>> parameter to build "timeless" binary for Linux 64 bit.
>>>>>
>>>>> To produce the "timeless" binary, there is a demo in
>>>>> /tools/timeless_clock/
>>>>> to show how to do with the project option and the "fake libdl.so".
>>>>> If you prefer something more out-of-the-block, you may use fpc-ootb
>>>>> for
>>>>> Linux 64 bit:
>>>>> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
>>>>> In that case, you will need to only use  the -dglibc225 option
>>>>> parameter.
>>>>>
>>>>> Note that release 5.8.2. provides only the source of MSEgui.
>>>>> For MSEide binary, because nothing has changed there, please use the
>>>>> binary
>>>>> of release 5.8.0.
>>>>>
>>>>> Have lot of fun.
>>>>>
>>>>> Fre;D
>>>>>
>>>>
>>>> Hi Fred , on windows it seems there is problem , when i create a
>>>> simple console project and compile it , the mseide get freezes until i
>>>> kill its process
>>>>
>>>> i am using mseide 5.8.2 for windows7 32bits
>>>>
>>>>
>>>> ___
>>>> mseide-msegui-talk mailing list
>>>> mseide-msegui-talk@lists.sourceforge.net
>>>> https://lists.source

Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-11 Thread code dz
On 7/11/23, Fred van Stappen  wrote:
> Hello Code DZ.
>
> There is something that I dont understand.
> mseide get freezes during compilation or when running/debugging the
> application?
>
> I cannot understand why mseide freezes during compilation.
> If it is by running/debug, did you try to run the binary outside mseide, is
> it running ok?
>
> ________
> De : code dz 
> Envoyé : mardi 11 juillet 2023 15:56
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/10/23, Fred van Stappen  wrote:
>> Re-hello Code DZ.
>>
>> I am here on a Windows 11 machine.
>>
>> I have created a console app with MSEide 5.8.0. and MSEgui 5.8.2.
>>
>> Here no problem to compile + run + debug with -O3 optimization.
>> Do you have the same problem with -O3 and other IDE compiling on Windows
>> 7?
>> If you compile via terminal with -O3, do you get a crash too ?
>> 
>> De : code dz 
>> Envoyé : lundi 10 juillet 2023 23:44
>> À : General list for MSEide+MSEgui
>> 
>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>
>> On 7/10/23, Fred van Stappen  wrote:
>>> OK and aaargh.
>>>
>>> I will jump into it asap.
>>>
>>> Does it come only with console project and Windows 32 bit?
>>> Did you have that problem with previous release?
>>>
>>> Thanks.
>>>
>>>
>>> 
>>> De : code dz 
>>> Envoyé : lundi 10 juillet 2023 22:47
>>> À : General list for MSEide+MSEgui
>>> 
>>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>>
>>> On 7/8/23, Fred van Stappen  wrote:
>>>> Hello everybody.
>>>>
>>>> There is a new release 5.8.2 with fixes for db filters and -dglibc225
>>>> option
>>>> parameter to build "timeless" binary for Linux 64 bit.
>>>>
>>>> To produce the "timeless" binary, there is a demo in
>>>> /tools/timeless_clock/
>>>> to show how to do with the project option and the "fake libdl.so".
>>>> If you prefer something more out-of-the-block, you may use fpc-ootb for
>>>> Linux 64 bit:
>>>> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
>>>> In that case, you will need to only use  the -dglibc225 option
>>>> parameter.
>>>>
>>>> Note that release 5.8.2. provides only the source of MSEgui.
>>>> For MSEide binary, because nothing has changed there, please use the
>>>> binary
>>>> of release 5.8.0.
>>>>
>>>> Have lot of fun.
>>>>
>>>> Fre;D
>>>>
>>>
>>> Hi Fred , on windows it seems there is problem , when i create a
>>> simple console project and compile it , the mseide get freezes until i
>>> kill its process
>>>
>>> i am using mseide 5.8.2 for windows7 32bits
>>>
>>>
>>> ___
>>> mseide-msegui-talk mailing list
>>> mseide-msegui-talk@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>>>
>>
>> i think i found the problem , when i build mseide using -O3 i got that
>> error , but with -O2 it works fine .
>> seems FPC optimizer bug
>>
>>
>> ___
>> mseide-msegui-talk mailing list
>> mseide-msegui-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>>
>
> Hi fred , sorry for the delay
> i found the problem in v5.8.2 and v5.8.0 , i don't know if the
> previous releases has the same issue , but i remember while ago i was
> able to use mseide built with -O3 without problems, don't know which
> version but it was 2 or 3 years ago .
> BTW i am using fpc 3.2.2 ,
> i will give it another shot with fpc trunk
>
>
> ___
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

when i hit make it compiles ok for the first time, but in the second
or third time mseide freeze .
btw i tried free pascal trunk and the issue still the same , even if
debug mseide inside mseide it self it freeze without any message .

i think the way to find the issue is to try every single release , but
it take time :;)

btw this is the what i used in the mseide build
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-11 Thread code dz
On 7/10/23, Fred van Stappen  wrote:
> Re-hello Code DZ.
>
> I am here on a Windows 11 machine.
>
> I have created a console app with MSEide 5.8.0. and MSEgui 5.8.2.
>
> Here no problem to compile + run + debug with -O3 optimization.
> Do you have the same problem with -O3 and other IDE compiling on Windows 7?
> If you compile via terminal with -O3, do you get a crash too ?
> ________
> De : code dz 
> Envoyé : lundi 10 juillet 2023 23:44
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/10/23, Fred van Stappen  wrote:
>> OK and aaargh.
>>
>> I will jump into it asap.
>>
>> Does it come only with console project and Windows 32 bit?
>> Did you have that problem with previous release?
>>
>> Thanks.
>>
>>
>> 
>> De : code dz 
>> Envoyé : lundi 10 juillet 2023 22:47
>> À : General list for MSEide+MSEgui
>> 
>> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>>
>> On 7/8/23, Fred van Stappen  wrote:
>>> Hello everybody.
>>>
>>> There is a new release 5.8.2 with fixes for db filters and -dglibc225
>>> option
>>> parameter to build "timeless" binary for Linux 64 bit.
>>>
>>> To produce the "timeless" binary, there is a demo in
>>> /tools/timeless_clock/
>>> to show how to do with the project option and the "fake libdl.so".
>>> If you prefer something more out-of-the-block, you may use fpc-ootb for
>>> Linux 64 bit:
>>> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
>>> In that case, you will need to only use  the -dglibc225 option
>>> parameter.
>>>
>>> Note that release 5.8.2. provides only the source of MSEgui.
>>> For MSEide binary, because nothing has changed there, please use the
>>> binary
>>> of release 5.8.0.
>>>
>>> Have lot of fun.
>>>
>>> Fre;D
>>>
>>
>> Hi Fred , on windows it seems there is problem , when i create a
>> simple console project and compile it , the mseide get freezes until i
>> kill its process
>>
>> i am using mseide 5.8.2 for windows7 32bits
>>
>>
>> ___
>> mseide-msegui-talk mailing list
>> mseide-msegui-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>>
>
> i think i found the problem , when i build mseide using -O3 i got that
> error , but with -O2 it works fine .
> seems FPC optimizer bug
>
>
> ___
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

Hi fred , sorry for the delay
i found the problem in v5.8.2 and v5.8.0 , i don't know if the
previous releases has the same issue , but i remember while ago i was
able to use mseide built with -O3 without problems, don't know which
version but it was 2 or 3 years ago .
BTW i am using fpc 3.2.2 ,
i will give it another shot with fpc trunk


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


Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-10 Thread code dz
On 7/10/23, Fred van Stappen  wrote:
> OK and aaargh.
>
> I will jump into it asap.
>
> Does it come only with console project and Windows 32 bit?
> Did you have that problem with previous release?
>
> Thanks.
>
>
> ________
> De : code dz 
> Envoyé : lundi 10 juillet 2023 22:47
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/8/23, Fred van Stappen  wrote:
>> Hello everybody.
>>
>> There is a new release 5.8.2 with fixes for db filters and -dglibc225
>> option
>> parameter to build "timeless" binary for Linux 64 bit.
>>
>> To produce the "timeless" binary, there is a demo in
>> /tools/timeless_clock/
>> to show how to do with the project option and the "fake libdl.so".
>> If you prefer something more out-of-the-block, you may use fpc-ootb for
>> Linux 64 bit:
>> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
>> In that case, you will need to only use  the -dglibc225 option parameter.
>>
>> Note that release 5.8.2. provides only the source of MSEgui.
>> For MSEide binary, because nothing has changed there, please use the
>> binary
>> of release 5.8.0.
>>
>> Have lot of fun.
>>
>> Fre;D
>>
>
> Hi Fred , on windows it seems there is problem , when i create a
> simple console project and compile it , the mseide get freezes until i
> kill its process
>
> i am using mseide 5.8.2 for windows7 32bits
>
>
> ___
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

i think i found the problem , when i build mseide using -O3 i got that
error , but with -O2 it works fine .
seems FPC optimizer bug


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


Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-10 Thread code dz
On 7/10/23, Fred van Stappen  wrote:
> OK and aaargh.
>
> I will jump into it asap.
>
> Does it come only with console project and Windows 32 bit?
> Did you have that problem with previous release?
>
> Thanks.
>
>
> ________
> De : code dz 
> Envoyé : lundi 10 juillet 2023 22:47
> À : General list for MSEide+MSEgui
> 
> Objet : Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.
>
> On 7/8/23, Fred van Stappen  wrote:
>> Hello everybody.
>>
>> There is a new release 5.8.2 with fixes for db filters and -dglibc225
>> option
>> parameter to build "timeless" binary for Linux 64 bit.
>>
>> To produce the "timeless" binary, there is a demo in
>> /tools/timeless_clock/
>> to show how to do with the project option and the "fake libdl.so".
>> If you prefer something more out-of-the-block, you may use fpc-ootb for
>> Linux 64 bit:
>> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
>> In that case, you will need to only use  the -dglibc225 option parameter.
>>
>> Note that release 5.8.2. provides only the source of MSEgui.
>> For MSEide binary, because nothing has changed there, please use the
>> binary
>> of release 5.8.0.
>>
>> Have lot of fun.
>>
>> Fre;D
>>
>
> Hi Fred , on windows it seems there is problem , when i create a
> simple console project and compile it , the mseide get freezes until i
> kill its process
>
> i am using mseide 5.8.2 for windows7 32bits
>
>
> ___
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

now i tried witth 5.8.0 and it seems ok , no freeze
so the problem only with 5.8.2 version


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


Re: [MSEide-MSEgui-talk] Release MSEgui 5.8.2.

2023-07-10 Thread code dz
On 7/8/23, Fred van Stappen  wrote:
> Hello everybody.
>
> There is a new release 5.8.2 with fixes for db filters and -dglibc225 option
> parameter to build "timeless" binary for Linux 64 bit.
>
> To produce the "timeless" binary, there is a demo in /tools/timeless_clock/
> to show how to do with the project option and the "fake libdl.so".
> If you prefer something more out-of-the-block, you may use fpc-ootb for
> Linux 64 bit:
> https://github.com/fredvs/freepascal-ootb/releases/tag/3.2.2
> In that case, you will need to only use  the -dglibc225 option parameter.
>
> Note that release 5.8.2. provides only the source of MSEgui.
> For MSEide binary, because nothing has changed there, please use the binary
> of release 5.8.0.
>
> Have lot of fun.
>
> Fre;D
>

Hi Fred , on windows it seems there is problem , when i create a
simple console project and compile it , the mseide get freezes until i
kill its process

i am using mseide 5.8.2 for windows7 32bits


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


Re: [MSEide-MSEgui-talk] MSEgui and AI Chatbot.

2023-01-07 Thread code dz
yes its magical how ai becomes , i was thinking if it could help to improve
fpc , i mean when used by fpc core developers

On Sat, Jan 7, 2023 at 5:05 PM Fred van Stappen  wrote:

> Hello everybody.
>
> See here:
> https://forum.lazarus.freepascal.org/index.php/topic,61772.msg466094.html#msg466094
>
> Genuinely terrifying and magical.
>
> Happy new all for all.
>
> Fre;D
> ___
> 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] can't change mark pairwords color

2023-01-07 Thread code dz
thanks fred , yes it works by using cl_default


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


[MSEide-MSEgui-talk] can't change mark pairwords color

2023-01-06 Thread code dz
Hi
it seems pairwords mark color in project options can not change its
color , it has only one color (yellow)  if i change it to gray for
example it still yellow .

i am using the mseide 5.6.10


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


Re: [MSEide-MSEgui-talk] Benchmarks.

2022-10-30 Thread code dz
those benchmarks are not fair , c++ uses simd intrinsics and openmp
for multithreading , so in multicore cpu its much faster than fpc .
maybe the speed becomes equal if they uses only native language
without addons


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-04 Thread code dz
Hi Fred
it happend only when building mseide with -O3
with -O2 everythings works fine

so clearly its an fpc bug (still not fixed ) , i think let's stick
with -O2 by now ,  also i don't see any benefit using -O3 on mseide .
i mean the speed looks the same .

ok thanks Fred for your patience with me ;)

greeting


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-03 Thread code dz
Hi Fred
thanks for the fix , the button is working now .

i just tried with fpc latest trunk but mseide still crashes

the crash occur when you compile your app for the second time , for
example create new msegui application and hit make , it compiles ok ,
now if you try compile it again then mseide crashes

i think i have to test with older mseide releases to catch which one is bugy


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread code dz
Hi Fred
i tried with fpc trunk last night , but seems the problem still remains
i also removed cmem unit but nothings changed .anyways i'll try to
debug mseide and tell you later on ,

by the way , the button of select fpc dir in mseide config dialig is
not working .
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread code dz
Hi Fred
i just rebuild mseide with -O3 , i am using fpc 3.2.2 on windows7 32bits
the problem now is whenever i compiling new prject  then mseide hung
and don't respond until i kill its process  .

then i rebuild mseide with -O2 and every things return working fine ,

i don't know if tou experienced this problem befor ? .
i remember once when new lazarus release has been announced in the
forum they mention that lazarus has problem when you build it with -O3
, but i don't know exactly what is it !

so it seems fpc optimization issue , i will try with fpc trunk maybe
it has been resolved


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-01 Thread code dz
thanks Fred
you found it , congrats ;)
well it doesn't work by following the steps you mention ,so after some
tweaking i got it to working by :

1 add tfont component to mainform and set its hight
2 add tpopupmenu to mainform
3 assign tfont to tpopupmenu.menu.template
4 assign tfont to tmainfo.font.template

again thanks for the tip (no doubt you're the megui guru)


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-28 Thread code dz
Hi Fred
seems there is no option to play with tedit auto popup menu font , i
think it is by design
just i thought i could change it , because visually it is inconsistent
with bigger font (big edit and small popup menu ) , anyway its ok ,
not big harm

about the rounded button yes it was me ;) , long time ago
as one grow up losing energy by time ;)


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-27 Thread code dz
H Fred
just one last question
if i set a font for main form  ,  normally every control in this form
should inherited from the mainform font , but one exception i found is
that Tedit popup menu doesn't behave the same
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-27 Thread code dz
Hi fred
it works now , thanks for the fix


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-26 Thread code dz
catch new one
if you try to set directory for msegui you'll get this message
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-26 Thread code dz
thanks Fred
you're right , let's wait maybe there are more bugs hidden


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


Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-02-26 Thread code dz
Hi Fred
BTW , i used to use the new button to create new folder , not new file



Le sam. 26 févr. 2022 à 21:09, Fred van Stappen  a
écrit :

> Re-hello code dz.
>
> Indeed there is a problem.
> When doing "Save as" and trying to create a new dir there is a av.
>
> I will try with previous releases of mseide to see from when there is
> problem.
> Or maybe do you know if it was working with previous mseide release?
>
> Thanks.
>
> Fre;D
> --
> *De :* code dz 
> *Envoyé :* samedi 26 février 2022 21:35
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] Release 5.6.6.
>
> Hi Fred
> seems there is an av when click on new folder button in open file dialog.
> ___
> 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] Release 5.6.6.

2022-02-26 Thread code dz
Hi Fred
seems there is an av when click on new folder button in open file dialog.
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Release 5.6.4.

2021-10-04 Thread code dz
well done fred.


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


Re: [MSEide-MSEgui-talk] mseide configure

2021-06-07 Thread code dz
2021-06-07 16:34 UTC+02:00, fredvs :
> Hello Code DZ.
>
> OK, fixed (I hope) in commit fd0f8dc27.
>
> But you will need to re-compile mseide first and then use that binary to
> change msesettings code.
>
> Fre;D
>
>
>

thanks fred , it works now ,
btw the spacer between (ok and cancel) button in the setting dialog is
unnecessary , remove it for fine layout ( try to resize the dialog to
see the issue )


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


[MSEide-MSEgui-talk] mseide configure

2021-06-06 Thread code dz
Hi
i made a change to mseide configure form and then tried to rebuild
the new build doesn't show my changes and it still has the old form ,
it means it doesn't recompile , im talking about   (
lib/common/designutils/msesettings.mfm ) ,
so my question is how to  build this form within mseide build ?


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


Re: [MSEide-MSEgui-talk] Allegro5 instead of xorg libraries

2021-04-09 Thread code dz
but allegro is built on top of xorg if i remember correctly !
there was an atempt from martin to introduce SDL2 as a graphic backend for
msegui but he just stop working on it

On Fri, Apr 9, 2021, 08:34 vasi vasi  wrote:

> I was thinking, Allegro5 lib is ported everywhere, it might be better used
> instead of xorg libs?
>
> --
> Vasi
> ___
> 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] A real forum for MSEide+MSEgui

2021-03-23 Thread code dz
thanks fred

On Tue, Mar 23, 2021, 18:31 Fred van Stappen  wrote:

> > maybe you can isolate windows
>
> Yes, excellent.
>
>{$ifdef linux}
>  fownerwidget.paint(bmp.canvas); // maybe better
> fownerwidget.invalidate
>  {$endif}
>
> OK, commit fa2de3f31
>
> Fre;D
>
> --
> *De :* code dz 
> *Envoyé :* mardi 23 mars 2021 17:00
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] A real forum for MSEide+MSEgui
>
> maybe you can isolate windows os by ifdef , because on windows there
> is no problem
>
>
> ___
> 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
>
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] A real forum for MSEide+MSEgui

2021-03-23 Thread code dz
maybe you can isolate windows os by ifdef , because on windows there
is no problem


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


Re: [MSEide-MSEgui-talk] A real forum for MSEide+MSEgui

2021-03-23 Thread code dz
hi fred
i tried rebuild mseide from your latest commits . it becoms very slow
especialy when you resize the form .
i will elaborate more later


On Tue, Mar 23, 2021, 15:20 fredvs  wrote:

> > And try create new temporary forum on free hosting:
> > https://a4370898.000webhostapp.com/forum/index.php
>
> Hello Alexander.
>
> Wow, great!
>
> For the hosting, I agree with Roland but for the site using simplemachine
> engine: perfect choice for me.
> It would be great if you could import all the discussions about msegui from
> the Lazarus Russian forum into your simplemachine forum.
>
> But still remain the hosting question.
>
> And who will maintain the forum-site, personally I dont know simplemachine
> and have bad access to internet.
>
> 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] Wiki of MSEgui TLayouter ?

2021-01-09 Thread code dz
it works well , thanks fred


2021-01-08 16:57 UTC+01:00, code dz :
> thank you fred , i'll check that when i come home
>


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


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

2021-01-08 Thread code dz
thank you fred , i'll check that when i come home


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


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

2021-01-08 Thread code dz
thanks fred, but i can't open the project , seems incompatible with
the new msegui !
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2021-01-07 Thread code dz
hello fred
you reminded me of tchart component , i tried while ago to figure out
how it works with no success so far . it has tons of parameters in the
object inspector.


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


Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread code dz
2020-08-08 20:02 UTC+02:00, fredvs :
> Hello.
>
> The problem of incompatibility with MSE image and the classes bridge is
> solved.
> The fixes are in last commit of MSEgui.
>
> So now you may use the classes bridge for all your MSE applications, even
> if
> you dont use BGRABitmap, all MSE widgets using imported images should work
> too.
>
> 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
>

thanks fred , i'll check that


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


Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-26 Thread code dz
thats cool , thanks fred


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


Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread code dz
thanks fred , that was quick :)
ok i'll try it tonight


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


[MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread code dz
Hi
seems timagelist dose not accept any image and show this error when
you try to assign a new image into it .
where could be the problem ?
i am using fpc 3.2 & msegui from (https://github.com/mse-org/mseide-msegui)
___
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-02 Thread code dz
2020-04-02 11:45 UTC+02:00, fredvs :
> Hello everybody.
>
>> Also, I propose to name the new release 5.0.0, (it seems that Martin
>> changed
>> the first number when a new fpc version was allowed).
>
>> And change, maybe, the copyright with:
>
>> Copyright (c) 1999-2020 by Martin Schreiber and friends.
>
>> OK ?
>
> I still wait for your green light.
>
> Fre;D
>

go ahead ;)


___
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-03-31 Thread code dz
good idea , but 3.2 is still in release candidate


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread code dz
why not just replace byte with integer , i am not sure


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-29 Thread code dz
why not just replace byte with integer , i am not sure


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread code dz
> Yes and did not find any problem.
ok , thats cool :)


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread code dz
did you try compiling with fpc 3.0.4 with all these changes? just to
be sure of backward compatibility .


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread code dz
yes , every things works fine so far ;)


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-28 Thread code dz
well done fred :D
In a moment, I lost hope , and eventually you did it :)
thanks for your effort


___
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 Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-11 Thread code dz
Hi fred

i don't know why martin has disable some warnings while ago and not fixing it
you may have seen this in every msegui unit :
 {$if fpc_fullversion >= 030100}
  {$warn 5089 off}
  {$warn 5090 off}
  {$warn 5093 off}
  {$warn 6058 off}
 {$endif}

so i think this list should be extended


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


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

2020-03-10 Thread code dz
I dont remember exactly . but i think Its about range checking .
On 9 Mar 2020 20:29, "fredvs"  wrote:

> Re-hello Code DZ.
>
> > I tried fixing these warning but i lost .
>
> What makes you stop, what kind of warnings?
>
> 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] msedbusinterface and fpc 3.3.1 trunk

2020-03-09 Thread code dz
Hi fred. I tried fixing these warning but i lost .  i think msegui should
stay with fpc3.0.4 until finding the fix .
On 8 Mar 2020 14:11, "fredvs"  wrote:

> Re-hello.
>
> OK, I did apply the Graemes's fix: adding {$interfaces corba}, just after
> unit msedbusinterface.
>
> This fixes the error:
>
> "Error: The interface type of the forward
> declaration and the declared interface type do not match for interface
> idbusservice "
>
> Nice but now there is a new other error:
>
> msesqlquery.pas(1719,30) Error: Operator is not overloaded: "Class Of
> TBlobField" and "Boolean"
>
> (G + mama-mia + w** + censured + ...)
>
> 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.
>
> Do you know what is the new equivalent for:
> ---> if fld1 is tblobfield // boolean no more permitted
>
> ?
>
> Of course, I did not commit anything yet, I wait for your comments.
>
> 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] Compilation error with FPC 3.2.0

2020-01-13 Thread code dz
also load/save layout doesn't work , i don't know where's the layout
is saved ,  project file or
statfile ?  .
also i noted tons of warnings during the compilation ,  i remember
martin said that mseide/msegui should compile without warnings  .
if i get free time i would like to investigate and try fixing those warnings


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


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

2019-08-08 Thread code dz
hi fred
if you only want to build fpc trunk without lazarus, than why not
using fpcupdeluxe
it's very simple and every time you build fpc it only update the changing files


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


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

2019-08-07 Thread code dz
>
> In previous post you write that you did fix the problem.
> Was it fake news?
>
i've rechecked again
yes you are right , the problem still exist !!
last time when i post this , i thought my mseide.exe was built by fpc
3.3.1 , but in fact it was built by fpc 3.0.4 , so for that i haven't
seen the problem
now i rebuilt evey things , and yes the load layout doesn't work

its new challenge ;)


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


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

2019-08-07 Thread code dz
hi fred
so the problem exist !
time ago in lazarus forum i remember they talked about breaking
filestream backward compatibility , i don't remember exactly where


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


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

2019-08-05 Thread code dz
oops my fault
the mseide.exe which is associated with *.prj files was located in an
old build of mseide
now i changed the association to the new mseide build location , and
every things works fine


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


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

2019-08-05 Thread code dz
hi fred
your mseide_exe works just fine , so maybe i did something wrong when
i compiled fpc or mseide
ok i'll try to clean and compile every things from zero


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


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

2019-08-04 Thread code dz
2019-08-04 16:39 UTC+02:00, fredvs :
>
> So, in short, I totally understand now why Martin was not hot to make mse
> compatible with fpc version that was not totally tested and released.
>
> Fre;D
>

yes ,i remember martin was not interesting in making msegui/ide
compatible with fpc trunk ,
i asked him many times but he refuse , he said i'll but until the next
release of fpc , he was totally right about this , because in fpc
there is  commits and revert commits , so its not stable  at all


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


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

2019-08-04 Thread code dz
hi fred
seems (view->load window layout ) is not working with the new fpc 3.3.1


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


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

2019-07-26 Thread code dz
thanks fred
yes it works now ,
on the mailing list Sven posted new fix , did you try it ? seems more compact

2019-07-26 0:30 UTC+02:00, fredvs :
> Hello Roland, hello Code DZ.
>
>> where is the repository that contain the fix ?
>
> https://github.com/mse-org/mseide-msegui
>
> 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] Compilation error with FPC 3.2.0

2019-07-25 Thread code dz
thanks fred for the effort .
where is the repository that contain the fix ?


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


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

2019-06-08 Thread code dz
I have no idea how to hide self parameter. I am not that good to fix such
problems quickly  but maybe it needs more deep invastigation
On Jun 8, 2019 12:28, "fredvs"  wrote:

> > (if your application is not using TParamFlag).
>
> Huh, of course if your application uses TParamFlag or if you know how to
> disable "self" parameter your advice and fixes are more than welcome.
>
> Fre;D
>
>
>
> --
> Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/
>
>
> ___
> 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] Compilation error with FPC 3.2.0

2019-06-07 Thread code dz
thanks fred
so msegui should stay with fpc 3.0.4 until some one find a proper fix .
i hope this summer i can find time to get deeper into msegui source code


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


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

2019-06-06 Thread code dz
Hi
any news about this ?


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


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

2019-04-24 Thread code dz
2019-04-25 1:05 UTC+02:00, Graeme Geldenhuys :
> On 24/04/2019 21:22, fredvs wrote:
>> Sadly I am not a guru in interface things and I do not see what is wrong
>> with iificlient interface for fpc > 3.0.x.
>
> No worries. I had a quick look and fixed the issue. Please find attached
> patches. I tested with FPC 3.0.4 and FPC 3.2.0.
>
> ===
> Graeme Geldenhuys (2):
>   Fixes compilation errors with FPC 3.2.0
>   Trimmed trailing whitespace.
>
>  lib/common/editwidgets/msegraphedits.pas | 251 ---
>  lib/common/widgets/msedispwidgets.pas|  45 ++--
>  2 files changed, 149 insertions(+), 147 deletions(-)
>
> ===
>
> 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
>

seems this patch is not enough
try create a gui app , add an event , and you will see some thing like
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2019-04-24 Thread code dz
2019-04-25 1:05 UTC+02:00, Graeme Geldenhuys :
> On 24/04/2019 21:22, fredvs wrote:
>> Sadly I am not a guru in interface things and I do not see what is wrong
>> with iificlient interface for fpc > 3.0.x.
>
> No worries. I had a quick look and fixed the issue. Please find attached
> patches. I tested with FPC 3.0.4 and FPC 3.2.0.
>
> ===
> Graeme Geldenhuys (2):
>   Fixes compilation errors with FPC 3.2.0
>   Trimmed trailing whitespace.
>
>  lib/common/editwidgets/msegraphedits.pas | 251 ---
>  lib/common/widgets/msedispwidgets.pas|  45 ++--
>  2 files changed, 149 insertions(+), 147 deletions(-)
>
> ===
>
> 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
>

Hi Graeme
i remember last month i did just what you did in this patch , it
compiled ok , but other problems raises when you create a gui app
especially when create an event in the objectinspector ,


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


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

2019-02-05 Thread code dz
java virtual machine choose the fastest instructions per cpu , so no
wonder it is fast


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


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

2019-02-03 Thread code dz
>
> Huh, did you try the test + benchmarks of /mselang/test/ ?
>

AFAIK maelang is not yet complete and it works only for simple cases ,
at least that's what martin said.

>
> IMHO, it is not a question of programming language, Pascal does as good as
> c/c++ if the good optimizations are used.
>

in simple programs yes , fpc may match up c/c++ speed , but in a real
world app e.g ( ray tracer )  there is no chance , unless you go down
and write assembly .

the development of fpc is really slow and thats obvious  to every one,
 you may wait the rest of your life and you wont see for example the
version 4  :/


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


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

2019-02-03 Thread code dz
2019-02-03 21:11 UTC+01:00, fredvs :
>> Your death spell for MSEIDE-MSEGUI?
>
> IMHO, MSEIDE-MSEGUI will stay with fpc release 3.0.2 and 3.0.4.
>
> And if one day MSEIDE-MSEGUI does a upgrade concerning compiler, it will be
> to use mselang.
>
> I think that fpc is too much self-centered (why not work with Git?) and
> slave to Delphi.
> And if you propose a bug-fix, it takes years (yes, years) before to receive
> a pretentious comment about some spelling mistake in your explanations.
>
> With last fpc release, with optimization > 1 (-02, -03) ---> crash some of
> my projects.
>
> Each fpc release produces executable bigger and slower, float calculation
> (very important for me) is each time slower too.
>
> Synchronization is still not ok with fpc threads. (fortunately Martin
> offers
> msethread with synchronization ok).
>
> In short, I'm tired of fpc
>
> Fre;D
>

programming language is just a tool , so choose the right tool for the
desired job
since you are concerned about floating point optimization , its
obvious that c/c++ is leader in that field
also if you need nice and quick GUI  , away from bloated (qt,wx)
libraries, there is Dear ImGui , google it , its lightweight and
really fast , and now its widely used by big studios

if you want to make desktop database app , i think and in my opinion
lazarus is perfect choice


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


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

2019-01-31 Thread code dz
2019-01-31 16:58 UTC+01:00, Graeme Geldenhuys :
> On 2019-01-31 3:48 p.m., code dz wrote:
>> iam not using msegui anymore , iam just mention that it doesn't work
>> with fpc trunk
>
>
> Just curious, what exactly is the compiler error message?
>
>
> 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
>

msegraphedits.pas(126,19) Error: No matching implementation for
interface method "getdefaultifilink:iificlient;


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


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

2019-01-31 Thread code dz
2019-01-31 16:30 UTC+01:00, Patrick Goupell :
>
>> fpc 3.0.4 works fine , the problem is with fpc 3.3.1
>>
>>
>
> SO why use something that does not work?
>
> Patrick
>

iam not using msegui anymore , iam just mention that it doesn't work
with fpc trunk


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


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

2019-01-31 Thread code dz
2019-01-31 14:09 UTC+01:00, Patrick Goupell :
>
> On 1/31/19 7:25 AM, fredvs wrote:
>>> did you try compile msegui/ide with fpc trunk ?
>> AFAIK, msegui/ide can be compiled with fpc <= 3.0.4.
>>
>> I did try to compile some msegui projects with fpc 3.1.1..
>>
>> It was ok for Windows but fails for Unix.
>>
>
> I run fpc 3.0.4 on 64 bit linux, debian stretch with no problems.
>
> I download and compile it from source as I compile for both 32 and 64
> bit for linux and windows
>
> Patrick
>

fpc 3.0.4 works fine , the problem is with fpc 3.3.1


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


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

2019-01-30 Thread code dz
@ferd
did you try compile msegui/ide with fpc trunk ?
last time (last week) i got alots of errors


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


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

2018-12-28 Thread code dz
2018-12-28 12:54 UTC+01:00, 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
>

i am not discouraging but the codebase is really massive and complex ,
and the worst thing is that martin didn't put any comment in his code
, i asked him once about this but he said (i understand my code as is)
.


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


Re: [MSEide-MSEgui-talk] To Martin family.

2018-12-26 Thread code dz
from this conversation
(https://pascal.developpez.com/interviews/martin-schreiber/en/)

i guess he's between  50-60


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


Re: [MSEide-MSEgui-talk] To Martin family.

2018-12-26 Thread code dz
this is really really sad news ,it is the worst thing I've ever expected
he's gone and he left this great project like an orphan

this is life


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


Re: [MSEide-MSEgui-talk] Need Help

2018-12-25 Thread code dz
i hope he's ok  ,cuz it is unusual for him to be absent for all that time !!
even in the gitlab there is no activities since a month


___
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-04 Thread code dz
seems really fast
looks like Ultibo combines the advantage of boot speed (like
microcontroller bords) and the availability of fast cpu processing .
really great project


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


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

2018-11-04 Thread code dz
2018-11-04 10:50 UTC+01:00, Martin Schreiber :
> On Sunday 04 November 2018 09:17:23 code dz wrote:
>> many thanks
>> the previous release wasn't  4.7 ?
>>
> 4.7 is the current git master version. Odd version numbers are variable
> development versions.
>

ops , i forgot about the git master ;)


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


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

2018-11-04 Thread code dz
many thanks
the previous release wasn't  4.7 ?


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


[MSEide-MSEgui-talk] docking question

2018-10-14 Thread code dz
Hi Martin
i this layout (see attachment)
i want to place the target-console window under watches window , is it
possible to drag target-console window directly to the desired place ?
it seems i must place it on top of debugger window first , then drag
it down ( which i think it is not practical )


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


Re: [MSEide-MSEgui-talk] Inline asm

2018-09-07 Thread code dz
2018-09-07 21:25 UTC+01:00, Duat :
> Hello :),
> Support Inline Assembler x86 / 64?
>
> Thank you
>
>
is this a question or pull request ?


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


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

2018-08-29 Thread code dz
2018-08-29 17:31 UTC+01:00, Martin Schreiber :
> On Wednesday 29 August 2018 18:21:28 code dz wrote:
>> 2018-08-29 9:37 UTC+01:00, Martin Schreiber :
>> > On Tuesday 28 August 2018 23:15:09 code dz wrote:
>> >> i added  a counter and yes paint event triggered every 16ms
>> >> i interrupt the application as you suggest me , you can see the call
>> >> stack pictures
>> >
>> > Please additionally add a counter to twidget.paint()
>> > (lib/common/kernel/msegui.pas:10614)  and check the calling frequency.
>> >
>> > Martin
>>
>> i've added a counter , the frequency is 600 call/sec
>> is this normall ?
>>
> I would expect 3 times the timer rate for a single widget (tpaintbox) in the
>
> form. So it is higher than expected but not so high that it explains the CPU
>
> load difference 0% -> 100%.
> I am still helpless.
>
> Martin
>

in fact it is not 1 widget , its 3
1 tpaintbox and 2 tintegerdisp

ok i'll try to investigate more later

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-29 Thread code dz
2018-08-29 9:37 UTC+01:00, Martin Schreiber :
> On Tuesday 28 August 2018 23:15:09 code dz wrote:
>> i added  a counter and yes paint event triggered every 16ms
>> i interrupt the application as you suggest me , you can see the call
>> stack pictures
>
> Please additionally add a counter to twidget.paint()
> (lib/common/kernel/msegui.pas:10614)  and check the calling frequency.
>
> Martin
>

i've added a counter , the frequency is 600 call/sec
is this normall ?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-29 Thread code dz
2018-08-29 9:37 UTC+01:00, Martin Schreiber :
> On Tuesday 28 August 2018 23:15:09 code dz wrote:
>> i added  a counter and yes paint event triggered every 16ms
>> i interrupt the application as you suggest me , you can see the call
>> stack pictures
>
> Please additionally add a counter to twidget.paint()
> (lib/common/kernel/msegui.pas:10614)  and check the calling frequency.
>
> Martin
>

i am at work , i'll check in the evening and tell you what i've got

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-29 Thread code dz
2018-08-29 6:49 UTC+01:00, Martin Schreiber :
> On Tuesday 28 August 2018 23:15:09 code dz wrote:
>> i added  a counter and yes paint event triggered every 16ms
>> i interrupt the application as you suggest me , you can see the call
>> stack pictures
>
> Interesting that there is no fillrect() or bitblt() or other *blt() call
> which
> consumes the most time which one would expect for the big invalidated area
> if
> there would be no hardware acceleration.
> I am helpless.
>
> It looks like a 32 bit application, is Windows 32 bit too?
>
> Martin
>

yes it is 32bits

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-28 Thread code dz
2018-08-27 23:24 UTC+01:00, 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 have another pc runing windows7 and the app
>> almost uses 0% cpu .
>
> Seems it uses the generic VESA video driver. Do you have a manufacturer
> provided driver for this laptop? Then you should perhaps consider installing
> that and trying again.
>

Hi
yes it is installed and updated already , i get the drivers from here :
https://support.hp.com/us-en/drivers/selfservice/hp-compaq-8710w-mobile-workstation/3355679

well i think its msegui issue !! , but i don't know how to debug this
kind of problems

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-27 Thread code dz
2018-08-27 9:43 UTC+01:00, Martin Schreiber :
> On 26.08.2018 23:45, code dz wrote:
>> Hi Martin
>> i made a simple test across msegui & lazarus & wxwidgets to see who's
>> uses less cpu
>> the test is very simple : a paintbox & timer , i set the timer
>> interval to 16ms and in its ontimer event i invalidate the paintbox to
>> trigger its paint event , in the paint event i draw a rectangle
>> after execution i maximized the form and see the cpu usage , well the
>> results was :
>> msegui : 90% per on cpu core
>> lazarus : 18%
>> wxwidgets: 2%
>>
>> i just wondering why this slowdown from msegui
>>
> Why is the background of the MSEgui example white?
>
> Martin
>
>

i just set the paintbox color to white .
but if the antivirus is the problem , why wxwidgets example uses 1%  cpu ?

what is the resolution of your display ?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-27 Thread code dz
2018-08-27 6:37 UTC+01:00, Martin Schreiber :
> On Sunday 26 August 2018 23:45:08 code dz wrote:
>> Hi Martin
>> i made a simple test across msegui & lazarus & wxwidgets to see who's
>> uses less cpu
>> the test is very simple : a paintbox & timer , i set the timer
>> interval to 16ms and in its ontimer event i invalidate the paintbox to
>> trigger its paint event , in the paint event i draw a rectangle
>> after execution i maximized the form and see the cpu usage , well the
>> results was :
>> msegui : 90% per on cpu core
>> lazarus : 18%
>> wxwidgets: 2%
>>
>> i just wondering why this slowdown from msegui
>>
> You noticed that the MSEgui ttimer.interval are microseconds?
> I get 0..1% CPU usage, please see attachment.
>
> Martin
>

the value is 16000 which means 16ms
at first i thought maybe its due to double buffering, but i also used
doublebuffering in both lazarus and wxwidgets and gives me the same
results

note i don't know about linux but i use windows7

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2018-08-26 Thread code dz
Hi Martin
i made a simple test across msegui & lazarus & wxwidgets to see who's
uses less cpu
the test is very simple : a paintbox & timer , i set the timer
interval to 16ms and in its ontimer event i invalidate the paintbox to
trigger its paint event , in the paint event i draw a rectangle
after execution i maximized the form and see the cpu usage , well the
results was :
msegui : 90% per on cpu core
lazarus : 18%
wxwidgets: 2%

i just wondering why this slowdown from msegui

note :  in wxwidgets there is no paintbox  so i used wxPanel instead
note2 : the screen resolution is 1680x1050

the program :

type
 tmainfo = class(tmainform)
   tpaintbox1: tpaintbox;
   ttimer1: ttimer; // 16ms
   procedure onpaintbox_paint(const sender: twidget; const acanvas: tcanvas);
   procedure on_timer(const sender: TObject);
 end;
var
 mainfo: tmainfo;
implementation
uses
 main_mfm;
procedure tmainfo.onpaintbox_paint(const sender: twidget;
   const acanvas: tcanvas);
begin
acanvas.fillrect(makerect(30,10,100,50),cl_Red);
end;

procedure tmainfo.on_timer(const sender: TObject);
begin
   tpaintbox1.invalidate;
end;
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] create component at runtime

2018-07-27 Thread code dz
2018-07-26 20:25 UTC+01:00, Martin Schreiber :
> On 07/26/2018 07:15 PM, code dz wrote:
>> Hi Martin
>> i tried to create a slider at runtime with this code , but nothing
>> appears
>>
>> procedure tmainfo.onbuttonclick(const sender: TObject);
>> var sd : tslider;
>> begin
>>  sd := tslider.create(tscrollbox1);//<<<---tscollbox1 is the owner not 
>> the
>> parentwidget
>
> "
>  sd:= tslider.create(self,tscrollbox1,true);
>  //or
>  // sd:= tslider.createandinit(self,tscrollbox1,true);
>  //if the effect should be the same as placing a component from
>  //componentpalette in MSEide
> "
>
> Martin
>

aha , thanks

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] create component at runtime

2018-07-27 Thread code dz
2018-07-26 18:15 UTC+01:00, code dz :
> Hi Martin
> i tried to create a slider at runtime with this code , but nothing appears
>
> procedure tmainfo.onbuttonclick(const sender: TObject);
> var sd : tslider;
> begin
>   sd := tslider.create(tscrollbox1);
>   sd.top := 10;
>   sd.left := 10;
>   sd.width := 100;
>   sd.height := 25;
> end;
>

seems widget constructor does not assign the parent widget . sorry i
followed the delphi way

this code works

procedure tmainfo.on_create(const sender: TObject);
var
bt : tSlider;
begin
bt := tSlider.create(nil);
bt.bounds_x := 10;
bt.bounds_y := 10;
bt.bounds_cx := 80;
bt.bounds_cy:= 20;
bt.parentwidget := self; <
end;

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] create component at runtime

2018-07-26 Thread code dz
Hi Martin
i tried to create a slider at runtime with this code , but nothing appears

procedure tmainfo.onbuttonclick(const sender: TObject);
var sd : tslider;
begin
sd := tslider.create(tscrollbox1);
sd.top := 10;
sd.left := 10;
sd.width := 100;
sd.height := 25;
end;

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-23 Thread code dz
fixed ;)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-19 Thread code dz
but i noticed that befor you clone the project folder , you have to
set main.pas as the active tab .
if you set unit1 active befor closing then mseide will not duplicate
the unit1.pas

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-19 Thread code dz



test.7z
Description: Binary data
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-19 Thread code dz
with my attached example , you can try

https://i.imgur.com/cqJyjmf.gif

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-18 Thread code dz
>
> Please check the paths of the "unit1.pas" files by clicking on it and check
>
> the path display at the bottom of the source window, they should be
> different.
> The opened files are stored as absolute paths and relative to the project
> directory in *.prj file. At loading of *.prj MSEide first tries to load the
>
> absolute path, if it does not exist it tries to load the file in project
> directory relative path. If you copy a *.prj to another directory the first
>
> step which must be done after loading the *.prj into MSEide in the new
> directory is 'File'-'Close all' in order to close all files of the old
> project directory.
>
> Martin

yes if i close all files it works normal , but if close the copied
project and open it again
then the 2 units point to the same path .

by the way it doesn't matter , closing the additional  tab does not hurt ;)
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] the source editor open the same unit twice

2018-05-17 Thread code dz
Hi Martin
i think i asked you about this problem while ago , but i there was no
repro steps

now to repro this issue :

1 create new project
2 create a unit in the same prj folder , add a type or const  or var.. into it
3 ctrl+lclick on the type or const  but in the main program ( this
should let the source editor open the desired unit )

4 close the project
5 copy the folder of the project and paste it into another place
6 open the copied  prj and Ctrl+lclick in the main program into the
const or type

the source will then open the same unit but in a new tab
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] resizing bug

2018-05-17 Thread code dz
>
> Please set tsimplewidget1.bounds_cxmin or use a tscrollbox instead a
> tsimplewidget as container.
>
> Martin
>

seems i used to use tsimplewidget every time as a basic container ,
now tscrollbox looks much better ;)
thanks

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] resizing bug

2018-05-16 Thread code dz
Hi Martin
long time not using msegui ;) , i just came across with this issue
while resizing tstringedit
can you reproduce this in linux ?


test.7z
Description: Binary data
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


  1   2   3   >