Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-01 Thread Martin Schreiber


On 07/31/2017 11:32 PM, Fred van Stappen wrote:
> 
> 
>> operating system, which window manager?
> 
> Linux Mint 64 bit with Mint-built in WM
> 
>From here?
https://www.linuxmint.com/download.php

Cinnamon, MATE, Xfce, KDE or something other?

Martin

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

2017-08-01 Thread Martin Schreiber
On Tuesday 01 August 2017 15:19:39 code dz wrote:
> Hi Martin
> sorry for the delay , your fix is valid but only for the previous
> layout , but  the problem seems still exist .
>
> http://i.imgur.com/kJ0nwM6.gif
>
Please try again with git master 2859cfde4e69d4752309f9bc6bc615f867344b13.

Martin

--
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] Some question about MSE thread...

2017-08-01 Thread Fred van Stappen
Hello Martin.

Some news from the front.

There is something wrong with tlayouter on my system.

If, in main.mfm, with a text editor, you delete or set to default that line:

object tlayouter1: tlayouter
...
optionsscale = [osc_expandy, osc_shrinky, osc_expandshrinkx, osc_expandshrinky] 
/// ---> delete that line or set to default.
...

--> no more crash for mseide, main.pas can be viewed as form.

OK, now I can work on main.pas with msedesigner.

Compile is ok but when running --> crash.

To solve this, with Object Inspector, select tlayouter1.optionsscale = 
[lao_placex,lao_aligny] and set all to default:

optionsscale = []

Now after compiling, noisegen runs (see attachment).

So, to resume, on my Linux 64 Mint system there is problem with:

tlayouter.optionsscale = [osc_expandy, osc_shrinky, osc_expandshrinkx, 
osc_expandshrinky] --> crash mseide when show as form.

tlayouter.optionslayout = [lao_placex,lao_aligny] --> crash the compiled 
executable.

And, the fast way, if deleting those 2 lines in last main.mfm (= setting to 
default), all is working like charms on my system.

Fre;D


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

2017-08-01 Thread code dz
Hi Martin
sorry for the delay , your fix is valid but only for the previous
layout , but  the problem seems still exist .

http://i.imgur.com/kJ0nwM6.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] Some question about MSE thread...

2017-08-01 Thread Fred van Stappen
> And now?

Sometime video speaks better than words:

https://sites.google.com/site/fredvsbinaries/noisegen_crash.mp4

Fre;D
--
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] Some question about MSE thread...

2017-08-01 Thread Fred van Stappen

> With that I mean MSEide current git master version

> (11e5692ad84ec11599f509a6fc69cb058d605dec or newer).

Yes, I use this one.

Fre;D
--
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] Some question about MSE thread...

2017-08-01 Thread Fred van Stappen
> I get the attached screenshot. And now?


Ooops, I forget to add the last step.


3) - Open main.pas from official MSEide menu Files/Open.


4) - A message will say that a file is missing  -> choose 
samples/skin/defaultskin.mfm


5) - Do a screen-shot of the crash.


By the way, I did analyse your new code.

You added a average: tbooleanedit  and averagecount: tintegerdisp + 2 layouters.


To get it work (I know it is not the academic way), using the previous 
main.mfm, open main.pas with mse designer, add a average: tbooleanedit  and 
averagecount: tintegerdisp.


Assign averagesetev to average.onsetvalue + buffullev to 
fft.sampler.onbufferfull.


Then in main.pas, delete those 2 added objects in tmainfo = class(tmainform) 
because there are twice declared.


I will investigate more tonight but I suspect the 2 tlayouter to be part of the 
problem.


Fre;D
--
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