one dialog and one frame

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ashbless

    one dialog and one frame

    i have a program that starts up with a dialog, which invokes a class
    according to user input, and that class opens a frame..in fact, frame
    opens but it is not painted, and invoking paint/repaint methods
    manually does not work either..
    on the other hand, when i bypass the first step (dialog i mean) and
    directly start my program with the class which opens the frame,
    everything works fine, so i think the problem is with the dialog, does
    anybody have a solution offer?


Working...