i have a project on going and i need some help from you guys
I have 2 questions
I create a TabSet and a newTAB in it. inside the TAB i put a TextBox
1- I add an eventhandler to text box
every time event fired a popup is set to be shown and after a while
set to be hide.
unfortunetly my popups Z-Axis ( in other words from back to front
oder ) always stays at the back of the tabset
could some body help me out with this?
2 - i add keypress event handler to text box
this eventhandler is called before the data changes inside the textbox
so i recall keypress handler twice to get the data change after every
key press. this is a work around, how can i handle the data change
after a keypress
2 - i add keypress event handler to text box
this eventhandler is called before the data changes inside the textbox
so i recall keypress handler twice to get the data change after every
key press. this is a work around, how can i handle the data change
after a keypress