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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to