[Qt] QT binding anomalies
zeljko
zeljko at holobit.net
Fri Mar 5 16:27:31 CET 2010
On Friday 05 March 2010 15:49, Juha Manninen wrote:
Edit !
> Your qt only pascal app doesn't have it.
> I feel we are nearing the essence of the problem... :-)
no, seem that FDropList doesn't attach signals, but FLineEdit do that, so you
can test
procedure TQtLineEdit.SignalTextChanged(p1: PWideString); cdecl;
var
Msg: TLMessage;
begin
FillChar(Msg, SizeOf(Msg), #0);
Msg.Msg := CM_TEXTCHANGED;
DeliverMessage(Msg); <---- comment this and see if it still flickers
end;
zeljko
More information about the Qt
mailing list