2/19/2010 7:24:04 AM
Title:
Custom Classes
I want to create a custom class CharacterField which can be used in the same way as built-in Controls like Button class.
This CharacterField will contain one label textfield and one button.
When i will click button then one title window will contains one texteditor.
The text contains in this texteditor of dialog box should appear in textfield of my CharacterField Class when i close this TitleWindow
I have created the class and the TitleWindow is also appearing during button click but the text which it in it contains in its TextEditor is not collected in TextField of CharacterField
Hope u are able to understand my problem
Waiting for ur Reply
Thanks and Regards
Sangita
2/19/2010 10:05:55 AM
HI , to do that on close of text editor window you can send your text to textbox in custom class using .
Application.application.customClass.textBox = txtBoxEditor.text;
3/11/2010 2:55:05 PM
If you know about custom class please send me to mail: IFYOUDARETOUCHME@gmail.com