FLTK logo

STR #196

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #196

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:4 - High, e.g. key functionality not working
Scope:1 - Specific to a machine/printer
Subsystem:Core Library
Summary:Fl_Text_Editor freezes process
Version:1.1.4
Created By:kontakt.andreas-schoemann
Assigned To:mike
Fix Version:1.1.5rc1
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 mike
17:32 Oct 31, 2003
str196.patch
1k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 kontakt.andreas-schoemann
12:00 Oct 31, 2003
When I assign a Fl_Text_Buffer to a Fl_Text_Editor widget more than once, it freezes the process -> I must terminate the process.

Code Example:

<code>
  Fl_Text_Buffer tbuf;
  Fl_Text_Editor edit;
  edit.buffer(tbuf);
</code>

works, while...

<code>
  Fl_Text_Buffer tbuf;
  Fl_Text_Editor edit;
  edit.buffer(tbuf);
  edit.buffer(tbuf);
</code>

freezes the process.

Configuration: PC PIII, Windows2000, Mingw 3.2.3
 
 
#2 mike
17:33 Oct 31, 2003
See attached patch.  
 
#3 mike
17:33 Oct 31, 2003
Fixed in CVS - the anonymous CVS repository will be updated at midnight PST.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.