[Gambas-user] size limit for files at Gambas Bug Tracker

2017-09-02 Thread Charlie Reinl
Salut Benoît, is there a size limit for files at Gambas Bug Tracker? I wanted attach a 6,5 MB valgrind output, but the Gambas Bug Tracker crashed while sending. -- Amicalement Charlie -- Check out the vibrant tech commu

[Gambas-user] gambas3 debugging

2017-09-02 Thread Charlie Reinl
Salut, does anyone have something like a 'How debug with the Gambas3-IDE' in English? -- Amicalement Charlie -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://s

Re: [Gambas-user] Switching to GitLab

2017-08-26 Thread Charlie Reinl
Am Sonntag, den 20.08.2017, 21:31 +0300 schrieb Jussi Lahtinen: > How do you get the change log with git? "git log" shows only one change > (most recent?). > Is this because I cloned the sources with "git clone --depth=1 > https://gitlab.com/gambas/gambas.git";? > > Even when I want only the lates

Re: [Gambas-user] About gambas, the word

2017-07-13 Thread Charlie Reinl
Am Donnerstag, den 13.07.2017, 10:18 +0200 schrieb Jorge Carrión: > It's a joke, I think. Searching for something that contains BAS, from > Basic. Why an animal I don't know. Benoit likes to eat prawns, I soppouse... > > 😁😁😁 > > Best Regards > > 2017-07-13 8:37 GMT+02:00 Fernando Cabral : > > >

[Gambas-user] whats new since rev. 8088

2017-02-24 Thread Charlie Reinl
Salut Benoît, made an update last Wednwesday (22.02) from 8088 to 8102. Now my program fails : FCRMMain.?.0: #2: Cannot load class 'DBTableView': Loading has already failed FCRMMain.?.0 FCRMMain.?.0 Main.?.0 So can you tell me whats new since rev. 8088 This is the line where it happend. tbvAd

[Gambas-user] dynamic created Menus

2017-02-06 Thread Charlie Reinl
Salut, how can I use dynamic created Menus, when they are made outside the Form. I expanded an example from Gianluigi to show what I want. The problem is, the Click event is not fired, if the menu is not created in the forms class. MenuGroupTag-0.0.2.tar.gz Description: application/compressed-

Re: [Gambas-user] Beware to revision #7983!

2016-12-19 Thread Charlie Reinl
Am Freitag, den 18.11.2016, 16:05 +0100 schrieb Benoît Minisini: > Hi, > > In revision #7983, I fixed a bug in date / string conversion, so that > now, as it is logically expected: > > CDate(CStr(CDate(2))) = CDate(2) > > BEFORE: > > $ gbx3 -e 'CStr(CDate(2))' > 01/01/-4801 23:00:00 > $ gbx3 -

Re: [Gambas-user] App idle with long loops

2016-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2016, 12:56 +0200 schrieb Jorge Carrión: > Is there any example of task fork use? I have a proyect who sending massive > e-mails to our customers and I guess that task can be a good solution... > > Regards > > 2016-10-08 23:54 GMT+02:00 Demosthenes Koptsis : > > > On 8/10/2

Re: [Gambas-user] Softwarefarm / Libraries etc.

2016-09-16 Thread Charlie Reinl
Am Freitag, den 16.09.2016, 22:21 +0200 schrieb Benoît Minisini: > Le 16/09/2016 à 22:10, Charlie Reinl a écrit : > > Salut Benoît, > > > > problem : I have a project using a gambas written library. How can I > > install/set that on Softwarefarm? > > *.gambas on /

[Gambas-user] Softwarefarm / Libraries etc.

2016-09-16 Thread Charlie Reinl
Salut Benoît, problem : I have a project using a gambas written library. How can I install/set that on Softwarefarm? *.gambas on /Data (project root) are not taken into account. While that sudo function is not necessarily needed, how can I load it per (hand) code, if present. -- Amicalement Char

Re: [Gambas-user] Christmas gift

2016-09-12 Thread Charlie Reinl
Am Montag, den 12.09.2016, 14:27 +0200 schrieb Benoît Minisini: > Le 12/09/2016 à 12:14, Charlie Reinl a écrit : > > Salut, > > > > since a few days I worked with the new 3.9.x IDE version. > > And I missed the old console! Because I often used it to store > > te

Re: [Gambas-user] Christmas gift

2016-09-12 Thread Charlie Reinl
Salut, since a few days I worked with the new 3.9.x IDE version. And I missed the old console! Because I often used it to store temporarily some lines code. So my wish, not necessarily for Christmas, a writing pad, just beside the console. -- Amicalement Charlie -

