Re: [Gnoga-list] Native Gtk Apps now with Gnoga

2015-01-09 Thread Jeremiah Breeden
This is a bit late, so I apologize, but I wanted to check:

I am not familiar with GTK's inner workings, but it does mention having
trouble with threads in Windows and suggests keeping all Gui interactions
in a single thread.  Will that be an issue with the Gnoga in GTK
configuration since each event can be spawned in a different task/thread?
This might be a silly question, but was curious.

On Sun, Dec 14, 2014 at 5:05 PM, Rabbi David Botton 
wrote:

> I have added support for native Gtk Apps now with Gnoga :)
>
> Directions:
>
> Make sure you have installed WebKit2Gtk and Gtk-3.0
>
> sudo apt-get install libwebkit2gtk-3.0-dev
> sudo apt-get install libgtk-3-dev
>
> Create the native support in Gnoga:
>
> make native_gtk
>
> 1. Create a singleton app as usual
>
> 2. Initialize the the Gtk front end:
>
>Gnoga.Application.Gtk_Window.Initialize (Port   => 8080,
> Width  => 800,
> Height => 600);
>
> 3. Start your application with Verbose set to False to avoid seeing start
> up information:
>
>Gnoga.Application.Singleton.Initialize (Main_Window => M, Verbose =>
> False);
>
> Build your app as usual and it will now use the Gtk front end.
>
> David Botton
>
>
>
> --
> 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=164703151&iu=/4140/ostg.clktrk
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Jeffrey R. Carter
On 01/09/2015 10:58 AM, Rabbi David Botton wrote:
> Try now. It looks like something crashed and I restarted. I'll look at the log
> in a bit.

Much improved. I can now access it from Firefox.

-- 
Jeff Carter
"Sons of a silly person."
Monty Python & the Holy Grail
02

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Rabbi David Botton
Try now. It looks like something crashed and I restarted. I'll look at the
log in a bit.

David Botton


On Fri, Jan 9, 2015 at 12:36 PM, Jeffrey R. Carter  wrote:

> On 01/09/2015 09:11 AM, Rabbi David Botton wrote:
> > I put up a new demo from Jeff Carter (and it is also in git at
> demo/chattanooga)
> > on the Gnoga website, a chat app. I put it under https (although
> certificate is
> > a test one) at:
> >
> > https://chat.gnoga.com
> >
> > when I can I'll be there with my e-mail da...@botton.com  da...@botton.com>
>
> I can connect, but then nothing seems to be working except Help. Add
> doesn't add
> the address to the list, Send doesn't display the message in the messaging
> box,
> and Disconnect doesn't disconnect me. I can't test Remove because I can't
> get
> anything in the list to test it on.
>
> That's with Opera; Firefox and Chromium just give a blank page.
>
> --
> Jeff Carter
> "Sons of a silly person."
> Monty Python & the Holy Grail
> 02
>
>
> --
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Jeffrey R. Carter
On 01/09/2015 09:11 AM, Rabbi David Botton wrote:
> I put up a new demo from Jeff Carter (and it is also in git at 
> demo/chattanooga)
> on the Gnoga website, a chat app. I put it under https (although certificate 
> is
> a test one) at:
> 
> https://chat.gnoga.com
> 
> when I can I'll be there with my e-mail da...@botton.com 
> 

I can connect, but then nothing seems to be working except Help. Add doesn't add
the address to the list, Send doesn't display the message in the messaging box,
and Disconnect doesn't disconnect me. I can't test Remove because I can't get
anything in the list to test it on.

That's with Opera; Firefox and Chromium just give a blank page.

-- 
Jeff Carter
"Sons of a silly person."
Monty Python & the Holy Grail
02

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Jeffrey R. Carter
On 01/09/2015 04:28 AM, Rabbi David Botton wrote:
> I'll try my best to fully answer today, worst case by Sunday evening. I really
> need to make tutorials just on layouts for sure and to spend time on more
> methods to simplify it in the big picture.

Yes, getting things to appear as desired is a challenge. There seems to be some
arcane knowledge involved that isn't documented (yet). One thing I've noticed is
that Bottom_Dock makes things disappear.

-- 
Jeff Carter
"Sons of a silly person."
Monty Python & the Holy Grail
02

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


[Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Rabbi David Botton
I put up a new demo from Jeff Carter (and it is also in git at
demo/chattanooga) on the Gnoga website, a chat app. I put it under https
(although certificate is a test one) at:

https://chat.gnoga.com

when I can I'll be there with my e-mail da...@botton.com

David Botton
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Rabbi David Botton
I will work on that soon. I've been swamped with office work from end/start
of year on top of regular work, next week should be back to normal.

So I've just been using the free brain cycles to decide on how to do v1 of
the GUI builder (I've got that worked out I believe) and the bit of
development time I've had on finishing up working out all the needed parser
code (at least the rough stuff) for Gnoga_Doc, now working on getting the
parse in to a database (which docs can be generated from, etc.) and fully
qualified names. That parsing will be important for the IDE to do auto
completion and contextual help, etc.

One reason I have not done too much about layouts yet, even though I think
that is fundamentally important is that depending on the approach of the
GUI builder the needed documentation and techniques change.

David Botton


I really like to see a multi-app sample
> with
> * some master/slave data
> * using several tabs with different master/slave data
>
> In my case i'd like to visualise
>
> a horse race
>   many runners
>
> or
>
> a pick-route
>   many picklines
>
> or
>
> an order
>   many order-rows
>
> a shipment
>   many consignments
>
> or 
>
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Rabbi David Botton
>
> In the tutorial, 'view' is a _part of_ 'App'
> but in the generated code 'view' _is_ 'App'
>

In the generated code and the user_guide I show an approach of how each
view is in itself a self contained unit and no App_Data is required.  That
makes Views reusable units, their intent.

In the multi_connect example I could have used App_Data to allow the View
to reach data instead of giving it an interface back to the controller, but
again I think that reduces reusability and encourages almost a "global"
variable style of programming.

For the tutorials I wanted single procedures to demo specific functionality
and so even made way too much use of Unrestricted_Access...

As the user_guide expands and/or there are other straightforward ways to
relate use of various parts of Gnoga I foresee getting rid of those
tutorials or replacing.

David Botton
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2015-01-09 15:39, Rabbi David Botton wrote:
> Here, it's taken from its context, which of course may change very
> much of its meaning.
> 
> 
> I assumed that, its meaning, culture and its context completely
> lost in google, I was actually making fun of the google
> translation"
> 
> <>
> 
> It sounded like something to do with becoming transgendered :)

:-)


- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUr+p3AAoJEGaQZvZiZLyC5R8IAIMgn8aS1zu8InvHPTHwpZHf
N+tvm18zijYXTn60Q3eVbFZm9zXDyBx6290cZSmg6DATOe0c3Qxp8scV8tHDAWf6
Zj6OxpP92sXVZIVOZAxzh4unvEu79Jb9e3j0zJSbHMcc5BROlt5NfrSuTvXcDftz
9OmFaO6tmD757gGqyxZ6ITbeIeVts+RTkg0GTZ/WcYRfcVeKeGZpoo0rPZUBy5Jt
VgXklWYZhzVzu0SlSB5XZyTSeHGukdLH0hmxtfBaqvvBNe3yEuJyadcYgMzgAuuK
HcPvvSuGFOjRa93lFxozTcVNffhWBa343tHfGrZj7Ps8/Hmnc6UFuYh7hnYzhy8=
=+smA
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2015-01-09 12:28, Rabbi David Botton wrote:
> I really need to make tutorials just on layouts for sure and to
> spend time on more methods to simplify it in the big picture.
> 

Yes. I looked at the multi-connection one,
and compared it to the skeleton the
"gnoga_make new multi myproject" does
and I got somewhat confused of different meanings
of 'view'

In the tutorial, 'view' is a _part of_ 'App'
but in the generated code 'view' _is_ 'App'

It confuses me a lot (yes - simple mind)

I really like to see a multi-app sample
with
* some master/slave data
* using several tabs with different master/slave data

In my case i'd like to visualise

a horse race
  many runners

or

a pick-route
  many picklines

or

an order
  many order-rows

a shipment
  many consignments

or 




- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUr+i0AAoJEGaQZvZiZLyCvAUIAKqZT2HpCTQOZSuImcHIh6O7
Af0Lm8qCe41PIeam+SHZkeA4Z0zip4w2cDVMglPzxmR6gnteCWZTCMkpUnVuhoeR
FQ9/n3N+klTeynfquD0TLxjLj08kpaza3I7EpWr5XTHJ7osr0BbRn8dgs7Ii4kly
3L9oI68wIpHlvSs1VD33WSQfqM9ZjUR/TnF48JxBteoXHeaRq8ixyAlfKdcn5gfb
o7h73gVAufAgJeGvdyp/vFV/Onc/PNAHAIK4/O5oemyM7uYLQK9oV8P5kOzyCKzc
iu9RMjr49XIZPPsCbLDx3DJ7kiFUyqO3dNthLtUzSFmwX19CcpAwJot2LRPxBO8=
=fGFu
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
>
> Here, it's taken from its context, which of course
> may change very much of its meaning.
>
>
I assumed that, its meaning, culture and its context completely lost in
google, I was actually making fun of the google translation"

<>

It sounded like something to do with becoming transgendered :)

David Botton
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2015-01-09 12:37, Rabbi David Botton wrote:
> From google translate:
> 
> < are particularly chivalrous, I would think, more on that we do not
> want to damage valuable workforce.>>
> 
> things that may you go hmmm
> 
> David Botton

Well google does not get everything right.

But in out family, we simply do not _hit_ women.
It's not because we are particularly chivalrous,
I would think, it's more that we do not want to
damage valuable workforce.

Anyway, I was just surprised to see such a quote.
Here, it's taken from its context, which of course
may change very much of its meaning.


- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUr+ZpAAoJEGaQZvZiZLyCIi4H/3v4jjU9jbK2hAN7HKwZn80o
pIF5r5SadV5kUsxNLmM1QdeG6dXc+G2MBhm2Ct1EuEliWifoaP1WTgB3OUYKY7I5
h6Khxw8j9JUcDqGrLCehBg+fpmcpM7BvHPdE0rLmRmMCtdJcyyjH32zklmhq2pnI
Ja8k9D4YP5N3OogG/ByjWUSY3DcWGrClq6UFVM5kyMVpxBV0iS4nAu71yNQ0CygS
NVgP7Qdy7wOQdAzBcdLUf7rwSFcl88B4mbLuEO6njbvP5AmdtQ4q49jxczvJLIZY
lb60HsK7GemMkhDyytkw2ZKYy8iQI9aF4M2ScEOTf+DHaLW0omsek0XfldE9hvE=
=1/8o
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Jacob Sparre Andersen
Rabbi David Botton 
writes:

> From google translate:
>
> < particularly chivalrous, I would think, more on that we do not want to damage
> valuable workforce.>>
>
> things that may you go hmmm

It is from a Swedish book I got from the Italian translator.  I would
have to check my bookshelves to figure out which of the books she
translated it is (definitely not one by Jan Guillou, though).

Greetings,

Jacob
-- 
"I've got _plenty_ of common sense!"
"I just choose to ignore it."


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
>From google translate:

<>

things that may you go hmmm

David Botton
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
I think when IDE and GUI builder are 1.0 we should have a workshop and
party here in FL :)

David Botton

On Fri, Jan 9, 2015 at 5:54 AM, Rabbi David Botton  wrote:

> I can't make it, so looking for someone that is and has used gnoga to talk
> a bit about it and or present a video I send.
>
> David Botton
> On Jan 9, 2015 5:47 AM, "tony gair"  wrote:
>
>> ooh are we talking fosdem in brussels? Now I know I would like to! Whats
>> the hotel cost like ? how much is the conference?
>>
>>
>> On Fri, Jan 9, 2015 at 9:12 AM, Jacob Sparre Andersen <
>> ja...@jacob-sparre.dk> wrote:
>>
>>> David Botton wrote:
>>>
>>> > Is anyone heading to FOSDEM?
>>>
>>> I'll be there.  (But I'm not sure I count, as I haven't written anything
>>> using Gnoga yet.)
>>>
>>> Greetings,
>>>
>>> Jacob
>>> --
>>> »Men i vår släkt slår vi helt enkelt inte fruntimmer. Det
>>>  beror inte på att vi är särskilt ridderliga skulle jag tro,
>>>  mera på att vi inte vill skada värdefull arbetskraft.«
>>>
>>>
>>>
>>> --
>>> Dive into the World of Parallel Programming! The Go Parallel Website,
>>> sponsored by Intel and developed in partnership with Slashdot Media, is
>>> your
>>> hub for all things parallel software development, from weekly thought
>>> leadership blogs to news, videos, case studies, tutorials and more. Take
>>> a
>>> look and join the conversation now. http://goparallel.sourceforge.net
>>> ___
>>> Gnoga-list mailing list
>>> Gnoga-list@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>>
>>
>>
>>
>> --
>> Dive into the World of Parallel Programming! The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net
>> ___
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
>>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Jacob Sparre Andersen
Tony Gair wrote:

