Re: [Gambas-user] update to report-ng

2010-01-16 Thread Charlie Reinl
Am Samstag, den 16.01.2010, 21:41 + schrieb Joshua Higgins: > Ah, yes, please try this version. Salut Joshua, YES, for my Ubuntu 8.04.3 LTS and Mandriva 2010.0 it works fine. Thanks Charlie -- Throughout its

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Charlie Reinl
86DEBUG "$res!BedNum=" & $res!BedNum > 187BedList[cbBedList.count] = $res!BedNum > 188 NEXT > 189 END > Salut Bill, first question : which gambas 2 or 3 ? second question : did you update that gambas ? third question : did you try to mak

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-19 Thread Charlie Reinl
ql) > >>>> 181 DEBUG "$res.Count=" & $res.Count > >>>> 182 FOR EACH $res > >>>> 183DEBUG "$res!BedName=" & $res!BedName > >>>> 184cbBedList.Add($res!BedName) > >>>> 185DEBUG "cbBedL

[Gambas-user] drove me crazy

2010-01-19 Thread Charlie Reinl
, "four") PRINT "Returns the key of the last read or last enumerated element. " FOR EACH sElem IN col1 sKey = col1.Key PRINT sKey & " = " & sElem col2.Add(sElem, sKey) NEXT END see attached project. -- Amicalement Charlie [OperatingSystem]

Re: [Gambas-user] drove me crazy

2010-01-20 Thread Charlie Reinl
Am Dienstag, den 19.01.2010, 17:30 -0700 schrieb Dimitris Anogiatis: > Hey Charlie, > > Try changing this line > > sKey = col1.Key > > to > > sKey = sElem.Key > > > Hope this helps > > Regards, > Dimitris > > On Tue, Jan 19,

Re: [Gambas-user] output to open office files

2010-01-20 Thread Charlie Reinl
rted soffice.bin, I didn't dive deeper. For those who know to read VB, here an example : http://www.oooforum.org/forum/viewtopic.phtml?t=3554 -- Amicalement Charlie -- Throughout its 18-year history, RSA Co

Re: [Gambas-user] drove me crazy

2010-01-20 Thread Charlie Reinl
Am Mittwoch, den 20.01.2010, 17:27 +0100 schrieb Benoît Minisini: > > Am Dienstag, den 19.01.2010, 17:30 -0700 schrieb Dimitris Anogiatis: > > > Hey Charlie, > > > > > > Try changing this line > > > > > > sKey = col1.Key > > > >

Re: [Gambas-user] drove me crazy

2010-01-20 Thread Charlie Reinl
Am Mittwoch, den 20.01.2010, 13:01 -0700 schrieb Dimitris Anogiatis: > Charlie, Benoit, > > Wouldn't something like that usually work? > > PUBLIC SUB Main() > DIM col1 AS NEW Collection > DIM col2 AS NEW Collection > DIM sKey AS String > Dim Counter as Integer >

Re: [Gambas-user] Unknow symbol 'txtLogs' in class 'Flogfiles'

2010-01-20 Thread Charlie Reinl
> > What's wrong in my code ?? > > I'm using gambas 2.15 on Ubuntu 8.04 hardy heron. > > Thank's for any help > Salut Jean-Marc, go menu/project/properties or Ctrl+P in the IDE. On second tab 'Options' set Formular-Controls are public to

Re: [Gambas-user] Using an existing component to create a new version

2010-01-21 Thread Charlie Reinl
moves, you have to delete the 4 links concerned there (see below), because and bad MakeLink procedure in the IDE. The user component directory is : $~/.local/lib/gambas2 (for every component) /.component => $/path/to/project/.component /.gambas => $/path/to/executable/.gambas

Re: [Gambas-user] Using an existing component to create a new version

