Re: [Gambas-user] update

2013-08-13 Thread Shane
On 14/08/13 13:13, Sebastian Kulesz wrote: > I'm really sorry about that. I did not have enough time to update the PPA > since gb.clipper came out. I will fix it tomorrow as soon as I get home. > > If it's urgent you can always downgrade your installation from the dpkg > cache. Downgrading the IDE

Re: [Gambas-user] update

2013-08-13 Thread Sebastian Kulesz
I'm really sorry about that. I did not have enough time to update the PPA since gb.clipper came out. I will fix it tomorrow as soon as I get home. If it's urgent you can always downgrade your installation from the dpkg cache. Downgrading the IDE package to a working version should suffice. I will

[Gambas-user] update

2013-08-13 Thread Shane
just updated gambas from http://ppa.launchpad.net/sebikul/gambas-daily/ubuntu now gambas wont run from command line i get $ gambas3 gbr3: unable to load component: gb.clipper -- Get 100% visibility into Java/.NET code

Re: [Gambas-user] Issue 460 in gambas: Desktop.Sendkeys("{[Control_L]A}") does not work

2013-08-13 Thread gambas
Comment #3 on issue 460 by victorg...@gmail.com: Desktop.Sendkeys("{[Control_L]A}") does not work http://code.google.com/p/gambas/issues/detail?id=460 Righ now my projet is ongoing and working,thanks a lot for your recomendation. Regards Victor G -- You received this message because this

Re: [Gambas-user] Build error in gb.net.curl

2013-08-13 Thread PICCORO McKAY Lenz
i noted also that in debian there are two devel packages from curl: libcurl4-gnutls-dev libcurl4-openssl-dev agains what flavor must be complied gambas? and again? also does need curl enabled async DNS querys with lib c-ares? > CC gb_net_curl_la-CNet.lo > CNet.c:65: error: ?CURLAUTH_DIGE

Re: [Gambas-user] Issue 440 in gambas: Faulty error message from valid code

2013-08-13 Thread gambas
Comment #5 on issue 440 by jussi.la...@gmail.com: Faulty error message from valid code http://code.google.com/p/gambas/issues/detail?id=440 OK, I understand now. Is it possible to have warning about this? Otherwise this may be bit cryptic. -- You received this message because this project i

Re: [Gambas-user] Build error in gb.net.curl

2013-08-13 Thread PICCORO McKAY Lenz
From: Tobias Boege > > > CC gb_net_curl_la-CNet.lo > > > CNet.c:65: error: ?CURLAUTH_DIGEST_IE? no se declar? aqu? (no en una > > > funci?n) > > > CNet.c:146: error: ?CURLE_SSL_CRL_BADFILE? no se declar? aqu? (no en > una > > > funci?n) > > > CNet.c:147: error: ?CURLE_SSL_ISSUER_ERROR? no se

[Gambas-user] Printing from command line possible?

2013-08-13 Thread Rolf-Werner Eilert
Somehow I remember that you already pointed me to the solution - was it you Benoit? I lost part of my mails from holidays, so no chance to look it up. When I have a command line program and want it to produce a PDF - how can I do without having the X server? From the IDE, there is no problem,

Re: [Gambas-user] Sending mails "solved"

2013-08-13 Thread Rolf-Werner Eilert
Yes, not from a server (MTA), but from an e-mail client like Thunderbird, an MUA. So I tried to use yahoo and the others as MTA. Am 13.08.2013 13:09, schrieb Randall Morgan: > A little food for thought > > I am not sure about Yahoo or Google over seas but here in the US Google for > sure, and

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Caveat
Hi Ivan Ready to take another look at converting your multi-user database (ahem! SINGLE USER FILE!) to a proper dbms? :-D I did also look at mdbtools and the like before rolling my own conversion tool but nothing worked particularly well... I ended up with some fugly combination of awk, sed, g

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Randall Morgan
This is true, You should not change your access database while connecting to it via ODBC. Also, you may find some queries don't work as expected. Again, Access looks like a T-SQL database but is not really. It would be best to use the ODBC connection to update a local MySQL or Postgres database on

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Rob Kudla
On 2013-08-13 09:31, Bruce wrote: > a) MSAccess did/does not run as a server process, especially to remote > machines. In order to get it to that we had to use ODBC and establish > a connection process on the "server" and similarly an ODBC client on > the remote "client" machine. In the case of a

Re: [Gambas-user] Build error in gb.net.curl

2013-08-13 Thread Tobias Boege
On Tue, 13 Aug 2013, PICCORO McKAY Lenz wrote: > ping? ... theres need curls to have enabled the async DNS querys? i got > error building curl related: > > From: PICCORO McKAY Lenz > > > > > CC gb_net_curl_la-CNet.lo > > CNet.c:65: error: ?CURLAUTH_DIGEST_IE? no se declar? aqu? (no en una

Re: [Gambas-user] Build error in gb.net.curl

2013-08-13 Thread PICCORO McKAY Lenz
ping? ... theres need curls to have enabled the async DNS querys? i got error building curl related: From: PICCORO McKAY Lenz > > CC gb_net_curl_la-CNet.lo > CNet.c:65: error: ?CURLAUTH_DIGEST_IE? no se declar? aqu? (no en una > funci?n) > CNet.c:146: error: ?CURLE_SSL_CRL_BADFILE? no se

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Bruce
On Tue, 2013-08-13 at 14:57 +0200, Ivan Kern wrote: > I thank you all. > > I'm running MS Access on the remote machine and I need actually connect to > MS access. > I still have no solution. > > Kind regards, > Ivan I am grasping at the thin straws of memory here, but for what it's worth. I use

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Randall Morgan
Here's how to setup ODBC for Access and MSSQL Server: http://office.microsoft.com/en-us/access-help/administer-odbc-data-sources-HA010275550.aspx On Tue, Aug 13, 2013 at 6:14 AM, Randall Morgan wrote: > Ok, > > Simplest solution is to install MSSQL Server (personal version should > work) and fo

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Randall Morgan
Ok, Simplest solution is to install MSSQL Server (personal version should work) and follow directions for accessing an Access data store via MSSQL Server (Lots of info on the net). Then Connect to the SQL server over the network. On Tue, Aug 13, 2013 at 5:57 AM, Ivan Kern wrote: > I thank you

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Ivan Kern
I thank you all. I'm running MS Access on the remote machine and I need actually connect to MS access. I still have no solution. Kind regards, Ivan -Ursprüngliche Nachricht- Von: Randall Morgan [mailto:rmorga...@gmail.com] Gesendet: Dienstag, 13. August 2013 00:11 An: nand...@nothingsim

Re: [Gambas-user] Issue 440 in gambas: Faulty error message from valid code

2013-08-13 Thread gambas
Updates: Status: WontFix Comment #4 on issue 440 by benoit.m...@gmail.com: Faulty error message from valid code http://code.google.com/p/gambas/issues/detail?id=440 Ah, ok. This is not a bug: the Class1._call method is dynamic, and if you use the Class1() syntax, you are looking for a

Re: [Gambas-user] Issue 440 in gambas: Faulty error message from valid code

2013-08-13 Thread gambas
Comment #3 on issue 440 by jussi.la...@gmail.com: Faulty error message from valid code http://code.google.com/p/gambas/issues/detail?id=440 No this bug is still in revision 5791. Related bug, 439 is fixed, not this one. -- You received this message because this project is configured to send a

Re: [Gambas-user] Sending mails "solved"

2013-08-13 Thread Randall Morgan
A little food for thought I am not sure about Yahoo or Google over seas but here in the US Google for sure, and I believe Yahoo both will not accept mail from a home server. I used to run my own mail servers and still do but with the limitation that I cannot send mail to Google without having

Re: [Gambas-user] Starting a Process and forgetting about it

2013-08-13 Thread Tobias Boege
On Tue, 13 Aug 2013, Beno?t Minisini wrote: > > However, I don't think this is a common enough scenario to have it > > implemented directly in the Process object. I got by by using Shell > > "setsid ... &". Whereas automatically killing background child processes > > seems to be a nice addition. Th

Re: [Gambas-user] Starting a Process and forgetting about it

2013-08-13 Thread Benoît Minisini
Le 13/08/2013 11:22, Tobias Boege a écrit : > On Tue, 13 Aug 2013, Beno?t Minisini wrote: >> Le 07/08/2013 10:08, Tobias Boege a ?crit : >>> Hi, >>> >>> in a project I need to start a server Process and watch its Kill event while >>> the program is running. The server shall, however, continue to ru

Re: [Gambas-user] Starting a Process and forgetting about it

2013-08-13 Thread Tobias Boege
On Tue, 13 Aug 2013, Beno?t Minisini wrote: > Le 07/08/2013 10:08, Tobias Boege a ?crit : > > Hi, > > > > in a project I need to start a server Process and watch its Kill event while > > the program is running. The server shall, however, continue to run even > > after my program exits. > > > > I'm

Re: [Gambas-user] Issue 458 in gambas: Repeated CRITICAL messages

2013-08-13 Thread gambas
Comment #2 on issue 458 by john.aaron.r...@gmail.com: Repeated CRITICAL messages http://code.google.com/p/gambas/issues/detail?id=458 Problem not fixed. I'm on Ubuntu Precise 64 bit with Gambas 3.4.2 (installed from kendek's ppa). Could my using Alan Bell's Quicklists for Unity ppa (instruc

Re: [Gambas-user] How to interpret the "circular references" message?

2013-08-13 Thread Tobias Boege
On Tue, 13 Aug 2013, Beno?t Minisini wrote: > Le 06/08/2013 13:32, Tobias Boege a ?crit : > > Hi, > > > > I have got some circular references in my project which I want to get rid > > of. Actually I haven't really got an idea of where the cause could lie so I > > wonder if there is anything useful