Re: [Gambas-user] can't find ide-db-manager

2012-04-06 Thread Bill-Lancaster

re missing DB manager
Thanks Fabien
Yes, thats where I looked first.  If I recall it used to be under the ?
menu.
Anyway, since rebuilding Gambas3 and moving to KDE its not there.
Have since found a way around the problem so don't need it,
Bill
-- 
View this message in context: 
http://old.nabble.com/can%27t-find-ide-db-manager-tp33544846p33599553.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Laurent Carlier
 Hi. I'm having trouble creating an Archlinux installation package. It
 seems to create it successfully, but when i check the destination
 folder it's empty and there is no PKGBUILD file. Can somebody
 reproduce this?
 
 Thanks!
 
 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

Everything should be availabale and pretty bug free in rev4601; extra files and 
extra dependencies support.

Feel free to test!



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Benoît Minisini
Le 06/04/2012 10:49, Laurent Carlier a écrit :

 Everything should be availabale and pretty bug free in rev4601; extra files 
 and extra dependencies support.

 Feel free to test!



I fixed the ArchLinux extra file support in revision #4602, because the 
internal extra files list format has changed, and now supports both 
files and directories.

Laurent : can you just check that I did not make a mistake? I can't test 
ArchLinux packager on Ubuntu as it does not provide the 'makepkg' 
executable.

Regards,

-- 
Benoît Minisini

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Laurent Carlier
 Le 06/04/2012 10:49, Laurent Carlier a écrit :
 
  Everything should be availabale and pretty bug free in rev4601; extra files 
  and extra dependencies support.
 
  Feel free to test!
 
 
 
 I fixed the ArchLinux extra file support in revision #4602, because the 
 internal extra files list format has changed, and now supports both 
 files and directories.
 
 Laurent : can you just check that I did not make a mistake? I can't test 
 ArchLinux packager on Ubuntu as it does not provide the 'makepkg' 
 executable.
 
 Regards,
 
 

* Found a typo (will fix it).

* AFAIK install -d blabla/bloblo then install -p toto blabla/toto can be 
replaced with
install -Dp path-to/toto blabla/bloblo/toto. Perhaps i'm wrong, but just tested 
and it seem to work.

Regards,



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Trouble compiling gb.net SVN 4597

2012-04-06 Thread Dr.Diesel

Email sent, thank you.


Benoît Minisini wrote:
 
 
 I need the full output of the configure and make process. And note that 
 gb.net does not use libcurl.
 
 Regards,
 
 -- 
 Benoît Minisini
 
 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 
 

-- 
View this message in context: 
http://old.nabble.com/Trouble-compiling-gb.net-SVN-4597-tp33569670p33639059.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Benoît Minisini
Le 06/04/2012 16:04, Laurent Carlier a écrit :

 * Found a typo (will fix it).

 * AFAIK install -d blabla/bloblo then install -p toto blabla/toto can be 
 replaced with
 install -Dp path-to/toto blabla/bloblo/toto. Perhaps i'm wrong, but just 
 tested and it seem to work.


Yes, but install -p cannot install a directory recursively, so I did 
install -d in all cases to install the parent directory, and then 
install -p (for a simple file) or cp -R (for a directory).

-- 
Benoît Minisini

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-04-06 Thread Willy Raets
Posted this a while ago and I am still stuck

Anyone out there has got something sensible to say about what I wrote
below. Did I go wrong somewhere?
Is there a correct in Gambas2 to distribute a Gambas2 component along
with the Gambas2 application that uses it?
I followed all instructions in Documentation, did I miss out on
something?

Thanks,

Willy

On vr, 2012-02-24 at 23:33 +0100, Willy Raets wrote:
  I installed the component and use it in one of my Gambas 2 projects now.
  When testing in IDE all works great.
  Next I make an installation package of the application.
  
  When installing it on my system it complains that a dependency is
  missing (my own component which is installed on my system!!!). 
  Dependency is not satisfiable: gambas2-SysInfo (= -1.90.1)
  
  But how can the dependency be missing when I installed the component
  prior to the application?
  
  What I noticed with the name of the component during packaging is this
  Name: gambas2-esb-SysInfo-0.0.1
  In Project/Properties - Tab components is shows as SysInfo
  In dependencies it asks for gambas2-SysInfo
  
  Where did the esb go too? Might that be causing the problem?
  And where does this strange version dependency come from (= -1.90.1)???
  
  Both component and application are an Ubuntu package made with Gambas
  2.22 on Ubuntu 10.10.
  
  Any ideas?
 
 And I just noticed that in the Ubuntu software center the component is 
 amongst the gambas2 components but named esb-sysinfo while dependency asks 
 for gambas2-SysInfo (two quite different names!!)
 
 Really hope someone can help on this one..
 
 Thanks,
 
 Willy
 
 
 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Adding an example application to the Gambas web site - access issue.

2012-04-06 Thread Ian Roper
Greetings,
I tried to add and example Gambas example application to the web site.

Following the below instructions.
=== 
So you have to enter the following URL into your browser:

http://gambasdoc.org/help/app/mygreatsoftware

The wiki tells you that the page is not available. Then you click on the
Create link.

To fill the page contents, just open an already existing application
page in editing mode, and use it as a template. Once done, just click on
the Save button. That's all! 


You get challenged for user name and password when you click on the
'create' link.

Regards,
Ian Roper - Perth - Western Australia.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user