Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
2017-05-24 20:31 GMT-03:00 Jussi Lahtinen : > Please post the replies to the list, so that Benoit will see them. I don't > know enough about the topic. > Sorry. I thought I had. > > > Jussi > > On Thu, May 25, 2017 at 1:46 AM, Fernando Cabral < > fernandojosecab...@gmail.com> wrote: > >> 2017-05-

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Jussi Lahtinen
Please post the replies to the list, so that Benoit will see them. I don't know enough about the topic. Jussi On Thu, May 25, 2017 at 1:46 AM, Fernando Cabral < fernandojosecab...@gmail.com> wrote: > 2017-05-24 18:54 GMT-03:00 Jussi Lahtinen : > >> Do you have ~/.xinputrc ? >> I think you can j

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Jussi Lahtinen
Do you have ~/.xinputrc ? I think you can just change "run_im xim" to "run_im scim", or create the file with latter line, if it doesn't exist. Then you need to log out and log in. I suggest to try this with virtual machine first or with different user. So that it is easy to change things back, if s

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
can you describe your machine ? 2017-05-24 18:13 GMT+02:00 Fernando Cabral : > Glaucio wrote: >>I don't know, but, since it works in other systems than Xubuntu/Mint, I >>guess that may be some environment variable missing. > > Could be an environment variable issue. But which variable? As far as I

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Glaucio wrote: >I don't know, but, since it works in other systems than Xubuntu/Mint, I >guess that may be some environment variable missing. Could be an environment variable issue. But which variable? As far as I know, I did not change anything. So, if anything changed, it was changed stealthily

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Benoît says: > I'm not sure it's a mistake in rev 8132. Fernando must check with an > older revision to see if the problem comes from it. When the problem appeared, I downgraded to the version I had on the Mint repository. I did not work. So, whatever has changed (either on the operating system or

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
maybe a problem with the desing mode. 2017-05-24 12:50 GMT+02:00 Glaucio Araujo : > I don't know, but, since it works in other systems than Xubuntu/Mint, I > guess that may be some environment variable missing. > > With Benoit's script, for exemple, the TextEditor didin't worked here, but > th

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Glaucio Araujo
I don't know, but, since it works in other systems than Xubuntu/Mint, I guess that may be some environment variable missing. With Benoit's script, for exemple, the TextEditor didin't worked here, but the same component did worked just fine running in Gambas' design time test. Again, the difference

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 08:44, Fabien Bodard a écrit : > We need to wait for Benoit as it's a misstake on the rev 8132. > I'm not sure it's a mistake in rev 8132. Fernando must check with an older revision to see if the problem comes from it. Moreover, Glaucio says he has the problem with an older vers

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Dimitris wrote: > Ok.. Gambas3 run as root? Not a good idea. I realize it's a much needed > workaround but not the recommended one. I would go with what Cris suggested. Agreed that running gambas as root is not a good idea. It was only a test. Since some people thought it could be a permission iss

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-23 Thread Fabien Bodard
We need to wait for Benoit as it's a misstake on the rev 8132. It will be done as soon as possible, but like us he have only two hands and many other things to do in his own life. After the bug correcting you will have to wait a least one day to get the update package from the daily built svn. R

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-23 Thread Dimitris Anogiatis
Ok.. Gambas3 run as root? Not a good idea. I realize it's a much needed workaround but not the recommended one. I would go with what Cris suggested. I've run Gambas3 3.9.2 on a Virtualbox VM of Ubuntu Budgie 17.04 and as a normal user I've never had problems with the keyboard locking. Is there som

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-15 Thread Cristiano Guadagnino
Fernando, did you try setting up a new user on your system and trying to run gambas as the new user? Cris Sent with Mailtrack On Mon, May 15, 2017 at 12:53 PM, Fernand

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-15 Thread Fernando Cabral
Gláucio I see our systems and environment are quite similar, although not exactly the same. Have you installed something different that might have changed the IDE behavior? If I have, I have not been able to determine what it could be. What I know for sure is that one moment everything was working

[Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-14 Thread Glaucio Araujo
Hi, I'm having exactly the same problem here in Xubuntu 17.04 with Gambas 3.9.1 and 3.9.2(PPA). ​My system information: [System] Gambas=3.9.2 OperatingSystem=Linux Kernel=4.10.0-20-generic Architecture=x86_64 Distribution=Ubuntu 17.04 Desktop=XFCE Theme=Gtk Language=pt_BR.UTF-8 Memory=3829M [L

Re: [Gambas-user] [Re] Problem with MySQL syntax with DataSource

2015-08-03 Thread Charlie Reinl
Am Montag, den 03.08.2015, 09:14 -0400 schrieb Martin McGlensey: > Adrien, > > > > Thanks for your reply. I am able to execute the query "SELECT * FROM > tblparcel_numbers WHERE tblparcel_numbers.Key <> '200';" using MySQL > Worrkbench. The query returns the expected data with no errors. So I t

[Gambas-user] [Re] Problem with MySQL syntax with DataSource

2015-08-03 Thread Martin McGlensey
Adrien, Thanks for your reply. I am able to execute the query "SELECT * FROM tblparcel_numbers WHERE tblparcel_numbers.Key <> '200';" using MySQL Worrkbench. The query returns the expected data with no errors. So I think that the datafile is OK. This is about 1% of a very large project. It will

Re: [Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
On Thu, 20 Nov 2014 00:26:07 +0100 Benoît Minisini wrote: > Le 20/11/2014 00:22, B Bruen a écrit : > > Probably a silly question, but I'm just having a little think. > > > > Is there any way to programatically (i.e. dynamically) change the order in > > which a menu item appears in a drop down me

Re: [Gambas-user] Re-ordering menus

2014-11-19 Thread Benoît Minisini
Le 20/11/2014 00:22, B Bruen a écrit : > Probably a silly question, but I'm just having a little think. > > Is there any way to programatically (i.e. dynamically) change the order in > which a menu item appears in a drop down menu? > > regards > Bruce > Alas no, the toolkits do not allow that eas

[Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
Probably a silly question, but I'm just having a little think. Is there any way to programatically (i.e. dynamically) change the order in which a menu item appears in a drop down menu? regards Bruce -- B Bruen -- Dow

Re: [Gambas-user] Re Selecting a window

2013-12-05 Thread Fabien Bodard
Quick and dirty but it's a way 2013/12/5 John Rose : > The reason for 'Selecting a window' is for the user to select a window > (by clicking any point within that window) to be recorded using the > x11grab facility of ffmpeg (for this, the window's left, top, width & > height need to be obtained):

[Gambas-user] Re Selecting a window

2013-12-05 Thread John Rose
The reason for 'Selecting a window' is for the user to select a window (by clicking any point within that window) to be recorded using the x11grab facility of ffmpeg (for this, the window's left, top, width & height need to be obtained): the window would normally be a Firefox tab's 'window' whe

[Gambas-user] Re...

2013-02-09 Thread Grant Taylor
Hi! http://www.midwestlaminating.com/lkti/70x60y6ljo.hc?pd=t .. 2/9/2013 10:48:41 AM Grant Taylor c9zij7xnvbyp?w3=hwnyyomulrp ---

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bruce
On Wed, 2012-07-25 at 05:22 -0700, Bill-Lancaster wrote: > Thanks, that did the trick. Cool bananas! < :-) I must admit to making the same mistake about 30 times a day. So I've got fairly used to the error message. Perhaps I should add another sign above my monitor, right next to "Read EVERY wor

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Thanks, that did the trick. -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34210058.html Sent from the gambas-user mailing list archive at Nabble.com. -- Live Security Virtual

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bruce
On Wed, 2012-07-25 at 04:25 -0700, Bill-Lancaster wrote: > Sorry Caveat, my lazy typing, I should have said:- > > If Not fPersonell.ShowModal Then > > it still shows the error Bill, It's a function. The error message is correct. Try If not fPersonell.ShowModal() Then hth Bruce ---

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Sorry Caveat, my lazy typing, I should have said:- If Not fPersonell.ShowModal Then it still shows the error -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34209856.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Caveat
The property you need to check is Modal, the function to show a Modal form is ShowModal. So: If Not fPersonell.Modal Then print "No" endif Kind regards, Caveat On 25/07/12 12:02, Bill-Lancaster wrote: > Thanks, > > If Not fPersonell.ShowModal Then > print "No

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Thanks, If Not fPersonell.ShowModal Then print "No" endif gets error: Type mismatch, wanted Boolean got function. Don't understand your comment "For normal form you need to use static var " -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp342094

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Fabien Bodard
It's for modal dialog If not myform.showmodal then Do all if ok Endif For normal form you need to use static var Le 25 juil. 2012 11:38, "Bill-Lancaster" a écrit : > > When a form is closed with "Me.Close(True)", how is the True value > captured? > -- > View this message in context: > http://

[Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
When a form is closed with "Me.Close(True)", how is the True value captured? -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34209406.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Re Issue 169 - a few comments

2011-12-27 Thread Bruce Bruen
Hi emil.len...@gmail.com I have some thoughts on this. Static Public Const c As Integer Any (public) const could be defineable as being "static" by nature (all instances share the same value). The Static keyword for Const is not required and is not in the systax defined in the help for "Constant

Re: [Gambas-user] Re ctangle Problem

2011-08-06 Thread Benoît Minisini
> Hello. I seem to have reached difficult problem. > How do I draw a filled rectangle that woks in XOR mode. > i.e does not overwrite the pixels below, but inverts them > > Following code does not seem to work > > Paint.Begin(DrawingArea1) > Paint.Operator = Paint.OperatorXor > Pai

[Gambas-user] Re ctangle Problem

2011-08-05 Thread akiti
Hello. I seem to have reached difficult problem. How do I draw a filled rectangle that woks in XOR mode. i.e does not overwrite the pixels below, but inverts them Following code does not seem to work Paint.Begin(DrawingArea1) Paint.Operator = Paint.OperatorXor Paint.Brush = Paint

[Gambas-user] RE Really basic basics

2011-05-21 Thread j h
Thanks guys for your help with my Really basic basics query. That was just the start i needed. Now i am finely getting started! -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel

Re: [Gambas-user] Re-arrange controls

2011-02-22 Thread Benoît Minisini
> Hi, > > I have a from with arrangement=Vertical. I add some buttons in code like: > button1 = new Button(Form1) > button2 = new Button(Form1) > . > Of course when program starts, the buttons are displayed from top to bottom > with order: button1 => button2 . > I want to rearrange those b

[Gambas-user] Re-arrange controls

2011-02-22 Thread Phạm Quang Dương
Hi, I have a from with arrangement=Vertical. I add some buttons in code like: button1 = new Button(Form1) button2 = new Button(Form1) . Of course when program starts, the buttons are displayed from top to bottom with order: button1 => button2 . I want to rearrange those buttons with new or

[Gambas-user] re SQLITE3 and GAMBAS

2010-10-04 Thread Barnett Winton
Benito, Thanks for the prompt reply. I have taken out of the project unnecessary forms to reduce the size of the project. The database that has been created is included. Decompress the tar.bz2 file > open the project in Gambas II > set a breakpoint in modDatabase.Module(function CheckTable

Re: [Gambas-user] Re ODBC and MS SQL

2010-05-27 Thread Leonardo Miliani
Il giorno mer, 26/05/2010 alle 20.47 +0100, Franklin Solutions Limited ha scritto: > > Good evening > > > > I also tried connecting to a MS SQL server using the ODBC connection. I (...) Thank you for your reply I will contact my friend that has this problem and I will forward him your me

[Gambas-user] Re ODBC and MS SQL

2010-05-26 Thread Franklin Solutions Limited
Good evening I also tried connecting to a MS SQL server using the ODBC connection. I installed the TDS driver and tested the connection from a terminal using both TSQL and ISQL, to return the results of a query. Both worked. When I then tried using ODBC in the Database example, the conne

Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-22 Thread Ricardo Díaz Martín
Yes, you're right. If you see full change log you can see all the fixes/additions. At http://gambas.sourceforge.net/en/main.html you can see stable versions of gambas2. There was an important change behaviour in a component (ComboBox) in 2.20 that make some problems with backward compatibility.

Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-22 Thread kevinfishburne
kevinfishburne wrote: > > Does this mean that the only difference between gambas2-2.19.0 and > gambas2-2.20.2 are the seven bug fixes mentioned in the quoted change log? > I'm trying to get a perspective of the version differences between GAMBAS > stable releases. I'm not familiar with the way o

Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-15 Thread kevinfishburne
Benoît Minisini wrote: > > Here is the full ChangeLog: > > --- > > [CONFIGURATION] > * BUG: Add missing symbolic links on 'missing' and 'install-sh' files. > * BUG: Backport the 'reconf' script from Gambas 3. > > [DEV

Re: [Gambas-user] re send this, because not found on the list

2010-01-26 Thread Benoît Minisini
>> Salut Benoît, >> >> my mail seems not to be arrived on the sfn-server. >> Here it is again. Attached >> > > in gambas2, > if you compile a project which is component > and the option "Install in the user component directory" is checked. > you find, after a successful compilation, in > Menu

[Gambas-user] re send this, because not found on the list

2010-01-26 Thread Charlie Reinl
Salut Benoît, my mail seems not to be arrived on the sfn-server. Here it is again. Attached -- Amicalement Charlie --- Begin Message --- Salut Benoît, in gambas2, if you compile a project which is component and the option "Install in the user component directory" is checked. you find, after

Re: [Gambas-user] Re Bug on SVN

2009-11-03 Thread Jussi Lahtinen
If you use gmail, I highly recommend to turn on "Forgotten Attachment Detector". Works very well! Jussi On Tue, Nov 3, 2009 at 18:42, Jussi Lahtinen wrote: > Seems that you have forgot attachments! > > Jussi > > > > On Tue, Nov 3, 2009 at 15:09, Fabien Bodard wrote: >> Alway on kubuntu karmic

Re: [Gambas-user] Re Bug on SVN

2009-11-03 Thread Jussi Lahtinen
Seems that you have forgot attachments! Jussi On Tue, Nov 3, 2009 at 15:09, Fabien Bodard wrote: > Alway on kubuntu karmic  9.10: > > when i open a project with forms :i've the bug1.png dialog > > and when i validate it i return on welcome form . but if i try a new > time,  the ide is invisibl

[Gambas-user] Re Bug on SVN

2009-11-03 Thread Fabien Bodard
Alway on kubuntu karmic 9.10: when i open a project with forms :i've the bug1.png dialog and when i validate it i return on welcome form . but if i try a new time, the ide is invisible but gbr3 is alway running The same thing append on terminal project, but on the second try the ide is shown a

[Gambas-user] RE: Why I meet "illegal instruc tion" ?

2009-08-09 Thread Swee Kwang Tan
f' again. /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.10/am/depend2.am:?? The usual way to define `AMDEP' is to add one of the compiler tests /usr/share/automake-1.10/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OB

Re: [Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-09 Thread Benoît Minisini
> Following code is my program, its has the "ilegal instruction" bug. > In the main class > PUBLIC SUB Main() > DIM fd AS FlowData > DIM at AS ShiXing > at = NEW ShiXing(fd) > > END > > In the FlowData class > PUBLIC CONST ZhengYin AS Integer = 0 > PUBLIC CONST BiJ

Re: [Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-09 Thread Doriano Blengino
Swee Kwang Tan ha scritto: > Following code is my program, its has the "ilegal instruction" bug. > In the main class > PUBLIC SUB Main() > DIM fd AS FlowData > DIM at AS ShiXing > at = NEW ShiXing(fd) > > END > > In the FlowData class > PUBLIC CONST ZhengYin AS In

[Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-08 Thread Swee Kwang Tan
Following code is my program, its has the "ilegal instruction" bug. In the main class PUBLIC SUB Main()   DIM fd AS FlowData   DIM at AS ShiXing   at = NEW ShiXing(fd)     END In the FlowData class PUBLIC CONST ZhengYin AS Integer = 0 PUBLIC CONST BiJian AS Integer = 1 PU

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
On Wed, 5 Aug 2009 08:04:16 pm Stefano Palmeri wrote: > Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > > If one has say 3 radiobuttons in a container > > > is there anyway to set them all back to false ? > > > >

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Ron_1st
On Wednesday 05 August 2009, Charlie Reinl wrote: > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > If one has say 3 radiobuttons in a container > > is there anyway to set them all back to false ? > > > > If I try this code to clear some textboxes, checkboxes and radiobuttons

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Stefano Palmeri
Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > If one has say 3 radiobuttons in a container > > is there anyway to set them all back to false ? > > > > If I try this code to clear some textboxes, checkboxes and rad

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Charlie Reinl
Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > If one has say 3 radiobuttons in a container > is there anyway to set them all back to false ? > > If I try this code to clear some textboxes, checkboxes and radiobuttons > contained within a hbox, the tetboxes clear and checkboxes

[Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
If one has say 3 radiobuttons in a container is there anyway to set them all back to false ? If I try this code to clear some textboxes, checkboxes and radiobuttons contained within a hbox, the tetboxes clear and checkboxes clear, but not the radiobuttons: Dim hCtrl As Control Dim hb As HB

[Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 47

2009-06-26 Thread Swee Kwang Tan
Dear Sir, You are so smart!! The code Dim sChain AS String Dim ss AS String[] sChain = "jkl,9080,jim,ren,mu8,vcnm,m83d,m09nc," sChain &= "n83f,iiop,qiop,aaa1,bbb1,ccc1,ddd1,eee1," sChain &= "fff1,ggg1,hhh1,iii1,j1j1,k1k2,l1a2" ' etc ss = SPLIT(sChain,",") can work as what I want. Thank y

Re: [Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 42

2009-06-25 Thread Steven James Drinnan
Part one loading multiple text boxes. there is no simple way but there is this you can go through all the controls of a form and see if is a text box. Example: You need one form, create 10 text boxes and one button rename the text boxes to txt01 txt02 . txt10 this is important so the progra

[Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 42

2009-06-24 Thread sktan007
Dear Sir, Thank you for Mr. Steven solve my problem, my program can work now!!! But I've another two problem, the first is that I've a input form , there is ten textbox belong to a group, I wish to initial the the ten textbox by a string array, like this dim sName[10] as string dim i as integer ..

Re: [Gambas-user] Re port for Gambas

2009-05-12 Thread Sergio A. Hernandez
Kido, Other nice option is to use the XSLT component. At the beginning I was thinking in some fancy PInvoke over Kugar, but after the email from Marc I realize that we need to keep it in the scope of the simplest solution. The best thing to do is to convert the mysql output to xml, then transform t

Re: [Gambas-user] Re port for Gambas

2009-05-12 Thread Marc Miralles
yes Sergio, it works perfectly on gambas. I Think at this moment is a good solution for make reports in gambas I test this in gambas 2.12 Here the code in gambas, it's very easy: PUBLIC FUNCTION kugar DIM flname AS String DIM hfile AS file flname = User.home & "/gambas//projectname/

Re: [Gambas-user] Re port for Gambas

2009-05-11 Thread Marc Miralles
-- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODA

Re: [Gambas-user] Re port for Gambas

2009-05-11 Thread Jack
Le samedi 09 mai 2009 13:35:52 charlesg, vous avez écrit : > Hi > > I think Laurux uses Kugar? Bonjour, I use no more Kugar. All reports of Laurux are now made with Gambas, but i can send you some Kugar reports samples if you want. Jack ---

Re: [Gambas-user] Re port for Gambas

2009-05-10 Thread Kido Zu
ok Marc...i'll try it...thanks.;-) Marc Miralles wrote: > > yes Sergio, it works perfectly on gambas. I Think at this moment is a > good solution for make reports in gambas > > I test this in gambas 2.12 > > Here the code in gambas, it's very easy: > > PUBLIC FUNCTION kugar > DIM flnam

Re: [Gambas-user] Re port for Gambas

2009-05-09 Thread Marc Miralles
yes Sergio, it works perfectly on gambas. I Think at this moment is a good solution for make reports in gambas I test this in gambas 2.12 Here the code in gambas, it's very easy: PUBLIC FUNCTION kugar DIM flname AS String DIM hfile AS file flname = User.home & "/gambas//projectname

Re: [Gambas-user] Re port for Gambas

2009-05-09 Thread charlesg
Hi I think Laurux uses Kugar? There are also references here and elsewhere to using unzip on a template created in Open Office spreadsheet, changing the values in the xml and re-zipping back to .ods. rgds -- View this message in context: http://www.nabble.com/Report-for-Gambas-tp23442269p2345

Re: [Gambas-user] Re port for Gambas

2009-05-08 Thread Sergio A. Hernandez
Marc, I get confused, I made work Kugar work under C++ QT, but I'm not quite sure I can on Gambas. The best way with Gambas is, just like you said, create a HTML customized report. But is a time consuming project that probably Kido is not going to use anymore. If you can make work Kugar under gamba

Re: [Gambas-user] Re port for Gambas

2009-05-08 Thread Fabien Bodard
hem ... lol at least on gambas2. on gambas3 you have the gb.report component but it need some job to be ready. i'm waiting for the gambas IDE Module management and then i will polish tis component with a true editor. In my mind this will be as easy as made a form on gambas... you can already tr

Re: [Gambas-user] Re port for Gambas

2009-05-08 Thread Fabien Bodard
for a first time i think kugar will be the better for reporting at lea 2009/5/8 Marc Miralles : > Dear Kido Zu > > I think this sample and guide  in docs.kde is good for you. In this > moment I haven't a sample in gambas but I think it's a good info for > beginning. > > http://docs.kde.org/kde3/en

Re: [Gambas-user] Re port for Gambas

2009-05-08 Thread Marc Miralles
Dear Kido Zu I think this sample and guide in docs.kde is good for you. In this moment I haven't a sample in gambas but I think it's a good info for beginning. http://docs.kde.org/kde3/en/koffice/kugar/tutorial.html ( for make template) http://docs.kde.org/kde3/en/koffice/kugar/tut-2.html (a

Re: [Gambas-user] Re port for Gambas

2009-05-08 Thread Kido Zu
thanks Marc.. can you show me or give me an example how to create Kugar report for Gambas...with a simple way?:confused: Marc Miralles wrote: > > Hi Kido zu > > I test Kugar in gnome, now, in Ubuntu 9.04 and it work fine. > > > > En/na Kido zu ha escrit: >> Hi... >> >> what's the best rep

[Gambas-user] re type recorda as record

2009-04-25 Thread richard terry
Hi Juergen, I maybe way off the mark, but are you sure you couldnt just use a class? in which you do this.  public a as integer public b as string public c as float [] This would be in its own file under the classes in the IDE say cRecordA To access this from another form you would do th

Re: [Gambas-user] Re ferencing existing multiple controls in loops

2009-03-30 Thread Richard Muir-Gladman
On Mon, 2009-03-30 at 13:55 -0700, jbskaggs wrote: > Okay I have a form with say 50 picturebox controls: > > How does one check each controls in a loop? > > So if I wanted to have a big picture box reference each of the previous > pictureboxes > > > In GML I could use this: > > a="PictureBox"

Re: [Gambas-user] Re ferencing existing multiple controls in loops

2009-03-30 Thread M0E.lnx
What you want to do is a loop. For example. say this is a class file. And all your pictureboxes are already in objPboxes private objPboxes as object[] PUBLIC SUB Set_Pictures() DIM pb as picturebox for each pb in objPboxes pb.picture = "/path/to/picture" next END

[Gambas-user] Re ferencing existing multiple controls in loops

2009-03-30 Thread jbskaggs
Okay I have a form with say 50 picturebox controls: How does one check each controls in a loop? So if I wanted to have a big picture box reference each of the previous pictureboxes In GML I could use this: a="PictureBox" for i = 0 to 50 step 1 b=a&i BigPicturebox.Picture=b.picture wait 2 next

[Gambas-user] Re ferencing

2009-03-30 Thread jbskaggs
-- View this message in context: http://www.nabble.com/Referencing-tp22792128p22792128.html Sent from the gambas-user mailing list archive at Nabble.com. -- ___ Gambas-user

Re: [Gambas-user] Re; Threads ...

2009-02-06 Thread Doriano Blengino
Benoît Minisini ha scritto: >> But in the end, I suspect it is a complicated job... if you want several >> connections you have to keep trace of every one - not an easy job. And >> probably it would be slow (on my home machine EXECs are really slow, I >> don't know why). >> >> Regards, >> > >

Re: [Gambas-user] Re; Threads ...

2009-02-06 Thread Gareth Bult
in Python, I'd just like to make more use of Gambas where possible. Gareth. - Original Message - From: "Rob" To: gambas-user@lists.sourceforge.net Sent: Friday, 6 February, 2009 3:08:27 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Re; Threads ...

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Rob
On Thursday 05 February 2009 20:46, Gareth Bult wrote: > I'm trying to decide whether to try Gambas for a Web project because > I've seen people mention that one of the design features (?) was that it > could run web server type applications (?) Gambasdoc.org actually runs on a Gambas web applica

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Gareth Bult
ay, 5 February, 2009 9:29:41 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Re; Threads ... > But in the end, I suspect it is a complicated job... if you want several > connections you have to keep trace of every one - not an easy job. And > probably it would be sl

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Benoît Minisini
> But in the end, I suspect it is a complicated job... if you want several > connections you have to keep trace of every one - not an easy job. And > probably it would be slow (on my home machine EXECs are really slow, I > don't know why). > > Regards, EXEC has no reason to be slow by itself. Can

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Doriano Blengino
Gareth Bult ha scritto: > Hi, > > Very basic question .. is there any way to set off a method or procedure in > Gambas such that it runs in a thread? > > In particular I'm thinking about a Gambas web server where a process might > need to retrieve information from a slow storage device or datab

[Gambas-user] Re; Threads ...

2009-02-05 Thread Gareth Bult
Hi, Very basic question .. is there any way to set off a method or procedure in Gambas such that it runs in a thread? In particular I'm thinking about a Gambas web server where a process might need to retrieve information from a slow storage device or database server, or via a raw network s

Re: [Gambas-user] re turn value from a form

2009-01-10 Thread Benoit Minisini
On mercredi 7 janvier 2009, Doriano Blengino wrote: > kobolds ha scritto: > > in order to get return value from a form , I create a variable in the > > form > > > > in ftest > > public retun_value as boolean =false > > > > public sub btnOK_click() > > return_value = true > > me.close > > end > >

Re: [Gambas-user] Re; Webcams ...

2009-01-09 Thread Gareth Bult
ing on an output filter now .. with any luck I may have a patch later today ... Gareth. - Original Message - From: "Fabien Bodard" To: "mailing list for gambas users" Sent: Friday, 9 January, 2009 7:48:05 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Ga

Re: [Gambas-user] Re; Webcams ...

2009-01-08 Thread Fabien Bodard
I've recently have the same problem ! Fabien 2009/1/5 Gareth Bult : > Hi, > > I notice that the webcam demo doesn't work for me , I just get a blank screen > .. I also notice that the module is called "gb.v4l" and my webcam seems to > use "v4l2" in other software where it works fine .. anyone k

Re: [Gambas-user] re turn value from a form

2009-01-07 Thread Rolf-Werner Eilert
kobolds schrieb: > in order to get return value from a form , I create a variable in the form > > in ftest > public retun_value as boolean =false > > public sub btnOK_click() > return_value = true > me.close > end > > public sub btncancel_click() > return_value = false > me.close > end >

Re: [Gambas-user] re turn value from a form

2009-01-07 Thread Doriano Blengino
kobolds ha scritto: > in order to get return value from a form , I create a variable in the form > > in ftest > public retun_value as boolean =false > > public sub btnOK_click() > return_value = true > me.close > end > > public sub btncancel_click() > return_value = false > me.close > end >

[Gambas-user] re turn value from a form

2009-01-07 Thread kobolds
in order to get return value from a form , I create a variable in the form in ftest public retun_value as boolean =false public sub btnOK_click() return_value = true me.close end public sub btncancel_click() return_value = false me.close end from Fmain

[Gambas-user] Re; Webcams ...

2009-01-05 Thread Gareth Bult
Hi, I notice that the webcam demo doesn't work for me , I just get a blank screen .. I also notice that the module is called "gb.v4l" and my webcam seems to use "v4l2" in other software where it works fine .. anyone know if this is likely to be why I don't get a picture? (i.e. no v4l2 support

[Gambas-user] Re : Background/Foreground (Benoit Minisini)

2008-07-09 Thread serge bouc
[EMAIL PROTECTED] a écrit : > Message: 4 > Date: Wed, 9 Jul 2008 23:09:18 +0200 > From: Benoit Minisini <[EMAIL PROTECTED]> > Subject: Re: [Gambas-user] Background/Foreground > To: mailing list for gambas users > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > >

Re: [Gambas-user] Re gexp Submatches

2008-06-25 Thread Nate-37
Wow! Thank you Rob. I found some problems with your pseudo-code, but I got it to do what I wanted. I uploaded a snapshot of my program, as well as the .class and the .form files to my website http://notesmine.com/gambas_regexp Thank you for your help! PS: I also was confused by the wiki, whe

[Gambas-user] Re error launch Gambas 2.2.7.0

2008-06-17 Thread bruno
Re Post Scriptum installed Trunk Gambas3 2.99 Work Well - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/servi