FLTK logo

STR #718

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 #718

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:FLUID
Summary:FLUID doesn't write xclass()
Version:1.1.6
Created By:mike
Assigned To:mike
Fix Version:1.1.7 (SVN: v4005)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 mike
05:45 Feb 02, 2005
str718.patch
1k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 mike
05:43 Feb 02, 2005
[From Ken McGaugh]

No I'm not.  I've tried both Fl_Window and Fl_Double_Window.  Included below is a very simple fluid file that creates a window.  When the code is written notice that it never calls the xclass() method.

--Ken

# data file for the Fltk User Interface Designer (fluid)
version 1.0106
header_name {.h}
code_name {.cxx}
class UserInterface {open
} {
  Function {UserInterface()} {open
  } {
    Fl_Window {} {
      label Window open selected
      xywh {80 609 570 405} type Double xclass foo visible
    } {}
  }
}
 
 
#2 mike
05:48 Feb 02, 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'.