hello , and thank you for attention … and for answer (!!)
I need to run a routine that is a “startup” for many succesives operation ( like version control, loading models, etc… ) that are different from a normal startup executeble UI methods
First : I need define a startup as :
def StartPersonalSU
… ( various istruction & call to other routines)
end
and this is no a problem
Second : I need run StartPersonalSU when SU is startef, after all rubys all loaded
Does someboy know the specified method to apply ?
Thank you and bye bye
Cesare57