Hi,

How to save the layout of VSplit?
I tried:

SUB Form_Open()
vsplit1.settings = Settings["Group/Key"];
PRINT Settings["Group/Key"] ' (1)
PRINT vsplit1.settings ' (2)
END

Of course

SUB Form_Close()
Settings["Group/Key"] = vsplit1.settings
END

In running, (1) and (2) are different, all numbers in (2) are smaller than
(1). After some running, numbers in (2) decrease.

I tried Settings.Read(vsplit1.window) too but I think that it saves its
location and size, not its content layout.

Gambas 2.22.
Thanks!
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to