Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Björn Lundin
On 2015-08-16 18:20, Rabbi David Botton wrote:
> I will be binding the menu and tree controls in the near future but that
> does show how they are used "raw".
> 
> Tabs or what you click cards are what you see.
> 
> For a menu system the new nmenu stuff will be better but of you want a
> card like interface it works. See test/layout.adb for an example of the
> card and tabs also one of the tutorials uses them also.
> 
>

in On_Connect,
why are card_1 and card_2 of different types?

  Card_1 : View.Pointer_To_View_Class;
  Card_2 : View.Pointer_To_View_Base_Class;




--
Björn

--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Rabbi David Botton
I will be binding the menu and tree controls in the near future but that
does show how they are used "raw".

Tabs or what you click cards are what you see.

For a menu system the new nmenu stuff will be better but of you want a card
like interface it works. See test/layout.adb for an example of the card and
tabs also one of the tutorials uses them also.

David Botton

On Sun, Aug 16, 2015, 11:40 AM Björn Lundin  wrote:

> > I see some things that I knew I understood in it, like the canvas stuff
>
> Should be
>
> > I see some things that I wish I understood in it, like the canvas stuff
>
> Some autocorrection from my mailer that i missed...
> --
> Björn
> Skickat från min iPhone
>
> > 16 aug 2015 kl. 13:30 skrev Björn Lundin :
> >
> >> On 2015-08-16 09:06, Pascal wrote:
> >> Hello,
> >>
> >> though in French language, you have this tutorial with all views
> described and an example:
> >> http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf
> >
> > Hmm, my french is almost none-existent.
> > I see some things that I knew I understood in it, like the canvas stuff
> > on page 10.
> > I'll google-translate it later today.
> > But it would be _really_ nice to have that tutorial in english.
> >
> >
> >> http://blady.pagesperso-orange.fr/telechargements/gnoga/hello4.adb.pdf
> >
> > That one seems really helpful
> >
> > Thanks
> >
> > --
> > Björn
>
>
> --
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Björn Lundin
> I see some things that I knew I understood in it, like the canvas stuff

Should be

> I see some things that I wish I understood in it, like the canvas stuff

Some autocorrection from my mailer that i missed...
--
Björn 
Skickat från min iPhone

> 16 aug 2015 kl. 13:30 skrev Björn Lundin :
> 
>> On 2015-08-16 09:06, Pascal wrote:
>> Hello,
>> 
>> though in French language, you have this tutorial with all views described 
>> and an example:
>> http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf
> 
> Hmm, my french is almost none-existent.
> I see some things that I knew I understood in it, like the canvas stuff
> on page 10.
> I'll google-translate it later today.
> But it would be _really_ nice to have that tutorial in english.
> 
> 
>> http://blady.pagesperso-orange.fr/telechargements/gnoga/hello4.adb.pdf
> 
> That one seems really helpful
> 
> Thanks
> 
> --
> Björn

--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Björn Lundin
On 2015-08-16 09:06, Pascal wrote:
> Hello,
> 
> though in French language, you have this tutorial with all views described 
> and an example:
> http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf

Hmm, my french is almost none-existent.
I see some things that I knew I understood in it, like the canvas stuff
on page 10.
I'll google-translate it later today.
But it would be _really_ nice to have that tutorial in english.


> http://blady.pagesperso-orange.fr/telechargements/gnoga/hello4.adb.pdf

That one seems really helpful

Thanks

--
Björn

--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Björn Lundin
On 2015-08-15 20:53, Joakim Dahlgren Strandberg wrote:
> 
> Have you checked the test/tree.adb application? It is written by David
> Botton and demonstrates mnmenu (in addition to how to use jstree).

No I m,issed that one. I'll have a look. Thanks
--
Björn

--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-16 Thread Pascal
Hello,

though in French language, you have this tutorial with all views described and 
an example:
http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf
http://blady.pagesperso-orange.fr/telechargements/gnoga/hello4.adb.pdf

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


Le 15 août 2015 à 20:53, Joakim Dahlgren Strandberg  a écrit :

> >> Does anyone have an example of a simple tabbed application? 
> >>
> >> Björn
> 
> Dear Björn,
> 
> Have you checked the test/tree.adb application? It is written by David Botton 
> and demonstrates mnmenu (in addition to how to use jstree). 
> 
> Best regards,
> Joakim Strandberg
> --
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list


--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] tabs and cards

2015-08-15 Thread Joakim Dahlgren Strandberg
>> Does anyone have an example of a simple tabbed application?

>>

>> Björn


Dear Björn,


Have you checked the test/tree.adb application? It is written by David Botton 
and demonstrates mnmenu (in addition to how to use jstree).


Best regards,

Joakim Strandberg
--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


[Gnoga-list] tabs and cards

2015-08-15 Thread Björn Lundin
Hi!
I am slightly confused about the difference between the
card and the tab in Gnoga.Gui.View.Card

I'm thinking of doing a small application that needs
a menubar on top, and some tabs that display different data.

Or is the tabs really what you click - the menubar items - and
the cards the rest of the pages ?

Does anyone have an example of a simple tabbed application?

I could not find any example within the distribution


-- 
--
Björn

--
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list