FLTK logo

STR #3386

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

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Fl_Spinner: set maximum length of input field
Version:1.4-feature
Created By:djcj
Assigned To:matt
Fix Version:1.4.0
Fix Commit:a5d55f2e2d2caca0bb1647dd3c232477ea0bbec5
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 djcj
15:05 Jun 07, 2017
Can you make it possible to limit the input field length for Fl_Spinner widgets?
Just adding the following to Fl_Spinner.H does it for me:

void maximum_size(int m) { if (m > 0) input_.maximum_size(m); }
int maximum_size() const { return input_.maximum_size(); }
 
 
#2 matt
09:59 Feb 01, 2019
Fixed in Git repository.  
 
#3 matt
10:00 Feb 01, 2019
Fixed in Git 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'.