Here is my logout button CB:

procedure On_Logout_Button_Clicked
   (Object : in out Gnoga.Gui.Base.Base_Type'Class) is
      use Main_View;
   begin
      Gnoga.Server.Connection.HTML_On_Close
        (Object.Connection_ID,
         "<H1>You are disconnected.</H1>");

      Gnoga.Server.Connection.Close (Object.Connection_ID);
   end On_Logout_Button_Clicked;

Nothing happens, I stay on the previous page and the On_Close message
doesn't appear. ???
-- 
J-P. Rosen
Adalog
2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX
Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00
http://www.adalog.fr

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to