Re: [MSEide-MSEgui-talk] how to set ctrl+mouseclick

2011-12-25 Thread Martin Schreiber
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]

Re: [MSEide-MSEgui-talk] how to set ctrl+mouseclick

2011-12-25 Thread liuzg2
> 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] ---

[MSEide-MSEgui-talk] how to set ctrl+mouseclick

2011-12-25 Thread liuzg2
i set this iscellclick(info,[ccr_buttonpress],[ss_ctrl]) but it trigger when no ctrl pressed -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing ap