[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: keditctrl widget needs work!
From:       Don Sanders <dsanders () cch ! com ! au>
Date:       1999-10-28 11:05:41
[Download RAW message or body]

On Sun, 24 Oct 1999, Don Sanders wrote:
> I have spent some time getting KEdit to work with the new QMulitLineEdit, I
> have run into the following problems.
> 
> No blinking cursor is shown in the KMail composer window editor when
> a new composer is created (one that does not contain any body text). It works
> ok in the QT example "application" though. Again perhaps upgrading my QT will
> help.

Ok I've made some progress on this. The call

QMultiLineEdit::setText( "" );

ends up putting the QMLE in a no blinking cursor state.

Modify the qt example "application" as follows to reproduce the behaviour.

111  e = new QMultiLineEdit( this, "editor" );
+     e->setText("");
112  e->setFocus();


I guess the cursorX or cursorY member variables aren't being updated correctly.

I'll have a bit more of a look at the spurious scrollbar problem now.

BFN,
Don.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic