Hello,

I created 3 areas:
        - buttons area
        - canvas area
        - text arrea

I wrote:
   Main_Grid     : Gnoga.Gui.View.Grid.Grid_View_Type;
<...>
      Main_Grid.Create
      (Main_Window,
       ((1 => Gnoga.Gui.View.Grid.COL),
        (1 => Gnoga.Gui.View.Grid.COL),
        (1 => Gnoga.Gui.View.Grid.COL)));

Then I created button:
      IntStartButton.Create (Main_Grid.Panel (1, 1), "Start");
Canvas:
         Area_Canvas.Create (Main_Grid.Panel (2, 1), 640, 480);
Console:
      IntConsoleView.Create(Main_Grid.Panel (3, 1));

- when I shorten the window, all areas are not displayed
- when I call put_line many times in text area then the button area is reduced 
by scrolling of text area and all text is not displayed

How to get scrolling bars?

I tried this with no success:
      IntConsoleView.Overflow(Gnoga.Gui.Element.Scroll);

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to