Re: [Gambas-user] Gambas=3.8.90 r7754

2016-05-05 Thread Charlie Reinl
Am Donnerstag, den 05.05.2016, 14:48 +0200 schrieb Benoît Minisini: > Le 05/05/2016 14:44, Charlie Reinl a écrit : > > Am Donnerstag, den 05.05.2016, 11:54 +0200 schrieb Charlie Reinl: > >> Salut Benoît, > >> > >> Gambas=3.8.90 r7754 the debug console is bro

Re: [Gambas-user] Gambas=3.8.90 r7754

2016-05-05 Thread Charlie Reinl
Am Donnerstag, den 05.05.2016, 11:54 +0200 schrieb Charlie Reinl: > Salut Benoît, > > Gambas=3.8.90 r7754 the debug console is broken. > The ? line do not work any more. Entries + CR makes a empty line in the > console. > The ? line you can make entries only by copy/paste. >

[Gambas-user] Gambas=3.8.90 r7754

2016-05-05 Thread Charlie Reinl
Salut Benoît, Gambas=3.8.90 r7754 the debug console is broken. The ? line do not work any more. Entries + CR makes a empty line in the console. The ? line you can make entries only by copy/paste. -- Amicalement Charlie --

Re: [Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Charlie Reinl
Am Mittwoch, den 02.03.2016, 21:03 +0100 schrieb Markus Schatten: > Dear friends, > > I'm trying to do a simple thing, connect a DataSource to a ODBC > connection (unixODBC). The DSN points to a simple sqlite3 database > which has a table test(a integer, b varchar(10)) in it. The unixODBC > seems

Re: [Gambas-user] Fwd: Re: Feature request for gambas load screen

2016-02-26 Thread Charlie Reinl
t: Re: [Gambas-user] Feature request for gambas load screen > > > Am 26.02.2016 04:35, schrieb richard terry: > > On 26/02/16 10:07, Charlie Reinl wrote: > >> Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: > >>> Le 25/02/2016 22:42, Charli

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Charlie Reinl
Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: > Le 25/02/2016 22:42, Charlie Reinl a écrit : > > Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: > >> Hi benoit, > >> > >> If there is another way to do this please let me kn

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread Charlie Reinl
Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: > Hi benoit, > > If there is another way to do this please let me know. > > When I load gambas the boot screen has lots of 'old' projects on it. As > I continue to develop my software I sometimes run in parallel different > versions

Re: [Gambas-user] Problems running project.gambas executable(Charlie Reinl)

2016-02-10 Thread Charlie Reinl
Am Mittwoch, den 10.02.2016, 08:56 -0500 schrieb Martin McGlensey: > Charlie, > > > > Thanks for the lead. I found I was missing one library in the project > executable directory. As you know I use DBReport as an integral part of my > project. I added obfuscation.gambas to the project directory

Re: [Gambas-user] Problems running project.gambas ex

2016-02-08 Thread Charlie Reinl
Am Montag, den 08.02.2016, 11:26 -0500 schrieb Martin McGlensey: > Hello, > > > > I have a Gambas project that I would like to run as an executable from the > desktop. I'm using the latest version of Gambas under Mint Rebecca 17.1. > > When run in the IDE, for debugging, I have no problem gett

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Charlie Reinl
Am Mittwoch, den 03.02.2016, 12:03 +0100 schrieb Roel Touwen: > Hi all, > > I'm converting software from Gambas 2 to 3. Printing seems to be very > very different in Gambas 3. > > Has anyone a sample of printing more pages? So also clearing the page etc. > > Thanks for now. > > Best regards, >

Re: [Gambas-user] Share code across projects

2016-01-25 Thread Charlie Reinl
Am Sonntag, den 24.01.2016, 20:27 +0100 schrieb Tobias Boege: > On Sun, 24 Jan 2016, Beno??t Minisini wrote: > > Le 24/01/2016 17:17, Tobias Boege a ?crit : > > > Hi everybody, > > > > > > with the semester break upcoming, I plan to supplement a project of mine > > > with some other applications in

Re: [Gambas-user] So cool :-)

2016-01-07 Thread Charlie Reinl
Am Donnerstag, den 07.01.2016, 19:46 +0100 schrieb Benoît Minisini: > Le 07/01/2016 17:42, Fabien Bodard a écrit : > > Public Sub Form_Open() > > > >Dim sMap As String > > > >MapView1.AllowEffect = False > >sMap = "http://apicarto-dev.sgmap.fr/maps"; & > > > > "/wmts?SERVICE=WMTS&