2010-01-22 Thread Charlie Reinl
Am Freitag, den 22.01.2010, 09:54 +0100 schrieb Rolf-Werner Eilert: > Am 21.01.2010 23:01, schrieb Charlie Reinl: > > Am Donnerstag, den 21.01.2010, 18:19 +0100 schrieb Rolf-Werner Eilert: > >> The balloon component was easy to change and make install. But when I > >> u

[Gambas-user] Q: about components

2010-01-25 Thread Charlie Reinl
itself is not checked. So my question why itself is checked every time I compile the project ? -- Amicalement Charlie -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise

[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

[Gambas-user] Draw.Text problem with control chars

2010-01-29 Thread Charlie Reinl
s a rectangle. Do I miss something ? Nothing found about! Does anybody have a hint/workaround ? -- Amicalement Charlie <>-- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enter

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Charlie Reinl
, String.Len(sText) - 1) -- Amicalement Charlie -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexi

Re: [Gambas-user] Removing last character of a string

2010-01-30 Thread Charlie Reinl
Am Samstag, den 30.01.2010, 18:49 +0100 schrieb Fabien Bodard: > charlie ... string.something is for the utf8 strings > > and the left negative way is the good short way > > 2010/1/30 Charlie Reinl : > > Am Samstag, den 30.01.2010, 16:03 +0100 schrieb Alessandro Rina

Re: [Gambas-user] Draw.Text problem with control chars

2010-01-30 Thread Charlie Reinl
Tabs are not handled automatically, you must handle them yourself. > > Regards, > Salut Benoît, where does gambas get the "tab width" in controls like TextArea, is there a set parameter somewhere ? -- Cordialement Charlie

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread Charlie Reinl
2 Compiled with gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu4) (c) 2000-2008 Benoit Minisini This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later vers

Re: [Gambas-user] Popup menus not popping

2010-02-01 Thread Charlie Reinl
uot;graphic" troubles, to create a new user and looked if it also happend with that newly created user. -- Amicalement Charlie -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with

Re: [Gambas-user] Popup menus not popping

2010-02-02 Thread Charlie Reinl
Main.IconView1_MouseDown.16: after popup call FMain.action_activate.8: action_activate: key = choice2 this is the output from you test-project on my Ubuntu 8.04.3 LTS. I get like expected, the popup menu and can choose an entry. So I think something wired on your box. -- Amicalement Charlie ---

Re: [Gambas-user] printer problem

2010-02-04 Thread Charlie Reinl
Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Salut, > > > > I still haven't solved the Draw.Text tab problem, but I'v a new one (a > > problem). > > > > If you open the printer-setup the firs

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 10:09 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > >>> If you open the printer-se

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 10:09 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > >>> If you open the printer-se

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > > >>> So I repeat my question, where/how can I see/test the output device, > >>> after printer.setup. > >>> > >>> > >> Pri

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > > >>> So I repeat my question, where/how can I see/test the output device, > >>> after printer.setup. > >>> > >>> > >> Pri

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:45 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > >>>>> So I repeat my q

Re: [Gambas-user] TabStrip not visible

2010-02-05 Thread Charlie Reinl
ind it on the > form, when not selecting a big area around where I presume it. > > (Ubuntu 9.10 AMD64) > > regards > Dag Salut Dag, could you see it in hierarchy (in the IDE the Tab right of properties) ? -- Cordialement Charlie

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 12:39 +0100 schrieb Rolf-Werner Eilert: > Am 04.02.2010 20:59, schrieb Charlie Reinl: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: > >>> Salut, > >>> > >>>

Re: [Gambas-user] printer problem

2010-02-08 Thread Charlie Reinl
letter I printed for the students so I can > look them up later if anything is unclear or no copy available ("what > the hack did I print for her then...") > > Regards > > Rolf Salut Rolf, for me, the way was the other way around. Printing works (with gambas), an

Re: [Gambas-user] creating control group from code

