FLTK logo

STR #253

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 | SVN ⇄ GIT ]

STR #253

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Wrap fl_ask and friends
Version:1.2-current
Created By:matt
Assigned To:rokan
Fix Version:1.1.7 (SVN: v4154)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 matt
12:31 Jan 13, 2004
Wrap fl_ask, fl_message etc., so that they ignore the Fl_Croup::current() setting and doesn't create the dialog as a child widget.

Fl_Group *bak = Fl_Group::current();
Fl_Group::current(0);
fl_ask(...)
Fl_Group::current(bak);
 
 
#2 matt
03:50 Mar 21, 2005
Fixed in Subversion repository.

 
     

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'.