Am 29.05.2012 21:26, leeand00 wrote:
I'm looking for which event I should use for something similar to a
Javascript onload event in LibreOffice Base,

more detail is provided here:

http://ask.libreoffice.org/question/2998/what-event-on-what-object-should-i-attach-my-gui

Thank you,
    Andrew J. Leer

--
View this message in context: 
http://nabble.documentfoundation.org/Which-Event-to-use-to-retrieve-GUI-objects-initially-tp3986583.html
Sent from the Users mailing list archive at Nabble.com.


What's wrong with the "When loading" event you are using in your screenshot?

Btw: You get the calling object like this:

Sub Init(oEv)
TheForm = oEv.Source
...



--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to