2010-02-08 Thread Charlie Reinl
rite in subject 'GROUP' them. See in doc and use LAST http://gambasdoc.org/help/lang/last?view&en -- Amicalement Charlie -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online

Re: [Gambas-user] printer problem

2010-02-09 Thread Charlie Reinl
Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Salut, > > > > I still haven't solved the Draw.Text tab problem, but I'v a new one (a > > problem). > > > > If you open the printer-setup the firs

Re: [Gambas-user] How to print Greek

2010-02-13 Thread Charlie Reinl
asonic.net/pcc/products/printer/download/p1150download.html play around with WIN http://panasonic.net/pcc/products/printer/trouble_shooting/dmptrouble.html http://www.user-service-manuals.com/Panasonic2/KX-P.shtml http://office.manualsonline.com/manuals/m

[Gambas-user] did I miss something, or is that a bug

2010-02-14 Thread Charlie Reinl
& Replace(CStr(Time()), ":", "") & ".pdf") Unexpected '/' -- Amicalement Charlie [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.24-27-generic DistributionVendor=Ubuntu DistributionRelease="Ubuntu 8.04.4 LTS" [Syste

Re: [Gambas-user] did I miss something, or is that a bug

2010-02-14 Thread Charlie Reinl
Am Sonntag, den 14.02.2010, 16:41 +0200 schrieb Jussi Lahtinen: > What are you trying to do? > > ~$ gbx2 -e 1+1 > result: 2 > > ? eval("1+2") > result: 3 > > http://gambasdoc.org/help/lang/eval > > Jussi > > > > > On Sun, Feb 14, 2

Re: [Gambas-user] did I miss something, or is that a bug

2010-02-14 Thread Charlie Reinl
expression and returns its value." > > > Jussi Salut Jussi, the original is: ? eval("/tmp/testArchivCopy_" & Format(Date(), "mmdd") & Replace(CStr(Time()), ":", "&

Re: [Gambas-user] did I miss something, or is that a bug

2010-02-14 Thread Charlie Reinl
chivCopy_20100214202540.428.pdf > > Eval is only for math! Like Eval("1+2") or Eval("1/sqr(eo*uo)", cExpr). > > Jussi > > > On Sun, Feb 14, 2010 at 20:20, Charlie Reinl wrote: > > Am Sonntag, den 14.02.2010, 20:00 +0200 schrieb Jussi Lahtinen

[Gambas-user] unusual problems

2010-02-21 Thread Charlie Reinl
kB [Gambas] Gambas1=Not Installed Gambas2=2.20.0 Gambas2Path=/usr/local/bin/gbx2 Gambas3=2.99.0 Gambas3Path=/usr/local/bin/gbx3 -- Charlie -- Download Intel® Parallel Studio Eval Try the new software tools for yourself

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread Charlie Reinl
peratingSystem] OperatingSystem=Linux KernelRelease=2.6.31.12-desktop-1mnb DistributionVendor=MandrivaLinux DistributionRelease="Mandriva Linux 2010.0" [System] CPUArchitecture=i686 TotalRam=497100 kB [Gambas] Gambas1=Not Installed Gambas2=2.20.0 Gambas2Path=/usr/local/bin/gb

Re: [Gambas-user] error running gambas3 rev2710

2010-02-23 Thread Charlie Reinl
Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: > > same with rev 2712 > > > > > > kobolds wrote: > > > > > > ERROR: #2: Cannot load class 'Project': Unable to

Re: [Gambas-user] error running gambas3 rev2710

2010-02-23 Thread Charlie Reinl
Am Dienstag, den 23.02.2010, 12:41 +0100 schrieb Benoît Minisini: > > Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > > > Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: > > > > same with rev 2712 > > > > > > > > ko

Re: [Gambas-user] error running gambas3 rev2710

2010-02-23 Thread Charlie Reinl
Am Dienstag, den 23.02.2010, 17:58 +0100 schrieb Benoît Minisini: > > Am Dienstag, den 23.02.2010, 12:41 +0100 schrieb Benoît Minisini: > > > > Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > > > > > Am Montag, den 22.02.2010, 13:36 -0800 schri

Re: [Gambas-user] error running gambas3 rev2710

2010-02-27 Thread Charlie Reinl
Am Dienstag, den 23.02.2010, 12:41 +0100 schrieb Benoît Minisini: > > Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > > > Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: > > > > same with rev 2712 > > > > > > > > ko

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Charlie Reinl
orting a problem how to deal with gdb -- Amicalement Charlie -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel pe

Re: [Gambas-user] error running gambas3 rev2710 (latest news)

2010-02-28 Thread Charlie Reinl
Am Samstag, den 27.02.2010, 16:12 +0100 schrieb Charlie Reinl: > Am Dienstag, den 23.02.2010, 12:41 +0100 schrieb Benoît Minisini: > > > Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > > > > Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: >

Re: [Gambas-user] MySQL and general data issues

2010-03-01 Thread Charlie Reinl
standing it > well enough yet. > > Keith Salut Keith, you have to look for the function "WidthFromType" which returns the width for the field. Should be in the example. If you can't find it, a workaround could be this: replace : TitleSearchTableView.Colum

[Gambas-user] What are the {} enclosed variables

2010-03-03 Thread Charlie Reinl
Salut, since a while, from time to time, I have seen things like that. Property {Font} As Font ' (this is out of the gb.report project of gambas3) Can anybody tell me the meaning of {} enclosed variables. I haven't found in doc's. -- Amic

Re: [Gambas-user] What are the {} enclosed variables

2010-03-04 Thread Charlie Reinl
Y Font as Font > or PROPERTY Left as Integer > > the compiler say there is an error and you cant have a property > MyClass.Font or MyClass.Left > > To allow that you need to put the word between {} > > PROPERTY {font] as Font > > and yes it's not in the doc >

Re: [Gambas-user] What are the {} enclosed variables

2010-03-05 Thread Charlie Reinl
w, I will do it this weekend. At the end of the two mentioned pages I will add the following text. Special in Declaration: To use a property name that is also a Gambas reserved name in your personal class, you must enclose the property name within {}. For example: will both cause a compile error.|will not. +----

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
--8< Salut, the answer can be found on gambasdoc at for Variable Declaration http://gambasdoc.org/help/lang/vardecl or for Local Variable Declaration http://gambasdoc.org/help/lang/localdecl Thanks for you help. Char

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
c.org/help/lang/vardecl > > > > or for Local Variable Declaration > > http://gambasdoc.org/help/lang/localdecl > > > > Thanks for you help. > > Charlie > > > > Maybe you should have done a specific page, as this syntax can be used for > method

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
c.org/help/lang/vardecl > > > > or for Local Variable Declaration > > http://gambasdoc.org/help/lang/localdecl > > > > Thanks for you help. > > Charlie > > > > Maybe you should have done a specific page, as this syntax can be used for > method

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
c.org/help/lang/vardecl > > > > or for Local Variable Declaration > > http://gambasdoc.org/help/lang/localdecl > > > > Thanks for you help. > > Charlie > > > > Maybe you should have done a specific page, as this syntax can be used for > method

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
t; > > > the answer can be found on gambasdoc at > > > > > > > > for Variable Declaration > > > > http://gambasdoc.org/help/lang/vardecl > > > > > > > > or for Local Variable Declaration > > > > http://gambasdoc.org/help/lang/locald

Re: [Gambas-user] Gambas IDE locking after every syntax error encountered

2010-03-10 Thread Charlie Reinl
rd terry: > > > Last couple of versions I've noticed this, I'll upgrade and report back, > > > but wondered if anyone else experienceing this. Have to kill the ide and > > > restart gambas. > > > > > > Richard > > > Salut Richard,

Re: [Gambas-user] gb.report

2010-03-14 Thread Charlie Reinl
t you can try DBReport and look if it can do what you want. You find it herer : http://dbreport.sourceforge.net/ And that is the download : http://sourceforge.net/project/platformdownload.php?group_id=271746 -- Amicalement Charlie ---

Re: [Gambas-user] Compile and install gambas2 2.20.1

2010-03-15 Thread Charlie Reinl
german, i am so angry. > Salut Frank, be annoyed, until today, has never solved the problem! Step back and remember 'plug and pray' for Windows, is look and search for Linux. Here : http://gambas.sourceforge.net/en/main.html you

Re: [Gambas-user] Using a printer documentation

2010-03-16 Thread Charlie Reinl
you the PrinterSetup, shows all what is known about the printer in gambas2. ~$ echo $PRINTER' in terminal you find the default printer(if empty , there is none). If that is not what you are looking for, ask again. -- Amicalement Charlie PrinterSetup-0.0.1.tar.gz Description: applicati

[Gambas-user] calling back to the caller

2010-03-18 Thread Charlie Reinl
Salut, is it possible to run from a (gambas2) component, a Sub/Function of the component using the 'parent' program? Something parent.NewsFromMyComponent(TRUE) like I would do with public elements on a form: MyForm.NewsFromTheSecondForm(Me.Width) -- Amicaleme

Re: [Gambas-user] calling back to the caller

2010-03-18 Thread Charlie Reinl
Am Donnerstag, den 18.03.2010, 20:12 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > >Salut, > > > >is it possible to run from a (gambas2) component, a Sub/Function of the > >component using the 'parent' program? > > > >Someth

Re: [Gambas-user] calling back to the caller

2010-03-18 Thread Charlie Reinl
Salut Fabien, oh, yeah, while I tried to use "me.parent" direct, stupid me. Thanks > 2010/3/18 Charlie Reinl : > > Am Donnerstag, den 18.03.2010, 20:12 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: > >> > >> >Salut, > >> > >

Re: [Gambas-user] calling back to the caller

2010-03-18 Thread Charlie Reinl
Am Donnerstag, den 18.03.2010, 21:16 +0100 schrieb Fabien Bodard: > simplis use a public function > in the parent form > > Public sub MyFunction > end > > Then in your component > > Dim o as object > > o = me.parent > > o.MyFunction > > >

[Gambas-user] gambas3 Revision 2835. IDE crashes

2010-03-27 Thread Charlie Reinl
Salut, starting gambas3 Revision 2835 complied today I get this: Desktop.Width_Read.321: #13: Null object 0: Desktop.Width_Read.321 1: FMain._new.22 2: Project.Main.202 attached you the logs. for my TEST-Laptop : [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.31.12-desktop-3mnb Dist

Re: [Gambas-user] gambas3 Revision 2835. IDE crashes

2010-03-28 Thread Charlie Reinl
se a special desktop, or gui environment? > Salut, yes, I use iceWM, (also the installation was made under iceWM) What special: the Laptop is plugged on a KVM and has beside its 15" Screen a SyncMaster 203b display. The error occurs also, when not plugged to KVM. -- Amicalement Charlie

[Gambas-user] solved Re: gambas3 Revision 2835. IDE crashes

2010-03-28 Thread Charlie Reinl
a special desktop, or gui environment? > Salut, seams to be a iceWM problem , when I use Gnome, LXDE, Openbox or WindowsMaker Desktop.Width returns a value. (KDE4 don't start) With iceWM when I try to inspect Desktop.Width the IDE crashes. On iceWM , $ xdpyinfo | grep 'dimensi

Re: [Gambas-user] solved Re: gambas3 Revision 2835. IDE crashes

2010-03-31 Thread Charlie Reinl
Am Sonntag, den 28.03.2010, 17:40 +0200 schrieb Charlie Reinl: > Am Sonntag, den 28.03.2010, 04:16 +0200 schrieb Benoît Minisini: > > > Salut, > > > > > > starting gambas3 Revision 2835 complied today > > > I get this: > > > > &

Re: [Gambas-user] probem with user component in GB3 Rev 2851

2010-04-02 Thread Charlie Reinl
> Salut, for gambas2, I posted 21.01.2010 on subject : Using an existing component to create a new version something about, gambas3 I think does the same things! -- Amicalement Charlie -- Download Intel® Parall

Re: [Gambas-user] gambas3 Revision 2835. IDE crashes

2010-04-02 Thread Charlie Reinl
2 > > 2: Project.Main.202 > > > > That problem should be fixed in revision #2852. > > Regards, > Salut Benoît, YES, now it also ran on iceWM -- Amicalement Charlie -- Download Intel® Pa

Re: [Gambas-user] probem with user component in GB3 Rev 2851

2010-04-02 Thread Charlie Reinl
h revision >= #2835. I good idea when it drives wired like that, uninstall gambas3, delete the local svn directory and start from scratch. -- Cordialement Charlie -- Download Intel® Parallel Studio Eval Try t

Re: [Gambas-user] UNIX SOCKETS

2010-04-02 Thread Charlie Reinl
references detected > FMain (1) > Mutex destroy failure: Device or resource > busy-- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find

Re: [Gambas-user] UNIX SOCKETS

2010-04-03 Thread Charlie Reinl
> GB.Error("Port property can not be changed while working"); > return; > } > if (VPROP(GB_INTEGER)<0){ THIS->iUsePort=0; return; } > if (VPROP(GB_INTEGER)>65535) { THIS->iUsePort=65535; return; } > THIS->iUsePort=V

Re: [Gambas-user] static const?

2010-04-15 Thread Charlie Reinl
: > > if i > can fail, if I understand well. Perhaps I must check a few lines of code... > > Regards, > Doriano Salut, I'v never done it like that (IF a=1 AND IF b=2 THEN), are you sure ? -- Amicalement Charlie --

Re: [Gambas-user] static const?

2010-04-15 Thread Charlie Reinl
Am Donnerstag, den 15.04.2010, 21:07 +0300 schrieb Jussi Lahtinen: > Yes, you can test it. > > This should generate error: > If 1 = 2 And 1 / 0 Then Print "test" > > This should not.: > If 1 = 2 And If 1 / 0 Then Print "test" > > Jussi > >

Re: [Gambas-user] GamBas3

2010-04-27 Thread Charlie Reinl
t is an evolving work in progress. > > Regards > > Richard Salut, as Richard says, very stable or as stable as gambas2. But the main question will be, what deeper changes (like last components to library), Benoît has still planed ? -- Amicalement Charlie --

Re: [Gambas-user] Mouse Clicks become unresponsive on form?

2010-04-28 Thread Charlie Reinl
> > Is it really hung, or is it something else ? Can you pause the program from > the IDE ? Can you stop it with gdb ? > Salut, have sometimes on Ubuntu 8.04.4 LTS a "lost mouse" on two FS-Scenic Computer, for me the mouse comes back when changing windows by ALT-TAB. And it is not only with gambas (I use mostly gambas2) -- Amicalement Charlie -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] [SPAM] SVN-Problem

