Re: [Gnoga-list] Install GNOGA in a specific directory.

2014-11-23 Thread Pascal
Hello David,

Thanks for PREFIX, it's fine but I still got the error:
cd tools  gprinstall -f --prefix=/usr/local/xnadalib-2014 -p --mode=usage 
tools.gpr
Install project Tools
Project already installed, either:
   - uninstall first using --uninstall option
   - install under another name, use --install-name
   - force installation under the same name, use --install-name=tools
make: *** [install] Error 1

So I have to change:
cd tools  gprinstall -f --prefix=$(PREFIX) -p --mode=usage 
--install-name=tools tools.gpr

What is your feedback?

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


Le 20 nov. 2014 à 03:16, Rabbi David Botton da...@botton.com a écrit :

 done
 
 On Sun, Nov 16, 2014 at 4:47 AM, Pascal blady-...@users.sf.net wrote:
 Hello David,
 
 I wanted to install GNOGA in a directory different that GNAT one then I've 
 got this error;
 
 $ make PREFIX=/GNOGA/build install
 cd src  gprbuild -p -Pgnoga.gpr -XPRJ_BUILD=Release
 cd tools  gprbuild -p -Ptools.gpr
 gprbuild: gnoga_make up to date
 cd src  gprinstall -f --prefix=/GNOGA/build -p gnoga.gpr -XPRJ_BUILD=Release
 Install project Gnoga
 cd tools  gprinstall -f --prefix=/GNOGA/build -p --mode=usage tools.gpr
 Install project Tools
 Project already installed, either:
- uninstall first using --uninstall option
- install under another name, use --install-name
- force installation under the same name, use --install-name=tools
 make: *** [install] Error 1
 
 So I followed the last above tip and I made the changes:
 
 
 
 Could you take this in account?
 (last change is only a workaround for ace-builds already reported on the list)
 
 HTH, 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=157005751iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


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

2014-11-23 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-11-23 08:19, Rabbi David Botton wrote:
 
 
 If you are not going to set any handlers on the table elements you
 could also do everything static and just let the child elements of
 the table finalize right after creating them (this doesn't remove
 them from the DOM, you just have no more access to them unless you
 attach to them again).
 
 At library level: Result_Table  :
 Gnoga.Gui.Element.Table.Table_Type;
 
 Say in some procedure Fill_Me.
 
 Row : Table_Row_Type; ... for i in 1 .. Last_Result loop declare 
 Col : Table_Column_Type; begin Col.Create (Row, Result (i)); end; 
 end loop;
 
 Then you can use the Result_Table.Inner_HTML (); to erase the
 children in the DOM and start over and call Fill_Me again.
 

This works very well for my purpose


 
 I then tried View.Result_Table.Remove; View.Result_Table.Create
 (View);
 
 
 Create in the above code is invalid, i.e. View.Result_Table exists,
 in this case in the browser (although not in the DOM) and on the
 Ada side.

Yes I noticed that...


 Remove removes the entire table element from the DOM but it still
 exists in the browser's gnoga cache.

And this too

 You could put it back using View.Result_Table with
 Place_Inside_Top_Of, Place_Inside_Botton_Of, Place_Before, or
 Place_After. All the children would also be put back as well and as
 long as the Ada objects used to create them are still around you
 can access those elements if they are in the DOM or not.

But this is really good to know

Thank you.


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

iQEcBAEBAgAGBQJUcbXoAAoJEGaQZvZiZLyCLmQH/0uPh9HHabaA28INd/wB21ml
Sik2bw5jrxHf8NBNQRm0s/nWrMNB/a0lXUM1pR/pntm7UN0K+uq78fZx6nKmyjnt
B9ik1IhBDagfCBxDPDnDTfCkuNYm6eFLlvvODVZkWuIP/+DgtVQ5MqcvooSqQEth
ivY5ZkXGFEkhGZaDyy9iMMp9LDJalMqOBQIpkdwvB3YYFYGnoQLwBpD1RTU6nHln
+HbvpYIGCTezkLEICxYridV+Is8dI6bv5fNsEGzK/7ve1UR7lndt5MQUNIbiEEYV
cTgJJgYCllaKkgl1KDHdXFB4bQjoKWZROYdC3h+Hq/J+hPPRYO3C4/nNEx+ZdJM=
=h5dT
-END PGP SIGNATURE-

--
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=157005751iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] MacOS: lack of -Wl,-no_pie linker option.

2014-11-23 Thread Rabbi David Botton


 for Default_Switches (ada) use (-Wl,-no_pie);

 Maybe there is a space character in addition in case of the first one.


Ok, I made the change to be identical to yours.

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=157005751iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Install GNOGA in a specific directory.

2014-11-23 Thread Rabbi David Botton


 So I have to change:
 cd tools  gprinstall -f --prefix=$(PREFIX) -p --mode=usage
 --install-name=tools tools.gpr

 What is your feedback?


Ok, changed and works for me.

I also added --prefix to uninstall it was missing.

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=157005751iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-23 Thread Jeffrey R. Carter
On 11/23/2014 06:58 PM, Rabbi David Botton wrote:
 I just realized is a singleton app, never mind. I'll need to either change or
 just keep testing myself, sorry.

Yes, the changes to Field needed to convert to a multi-connect application are
something I have planned for the future.

-- 
Jeff Carter
I'm particularly glad that these lovely children were
here today to hear that speech. Not only was it authentic
frontier gibberish, it expressed a courage little seen
in this day and age.
Blazing Saddles
88

--
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=157005751iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list