I'm using SoundGraph iMON VFD and I'm developing output plugin for it.
LCD Smartie has no function for output in plugin.
I tried 2 methods.
The 1st, output str caught parameter from LCD Smartie.
The problem this method, that can't receive formated str for output.
There is no good way for the scrolling characters...
The 2nd, call GetWIndowText() whenever the function called and output that.
This is not efficient.
And, Window Handle is not created at initialization if "Always start hidden" of startup option is checked.
This is avoidable by displaying the window even once.
Isn't there good way another some?
Is it only way,that build LCD Smartie with my output function?
sorry for my broken English...