Re: [Gambas-user] small date problem

2015-12-25 Thread Charlie Reinl
Am Freitag, den 25.12.2015, 12:49 +1030 schrieb adamn...@gmail.com: > If Date(Now) = Date(2015,12,25) Then > Print "May your day be joyous,\nMay your evening be serene,\May you and > your family have peace, company and health." > EndIf > > b Salut, send you the extra ->n<- you need to fin

Re: [Gambas-user] need tests together, I get segfault

2015-12-11 Thread Charlie Reinl
Am Freitag, den 11.12.2015, 05:53 +0700 schrieb zainudin ahmad: > Hi All > > with this project (attach project) I get segfault message. > > may be someone have the same problem with me ?? > > sorry for my english. > Thank you. Salut, got no segfault, but freez my Desktop. [System] Gambas=3.8.

Re: [Gambas-user] What happened to the wiki?

2015-10-20 Thread Charlie Reinl
Am Dienstag, den 20.10.2015, 10:59 +0200 schrieb Gianluigi: > I do not see anything > ??? > > http://gambaswiki.org/wiki > > 2015-10-20 1:10 GMT+02:00 Moviga Technologies : > > > > > > > Oh! OK:) and gambasfarm.org don't answer -- Amicalement Charlie ---

Re: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form

2015-10-07 Thread Charlie Reinl
Am Mittwoch, den 07.10.2015, 09:57 +0200 schrieb Christof Thalhofer: > Am 06.10.2015 um 22:38 schrieb Benoît Minisini: > > > So it was was I thought, cool. I will release Gambas 3.8.2 soon. > > I found another thing with the last daily from yesterday. > > I have libraries included in my main pro

Re: [Gambas-user] A question and an idea about code editor

2015-09-25 Thread Charlie Reinl
Am Freitag, den 25.09.2015, 08:56 +0200 schrieb Rolf-Werner Eilert: > Just two things I just ran into here because I use 3.6.2 and 3.8.0 on > two different machines: > > In 3.6.2, there is a bookmark "star" icon, in 3.8.0 it seems it has > gone. Can I switch this on somewhere? It's a useful feat

Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Charlie Reinl
what about svn update -r 7304 or 7303 at least 7301.works well for me -- Amicalement Charlie -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lis

Re: [Gambas-user] The interview on FLOSS

2015-09-09 Thread Charlie Reinl
Am Mittwoch, den 09.09.2015, 16:55 +0200 schrieb Benoît Minisini: > I have been interviewed by Randall Schwartz and Simon Phipps on the > FLOSS weekly show on twit.tv. You can show the interview at: > > https://twit.tv/shows/floss-weekly/episodes/353 > > If you watch it, you will probably notice

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-29 Thread Charlie Reinl
Am Samstag, den 29.08.2015, 11:55 +0200 schrieb Benoît Minisini: > Le 29/08/2015 11:08, Charlie Reinl a écrit : > > Am Samstag, den 29.08.2015, 04:22 +0300 schrieb Jussi Lahtinen: > >>> correct me if I go wrong, I still don't see for what we need the > >>> loc

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-29 Thread Charlie Reinl
Am Samstag, den 29.08.2015, 04:22 +0300 schrieb Jussi Lahtinen: > > correct me if I go wrong, I still don't see for what we need the > > localization. > > Having a Date or Date/Time and we want to format it, where we need > > localisation there for. > > > > Using german date is Format(now(),"dd.mm.

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
Am Freitag, den 28.08.2015, 19:43 +0300 schrieb Jussi Lahtinen: > The point was, how do I test whether Format function works in some other > language than what I'm currently using? > Month names are not any bigger problem than the separators. How do I know > which is the correct separator? > > >

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
> But this kind of code could only test the localization you are currently > using. However, it would be better than nothing... > Salut Jussi, do we need the localization ? We do not test the localization, we want testing the ability of the Format function. So we need a list of used Date/Time for

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
Am Freitag, den 28.08.2015, 01:35 +0300 schrieb Jussi Lahtinen: > I have a feeling this is not first time I get confused with that... > > So, this: > Format(Now, "hh\\:mm dd\\/mm\\/") > > Yields this, ignoring localization: > 15:08 27/08/2015 > > Documentation could be bit more specific how

Re: [Gambas-user] Gambas 3.8 seems to work odd

