Editor, EditorControl

A place where plug-in developers can share their knowledge and experience.
Locked
joejoe
Posts: 21
Joined: Mon Mar 21, 2005 12:43 pm
Location: Zlin, Czechia
Contact:

Editor, EditorControl

Post by joejoe »

Hi, does somebody know how to get or update pointer to EditorControl function, after calling Editor function ?
User avatar
t-rex
Admin
Posts: 417
Joined: Sun Mar 20, 2005 6:10 pm
Location: Ashdod
Contact:

Post by t-rex »

You dont. EditorControl always works with the current editor windows, if you want to work with an editor windows you just opened with the Editor function just pass EF_IMMEDIATERETURN to the Editor function.

http://api.farmanager.com/en/service_fu ... IATERETURN
joejoe
Posts: 21
Joined: Mon Mar 21, 2005 12:43 pm
Location: Zlin, Czechia
Contact:

Post by joejoe »

t-rex wrote: if you want to work with an editor windows you just opened with the Editor function just pass EF_IMMEDIATERETURN to the Editor function.
thank you,
that is exactly what i needed
Locked