nanogui: Show another window?


Previous by date: 4 Jul 2001 09:59:18 -0000 can not create font, daniel
Next by date: 4 Jul 2001 09:59:18 -0000 Doubt regarding nanox support for mozilla browser, Amudha Kaliamoorthi
Previous in thread:
Next in thread: 4 Jul 2001 09:59:18 -0000 Re: Show another window?, Jordan Crouse

Subject: [nanogui] Show another window?
From: "Ausun" ####@####.####
Date: 4 Jul 2001 09:59:18 -0000
Message-Id: <017101c1046f$96078240$07000000@ausun>

In my application I need to show a child window on top of the main window to get some options. When I link it with fltk-1.0.11 it runs well in X window, but in microwindow with flnx-0.16, the child window can't be shown. The following are some code in my application.

Fl_Window* o = Win_ChgPasswd = new Fl_Window(0, 0, 270, 174, "Chage password");
... ...
o->set_modal();
o->end();
o->resizable(o);
Win_ChgPasswd->set_visible();
Win_ChgPasswd->show();
while(Win_ChgPasswd->visible()) {
    Fl::wait();
}

Could someone please tell me what is going wrong?

Thanks,
Ausun


Previous by date: 4 Jul 2001 09:59:18 -0000 can not create font, daniel
Next by date: 4 Jul 2001 09:59:18 -0000 Doubt regarding nanox support for mozilla browser, Amudha Kaliamoorthi
Previous in thread:
Next in thread: 4 Jul 2001 09:59:18 -0000 Re: Show another window?, Jordan Crouse


Powered by ezmlm-browse 0.20.