-
Refreshing a frame (1 messages)
- Posted by: Thilagavathi Baulraj
- Posted on: February 15 2001 01:36 EST
we have two frame named A & B. In A there is 'Add' button. whenever i click 'Add' a window has to popup with 'Save' Button. When the 'Save' is pressed the window will get closed and the add will be reflected in frame A.Threaded Messages (1)
- Refreshing a frame by Senthil K on February 15 2001 14:19 EST
-
Refreshing a frame[ Go to top ]
- Posted by: Senthil K
- Posted on: February 15 2001 14:19 EST
- in response to Thilagavathi Baulraj
For refreshing call validate() and show() method on frame, for closing call dispose() on farame, u can hide the window using hide() function. Hope this Helps.