[Gambas-user] r5490, did you clean up too much ?

Benoît Minisini gambas at ...1...
Sat Jan 5 19:31:49 CET 2013


Le 05/01/2013 17:47, Charlie Reinl a écrit :
> Salut Benoît,
>
> after update to r5490 I found this (Bildschirmfoto-r5490.png), or better
> I did not re-find that (Bildschirmfoto-r5485.png or
> Bildschirmfoto-r5xxx.png).
>
> 3 generations of Hsplit.
>
> Attached your the test-project.
>

The problem comes form the contents of your 'app.cfg' file. Can you send 
it me?

By the way, you can store Integer[] directly in a configuration file, 
you don't have to convert it to a string array.

Moreover, the splitter configuration can be saved directly by doing:

	Settings.Write(<splitter>)

and retrieved with:

	Settings.Read(<splitter>)

Regards,

-- 
Benoît Minisini




More information about the User mailing list