I have 2 FXTextFields with data targets for the string values in each. I
would like to set the value of the second field to the value of the
first 10 characters in the first field if it is empty. Can anyone
suggest a way I might achieve this. I would also like to limit the
second field to a max of 10 characters and ensure that they are all in
uppercase. Any help or pointers would be appreciated.
In case it helps, here is a snippet of the code I currently have:
@desc = FXDataTarget.new("")
@sname = FXDataTarget.new("")
FXLabel.new(matrix, "&Description", nil,
LAYOUT_CENTER_Y|LAYOUT_CENTER_X|JUSTIFY_RIGHT|LAYOUT_FILL_ROW)
txtDesc = FXTextField.new(matrix, 50, @desc, FXDataTarget::ID_VALUE)
FXLabel.new(matrix, "&Short Name", nil,
LAYOUT_CENTER_Y|LAYOUT_CENTER_X|JUSTIFY_RIGHT|LAYOUT_FILL_ROW)
txtSname = FXTextField.new(matrix, 10, @sname, FXDataTarget::ID_VALUE)
on 2008-02-12 02:13
on 2010-09-02 10:59
Hi Thanks for sharing with such great information actually I am little bit week in programming language that’s why difficult for me to completely understand your forum but your overall forum is nice. thanks recoverydata http://www.datadoctor.biz
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.