It seems that this function doesn't exist anymore or it is replaced

How is the correct way to connect this signal

 Qt_Connect_Signal( qEdit, "cursorPositionChanged()", {|| ::dispEditInfo() }
)


or


 QT_SLOTS_CONNECT( s_slots , oEdit:pPtr , "cursorPositionChanged()",{ ||
dispEditInfo()})



Bruno





2010/3/2 Bruno Luciani <[email protected]>

> Yes I am using this signal , to detect changes in source code
>
> and
>
>
>
> cursorPositionChanged() to detect change in cursor position
>
>
> I am seeing the Pritpal code and it use the same signal
>
>
> I need to review how info is displayed in statud bar , I use my own way ,
> and may be it is wrong
>
>
> Bruno
>
>
> 2010/3/2 francesco perillo <[email protected]>
>
>> > Only work If I hit enter in an empty file , but if I move cursor in an
>>
>> > edited file
>> >
>> > the information don't change.
>>
>>
>> Probably you use isChanged signal..... probably there is another
>> message or you have to capture event...
>>
>> (just finished to read a manual on Qt.... can't be of more help...)
>> _______________________________________________
>> Harbour mailing list (attachment size limit: 40KB)
>> [email protected]
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to