2010-04-28 Thread Charlie Reinl
ke > > install'. And > > note that you must not run './configure -C' and 'make' as root. Only > > 'make > > install'! > > > > Regards, > > > > -- > > Benoît Minisini > > Salut Dag, sent you 2 scri

Re: [Gambas-user] How to create component written in Gambas

2010-05-10 Thread Charlie Reinl
hole way) how to create and register a component? > > TIA > Stevie Not google-ing, list-ing "User components" replaced by "Libraries" in Gambas 3 in the list around 25.04.2010 -- Amicalement Charlie --

Re: [Gambas-user] Disable option

2010-05-13 Thread Charlie Reinl
as don't find one of the libraries during config, the component which belongs to, will be disabled. The disable options is for the case, that a library is installed but you don't want to use it

Re: [Gambas-user] not very important but I do not understand why

2010-05-24 Thread Charlie Reinl
only the first function. Amicalement Charlie Am Montag, den 24.05.2010, 17:36 +0300 schrieb Jussi Lahtinen: > Way to reproduce bug on Gambas 3 rev 2945 @ Ubuntu 10.04 64bit; > > 1. Create class. > 2. Add two public variables to it, and do NOT press enter after last > line of code (

[Gambas-user] SOLVED Re: not very important but I do not understand why

2010-05-24 Thread Charlie Reinl
Salut, playing around a bit more, I found out/saw the disturber. The "FUNCTION" behind END (that closes the function), that works well in gambas3, don't throw an error on gambas2 but is disturbing the Auto completion Amicalement Charlie Am Montag, den 24.05.2010, 17:31 +0200

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[2963] gambas/branches/2.0/app/src/gambas2

2010-05-25 Thread Charlie Reinl
libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493 2008/02/01 16:58:18) -- Amicalement Charlie [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.24-27-generic DistributionVendor=Ubuntu DistributionRelease="Ubuntu 8.04.4 LTS" [System] CPUArchitecture=i686 TotalRam=506932 kB [Ga

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread Charlie Reinl
ge project, > > Gregor > Salut Gregor, you can set it by Ctrl+P , open Optionen and set "Projekt enthält Übersetzungen" to YES and Default Language to Spani

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Charlie Reinl
; > 4.2.3 > > > > Regards, > > Joe1962 > > here i'v 4.2.4 on Ubuntu 8.04 LTS but gambas3 fails because libtool has not the newer version. on Mandriva 2010.0 gcc 4.4.1 and on Ubuntu

Re: [Gambas-user] Optional and Param (Gambas 3)

2010-06-10 Thread Charlie Reinl
why?). > > How can I make this class do what it should? > > Thanks > Werner Dahn Salut Werner, where Param is filled? , what is Param ? an array? the class ? for Optional, I do not know if it can be chained like you do. But it can be used also on the first Parameter. -- Amical

Re: [Gambas-user] Video

2010-06-10 Thread Charlie Reinl
gt; ---8< Salut Mike, load it into the IDE and save it with "Save as.." where you have rw rights. -- Amicalement Charlie -- ThinkGeek and WIRED's GeekDad team up for the Ultim

Re: [Gambas-user] Gambas and ssh

2010-06-23 Thread Charlie Reinl
close. I'm not sure > if when i press the button2 i send the command, but i don't know how to > see this. Please, anyone can help me? Thanks. Salut Pablo, see more information about Process http://gambasdoc.org/help/lang/shell -- Amicalement Charlie ---

[Gambas-user] Gambas 3 rev 3023 on Ubuntu 10.04 LTS x86

2010-06-27 Thread Charlie Reinl
Salut, I know, it is not the first time that I write this, but after an upgrade from 8.04 LTS to 10.04 LTS, now it works with libtoolize (GNU libtool) 2.2.6b , but reconf-all still failes. Any news about that. -- Amicalement Charlie libtoolize: putting auxiliary files in `.'. libto

Re: [Gambas-user] Gambas 3 rev 3023 on Ubuntu 10.04 LTS x86

2010-06-28 Thread Charlie Reinl
Am Montag, den 28.06.2010, 19:28 +0200 schrieb Fabien Bodard: > i think you need to delete and refresh your svn > > 2010/6/27 Charlie Reinl : > > Salut, > > > > I know, it is not the first time that I write this, but after an upgrade > > from 8.04 LTS to 10.04

Re: [Gambas-user] Gambas 3 rev 3023 on Ubuntu 10.04 LTS x86

2010-06-30 Thread Charlie Reinl
n't start and so on, a mess, a real mess. Also the language support has failed. But nothings lost, just de,-reinstall, but a lot of work. mysql and gambas3 now run, thanks -- Cordialement Charlie -- Das bei Computern oft heilbringende Aus- und Wiedereinschalten löst

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Charlie Reinl
repositories...). > > Can you advice? > > > > Thanks, > > Doriano > > > > Read the top of the "dowload" page on the web site to know how to get the > latest trunk. > > Sorry, but you have to install svn, qt4, and al

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Charlie Reinl
t; > > > That size is not normal. The compressed source archive should be smaller than > Gambas 2, which is 12 MB. > > What are you downloading ?! > Salut, by the "Download GNU tarball" way i'v got 21,7 MB. I think he made a mistake or is counting also the REST. -- A

Re: [Gambas-user] Release of Gambas 2.21

2010-07-24 Thread Charlie Reinl
it! > Salut Benoît, that don't work for me (svn used) [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.24-28-generic DistributionVendor=Ubuntu DistributionRelease="Ubuntu 8.04.4 LTS" [System] CPUArchitecture=i686 TotalRam=506932 kB [Gambas] Gambas1=gbx-1.0.17 Gambas1

Re: [Gambas-user] error when using a custom control

2010-08-18 Thread Charlie Reinl
ent and when you use it the first time you get that message. Right ? For gambas2.components I know that they after compiling chosen in there own project components list. You can see it while loading the project into the IDE on a box where it ha

Re: [Gambas-user] fit photo into picturebox

2010-08-22 Thread Charlie Reinl
try to set in Properties : Stretch=true -- Amicalement Charlie -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Ch

Re: [Gambas-user] Clipboard problem in Gambas

2010-08-24 Thread Charlie Reinl
distro's I've experienced this in as ARCH and KUbuntu. > > > > > > Regards > > > > Richard > > Salut, I'v that troubles also, but I think in my case it's my KVM and/or the KVM and VMware-Workstation because I'v that on my Ubuntu 8.04

Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
t; Send more details on what your problem/goal is. > B Salut Bruce, what I have is an application which can run as is, but while compiled as component I can use it also in other projects. This I do for not using SHELL etc. And now I would like to have a feedback from what's done there.

Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
Am Montag, den 19.03.2012, 14:30 +0100 schrieb Fabien Bodard: > you want to call a function in the main app from your component ? > > The class of the main app must to be exported... then i think you can call it > Salut Fabien, will give that a try, thanks. -- Amicale

Re: [Gambas-user] Excluding components from build process

2012-04-07 Thread Charlie Reinl
Salut Tobi, you can disable them , instead of ./configure -C do a ./configure -C --disable-pdf --disable-net --disable-gsl -- Amicalement Charlie -- For Developers, A Lot Can Happen In A Second. Boundary is the first

Re: [Gambas-user] Excluding components from build process

2012-04-07 Thread Charlie Reinl
Am Samstag, den 07.04.2012, 23:21 +0200 schrieb tobi: > On Sat, 07 Apr 2012, Charlie Reinl wrote: > > Am Samstag, den 07.04.2012, 20:06 +0200 schrieb tobi: > > > Hi, > > > > > > I know a pretty bunch of components that I don't intend to compile on my &g

Re: [Gambas-user] Issue 231 in gambas: Possible to build Gambas3 against GTK?

2012-04-13 Thread Charlie Reinl
--- Salut Richard, read here about Ubuntu and intel 8xx chips https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes perhaps that concerns also your problem -- Amicalement Charlie -- For Developers, A Lot

Re: [Gambas-user] svn: Failed to add directory....

2012-04-21 Thread Charlie Reinl
replace it with the old files, if it was ok it will replace it with the new files. If everything work at the end ... I don't know if you use XML then every thing should work. -- Amicalement Charlie -- For Develo

<    2   3   4   5   6   7   8   9   >