|
From: oleksa <m.o...@uk...> - 2013-01-10 17:57:16
|
Hi!
If we decide to keep both in the same file, i suggest the next syntax
#xcommand @ <x>,<y> SAY EXTENDED [ <oSay> CAPTION ] <caption> ;
[ OF <oWnd> ] ;
...
=> ;
[<oSay> := ] HStaticEx():New(
<oWnd>,<nId>,<nStyle>,<x>,<y>,<width>, ;
<height>,<caption>,<oFont>,<bInit>,<bSize>,<bDraw>,<ctoolt>, ;
<color>,<bcolor>,<.lTransp.>,<bClick>,<bDblClick>,<bOther> );;
[ <oSay>:name := <(oSay)> ]
because the minimum we need is
@ x,y say csay1 size 100,24
and in that case if the error is happened, the situation is not clear where, in hstatic or hstaticex.
And how it will look in the documentation:
... if you use the clause [ ON DBLCLICK <bDblClick> ] then works a hstaticex if no, then hstatic ...
again not clear for newbie.
In other case we will include the extended command even if we are not use them.
Regards,
Alexey Myronenko
|