On Mon, 2014-02-10 at 11:07 +0100, Johny Provoost wrote:
> Dominique,
>    Look at gb.settings.  With 'settings.write' you can save the position of
>    your window, with 'settings read' you can read it back.
>    You can do a lot more with settings:
>    [1]http://gambasdoc.org/help/comp/gb.settings/settings?v3&view

100% right! Every form we use has:

Public Sub Form_Open()
  Settings.Read(Me)
  etc..
End

Public Sub Form_Close()
  Settings_Write(Me)
  etc..
End

in it. gb.settings is so easy! And Like Johny says, you can do a lot
more.

Bruce






------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to