Am Sonntag, den 05.09.2010, 15:15 +0200 schrieb Robert JUHASZ:
> Hello Benoit,
>
> Could you pls. tell me how to check the revision of Gambas. I just redo
> every time the "svn update" in the install folder (it writes me out a
> revision number, this is what I refer to) and after I recompile, rein
Am Donnerstag, den 09.09.2010, 17:34 +0200 schrieb Benoît Minisini:
> > -Mensaje original-
> > De: Benoît Minisini
> > Reply-to: mailing list for gambas users
> >
> > Para: mailing list for gambas users
> > Asunto: Re: [Gambas-user] Rev. 3199 - Gambas 3
> > Fecha: Thu, 9 Sep 2010 03:26:5
Am Montag, den 18.10.2010, 17:21 +0300 schrieb Biro Zoltan:
> HI,
>
> Can I make forms with parameters passed from the main form?
>
> Normally I use the form like this:
>
> PUBLIC SUB button1_Click()
>Childform.showmodal
> END
>
> BUT I need to pass some parameters to the child form.
Am Mittwoch, den 03.11.2010, 22:08 +0100 schrieb tobias:
> transaction
Salut Tobias,
with transaction you can change, delete, update, upgrade and can check
and/or show the results , but if you want to keep your work you have to
"commit" the transaction.
Or if you remark somethings got wrong, at
Am Montag, den 15.11.2010, 19:56 +0100 schrieb tobias:
> hi,
> i have again another question about the result object...
> when i do:
> hResult = hConnection.Edit("table")
>
> i get a read/write result, i can move through the elements and edit
> their fields, e.g.
> hResult.MoveTo(2)
> hResult["id
Am Dienstag, den 16.11.2010, 21:44 +0100 schrieb tobias:
> Charlie Reinl schrieb:
> > Am Montag, den 15.11.2010, 19:56 +0100 schrieb tobias:
> >> hi,
> >> i have again another question about the result object...
> >> when i do:
> >> hResult = hConnecti
Am Dienstag, den 04.01.2011, 10:39 +0100 schrieb ivan-k...@freenet.de:
> Me.Close does not work from the code if a form is opened ShowModal.
>
> PUBLIC SUB Form_Open()
> Code.
> WAIT
> ME.Close
> END
>
> Ubuntu 10.04
> GTK+
> Gambas2 Rev. 3439
>
Salut,
whats happened, if you s
Am Donnerstag, den 06.01.2011, 14:11 +0700 schrieb MSulchan Darmawan:
> On Wed, 5 Jan 2011 17:37:11 +0200
> Jussi Lahtinen wrote:
>
> > ?
> > Every message from gambas mailing list has [Gambas-user] in subject
> > line..?
>
> I see now Benoît using google code for gambas bug ticket, what I want
Am Montag, den 28.02.2011, 00:19 +0200 schrieb Jussi Lahtinen:
> sText &= Subst(("- if done, press '&1'"), btnOKTextChange) & ""
>
>
> Jussi
>
>
>
>
> On Sat, Feb 26, 2011 at 23:40, Charlie Reinl wrote:
>
> >
Salut,
I found that in my archive,
It is gambas1 code who printed the open source and was called like this
> PUBLIC SUB mnuSourcePrinter_Click()
> lp AS NEW CPrintSource
> lp.LPrint(Name, Path, edtEditor)
> END
the code came original from a guy called Carsten Olsen and that was in
end 200
Salut,
the wiki says this:
Installing
You can install the component in your home directory by checking the
corresponding option in the "Make executable" dialog.
Once installed there, the component will be visible in the "Components"
tab of the project property dialog as any other globally insta
Am Montag, den 25.04.2011, 18:33 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > the wiki says this:
> >
> > Installing
> > You can install the component in your home directory by checking the
> > corresponding option in the "Make executable" dialog.
> >
> > Once installed there, the component
Am Donnerstag, den 26.05.2011, 19:15 +0200 schrieb Benoît Minisini:
> Hi,
>
> I'm going to flash the firmware of my WD Velociraptor hard disk, because it
> freezes sometimes, and I want to know if it will fix that.
>
> So if you have no news from me, it's because some bad things may happened!
>
Am Sonntag, den 19.06.2011, 00:53 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > what is wrong on my box?
> > gambas2 : Printer.Resolution = 600
> > gambas3 : Printer.Resolution = 1200
> >
> > the printer behind HP OfficeJet 6210
> >
> > Any explication!
>
> The Qt4 printing system is more c
Am Montag, den 27.06.2011, 22:31 +0200 schrieb M. Cs.:
> Thanks! I wonder whether it is possible with any kind of controls to
> do the same thing?
>
> 2011/6/27, Caveat :
> >
>
Salut,
yes you can, but that's not all.
CONST myGotFocusColor AS Integer = &HAAFF7F&
CONST myLostFocusColor AS Intege
Am Freitag, den 01.07.2011, 23:28 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > found today a very important command (for me) : xdg-open
> >
> > use : xdg-open file
> >
> > I'v tested on Ubuntu and Mandriva (gnom and kde).
> > That saves a lot of coding and entries in config-files
>
> This
Am Dienstag, den 05.07.2011, 23:21 +0200 schrieb tobias:
> hi,
>
> i just noticed porting my component testing project to gambas3 that you
> removed the section from COMPONENT_load() which allows to have user
> components in ~/.local/lib/whatever ?
> what's the reason? i really miss that...
>
>
Am Samstag, den 16.07.2011, 00:40 +0200 schrieb Benoît Minisini:
> > Salut Benoit,
> >
> > I'm porting actually a gambas2 application to gambas3.
> >
> > The application consists of several parts. These parts can be ran as
> > executable, or used as component (now Library) in other applications.
Am Sonntag, den 17.07.2011, 20:10 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > when I create a new form, switch to existent tab and get a gambas2 form.
> > that form can't be shown in the IDE, and when you close the IDE or
> > project, without deleting that form, you can't open the project an
Salut,
changing the background of an togglebutton don't work.
gambas3 rev 3956
Mandriva 2010.2
qt4 only (gtk not tested)
--
Amicalement
Charlie
--
Got Input? Slashdot Needs You.
Take our quick survey online. Co
Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks here,
> > I move my project from gb2 to gb3.
> > I used a TextEdit with very simple HTML and a href in, and the Link
> > event to open it in the b
Am Dienstag, den 16.08.2011, 11:45 -0300 schrieb Dag-Jarle Johansen:
> I just stay on the cable.
Salut Dag,
nice expression, as native german I can imagine what you want to
express, but please let them know what it is "auf der Leitung stehen"
Thanks
--
Amicalement
Charlie
---
Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini:
> > Gambas 3 rev 4009 @ Ubuntu 11.04 64bit
> >
> > Way to reproduce:
> >
> > 1. Open search window.
> > 2. Pick word to search that can be found from multiple files, example; Dim,
> > Function, etc.
> > 3. Set search in source files
Am Samstag, den 20.08.2011, 14:47 +0200 schrieb Benoît Minisini:
> > Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini:
> > > > Gambas 3 rev 4009 @ Ubuntu 11.04 64bit
> > > >
> > > > Way to reproduce:
> > > >
> > > > 1. Open search window.
> > > > 2. Pick word to search that can be
Am Samstag, den 20.08.2011, 14:47 +0200 schrieb Benoît Minisini:
> > Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini:
> > > > Gambas 3 rev 4009 @ Ubuntu 11.04 64bit
> > > >
> > > > Way to reproduce:
> > > >
> > > > 1. Open search window.
> > > > 2. Pick word to search that can be
Am Samstag, den 20.08.2011, 15:26 +0200 schrieb Benoît Minisini:
> >
> > It seams, that I have a poppler problem
>
> It should be fixed in revision #4022.
>
Thanks, poppler compiles now.
--
Amicalement
Charlie
--
Get
Am Mittwoch, den 03.08.2011, 00:03 +0200 schrieb Charlie Reinl:
> Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini:
> > > Salut,
> > >
> > > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks here,
> > > I move my project f
Am Sonntag, den 21.08.2011, 18:32 +0200 schrieb Benoît Minisini:
> > Salut Benoît,
> >
> > see attache logs
>
> Is it better with rev. #4027 ?
>
Yes, now it compiles also with gtk.
--
Amicalement
Charlie
--
Get a FR
Am Sonntag, den 21.08.2011, 17:19 +0200 schrieb Benoît Minisini:
> > > Salut Benoit,
> > >
> > > I'm porting actually a gambas2 application to gambas3.
> > >
> > > The application consists of several parts. These parts can be ran as
> > > executable, or used as component (now Library) in other ap
Am Sonntag, den 04.09.2011, 12:40 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > this is still true on Gambas3=2.99.3 rev 4080
> > Using back and foreground on all buttons (qt only) don't still work
> > correctly.
> >
>
> Apparently it depends on the widget theme you are using. It works well
Am Sonntag, den 04.09.2011, 17:44 +0200 schrieb Benoît Minisini:
> > Salut,
> >
> > Gambas2.99.3 rev 4080
> >
> > I wasted my afternoon to find an "Unexpected Error", which came by
> > using rev 4080.
> > In fact, I found a sub with same name in a class and in the class which
> > Inherits the fi
i
> >
Salut Andrea,
I attached you the answer from Benoît, given the 21/08/2011
--
Amicalement
Charlie
--- Begin Message ---
> Am Mittwoch, den 03.08.2011, 00:03 +0200 schrieb Charlie Reinl:
> > Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini:
> > &
Am Dienstag, den 06.09.2011, 06:00 +0200 schrieb Andrea Bertini:
> @Charlie
>
> thx:-)
>
> I insert an hyperlink in TextEdit control with the code (test code):
>
> TextEdit1.RichText = "" & $_Param[1] &
> "/a>"
>
> The problem is to insert an hyperlink in an existing text at the curson
> positi
Am Mittwoch, den 07.09.2011, 08:14 +1000 schrieb richard terry:
> On Wednesday 07 September 2011 06:37:46 Karl Reinl wrote:
> > Salut,
> >
> > now I work more and more with gambas3, and I found out, in daily work
> > the hidden .src is really .."now it's time for the sh.. or f... word".
> >
> > I
Am Mittwoch, den 07.09.2011, 03:59 +0200 schrieb Benoît Minisini:
> > Am Mittwoch, den 07.09.2011, 08:14 +1000 schrieb richard terry:
> > > On Wednesday 07 September 2011 06:37:46 Karl Reinl wrote:
> > > > Salut,
> > > >
> > > > now I work more and more with gambas3, and I found out, in daily work
Am Sonntag, den 21.08.2011, 14:07 +0200 schrieb Benoît Minisini:
> > Am Mittwoch, den 03.08.2011, 00:03 +0200 schrieb Charlie Reinl:
> > > Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini:
> > > > > Salut,
> > > > >
> > > >
Am Samstag, den 24.09.2011, 21:50 -0300 schrieb Dag-Jarle Johansen:
> Hi,
> off course I have tried directly too, that works, so it seems I get
> something weird from the DB.
>
> I wrote those lines here, so I think my syntax is right in the app. I have
> written DB-apps since 25 years, so I am pr
Salut Benoît,
updated my gambas2 by svn yesterday, and ran in that problem.
see attachments, back to rev 4130 all is OK.
configure.log.tar.gz
Description: application/compressed-tar
[System]
OperatingSystem=Linux
KernelRelease=2.6.33.7-server-2mnb
Architecture=i686
Memory=803304 kB
Distributio
Am Montag, den 26.09.2011, 13:00 +0200 schrieb Benoît Minisini:
> > Salut Benoît,
> >
> > updated my gambas2 by svn yesterday, and ran in that problem.
> > see attachments, back to rev 4130 all is OK.
>
> What are the contents of the '/usr/include/glib-2.0/glib/gvariant.h' file?
>
and here we g
Am Montag, den 26.09.2011, 20:36 +0930 schrieb Bruce Bruen:
> On Mon, 2011-09-26 at 12:21 +0200, Charlie Reinl wrote:
>
> > Salut Benoît,
> >
> > updated my gambas2 by svn yesterday, and ran in that problem.
> > see attachmen
Am Samstag, den 08.10.2011, 03:46 -0700 schrieb J_Mischk3:
>
>
> Mmm. I think the problem may be in your code. Can you show us how you read
> the
> data and fill the TableView?
>
>
> No problem, here it is:
>
> For i = 0 To sql2.DBResult.Max
> TabHandle.Rows[i].Selecte
Am Sonntag, den 09.10.2011, 10:44 +0200 schrieb Benoît Minisini:
> > Salut Benoît,
> >
> > updated my gambas2 by svn yesterday, and ran in that problem.
> > see attachments, back to rev 4130 all is OK.
>
> Hi,
>
> Is it better with revision #4183?
>
Salut Benoît,
no, it still doesn't work for
Am Sonntag, den 09.10.2011, 14:11 +0200 schrieb Benoît Minisini:
> > Am Sonntag, den 09.10.2011, 10:44 +0200 schrieb Benoît Minisini:
> > > > Salut Benoît,
> > > >
> > > > updated my gambas2 by svn yesterday, and ran in that problem.
> > > > see attachments, back to rev 4130 all is OK.
> > >
> >
Am Sonntag, den 09.10.2011, 16:33 +0200 schrieb Benoît Minisini:
> > > Salut Benoît,
> > >
> > > no, doesn't work for me, same error.
> > > see attachment
> > >
> > > Regards Charlie
> >
> > Actually you get the error on another file, so I will suceed in fixing
> > it...
>
> Try with revisi
Am Sonntag, den 09.10.2011, 17:05 +0200 schrieb Benoît Minisini:
> > Am Sonntag, den 09.10.2011, 16:33 +0200 schrieb Benoît Minisini:
> > > > > Salut Benoît,
> > > > >
> > > > > no, doesn't work for me, same error.
> > > > > see attachment
> > > > >
> > > > > Regards Charlie
> > > >
> > > >
Am Sonntag, den 09.10.2011, 09:42 -0700 schrieb J_Mischk3:
>
>
> > Salut,
> >
> > if TabHandle is your TableView.
> >
> > PUBLIC SUB TabHandle_Data(Row AS Integer, Column AS Integer)
> > TabHandle.CellData(Row, Column)
> > END
> >
> >
>
> THX, but one question. At which point the Data Ev
Am Freitag, den 11.11.2011, 22:38 -0500 schrieb Keith Clark:
> I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was
> wondering if I should remove the already installed Gambas 2.2 first?
>
Salut Keith,
no problem to install, update and use the two versions on one box (I run
also gam
Am Dienstag, den 22.11.2011, 09:10 +0100 schrieb Ext4:
> Hi all,
>
> I'm new in gambas (6 months) and I'm writing a small application that manages
> data in a MySQL database.
> I started my apprenticeship with Gambas3 and I encountered a problem I can
> not solve alone.
> For prints I saw that t
Am Donnerstag, den 24.11.2011, 16:34 +0100 schrieb Ext4:
> > gambas report work fine too ..; i need really to make some doc :/
> > --
> > Fabien Bodard
>
> Yes Fabien, documentation is missing for Gb.report. It's too hard for me to
> use it :(
>
> >What is it you are trying to print?
>
> >LaTex
Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner Eilert:
> As I am using the editor at several places in my projects now, I would
> be happy if it was possible to give tooltips to the user.
>
> Don't know if you call them different, I mean the yellow helpline which
> gives an idea of t
Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert:
> Am 28.11.2011 14:27, schrieb Charlie Reinl:
> > Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner Eilert:
> >> As I am using the editor at several places in my projects now, I would
> >> be
Am Dienstag, den 29.11.2011, 16:54 +0100 schrieb Rolf-Werner Eilert:
> Am 28.11.2011 18:51, schrieb Charlie Reinl:
> > Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert:
> >> Am 28.11.2011 14:27, schrieb Charlie Reinl:
> >>> Am Montag, den 28.11.
Am Dienstag, den 22.11.2011, 13:44 +0100 schrieb Ext4:
>
> > > Hi all,
> > >
> > > I'm new in gambas (6 months) and I'm writing a small application that
> > > manages data in a MySQL database.
> > > I started my apprenticeship with Gambas3 and I encountered a problem I
> > > can not solve alone
Salut,
is it possible to send a PDF file to a printer (with full printer dialog
and/or without printer dialog) in gambas3 (not by shell or exec)?
Does anybody made it ?
--
Amicalement
Charlie
--
Write once. Port to man
Am Montag, den 26.12.2011, 14:00 +0100 schrieb Benoît Minisini:
> Le 26/12/2011 12:44, Benoît Minisini a écrit :
> > Le 26/12/2011 00:23, Karl Reinl a écrit :
> >> Salut,
> >>
> >> The DrawingAreas are cached (= True), and painted = False
> >>
> >> I get, when using qt4 and my DrawingAreas filled w
Am Donnerstag, den 20.11.2014, 15:54 +0100 schrieb Tobias Boege:
> On Tue, 18 Nov 2014, Charlie Reinl wrote:
> > It is a #11, CRASH REPORT windows opens
> >
>
> Thanks. I'm sure I can work with this but give me a little time; I have a
> busy week lying ahead...
Am Donnerstag, den 20.11.2014, 16:24 +0100 schrieb Tobias Boege:
> On Thu, 20 Nov 2014, Charlie Reinl wrote:
> > Am Donnerstag, den 20.11.2014, 15:54 +0100 schrieb Tobias Boege:
> > > On Tue, 18 Nov 2014, Charlie Reinl wrote:
> > > > It is a #
Am Samstag, den 29.11.2014, 20:05 +0100 schrieb Tobias Boege:
> On Tue, 18 Nov 2014, Karl Reinl wrote:
> > Salut Tobi,
> >
> > played with you trie example (trietest) it crash if
> > p = h.GetPrefix("texte") find nothing (p=null), even when change
> > to p = h.GetPrefix("Texte")
> >
> > My chang
Am Montag, den 01.12.2014, 17:47 +0100 schrieb Tobias Boege:
> On Sat, 29 Nov 2014, Charlie Reinl wrote:
> > Am Samstag, den 29.11.2014, 20:05 +0100 schrieb Tobias Boege:
> > > On Tue, 18 Nov 2014, Karl Reinl wrote:
> > > > Salut Tobi,
> > > >
> >
Am Montag, den 01.12.2014, 15:54 -0600 schrieb Lewis Balentine:
> >>Removing accents from an UTF-8 string.<<
> H' . Plan "A" is a loser.
>
> it seems the instr() function does not like accented characters:
> P = InStr("Ũ", "ŷŶũŨẽẼĩĨòåš")
> Result: P=0
>
Salut Lewis,
for UTF-8 use "String
Am Montag, den 01.12.2014, 16:27 -0600 schrieb Lewis Balentine:
> >>...and read the documentation of InStr carefully again.<<
> "This function only deal with ASCII strings. To manipulate UTF-8
> strings, use the String class."
>
> P = String.InStr("Ũ", "ŷŶũŨẽẼĩĨòåš", gb.Binary)
> P = String.InStr
Am Montag, den 01.12.2014, 23:39 +0100 schrieb Tobias Boege:
> On Mon, 01 Dec 2014, Charlie Reinl wrote:
> > Am Montag, den 01.12.2014, 17:47 +0100 schrieb Tobias Boege:
> > > On Sat, 29 Nov 2014, Charlie Reinl wrote:
> > > > Am Samstag, den 29.11.2014, 20
Am Mittwoch, den 03.12.2014, 11:30 +0100 schrieb Charlie Reinl:
> Am Montag, den 01.12.2014, 23:39 +0100 schrieb Tobias Boege:
> > On Mon, 01 Dec 2014, Charlie Reinl wrote:
> > > Am Montag, den 01.12.2014, 17:47 +0100 schrieb Tobias Boege:
> > > > On Sat, 29
Salut Benoît,
version r6741, I'm logged in to the GSF and open the Configuration by
pushing the button Configure...
No way back (maybe with register, I didn't try), I can't leave the
Configuration. A messagebox with Authentication failed.stops me.
[System]
Gambas=3.6.90
OperatingSystem=Linux
Ke
Salut,
at r6746 in IDE, Project/Open Recent is dead
[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.2.0-74-generic
Architecture=x86
Distribution=Ubuntu 12.04.5 LTS
Desktop=GNOME
Theme=QPlastique
Language=de_DE.UTF-8
Memory=3025M
[Libraries]
Cairo=libcairo.so.2.11000.2
Curl=libcurl.so.4.2.0
Salut Benoît,
Clear do not work in gb.settings
' create and save it
hSettings["Charlie/Login"] = "ToTo"
hSettings.Save()
' clear and save it
hSettings.Clear("Charlie/Login") ' don't work, not found
hSettings.Save()
' clear and save it
hSettings.Clear("Charlie") ' don't work,
Am Mittwoch, den 24.12.2014, 11:57 -0500 schrieb T Lee Davidson:
> Apparently I didn't take enough time, Bill.
>
> I only tested that the text of the TextBox changed appropriately for a
> column_click, I did not test clicking Button1.
>
> You are right. The value of TableView.Columns.Ascending w
Am Samstag, den 27.12.2014, 13:44 +0100 schrieb Gian:
> This morning I received the email sent on 25 by Wolfgang.
> My answer of 11:29 today 27 not appears.
> What happens to the mail list?
> Hello
> Gianluigi
>
Salut Gianluigi and everybody out there,
think is sourceforge.net mail, have no answ
Salut Benoît,
I restumbled over that problem, any news about ?
Am Freitag, den 01.08.2014, 11:31 +0200 schrieb Benoît Minisini:
> Le 31/07/2014 19:49, Charlie Reinl a écrit :
> > Salut Benoît,
> >
> > digging around the gambas3 printer object, I can now say the following:
Am Sonntag, den 28.12.2014, 19:15 +0100 schrieb Fabien Bodard:
> Have you the problem when you call printer.configure ? or as well
> without calling it ?
>
> 2014-12-28 11:31 GMT+01:00 Charlie Reinl :
> > Salut Benoît,
> >
> > I restumbled over that problem, any n
Am Samstag, den 27.12.2014, 16:56 +0100 schrieb Wolfgang, dl7nb:
> Am 27.12.2014 um 11:29 schrieb Gian:
> > Il 25/12/2014 12:14, Wolfgang, dl7nb ha scritto:
> >> Hello and Merry Christmas!
> >> I have created a program with english texts and then I have translated
> >> my texts to German via Projec
Am Dienstag, den 30.12.2014, 07:27 -0500 schrieb Stephen:
> Attached is a test harness that tries to implement the following.
>
>FormMain hosts two other forms (Form1 and Form2) within two frames
> (Frame1 and Frame2). On each of these hosted forms there are two text
> boxes and a button. Pr
Am Dienstag, den 30.12.2014, 16:45 +0100 schrieb Tobias Boege:
> On Tue, 30 Dec 2014, Charlie Reinl wrote:
> > Am Dienstag, den 30.12.2014, 07:27 -0500 schrieb Stephen:
> > > Attached is a test harness that tries to implement the following.
> > >
> > >FormM
Am Mittwoch, den 31.12.2014, 02:50 -0200 schrieb Christian e Ana Luiza
Britto:
> Hi Folks,
> First I would like to wish to you all a Happy New Year!
> After that, I would like to know how to use the DataSource Before
> Delete event to verify if a record can be deleted or not. If not the
> record ca
Salut Benoît,
I wrote this, but in 6771 , no change.
Ah. GSF stays for "gambas software farm"
thanks for all and a happy new year
Charlie
Am Montag, den 15.12.2014, 18:23 +0100 schrieb Charlie Reinl:
> Salut Benoît,
>
> version r6741, I'm logged in to the GSF and o
Am Donnerstag, den 01.01.2015, 17:47 +0100 schrieb Benoît Minisini:
> Le 01/01/2015 12:59, Charlie Reinl a écrit :
> > Salut Benoît,
> > I wrote this, but in 6771 , no change.
> > Ah. GSF stays for "gambas software farm"
> >
> > thanks for all and a h
Am Donnerstag, den 01.01.2015, 21:57 +0100 schrieb Tobias Boege:
> On Thu, 01 Jan 2015, Stephen wrote:
> > I just extracted the archive from the email, loaded it and of course it
> > works perfectly.
> >
> > I had this;
> >
> > mhform1.textbox2.text = value
> >
> > and
> >
> > mgform2.textbox2
Am Freitag, den 02.01.2015, 10:48 -0700 schrieb bill-lancaster:
> I want to position a balloon by the gridview cell that was right clicked.
> It is necessary to scroll down to the lower rows.
> I'm struggling with this so any suggestion as to the best way to do this
> would be welcome.
>
Salut Bi
Am Montag, den 05.01.2015, 14:21 +0100 schrieb Reiner Goerlach:
> After switching from Form1 to Form2 and back to Form1, Form1 is still in
> Fullscreen-Mode. If I do it scond time, Form1 shows still
> Fullscreen-Mode, but in reality it has turned to maximized mode.
> Ubuntu 10.04, GAMBAS2, QT,
>
Am Montag, den 05.01.2015, 14:21 +0100 schrieb Reiner Goerlach:
> Ubuntu 10.04
Salut Reiner,
I saw you are still using Ubuntu 10.04, while that is an LTS, it is
longer supported as normal releases, but also not for a eternity.
see here https://wiki.ubuntu.com/Releases
I made this once with Ub
Am Dienstag, den 06.01.2015, 10:01 +0100 schrieb Reiner Goerlach:
> Why there is no remark for installation of GAMBAS3: Minimum Ubuntu 11.04
> required ? Or QT4 required (is in 10.04)
> I could have saves much time.
>
Salut Reiner,
because it's not like that. I have on a VM Box a backup from my
nd back, and forth
> and back. Finally FMain doesn't have Fullscreen mode, even if it shows
> fullscreen true in edit mode.
>
> Reiner
>
> On 01/06/2015 01:30 PM, Charlie Reinl wrote:
> > Am Dienstag, den 06.01.2015, 10:01 +0100 schrieb Reiner Goerlach:
> >>
Am Mittwoch, den 07.01.2015, 00:07 +0100 schrieb Benoît Minisini:
> Hi,
>
> Qt4 has three graphics system: "native" (i.e. X11 + XRender), "raster"
> and "opengl".
>
> (1) The "opengl" system makes resizable windows slow as hell on my system.
>
> (2) The "native" system cannot make an anti-alias
Am Donnerstag, den 08.01.2015, 20:57 +0200 schrieb Jussi Lahtinen:
> The attachment doesn't contain any sources..?
> Use IDE to package the sources; Project --> Make --> Source archive.
>
>
> Jussi
>
> On Thu, Jan 8, 2015 at 8:49 PM, Karl Reinl wrote:
>
> > Hello,
> >
> > Damned, my program cr
Am Samstag, den 10.01.2015, 02:51 +0100 schrieb Benoît Minisini:
> As for Eval, I don't understand your question.
>
> Eval() evaluates Gambas expressions, it has nothing to do with case
> sensitive by itself.
>
> It's the Gambas keyword that are case unsensitive.
>
Salut Benoît,
I add the .
Am Samstag, den 10.01.2015, 13:27 -0500 schrieb T Lee Davidson:
> On 01/10/2015 11:08 AM, Jørn Erik Mørne wrote:
> >
> >> Hello,
> >>
> >>
> >>
> >> One can address a control on another form with fMain.txtHello.Text. This
> >> syntax also works for other container objects. I have a form with a pane
Am Mittwoch, den 21.01.2015, 13:06 -0600 schrieb Lewis Balentine:
> A valid point ...
>
> On 01/21/2015 12:41 PM, Jorge Carrión wrote:
> > It's true... but IDE should not crash... I think.
> >
> > Regards
> >
Salut,
I'v got the attached Messagebox, but not a crash.
[System]
Gambas=3.6.90 rev
Hello,
Damned, my program crashed Gambas that way :
This connection throws a #11 at Try con.Open()
Public Sub Form_Open()
Dim con As New Connection
With con
.Host = ""
.Name = "myTable"
' .Charset = sCharSet
.Type = ""
.Login = ""
.Password = ""
End W
Am Sonntag, den 25.01.2015, 23:49 +0100 schrieb Benoît Minisini:
> Le 25/01/2015 21:31, Benoît Minisini a écrit :
> > Le 25/01/2015 20:59, Charlie Reinl a écrit :
> >> Hello,
> >>
> >> Damned, my program crashed Gambas that way :
> >>
>
Am Montag, den 05.01.2015, 22:16 +0100 schrieb Fabien Bodard:
> 2015-01-05 22:02 GMT+01:00 Benoît Minisini :
> > Le 05/01/2015 21:46, Fabien Bodard a écrit :
> >>> What do you mean?
> >>>
> >>> --
> >>> Benoît Minisini
> >>
> >> I think about a tool that will be able to interpret inline formulas
>
where you fill myCol so no need to store :
> >
> > iResult = MyCol["Sum_of_Value_page_" & iPage]
> >
> >
> > BUT ... I'm not sure it was the goal of your query, so please be more
> > precise or give an example. :-)
> >
> > 2015-02-07 2
case like spreadheet, report fields,
> but also user small exten script. WIth this abilities they will
> be able to interact on the application work in a restricted space.
>
> 2015-02-08 21:15 GMT+01:00 Charlie Reinl :
> > Am Sonntag, den 08.02.2015, 14:46 +0100 schr
don't worry, broken lists sounds like 'pluk', you remember, short, dry
and no echo, just 'pluk'
Am Dienstag, den 17.02.2015, 22:35 +0200 schrieb Jussi Lahtinen:
> Pang?
> Oh damn, sounds like the list is broken again.
>
>
> Jussi
>
> On Tue, Feb 17, 2015 at 8:06 PM, Tim Koeller gmail
> wro
Am Mittwoch, den 18.02.2015, 01:03 + schrieb
gam...@users.sourceforge.net:
> Revision: 6901
> http://sourceforge.net/p/gambas/code/6901
> Author: gambas
> Date: 2015-02-18 01:02:59 + (Wed, 18 Feb 2015)
> Log Message:
> ---
> [DEVELOPMENT ENVIRONMENT]
> * NEW: Add a p
Am Montag, den 09.03.2015, 13:01 + schrieb John Rose:
> On 09/03/15 12:57, Fabien Bodard wrote:
> > So we really need a pièce of code that show the problem.
> > Le 9 mars 2015 08:34, "John Rose" a écrit :
> >
> >> On 08/03/15 22:52, adamn...@gmail.com wrote:
> >>> On Sun, 08 Mar 2015 19:58:56
Am Montag, den 09.03.2015, 21:24 +0200 schrieb Jussi Lahtinen:
> > This is only mailing list where I have heard this is some kind of issue.
> > When using gmail (or any similar interface) I don't see any difference.
> >
>
> PS. I'm currently singed in six mailing lists. Most of them working on
> g
Salut Benoît,
ToolButton.Visible can't be set to false by code.
see attached project.
LETS_see-0.0.1.tar.gz
Description: application/compressed-tar
--
Dive into the World of Parallel Programming The Go Parallel Website
Salut Benoît,
I have a library where I use the ToolBar and ToolButtons, now the
project which uses this library claims "the class ToolBar could not be
loaded" if I call the form with the toolbar.
Q: is that behave normal?
Am Donnerstag, den 12.03.2015, 18:53 +0100 schrieb Benoît Minisini:
> Le 12/03/2015 17:58, Charlie Reinl a écrit :
> > Salut Benoît,
> >
> > ToolButton.Visible can't be set to false by code.
> >
> > see attached project.
> >
>
> You are using a
Salut Benoît,
I have a library where I use the ToolBar and ToolButtons, now the
project which uses this library claims "the class ToolBar could not be
loaded" if I call the form with the toolbar.
Q: is that behave normal?
Sorry, I posted the same mail with a wrong subject.
--
Amicalement
Charl
1 - 100 of 661 matches
Mail list logo