On 12/25/2011 02:10 PM, liuzg2 wrote:
> 
>> i set this
>> iscellclick(info,[ccr_buttonpress],[ss_ctrl])
>>   but it  trigger when no ctrl pressed
>>
>>
>   found
>     if iscellclick(info,[ccr_buttonpress],[ss_ctrl])
> 
> 
>         then
> 
>        if   info.mouseeventinfopo^.shiftstate*[ss_ctrl] =[ss_ctrl]
> 
git master 9d0efa79822058a06367c578ef1f7a34cde05e8b has same parameters
as iscellkeypress():
"
function iscellclick(const info: celleventinfoty;
             const restrictions: cellclickrestrictionsty = [];
             const shiftstatemustinclude: shiftstatesty = [];
             const shiftstatemustnotinclude: shiftstatesty = []): boolean;
"

Martin

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to