> 2/ for the class Fl_Input how can we get the string passed into the
> Fl_input ? Fl_input->value returns a const char*; so how can I get
> all the text typed into the Fl_Input label ?
I don't understand the question - a char* is a text string, it holds all
the characters that are in the Fl_Input... What is it that you are asking?--->
I tried this method
const char *login = Login_input.value;
const char *L= "login";
if ((strcmp(login,L))
{
......
}
but the comparison consider just the first charachter but not all the text.
_________________________________________________________________
Hotmail : une messagerie performante et gratuite avec une sécurité signée
Microsoft
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk