Re: [Gnoga-list] how to empty a table

2014-11-22 Thread Rabbi David Botton
On Sat, Nov 22, 2014 at 5:07 PM, Björn Lundin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Having a table > > Result_Table : Gnoga.Gui.Element.Table.Table_Type; > > How do I empty it? > The quickest would be Result_Table.Inner_HTML(""); That would remove all child elements o

Re: [Gnoga-list] use of Gnoga.gui.element.background

2014-11-22 Thread Rabbi David Botton
> > declare >Row : Table_Row_Access := new Table_Row_Type; >Col1 : Table_Column_Access := new Table_Column_Type; >Col2 : Table_Column_Access := new Table_Column_Type; >Col3 : Table_Column_Access := new Table_Column_Type; > begin >

Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-22 Thread Rabbi David Botton
What are the specs on your machine? Also do you have the same problem with Opera or just FireFox? Thanks David Botton On Fri, Nov 21, 2014 at 10:02 PM, Jeffrey R. Carter wrote: > On 11/19/2014 02:57 PM, Rabbi David Botton wrote: > > Changes are in git. Please let me know if you are still seeing

[Gnoga-list] GetAdaNow.com

2014-11-22 Thread Rabbi David Botton
As part of the effort to start advocating Ada to the Applications space, I've set up a new website: http://GetAdaNow.com The page is designed to make it as easy as currently possible to get new developers set up to use Ada and pointed to some updated resources. If you hav

[Gnoga-list] how to empty a table

2014-11-22 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Having a table Result_Table : Gnoga.Gui.Element.Table.Table_Type; How do I empty it? I've populated it with data from a recordset, and now I wan't to rerun the query, and then fill the same table with a new recordset. But I do not want to add ro

[Gnoga-list] use of Gnoga.gui.element.background

2014-11-22 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm retrieving a resultset from a database that fits the Table element fine. I get a table with correct data as is, but I'd like to tweak the table a bit I'd like to : * set table borders * make every other row have green background * have the last