Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, March 2007
QTextEdit append method


Message 1 in thread

Hi,

I have created a QTextEdit and appending text using append() method.

I am getting these errors:

QPixmap::operator=: Cannot assign to pixmap during painting
X Error: BadGC (invalid GC parameter) 13
  Major opcode:  59
  Minor opcode:  0
  Resource id:  0x78001e7
X Error: BadGC (invalid GC parameter) 13
  Major opcode:  62
  Minor opcode:  0
  Resource id:  0x78001e7
X Error: BadGC (invalid GC parameter) 13
  Major opcode:  56
  Minor opcode:  0

I am working on Solaris 10 and using QT 3.3.4 version


Regards,
Hemanth
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



Message 2 in thread

Can anyone help me out reg this error



Hi, 

I have created a QTextEdit and appending text using append() method. 

I am getting these errors: 

QPixmap::operator=: Cannot assign to pixmap during painting 
X Error: BadGC (invalid GC parameter) 13 
  Major opcode:  59 
  Minor opcode:  0 
  Resource id:  0x78001e7 
X Error: BadGC (invalid GC parameter) 13 
  Major opcode:  62 
  Minor opcode:  0 
  Resource id:  0x78001e7 
X Error: BadGC (invalid GC parameter) 13 
  Major opcode:  56 
  Minor opcode:  0 

I am working on Solaris 10 and using QT 3.3.4 version 


Regards, 
Hemanth
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



ForwardSourceID:NT0000A33E 

Message 3 in thread

Hi,

When trying to write into QTextEdit using append method from threads, the 
following error occurs...

QPixmap::operator=: Cannot assign to pixmap during painting

X Error: BadRequest (invalid request code or no such operation) 1
  Major opcode:  0
  Minor opcode:  0
  Resource id:  0x0
X Error: BadGC (invalid GC parameter) 13
  Major opcode:  62
  Minor opcode:  0
  Resource id:  0x2600011
X Error: BadRequest (invalid request code or no such operation) 1
  Major opcode:  0
  Minor opcode:  0
  Resource id:  0x2600011
X Error: BadValue (integer parameter out of range for operation) 2
  Major opcode:  56
  Minor opcode:  0
  Resource id:  0x2600011
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  62
  Minor opcode:  0
  Resource id:  0x780030d
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode:  54
  Minor opcode:  0
  Resource id:  0x780030d

I am using QT3.3.4 ver on Solaris 9

I have tried to Synchronize the block which contains the code writing into 
QTextEdit ... but hte same errors are thrown...


Best Regards,
Hemanth
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you