> ooh are we talking fosdem in brussels? Now I know I would like to!
> Whats the hotel cost like ? how much is the conference?

The conference is free.

I'm not sure about hotel costs, as I stay with a friend, but it is
probably 50-100 EUR/night.

Greetings,

Jacob
-- 
xsnow | xshovel > /dev/null


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Rabbi David Botton
I'll try my best to fully answer today, worst case by Sunday evening. I
really need to make tutorials just on layouts for sure and to spend time on
more methods to simplify it in the big picture.

David Botton

On Fri, Jan 9, 2015 at 1:11 AM, Jeremiah Breeden  wrote:

> I've been trying different layouts using Gnoga, but have had trouble
> actually getting things to display they way I want.
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread tony gair
I await this drooling

On Fri, Jan 9, 2015 at 11:16 AM, Björn Lundin  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2015-01-09 07:11, Jeremiah Breeden wrote:
> > I've been trying different layouts using Gnoga, but have had
> > trouble actually getting things to display they way I want.
>
>
> On CLA, I asked about upping the prio for a gnoga-gui-builder,
> and David replied:
>
> > Since I see a GUI builder of worth being one that is Delphi like,
> sort >of need both in parallel.
> > With Gnoga you can already use any HTML development tool as a GUI
> > builder. Just add boot.js to the html from gnoga/js Then either
> > hand code the needed objects: Some_Button.Attach_With_Parent
> > (Window, ID => "anyid"); or use Gnoga.Client.Bind_Page.Bind_Page
> > (View). and can then access them using Main_View.Element (Name =>
> > "anyid");
>
>
> It might be of use for you ?
>
>
> - --
> Björn
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
>
> iQEcBAEBAgAGBQJUr7inAAoJEGaQZvZiZLyClvAIALNUYteiuSvVE8v02/x0HlbZ
> 6Fu+DG1HIr2valinwmyO1Nr8FKkEkk4p+ycjXDo3JWJHCO0foJrM3j08cXFdV4xt
> tBCZwNm5uA1NUKnikuy1DP6QW3SVr57XEDJOv1bzQa+2NSmgLGC/X4dxQWE/cJ5D
> Ljj410i4cBq2gj/ZgUopJ2KZbnBkiWVK24juo6cyXcPzsjRPSAmOew+UaaHde48R
> vAt3X62sIGAc955pEJWdIO4P9vYaBRJZ6bOrAja0fQdcOeLcXYDgAGNrtFFgBaqK
> no4FlmB5Bq8JNphaDdseLii7CAg8cCD14Y9GQl4o5MOmZBZestx7d1rn9MPgCIE=
> =LaGz
> -END PGP SIGNATURE-
>
>
> --
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Need some tips on "how" to layout elements.

2015-01-09 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2015-01-09 07:11, Jeremiah Breeden wrote:
> I've been trying different layouts using Gnoga, but have had
> trouble actually getting things to display they way I want.


On CLA, I asked about upping the prio for a gnoga-gui-builder,
and David replied:

> Since I see a GUI builder of worth being one that is Delphi like,
sort >of need both in parallel.
> With Gnoga you can already use any HTML development tool as a GUI 
> builder. Just add boot.js to the html from gnoga/js Then either
> hand code the needed objects: Some_Button.Attach_With_Parent
> (Window, ID => "anyid"); or use Gnoga.Client.Bind_Page.Bind_Page
> (View). and can then access them using Main_View.Element (Name =>
> "anyid");


It might be of use for you ?


- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUr7inAAoJEGaQZvZiZLyClvAIALNUYteiuSvVE8v02/x0HlbZ
6Fu+DG1HIr2valinwmyO1Nr8FKkEkk4p+ycjXDo3JWJHCO0foJrM3j08cXFdV4xt
tBCZwNm5uA1NUKnikuy1DP6QW3SVr57XEDJOv1bzQa+2NSmgLGC/X4dxQWE/cJ5D
Ljj410i4cBq2gj/ZgUopJ2KZbnBkiWVK24juo6cyXcPzsjRPSAmOew+UaaHde48R
vAt3X62sIGAc955pEJWdIO4P9vYaBRJZ6bOrAja0fQdcOeLcXYDgAGNrtFFgBaqK
no4FlmB5Bq8JNphaDdseLii7CAg8cCD14Y9GQl4o5MOmZBZestx7d1rn9MPgCIE=
=LaGz
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2015-01-09 10:12, Jacob Sparre Andersen wrote:
> »Men i vår släkt slår vi helt enkelt inte fruntimmer. Det beror
> inte på att vi är särskilt ridderliga skulle jag tro, mera på att
> vi inte vill skada värdefull arbetskraft.«

And this _really_ makes me wonder about your quote-machine ... ;-)


- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUr7emAAoJEGaQZvZiZLyCqMUH/13tH920pcb6sp/LxABIkVVx
QqJ01kGFBbS+jiEoqrw09NzfkjgDunyKuBE+DPQglfeau903q0zE9tBPJU2rK+mA
IYjDSBkb3ASBoQlLluXal9mlrWmtOMRDKVeU2Ffz24h92imAVtZD4Glftl5d4yMK
9t2sMMzJLjixEDpcyuRmYPDUYU+wb8zXG7wtYWvPJrfTzjIU9SgAG8JuOLWjNIFD
V55peDBA+NYFrPU8lCZl16/P1IKGrZdxyHAoiDxM+nGGpnHmHHchrEoO5bqsaOlK
cQgSRuBMrAPoifNiVi9bseJVAJ7T0yoOmtSaUQdX5N3ws3dPxypLEN9kacSExeA=
=rjL+
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
I can't make it, so looking for someone that is and has used gnoga to talk
a bit about it and or present a video I send.

David Botton
On Jan 9, 2015 5:47 AM, "tony gair"  wrote:

> ooh are we talking fosdem in brussels? Now I know I would like to! Whats
> the hotel cost like ? how much is the conference?
>
>
> On Fri, Jan 9, 2015 at 9:12 AM, Jacob Sparre Andersen <
> ja...@jacob-sparre.dk> wrote:
>
>> David Botton wrote:
>>
>> > Is anyone heading to FOSDEM?
>>
>> I'll be there.  (But I'm not sure I count, as I haven't written anything
>> using Gnoga yet.)
>>
>> Greetings,
>>
>> Jacob
>> --
>> »Men i vår släkt slår vi helt enkelt inte fruntimmer. Det
>>  beror inte på att vi är särskilt ridderliga skulle jag tro,
>>  mera på att vi inte vill skada värdefull arbetskraft.«
>>
>>
>>
>> --
>> Dive into the World of Parallel Programming! The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net
>> ___
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
>
>
>
> --
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread tony gair
ooh are we talking fosdem in brussels? Now I know I would like to! Whats
the hotel cost like ? how much is the conference?


On Fri, Jan 9, 2015 at 9:12 AM, Jacob Sparre Andersen  wrote:

> David Botton wrote:
>
> > Is anyone heading to FOSDEM?
>
> I'll be there.  (But I'm not sure I count, as I haven't written anything
> using Gnoga yet.)
>
> Greetings,
>
> Jacob
> --
> »Men i vår släkt slår vi helt enkelt inte fruntimmer. Det
>  beror inte på att vi är särskilt ridderliga skulle jag tro,
>  mera på att vi inte vill skada värdefull arbetskraft.«
>
>
>
> --
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Jacob Sparre Andersen
David Botton wrote:

> Is anyone heading to FOSDEM?

I'll be there.  (But I'm not sure I count, as I haven't written anything
using Gnoga yet.)

Greetings,

Jacob
-- 
»Men i vår släkt slår vi helt enkelt inte fruntimmer. Det
 beror inte på att vi är särskilt ridderliga skulle jag tro,
 mera på att vi inte vill skada värdefull arbetskraft.«


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list