2015-08-26 Thread Charlie Reinl
Am Mittwoch, den 26.08.2015, 10:05 +0200 schrieb Wolfgang: > > Am 26.08.2015 um 09:18 schrieb Benoît Minisini: > > Le 26/08/2015 09:12, Wolfgang a écrit : > >> Hallo Benoît! > >> > >> I understand what you write, But I can not understand this: > >> - > >> I have

Re: [Gambas-user] Projects sort on welcome screen

2015-08-25 Thread Charlie Reinl
Am Dienstag, den 25.08.2015, 14:38 +0200 schrieb Benoît Minisini: > Le 25/08/2015 08:37, Charlie Reinl a écrit : > >>> Salut Benoît, > >>> > >>> the devl-version is still 3.8.0 > >>> > >> > >> Yes, it should be 3.8.90. But it d

Re: [Gambas-user] Projects sort on welcome screen

2015-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2015, 23:12 +0200 schrieb Benoît Minisini: > Le 24/08/2015 22:59, Charlie Reinl a écrit : > > Am Montag, den 24.08.2015, 22:45 +0200 schrieb Benoît Minisini: > >> Le 24/08/2015 21:35, Charlie Reinl a écrit : > >>>>>> > >>>>

Re: [Gambas-user] Projects sort on welcome screen

2015-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2015, 22:56 +0200 schrieb Benoît Minisini: > Le 24/08/2015 22:45, Benoît Minisini a écrit : > > Le 24/08/2015 21:35, Charlie Reinl a écrit : > >>>>> > >>>>> Salut Benoît, > >>>>> > >>>>> Ok, now

Re: [Gambas-user] Projects sort on welcome screen

2015-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2015, 22:45 +0200 schrieb Benoît Minisini: > Le 24/08/2015 21:35, Charlie Reinl a écrit : > >>>> > >>>> Salut Benoît, > >>>> > >>>> Ok, now the welcome dialog here is broken. See 'Issue 633 in gambas: > &g

Re: [Gambas-user] Projects sort on welcome screen

2015-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2015, 20:41 +0200 schrieb Benoît Minisini: > Le 24/08/2015 20:39, Benoît Minisini a écrit : > > Le 24/08/2015 20:36, Karl Reinl a écrit : > >> Am Montag, den 24.08.2015, 19:36 +0200 schrieb Benoît Minisini: > >>> Le 22/08/2015 23:10, Karl Reinl a écrit : > Salut Benoît, >

Re: [Gambas-user] Projects sort on welcome screen

2015-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2015, 20:39 +0200 schrieb Benoît Minisini: > Le 24/08/2015 20:36, Karl Reinl a écrit : > > Am Montag, den 24.08.2015, 19:36 +0200 schrieb Benoît Minisini: > >> Le 22/08/2015 23:10, Karl Reinl a écrit : > >>> Salut Benoît, > >>> > >>> IDE r7233 the Projects sort on welcome scree

Re: [Gambas-user] New bug tracker is beta version!

