[Harbour] Re: HBEDITOR
Bruno Luciani
bruno.luciani at gmail.com
Tue Mar 2 19:54:42 EST 2010
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 <bruno.luciani at gmail.com>
> 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 <fperillo at gmail.com>
>
>> > 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)
>> Harbour at harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.harbour-project.org/pipermail/harbour/attachments/20100302/ad34bf3e/attachment-0001.html
More information about the Harbour
mailing list