[Gambas-user] Password

2009-07-30 Thread craf
Hello. I do not understand the use of password every time you open the database manager. Is for SQLite?, Or is it just for MySQL or Postgres? Regards -- Let Crystal Reports handle the reporting - Free Crystal Reports 200

[Gambas-user] IDE pop up help 2196

2009-07-30 Thread richard terry
No longer pops up when swiped but loads the help page into a browser, so one soon gets dozens of individual browser pages, I think the in-ide-way was better. Richard -- Let Crystal Reports handle the reporting - Free Cr

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
Nick Rathke a écrit : > LOL! > > Jean-Yves F. Barbier wrote: ... >> Nobody's perfect ;-) >> (nice and quiet city; well, as far as there's no gas leak from Dugway and no >> wind) hehe Even if your howto is based upon the non-free version (I use the FreeNX svr) it helped me: the beast is now talk

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
cached => false and  with   DrawingArea1_Draw -> redraw is OK. thank you very much. this method solved my problem. --- 30/07/09 Per tarihinde Fabien Bodard şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] Yan: drawingarea resize Kime: "mailing list for gambas users" Tarihi: 30 Temm

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Nick Rathke
LOL! Jean-Yves F. Barbier wrote: > Nick Rathke a écrit : > >> Jean-Yves F. Barbier wrote: >> >>> M0E Lnx a écrit : >>> >>> Definitely NX I've tested X over ssh, vnc, X11vnc and none of them compare to the speed and quality of NX I do all of my gambas deve

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
Nick Rathke a écrit : > Jean-Yves F. Barbier wrote: >> M0E Lnx a écrit : >> >>> Definitely NX >>> >>> I've tested X over ssh, vnc, X11vnc and none of them compare to the >>> speed and quality of NX >>> I do all of my gambas developent over a NX environment. >>> My host box is in SLC, Utah, and I

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Nick Rathke
Jean-Yves F. Barbier wrote: > M0E Lnx a écrit : > >> Definitely NX >> >> I've tested X over ssh, vnc, X11vnc and none of them compare to the >> speed and quality of NX >> I do all of my gambas developent over a NX environment. >> My host box is in SLC, Utah, and I'm sitting @ a desk in Stafford,

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
M0E Lnx a écrit : > Definitely NX > > I've tested X over ssh, vnc, X11vnc and none of them compare to the > speed and quality of NX > I do all of my gambas developent over a NX environment. > My host box is in SLC, Utah, and I'm sitting @ a desk in Stafford, TX. so I suppose there's a book of Mor

Re: [Gambas-user] making an animated demo

2009-07-30 Thread M0E Lnx
Definitely NX I've tested X over ssh, vnc, X11vnc and none of them compare to the speed and quality of NX I do all of my gambas developent over a NX environment. My host box is in SLC, Utah, and I'm sitting @ a desk in Stafford, TX. Response is perfect...No network lag (unless I'm downloading som

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
Ron_1st a écrit : > > I did use NX a few years back and vnc on a w98 bax to do some gambas > development on a linux box. > For the feel NX was more quick as vnc, I did not check it out to numbers. Yeah, I'll test also for that (but its more by feeling, except if speed differences are very

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Ron_1st
On Thursday 30 July 2009, Jean-Yves F. Barbier wrote: > Hi folks, > > I wanna make instant flow & data quantity measures in order to determine what > remote X access solution is the best solution (speed/quality/instant flow...) > to access a Gambas application from w$ (or Linux) through tunnelised

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : ... >> The goal is to find out good and reliable solutions for LAN and Internet >> remote access, as I did not found such tests on the WEB (ie: NX claims it's >> the best speed/instant flow... but as a matter of fact nobody's ever >> validate/unvalidate such an assertion b

Re: [Gambas-user] making an animated demo

2009-07-30 Thread Benoît Minisini
> Hi folks, > > I wanna make instant flow & data quantity measures in order to determine > what remote X access solution is the best solution (speed/quality/instant > flow...) to access a Gambas application from w$ (or Linux) through > tunnelised XDMCP, Xephyr, OpenVpn, ssh -X, FreeNX, ... > > To m

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread Fabien Bodard
if you can ... prefer a no cached mode... and use the _draw event to redraw the scene... PUBLIC SUB DrawingArea1_Draw() Draw.Text(1,1,"text redraw") END You have not to define the draw.begin in this event it is automatically set. SO in this case you not resize the picture but redraw it..

[Gambas-user] making an animated demo

2009-07-30 Thread Jean-Yves F. Barbier
Hi folks, I wanna make instant flow & data quantity measures in order to determine what remote X access solution is the best solution (speed/quality/instant flow...) to access a Gambas application from w$ (or Linux) through tunnelised XDMCP, Xephyr, OpenVpn, ssh -X, FreeNX, ... To make sure test

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
yes , cached mode. --- 30/07/09 Per tarihinde Fabien Bodard şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] Yan: drawingarea resize Kime: "mailing list for gambas users" Tarihi: 30 Temmuz 2009 Perşembe, 16:53 resize in what way ?... you are using cached mode ? 2009/7/30 abdurr

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread Fabien Bodard
resize in what way ?... you are using cached mode ? 2009/7/30 abdurrahman ulusoy : >  KDE 3.5.10 my desktop > i use  gambas 2.9  and   gb.qt > > > > --- 30/07/09 Per tarihinde Benoît Minisini > şöyle yazıyor: > > Kimden: Benoît Minisini > Konu: Re: [Gambas-user] Yan:  drawingarea resize > Kim

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
 KDE 3.5.10 my desktop i use  gambas 2.9  and   gb.qt  --- 30/07/09 Per tarihinde Benoît Minisini şöyle yazıyor: Kimden: Benoît Minisini Konu: Re: [Gambas-user] Yan: drawingarea resize Kime: "mailing list for gambas users" Tarihi: 30 Temmuz 2009 Perşembe, 15:49 > > anyone has an idea on t

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread Benoît Minisini
> > anyone has an idea on that? > > > > > > --- 08/07/09 Çar tarihinde abdurrahman ulusoy şöyle > > yazıyor: > > > > Kimden: abdurrahman ulusoy > > Konu: [Gambas-user] drawingarea resize > > Kime: Gambas-user@lists.sourceforge.net > > Tarihi: 8 Temmuz 2009 Çarşamba, 11:04 > > > > hi > > when i r

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
Yes. too large. --- 30/07/09 Per tarihinde Benoît Minisini şöyle yazıyor: Kimden: Benoît Minisini Konu: Re: [Gambas-user] Yan: drawingarea resize Kime: "mailing list for gambas users" Tarihi: 30 Temmuz 2009 Perşembe, 15:41 > anyone has an idea on that? > > > --- 08/07/09 Çar tarihinde abdur

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread Benoît Minisini
> anyone has an idea on that? > > > --- 08/07/09 Çar tarihinde abdurrahman ulusoy şöyle > yazıyor: > > Kimden: abdurrahman ulusoy > Konu: [Gambas-user] drawingarea resize > Kime: Gambas-user@lists.sourceforge.net > Tarihi: 8 Temmuz 2009 Çarşamba, 11:04 > > hi > when i resize to drawingarea gamba

Re: [Gambas-user] A web page for Gambas applications

2009-07-30 Thread Fabien Bodard
2009/7/27 abdurrahman ulusoy : >>An english traduction of your software will be great too :) (and the site >>...:-)    Yes but i am sure, you understand, my english is not good. Neither mine but if you begin to traduce, even with a bad english i thing many people will come to help you in your proj

Re: [Gambas-user] the (seemingly) new popup help in IDE

2009-07-30 Thread Fabien Bodard
just put the cursor on it ! i will look for that ! 2009/7/27 richard terry : > I've just been noticing this in recent builds, really handy (I'm on 2179) > > But It disappears too quickly. would it be possible to configure this so that > it only disappeared if one hit the key, that way one could

[Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
anyone has an idea on that? --- 08/07/09 Çar tarihinde abdurrahman ulusoy şöyle yazıyor: Kimden: abdurrahman ulusoy Konu: [Gambas-user] drawingarea resize Kime: Gambas-user@lists.sourceforge.net Tarihi: 8 Temmuz 2009 Çarşamba, 11:04 hi when i  resize to drawingarea gambas console show me th