2015-08-23 Thread Charlie Reinl
Am Sonntag, den 23.08.2015, 16:06 +0200 schrieb Benoît Minisini: > Hi, > > The new bug tracker is now in beta version. > > Google will toggle the old issue tracker into read-only mode in two days. > > The old issues are saved on my disk. They are not yet imported into the > new bug tracker (I h

[Gambas-user] SOLVED Re: Revision: 7223 problems

2015-08-15 Thread Charlie Reinl
Am Samstag, den 15.08.2015, 23:33 +0200 schrieb Adrien Prokopowicz: > Le Sat, 15 Aug 2015 22:58:16 +0200, Charlie Reinl > a écrit: > > > Salut Adrien, > > > > here I am again, after your improvements, the transformation fails and > > my project crash. Can you

[Gambas-user] Revision: 7223 problems

2015-08-15 Thread Charlie Reinl
Salut Adrien, here I am again, after your improvements, the transformation fails and my project crash. Can you please have a look what is wrong now ? Thanks anyway -- Amicalement Charlie XML-testing-0.0.2.tar.gz Description: application/compressed-tar -

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

2015-08-04 Thread Charlie Reinl
Am Dienstag, den 04.08.2015, 16:33 -0400 schrieb Martin McGlensey: > Charlie, > > > > Thanks for the response. I thought it might be a bug as the routine worked > before. I do not think the work around will work as I want it to. My > understanding is that a datasource built on a query cannot be

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

2015-08-04 Thread Charlie Reinl
Am Dienstag, den 04.08.2015, 21:25 +0200 schrieb Adrien Prokopowicz: > Le Tue, 04 Aug 2015 19:07:36 +0200, Martin McGlensey > a écrit: > > > Charlie, > > > > > > Here is the form and the data table. You will have to recode the > > connection > > for the datasources as well as using an integer

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

2015-08-04 Thread Charlie Reinl
Am Dienstag, den 04.08.2015, 13:07 -0400 schrieb Martin McGlensey: > Charlie, > > > > Here is the form and the data table. You will have to recode the connection > for the datasources as well as using an integer (1-200) for > frmEntry.DataControl.Value. > > > > Regards, > > Marty > Salut

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

2015-08-04 Thread Charlie Reinl
Am Dienstag, den 04.08.2015, 09:32 -0400 schrieb Martin McGlensey: > Charlie, > > > > Did as you suggested. Created new form with two datasources and two dataview > controls. Copied the relevant code into new form. Same error as with the > original form. When the original form was created the c

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

Re: [Gambas-user] New wiki stylesheet

2015-07-30 Thread Charlie Reinl
Am Donnerstag, den 30.07.2015, 16:14 +0300 schrieb Jussi Lahtinen: > I think the font is bit too thin to be pleasant to read. > I miss the search functionality. It could be as simple as redirection to > https://www.google.com/#q=site:gambaswiki.org+ > > > Jussi > > On Thu, Jul 30, 2015 at 2:42 P

Re: [Gambas-user] This is a test

2015-07-22 Thread Charlie Reinl
Am Mittwoch, den 22.07.2015, 12:27 +0200 schrieb Benoît Minisini: > Is Sourceforge finally working again? > Salut, not everything is back. http://trouble-maker.sourceforge.net/ http://sourceforge.net/blog/category/sitestatus/ -- Amicalement Charlie --

[Gambas-user] SOLVED Re: BUG in WebBrowser 1.0.1 example

2015-07-09 Thread Charlie Reinl
Am Donnerstag, den 09.07.2015, 01:37 +0200 schrieb Benoît Minisini: > Le 04/07/2015 21:46, Charlie Reinl a écrit : > > On Sat, 04 Jul 2015 19:40:30 +0200, Benoît Minisini > > wrote: > >> Le 24/06/2015 23:00, Charlie Reinl a écrit : > >>> Salut Benoît, > &g

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-07-05 Thread Charlie Reinl
Am Sonntag, den 05.07.2015, 22:56 +0200 schrieb Benoît Minisini: > Le 05/07/2015 22:03, Benoît Minisini a écrit : > > Le 05/07/2015 21:34, Jussi Lahtinen a écrit : > >> Maybe I have misunderstood something... > >> If I don't check the gb.gui.trayicon, I will get "cannot load the class > >> 'Trayico

Re: [Gambas-user] BUG in WebBrowser 1.0.1 example

2015-07-04 Thread Charlie Reinl
On Sat, 04 Jul 2015 19:40:30 +0200, Benoît Minisini wrote: > Le 24/06/2015 23:00, Charlie Reinl a écrit : >> Salut Benoît, >> >> WebBrowser 1.0.1 example have a bug in >> Private Sub DoFind(Optional bBackward As Boolean) >> >> see attachment >>

Re: [Gambas-user] Problems with HSplit

2015-06-26 Thread Charlie Reinl
Am Freitag, den 26.06.2015, 13:24 -0600 schrieb herberth guzman: > Salut Benoit > > as always for help. > > I have a Hsplit on a form > I create 2 buttons > run the form, the buttons look the same size > the problem is > when clean Hsplit (HSplit1.Children.Clean) > and I return to create the butt

[Gambas-user] CR in IDE editor

2015-06-19 Thread Charlie Reinl
Salut Benoît, CR in IDE-editor don't create a new line if INS-mode is ON -- Amicalement Charlie -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lis

Re: [Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > Salut Benoît, > > > > the IDE crash sometimes now > > See attachment > > > > [System] > > Gambas=3.7.90 rev.7139

[Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Salut Benoît, the IDE crash sometimes now See attachment [System] Gambas=3.7.90 rev.7139 OperatingSystem=Linux Kernel=3.2.0-86-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=GNOME Theme=Plastique Language=de_DE.UTF-8 Memory=3025M [Libraries] Cairo=libcairo.so.2.11000.

Re: [Gambas-user] new Editor in the IDE

2015-06-15 Thread Charlie Reinl
Am Sonntag, den 14.06.2015, 17:33 +0200 schrieb Charlie Reinl: > Salut Benoît, > > I observed since I use the new Editor that sometimes the mouse do not > work anymore. > You cant change the line, not mark a word or words, menus open etc. > What I did not check yet, is if I c

Re: [Gambas-user] How to change the color of error messages

2015-06-14 Thread Charlie Reinl
Am Sonntag, den 14.06.2015, 18:37 +0200 schrieb Wolfgang, dl7nb: > Hello Benoit nad thank you for answering! > Sorry! Had it embedded in last message. Seemed to be stripped. This time > as attachment, so you can see. > > 73 de Wolfgang, dl7nb > > > > Am 14.06.2015 um 16:35 schrieb Benoît Minis

Re: [Gambas-user] new Editor in the IDE

2015-06-14 Thread Charlie Reinl
Am Sonntag, den 14.06.2015, 17:51 +0200 schrieb Benoît Minisini: > Le 14/06/2015 17:33, Charlie Reinl a écrit : > > Salut Benoît, > > > > I observed since I use the new Editor that sometimes the mouse do not > > work anymore. > > You cant change the line, not mar

[Gambas-user] new Editor in the IDE

2015-06-14 Thread Charlie Reinl
Salut Benoît, I observed since I use the new Editor that sometimes the mouse do not work anymore. You cant change the line, not mark a word or words, menus open etc. What I did not check yet, is if I can scroll and if I can change to another Tab. I cannot reproduce it, but it happened to me multi

Re: [Gambas-user] know if program is compiled

2015-06-14 Thread Charlie Reinl
Am Sonntag, den 14.06.2015, 11:58 +0200 schrieb Tobias Boege: > On Sun, 14 Jun 2015, adamn...@gmail.com wrote: > > On Sun, 14 Jun 2015 10:19:08 +0200 Marco Ancillotti > > wrote: > > > Hi all, > > > > > > is there a way to detect from a gambas program if it's running under the > > > ide or is co

Re: [Gambas-user] ColumnView.Editable=True

2015-06-11 Thread Charlie Reinl
Am Donnerstag, den 11.06.2015, 23:26 +0200 schrieb Benoît Minisini: > Le 11/06/2015 22:07, Charlie Reinl a écrit : > > Am Mittwoch, den 10.06.2015, 23:44 +0200 schrieb Benoît Minisini: > >> Le 10/06/2015 22:59, Karl Reinl a écrit : > >>> Salut Benoît, > >>&g

Re: [Gambas-user] ColumnView.Editable=True

2015-06-11 Thread Charlie Reinl
Am Mittwoch, den 10.06.2015, 23:44 +0200 schrieb Benoît Minisini: > Le 10/06/2015 22:59, Karl Reinl a écrit : > > Salut Benoît, > > > > if ColumnView.Editable=True means that one can edit/rename the item, > > then it does not work any more. > > > > It actually means that the newly created items ar

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Charlie Reinl
Am Donnerstag, den 11.06.2015, 12:08 +0200 schrieb Julio Sanchez: > Ok, > It seems that already works if I put the wiki folder is created (and > executable) in the cgi-bin folder > > https://node-jsbsan.c9.io/cgi-bin/wiki.gambas > > Regards > > Julio > > 2015-06-11 11:50 GMT+02:00 Julio Sanchez

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 13:51 +0200 schrieb Benoît Minisini: > Le 07/06/2015 13:41, Charlie Reinl a écrit : > > Am Sonntag, den 07.06.2015, 13:37 +0200 schrieb Benoît Minisini: > >> Le 07/06/2015 13:24, Charlie Reinl a écrit : > >>> > >>> Salut, >

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 13:37 +0200 schrieb Benoît Minisini: > Le 07/06/2015 13:24, Charlie Reinl a écrit : > > > > Salut, > > > > thats are my first steps with the new line wrapping, I just loaded > > Bruce's demo-project. > > I get some strange

Re: [Gambas-user] Editor word wrap mode

2015-06-07 Thread Charlie Reinl
Am Sonntag, den 07.06.2015, 10:16 +0930 schrieb adamn...@gmail.com: > On Sat, 06 Jun 2015 16:45:52 +0200 > Benoît Minisini wrote: > > > Pfew ! > > > > I think I finally succeeded in implementing word wrap mode in the new > > text editor. It was painful, but here it is. > > > > I have added two

Re: [Gambas-user] changes on HPanel

2015-06-04 Thread Charlie Reinl
Am Donnerstag, den 04.06.2015, 04:19 +0200 schrieb Benoît Minisini: > Le 03/06/2015 23:56, Charlie Reinl a écrit : > > Am Mittwoch, den 03.06.2015, 22:44 +0200 schrieb Benoît Minisini: > >> Le 03/06/2015 22:36, Karl Reinl a écrit : > >>> Am Mittwoch, den 03.06.20

Re: [Gambas-user] changes on HPanel

2015-06-03 Thread Charlie Reinl
Am Mittwoch, den 03.06.2015, 22:44 +0200 schrieb Benoît Minisini: > Le 03/06/2015 22:36, Karl Reinl a écrit : > > Am Mittwoch, den 03.06.2015, 22:03 +0200 schrieb Benoît Minisini: > >> Le 03/06/2015 21:53, Karl Reinl a écrit : > >>> Salut Benoît, > >>> > >>> see attached screenshot, this comes from

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

2015-06-03 Thread Charlie Reinl
Am Mittwoch, den 03.06.2015, 14:23 +0200 schrieb Benoît Minisini: > Le 02/06/2015 20:52, Jørn Erik Mørne a écrit : > > The problem persists with me since about 7104 as reported by Herberth. > > Tried on two Arch systems. > > > > Please use the latest revision. > > Regards, > Salut, yes since r

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

2015-06-02 Thread Charlie Reinl
Am Dienstag, den 02.06.2015, 21:07 +0200 schrieb Benoît Minisini: > Le 02/06/2015 20:52, Jørn Erik Mørne a écrit : > > The problem persists with me since about 7104 as reported by Herberth. > > Tried on two Arch systems. > > > > Can you recompile and reinstall from scratch? I.e. by removing any >

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

2015-05-29 Thread Charlie Reinl
Am Freitag, den 29.05.2015, 21:07 +0200 schrieb Benoît Minisini: > Le 29/05/2015 20:50, Charlie Reinl a écrit : > > Am Freitag, den 29.05.2015, 20:15 +0200 schrieb Benoît Minisini: > >> Le 29/05/2015 19:55, Charlie Reinl a écrit : > >>> > >>> Salut,

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

2015-05-29 Thread Charlie Reinl
Am Freitag, den 29.05.2015, 20:15 +0200 schrieb Benoît Minisini: > Le 29/05/2015 19:55, Charlie Reinl a écrit : > > > > Salut, > > > > here also Lubuntu 14.04.2 LTS > > gambas3 rev 7103 > > when starting gambas IDE, here the valgrin log > > > >

Re: [Gambas-user] New QT4/QT5 switcher components

2015-05-28 Thread Charlie Reinl
Am Donnerstag, den 28.05.2015, 12:14 +0200 schrieb Benoît Minisini: > Hi, > > In revision #7102, I have added two new componennts: gb.gui.qt and > gb.qui.qt.webkit. > > They are switcher components (like other 'gb.gui*' components) that load > QT4 or QT5 components according to the contents of

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Charlie Reinl
Am Dienstag, den 26.05.2015, 13:08 -0300 schrieb Sebastian Kulesz: > On May 26, 2015 12:25 PM, "Ru Vuott" wrote: > > > > > > Thank you very much, Charlie, finally a more information ! > > So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= > 5.3 version ? > > They will never p

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Charlie Reinl
Am Montag, den 25.05.2015, 11:07 +0100 schrieb Ru Vuott: > Hello, > > I come back about this problem that I had on my home PC, because - after > installing QT5 libraries on my laptop - I obtained same problem: > > at end of ~/trunk $ ./configure -C I get this notice: > > || THESE COMPONENTS

Re: [Gambas-user] InputBox and Fullscreen=True

2015-05-13 Thread Charlie Reinl
Am Mittwoch, den 13.05.2015, 11:23 +0200 schrieb Benoît Minisini: > Le 11/05/2015 14:52, Charlie Reinl a écrit : > > Salut Benoît, > > > > send you an example, showing the behave of not raising > > InputBoxs on Forms with Fullscreen=True. > > Maybe that will

[Gambas-user] InputBox and Fullscreen=True

2015-05-11 Thread Charlie Reinl
Salut Benoît, send you an example, showing the behave of not raising InputBoxs on Forms with Fullscreen=True. Maybe that will be the same with other forms from gb.form like Wizard. -- Amicalement Charlie reiner3-0.0.1.tar.gz Description: application/compressed-tar -

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Charlie Reinl
Am Montag, den 27.04.2015, 20:30 +0200 schrieb Gian: > Il 27/04/2015 19:41, Charlie Reinl ha scritto: > > Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian: > >> Il 24/04/2015 14:23, Gian ha scritto: > >>> Hello Benoit, > >>> Sorry if I let some crit

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Charlie Reinl
Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian: > Il 24/04/2015 14:23, Gian ha scritto: > > Hello Benoit, > > Sorry if I let some criticism on the strategy gb.gui in this email. > > I state to be old and ignorant (to 16 years (1963) already around the > > world to work) and that I admire very

Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread Charlie Reinl
Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: > On Sat, 25 Apr 2015, Beno?t Minisini wrote: > > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > > Hi Benoit, > > > > > > I have a quick feature suggestion for gb.util: when working with > > > components > > > like gb.cairo which parti

Re: [Gambas-user] Question about libraries and components

2015-04-06 Thread Charlie Reinl
Am Montag, den 06.04.2015, 07:34 +0930 schrieb adamn...@gmail.com: > On Sun, 05 Apr 2015 17:42:45 +0200 > Charlie Reinl wrote: > > > Am Donnerstag, den 12.03.2015, 21:56 +0100 schrieb Benoît Minisini: > > > Le 12/03/2015 21:51, Charlie Reinl a écrit : > > > >

[Gambas-user] another Question about libraries and components

2015-04-05 Thread Charlie Reinl
Salut Benoît, now I find the library LETS_see.gambas in Components , but if I try to check it in, the IDE crash. (see attachment) -- Amicalement Charlie -- Dive into the World of Parallel Programming The Go Parallel Webs

Re: [Gambas-user] Question about libraries and components

2015-04-05 Thread Charlie Reinl
Am Donnerstag, den 12.03.2015, 21:56 +0100 schrieb Benoît Minisini: > Le 12/03/2015 21:51, Charlie Reinl a écrit : > > Salut Benoît, > > > > I have a library where I use the ToolBar and ToolButtons, now the > > project which uses this library claims "the class ToolB

Re: [Gambas-user] [Gambas-devel] Gambas trunk Rev. 7017 error

2015-03-30 Thread Charlie Reinl
Am Montag, den 30.03.2015, 06:43 +0200 schrieb Benoît Minisini: > Le 30/03/2015 04:32, marco bra a écrit : > > Please take a look at complete log of compile and install log errors > > > > Thanks > > Marco > > > > You have to remove the 'gb.db.sqlite3/src/.deps' directory by hand. No > idea why, m

Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread Charlie Reinl
Am Freitag, den 27.03.2015, 11:41 + schrieb nero: > I all , > > I've compile gambas 3.7.0 on windows/cygwin , now I've a full working gambas > environment on windows , it works almost well but I've a strange problem. > > When I use a databrowser with postgresql it don't show string value , o

Re: [Gambas-user] Issue 616 in gambas: Where do files get installed or downloaded to from software farm

2015-03-25 Thread Charlie Reinl
Am Mittwoch, den 25.03.2015, 09:56 +0100 schrieb rolf: > Hi Karl, > > > I don't understand that noise. > > Did Benoît erase the "Save project as..." in the IDE menu ? > > You remember? With CTRL+SHIFT+ALT+S you can save the example to any > > place you like...Still any problem ? > > I can't under

Re: [Gambas-user] Issue 616 in gambas: Where do files get installed or downloaded to from software farm

2015-03-24 Thread Charlie Reinl
Am Dienstag, den 24.03.2015, 17:16 -0500 schrieb Lewis Balentine: > Perhaps an alternative suggestion (compromise): > > An application written in Gambas to manage Gambas project/example files. > I am thinking something with two windows: Source and Target > The app would dynamically build the path

Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-24 Thread Charlie Reinl
Am Dienstag, den 24.03.2015, 11:28 +0100 schrieb Gian: > Il 22/03/2015 21:35, Gian ha scritto: > > On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually. > > Yes with code. > > Manually comma ends at the bottom of the widget, see attached. > > Regards > > Gianluigi > > Salut,

[Gambas-user] Question about libraries and components

2015-03-12 Thread Charlie Reinl
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

Re: [Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
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

[Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
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?

[Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
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

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Charlie Reinl
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

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread Charlie Reinl
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

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6901] gambas/trunk/app/src/gambas3/.src/Debug

2015-02-18 Thread Charlie Reinl
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

  1   2   3   4   5   6   7   >