Zohra Popal
Published © MIT

Self-service checkout

I am developing a useful software for patients who can use to check their medical records at anytime and anywhere.

BeginnerWork in progress20 hours187
Self-service checkout

Things used in this project

Hardware components

Google Mobile phone device
×3

Software apps and online services

Apple Iphone X and Laptop
Android phone
AdaCore ADA CORE GPS STUDIO

Story

Read more

Schematics

Schematic

This is the design of my project.
File missing, please reupload.

Code

Untitled file

ABAP
with Gnoga.Application.Singleton;

with Gnoga.Gui.Window;

with Gnoga.Gui.View.Console;

procedure Tutorial_01 is
   My_Window : Gnoga.Gui.Window.Window_Type;

   My_View   : Gnoga.Gui.View.Console.Console_View_Type;

begin
   Gnoga.Application.Title ("Tutorial 01");

   Gnoga.Application.Singleton.Initialize (Main_Window => My_Window);

   My_Window.Alert ("Hello World!");

   My_View.Create (My_Window);

   My_View.Put_HTML ("<H1>Hello World!</H1>");

   for i in 1 .. 50 loop
      My_View.Put_Line (i'Img & " - lines and lines overflowing the window.");
   end loop;

   Gnoga.Application.Singleton.End_Application;
   --  Close the browser and end the application
end Tutorial_01;

Credits

Zohra Popal

Zohra Popal

1 project • 0 followers

Comments