[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 community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 latest dev version, I would still like to know
> what has changed. It's quite important if you do bug hunting.
> 
> 
> Jussi
> 

Salut Jussi,

I found that 'git log --graph --oneline --all' you can go back to gambas
2.0.0 Tag
-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :
> 
> > *Warning: this is only a linguistic curiosity with no relation to Gambas,
> > the language.*
> >
> > Entirely by chance, I came across the following definition and etymology
> > for gambas, the word:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *From Petit Robert 2007: gambasgambas [gɑ̃bas] nom féminin plurielétym.
> > répandu v. 1960; catalan gamba, du latin populaire cambarus, classique
> > cammarus, du grec kammarosv■ Grosses crevettes comestibles de la
> > Méditerranée. Gambas frites (è scampi), grillées. Brochette de gambas.▫
> > Rare Une gamba [gɑ̃ba].*
> > In Brazil, I never heard the word gamba. I never found it in written text.
> > Nevertheless, at least one Brazilian dictionary registers it as a Spanish
> > word only recently introduced into Portuguese. So, perhaps it is used in
> > Portugal.
> >
> > Anyway, it is interesting to know that, in the end, it comes from Greek
> > "kammaros" that gave us the Portuguese "camarão" and the Italian
> > "gamberetto". Nevertheless, at the first sight, it is hard to see that
> > "gamba" and "camarão" come from the same Greek word.
> >

There is the old meaning : Gambas Almost Means BASIC!

look here http://gambas.sourceforge.net/en/main.html 
-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.

tbvAddCustInfo = New DBTableView(TabAddCust, "tbvAddCustInfo",
"CUSTINFO") As "tbvAddCustInfo"

No, I can not send the project, but can try to make an example.

But perhaps you know what's wrong.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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-tar
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 -e 'CStr(CDate(CStr(CDate(2'
> 00/00/ 23:00:00
> $ gbx3 -e 'CDate(CStr(CDate(CStr(CDate(2)'
> Type mismatch: wanted Date, got String instead
> 
> AFTER:
> 
> $ gbx3 -e 'CStr(CDate(2))'
> 01/02/-4801
> $ gbx3 -e 'CStr(CDate(CStr(CDate(2'
> 01/02/-4801
> $ gbx3 -e 'CDate(CStr(CDate(CStr(CDate(2)'
> 01/01/-4801 23:00:00
> 
> (Note: The last line is displayed as a local date/time.)
> 
> It was not the case before, because the conversion were internally done 
> by taking the timezone into account, even if date/time values are 
> internally stored in UTC.
> 
> Now CDate() on a string always interpret it as an UTC date, and CStr() 
> on a date displays its UTC value.
> 
> Consequently, check your code!
> 
> CStr() and CDate() are not supposed to use a local time representation. 
> On the contrary. This is the job of Val(), Str() and Format().
> 
> If you wrote code that made that assumption, you did wrong.
> 
> BEWARE! BEWARE! BEWARE!
> 

Salut Benoît and Everyone,

I used for many moons this: format(Date("10/01/2016")," ") 
and I didn't felt me concerned by that mail..but:

format(Date("10/01/2016")," ") 
gives September 2016 now, gave Oktober 2016 before, 
because Date("10/01/2016") returns 30.09.2016 00:00:00 now (at leased
here in Germany). But that is one day lost.
I checked that now on Gambas=3.9.90 r8012 but was also on Revision: 8004


-- 
Amicalement
Charlie


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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/2016 19:09 μμ, Tobias Boege wrote:
> > > On Sat, 08 Oct 2016, Demosthenes Koptsis wrote:
> > >> Hello,
> > >>
> > >> i have very long (time consuming) For loops and my app is frozen until
> > >> loop is finished.
> > >>
> > >> for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To
> > >> sOUTPUT
> > >>
> > >> 'get urls
> > >> For i = 0 To iDepth
> > >>   wgetURLS(i * 10)
> > >> Next
> > >>
> > >> Public Sub wgetURLS(iStart As Integer)
> > >> .
> > >>
> > >> Shell("wgetURLS.sh") To sOUTPUT
> > >>
> > >> .
> > >>
> > >> --
> > >>
> > >> Is there possible to set the gui idle and the same time run For...loops?
> > >>
> > > If you only want to refresh the GUI (e.g. if your For loops update a
> > > ProgressBar on your form and you want to update the value of that bar
> > > during the loop), then Wait [1] is sufficient.
> > >
> > > If you want the GUI to be fully operatable while your loops run in the
> > > background, you have to use a background Task [2]. As Gambas is single-
> > > threaded, Tasks are implemented as external processes which execute one
> > > of your classes. This limits the things you can do with Tasks (you cannot
> > > directly modify the main program, for example, but have to send data and
> > > status reports through a pipe from your Task to the main process and
> > > interpret them there). However, if all you want is loading some files via
> > > wget, that should not be a problem.
> > >
> > > Of course, there is also the gb.net.curl component which can download
> > files
> > > asynchronously. If you can use that (which depends on what you want to
> > do),
> > > you should.
> > >
> > > And as a fourth option, looking further into your code: if you want to
> > > execute shell scripts in a For loop, then don't use the Shell-To syntax
> > > but create a Process object instead and accumulate its output in Read
> > > events. The event loop will take care of everything and the GUI will be
> > > usable without any extra effort on your side.
> > >
> > > Finding the best solution depends, who would have thought, on what you
> > want
> > > to do *specifically*. Tasks are the most general and most cumbersome
> > option.
> > >
> > > Regards,
> > > Tobi
> > >
> > > [1] http://gambaswiki.org/wiki/lang/wait
> > > [2] http://gambaswiki.org/wiki/comp/gb/task
> > >
> > Thanks very much for the details.
> >
> > Regards,
> >
> > Dim
> >
> >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 

Salut

I once found this one :
http://gambas.8142.n7.nabble.com/attachment/17635/0/TaskTest.zip 

It still exists, but don't remember if it worked.


-- 
Amicalement
Charlie


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 /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.
> >
> 
> Two things are missing:
> 
> 1) Support for installing a library from the software farm.
And just an exception to get *.gambas into account 
> 
> 2) Dependencies between softwares.
Ok, no way around that!
> 
Finally, what I can do is a Dummy-Starter.gambas, porting the project
name, which looks if the two (or more) files myApp.gambas.EXEC and
myLib.gambas.LIB can be found in ~/.local/share/gambas3/bin/ and
renamed to myApp.gambas and myLib.gambas and then starts myApp.gambas.
Sure that works, because if it is not *.gambas it will be took into
account!
That's best unix tradition... make it run!

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> > temporarily some lines code.
> > So my wish, not necessarily for Christmas, a writing pad, just beside
> > the console.
> >
> 
> The console was never intented to be used for that!
> 
> Why don't you just create a text file in the "Project" folder and use it 
> as writing pad?
> 

While I posted this afternoon only to Benoît, here the answer again for the 
list.

Salut Benoît,

because the old console was always on and it was handy like that. And
now I'm used to it!  
Have you never driven a nail with an empty bottle of red wine?

-- 
Amicalement
Charlie



--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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.
> >>
> >>
> >
> > Salut,
> >
> > now it work again.
> >
> > But I found a way to crash the IDE.
> > Go during debug to the console and press Ctrl+Shift+C.
> > My mistake when I wrote Ctrl+C.in bug-Report
> >
> 
> It sends the stop signal (^C) to the debugged program, but the IDE does 
> not crash. Can you give more details?
> 
Salut Benoît,

I can do that with every (I tried 3 ) gambas3 project.
Start it with F8, go to the console, change into the upper part (not in
the ? line) and press Ctrl+Shift+C.

Your right, the IDE do not crash, but the CRASH REPORT raise up with a
2, and with OK you can continue.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.
> 
> 

Salut,

now it work again.

But I found a way to crash the IDE.
Go during debug to the console and press Ctrl+Shift+C.
My mistake when I wrote Ctrl+C.in bug-Report


-- 
Amicalement
Charlie


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 to be working fine, since I can connect to the database using
> isql and see all defined tables and data. The problem is when I try to
> do it with Gambas, when setting the Table attribute of DataSource I
> get the error:
> 
> Result is not available
> 
> The connection seems to load the schema of the table (I can see a and
> b in the header of the DataBrowser) but not the data.
> 
> Here is what I do:
> 
> ' Gambas class file
> 
> Public $con As New Connection
> 
> Public Sub _new()
>   $con.type = "odbc"
>   $con.Host = "sqlite" 'name of the DSN
>   $con.Login = "mylogin"
>   $con.Password = "mypass"
>   $con.port = ""
>   $con.name = ""
>   $con.Open
>   DataSource1.Connection = $con
>   Try DataSource1.Table = "test"
>   If Error Then
> Print Error.Text
> Print Error.Where
> Print Error.Backtrace
> Print Error.Class
> Print Error.Code
>   Endif
> 
> End
> 
> The fun part is that the same code works fine with a PostgreSQL
> database over the ODBC connection (no error is risen, both schema and
> data are loaded fine into the DataBrowser). I'm using the following
> entry in /etc/odbc.ini :
> 
> [sqlite]
> Description=My SQLite database
> Driver=SQLite3
> Database=/home/markus/test.sqlite3
> UserName = mylogin
> Password = mypass
> 
> What am I doing wrong?
> 
> All the best,
> 
> M.

Salut Markus,

does your sqlite3 tables have primary keys ?
-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2016-02-26 Thread Charlie Reinl
Am Freitag, den 26.02.2016, 18:46 +1100 schrieb rterry:
> 
> 
> 
> 
> 
> Sent from my Samsung GALAXY S5
> 
>  Original message 
> From: Rolf-Werner Eilert  
> Date: 26/02/2016  18:42  (GMT+10:00) 
> To: gambas-user@lists.sourceforge.net 
> Subject: 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, 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 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, they will com up looking the same except different database
> >>>>> version and svn version numbers, it all get very confusing, especially
> >>>>> if having to scroll down through other recently loaded gambas projects
> >>>>> eg downloaded from the software farm.
> >>>>>
> >>>>> Is there any way one can currently delete the unwanted ones, or could
> >>>>> you on the right mouse popup menu put a Delete Project from list option.
> >>>>>
> >>>>> Regards
> >>>>>
> >>>>> richard
> >>>> Salut Richard,
> >>>>
> >>>> cleaning up the project list, that was realised at Revision: 7589 but
> >>>> now on Revision: 7610 I see it got lost!
> >>>>
> >>> In '/trunk' IDE, you have a little delete icon visible when you hover
> >>> the project box: click on it to remove the project from the recent list.
> >>>
> >>> Regards,
> >> Salut Benoît,
> >>
> >> OH, yes indeed, oh thats the smarter solution! But not easy to find out.
> >> Thank you for telling.
> > I'm clueless, can't see this, could someone send me a screen dump
> > showing where it is to rte...@internode.on.net (thanks)
> >
> > richard
> >
> 
> It's on the trunk version only. I guess you use the latest official one 
> like me? It's not there yet.
> 
> Regards
> Rolf
> Yes use mint 3.8.4 so obviously not there.  

Salut,

and nothing (except sorting) on right mouse click ?

Oh, i see 3.8.4  was released Dec 21 2015.
But Revision: 7589 came on Jan 27 2016.
So you have to wait or update.

-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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, they will com up looking the same except different database
> >> version and svn version numbers, it all get very confusing, especially
> >> if having to scroll down through other recently loaded gambas projects
> >> eg downloaded from the software farm.
> >>
> >> Is there any way one can currently delete the unwanted ones, or could
> >> you on the right mouse popup menu put a Delete Project from list option.
> >>
> >> Regards
> >>
> >> richard
> >
> > Salut Richard,
> >
> > cleaning up the project list, that was realised at Revision: 7589 but
> > now on Revision: 7610 I see it got lost!
> >
> 
> In '/trunk' IDE, you have a little delete icon visible when you hover 
> the project box: click on it to remove the project from the recent list.
> 
> Regards,

Salut Benoît,

OH, yes indeed, oh thats the smarter solution! But not easy to find out.
Thank you for telling. 
-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, they will com up looking the same except different database 
> version and svn version numbers, it all get very confusing, especially 
> if having to scroll down through other recently loaded gambas projects 
> eg downloaded from the software farm.
> 
> Is there any way one can currently delete the unwanted ones, or could 
> you on the right mouse popup menu put a Delete Project from list option.
> 
> Regards
> 
> richard

Salut Richard,

cleaning up the project list, that was realised at Revision: 7589 but
now on Revision: 7610 I see it got lost!


 
-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 and the
> executable ran OK. Should I put all three components of DBReport in the
> executable directory? I shell out to DBReport Designer so that works OK for
> now. Should I add these libraries to the data section of the project code?
> That way, I think, they would automatically be included in the executable.
> When I ran the project in the terminal, after fixing it,  I got the
> following message "Warning: 1 Allocation(s) not freed". Is this of concern
> and what might be the cause?
> 
>  
> 
> Again thanks for your help.
> 
>  
> 
> Regards,
> Marty

Salut Marty,

you said that you have updated gambas, the svn-trunc version or the
official 3.8.4 from the shrine?
If official 3.8.4 is used, install all DBReport parts as link to the
executable at /usr/bin (you can use instGA3 from the Software-Farm)
and the add all to your project.
But you can also place them beside your executable.


-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 getting the project to
> run. When I make an executable I put it in the project directory with a
> shortcut on the desktop. The files are project.gambas and project.desktop.
> The permissions on the project.gambas file are rwx,rwx,rwx and marty, marty.
> The project.desktop file is set to rw-,r--,r-and Marty, Marty.
> 
>  
> 
> When I click on the desktop icon the cursor shows that something is
> happening but the project does not run; the cursor just goes away. Same
> occurs if I go to the project directory and try form there. The OS tries to
> load the project but, does not run it. No error messages occur.
> 
>  
> 
> I'm sure I've missed something but, what?
> 
>  
> 
> All responses are appreciated.
> 
>  
> 
> Regards,
> 
> Marty

Salut Marty,

run it in a terminal ./myproject.gambas and look whats happens. 

-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
> 
> Roel
> 
Salut Roel,

you can use GB.REPORT2 to print your invoices, or DBReport3 

GB.REPORT2 is included in Gambas3 
DBReport3 you find here : http://sourceforge.net/projects/dbreport 
-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 which I want to use classes from the
> > > project. I have not, if memory serves, written any "local" components yet.
> > > By "local" I mean a component which is *not* installed into 
> > > /usr/lib/gambas3.
> > >
> > >>From what I remember from other threads, I could:
> > >- symlink source files around,
> > >- copy source files around,
> > >- install the project to /usr/lib/gambas3, or
> > >- create a Library.
> > >
> > > I don't really want to copy source files as I presume they will change
> > > considerably during development. The symlink solution is kind of dirty and
> > > makes the projects less easy to give to others. I would prefer not to 
> > > touch
> > > /usr/lib/gambas3 for some private project of very limited scope (i.e. it 
> > > is
> > > way too specific to lie amongst the general components). As I imagine, 
> > > using
> > > a library becomes messy, too, if it should be shared by multiple projects.
> > > Also I couldn't really share my project because the library path is 
> > > absolute
> > > and won't work on somebody else's computer (right?).
> > >
> > > How are you others doing this? Did you notice or can you imagine any 
> > > problems
> > > with your way of doing it? Any arguments in favour of the library 
> > > approach?
> > >
> > > I think a user-specific directory for custom components would be nice. It
> > > would be a standard path relative to a user's home directory which is
> > > taken into account by the IDE (when it lists the installed components) and
> > > the interpreter (when it loads components). Or is that considered a 
> > > security
> > > risk, Benoit?
> > >
> > > Regards,
> > > Tobi
> > >
> > 
> > User-specific directory for components was existing before but has been 
> > removed.
> > 
> > I think that custom components (in the sense of Gambas) can be a 
> > security risk, but it is above all a management mess.
> > 
> > Moreover, as I said elsewhere, for me components are part of the 
> > language, it's like "interpreter drivers".
> > 
> > So I'd prefer using libraries for that.
> > 
> 
> OK.
> 
> > But to fit your needs, I have to enhance the libraries support with:
> > 
> > - The ability to share libraries between different projects without 
> > having to put everything in the same directory.
> > 
> > - The ability to explicitly load a library from any path.
> > 
> > What do you think?
> > 
> 
> Thank you for picking this thread up so quickly.
> 
> Especially that last point would be cool. As you may remember I have written
> (and still work with) a way to insert (user-supplied) Gambas classes at run-
> time, into a Gambas process. This works by creating a temporary component
> out of the given classes and loading it. Until now this mechanism required a
> small patch to the interpreter to allow loading components from an absolute
> path. If you could do that last point, I would get rid of this customisation
> (provided that Component.Load() would gain this ability, too).
> 
> To extended the first point: if I add a library now, its absolute path
> (usually including my user name because stuff is in my home directory) is
> added to .project. Someone else would have to adjust this path manually to
> get the project running. They would have to do that for every update of the
> project that does not come in the form of a patch. What may be a better way
> to address libraries?
> 
> Regards,
> Tobi
> 


Salut Tobi,

solved that problem with Libraries installed at '/usr/bin' as symlink,
so I can use it in all  project I want. For that I wrote instGA3 to set
these symlinks easily (instGA3 is at Software-Farm) 
-- 
Amicalement
Charlie


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg"
> >
> >MapView1.Map.AddTile("IGN", sMap).Copyright = "IGN"
> >
> >sMap = "http://apicarto-dev.sgmap.fr/maps"; &
> >  
> > "/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=CADASTRALPARCELS.PARCELS&STYLE=bdparcellaire_b&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fpng&TRANSPARENT=TRUE';"
> >
> >MapView1.Map.AddTile("Cadastre", sMap).Copyright = "IGN"
> >MapView1.Map.MaxZoom = 19
> >
> >
> > End
> >
> 
> Toujours sur la carto ? Ça risque de m'intéresser... Ces cartes sont en 
> WGS (je peux prendre des coordonnées WGS84 et les mettre directement 
> dessus) ?
> 
> En plus maintenant il y a le composant gb.web.form, il mérite bien 
> d'avoir un contrôle "OpenStreetMap"...
> 

Salut,

hmm hmm, en anglais si vous plaît monsieur ;°)

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 finish your greetings.

Have nice holidays
  
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.90 r7503
OperatingSystem=Linux
Kernel=3.2.0-95-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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+2=libgtk-x11-2.0.so.0.2400.10
GTK+3=libgtk-3.so.0.400.2
Poppler=libpoppler.so.19.0.0
QT4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

[Environment]
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-qkJsRVRaA6,guid=0cbf9abe82a4e76ff3205189008d
DEFAULTS_PATH=/usr/share/gconf/gnome-shell.default.path
DESKTOP_SESSION=gnome-shell
DISPLAY=:0.0
GB_GUI=gb.qt4
GDMSESSION=gnome-shell
GDM_LANG=de_DE.UTF-8
GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/Gambas
III.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=3651
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_KEYRING_CONTROL=/tmp/keyring-WhIKjh
GNOME_KEYRING_PID=3204
GPG_AGENT_INFO=/tmp/keyring-WhIKjh/gpg:0:1
GTK_MODULES=canberra-gtk-module
HOME=
LANG=de_DE.UTF-8
LANGUAGE=de_DE:en
LC_MESSAGES=de_DE.UTF-8
LOGNAME=
MANDATORY_PATH=/usr/share/gconf/gnome-shell.mandatory.path
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
PWD=
QT_ACCESSIBILITY=1
QT_NO_GLIB=1
SESSION_MANAGER=local/:@/tmp/.ICE-unix/3221,unix/:/tmp/.ICE-unix/3221
SHELL=/bin/bash
SPEECHD_PORT=7560
SSH_AGENT_PID=3365
SSH_AUTH_SOCK=/tmp/keyring-WhIKjh/ssh
TZ=:/etc/localtime
UBUNTU_MENUPROXY=libappmenu.so
USER=
USERNAME=
WINDOWPATH=7
XAUTHORITY=/var/run/gdm/auth-for--G4Wbdp/database
XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome-shell:/etc/xdg
XDG_CURRENT_DESKTOP=GNOME
XDG_DATA_DIRS=/usr/share/gnome-shell:/usr/share/gnome:/usr/local/share/:/usr/share/
XDG_SESSION_COOKIE=42f49d43f50733c401e4460348762a43-1449828984.177762-1623961532

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 project.
> 
> After I changed a method declaration in one library, compiled it, and
> then switched over to the main project, the main project did not
> recognize the change and showed the old version number of the library.
> 
> I am also unable to delete the old library in the library-window.
> I show you a screencast.
> 
> Alles Gute
> 
> Christof Thalhofer
> 

Salut,

here the same, can't drop libraries

-- 
Amicalement
Charlie


--
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility
Physical-Virtual-Cloud Infrastructure monitoring from one console
Real user monitoring with APM Insights and performance trend reports 
Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 feature when 
> browsing large classes and having to jump from here to there very often.
> 
> Second, on the long run it might be useful to have a horizontal 
> "folding" feature in the editor like in spreadsheets. Maybe this could 
> be achieved by adding a copy of the editor and setting it above the 
> other one with a slider? It would have to keep its viewing position 
> though, and not jump up to the start of the text or to wherever when 
> called. And of course, the text will have to be renewed whenever 
> something is typed into the other editor.
> 
> Regards
> Rolf

Salut Rolf,

did you try Ctrl+Y (on/off) for vertical and Ctrl+H (on/off) horizontal
Split
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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://lists.sourceforge.net/lists/listinfo/gambas-user


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 that I will never become an 
> english teacher.
> 
> Enjoy anyway!
> 

Salut Benoît,

oh, that show is a big mess, but never mind.
Mais tu te défend tres bien.
Ok. for the english teacher.

Thanks for your grand Software
-- 
Amicalement
Charlie


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> >>> 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.") but I also can write
> >>> Format(now(),"mm/dd/") or Format(now(),"dd-mm-") but also
> >>> Format(now(),"dd;mm;") yes that should work (it's a ';' not a ':')
> >>> Please enlighten me, I can't see the usage of localization in that
> >>> converting.
> >>>
> >>
> >> How I supposed to verify output of Format(now(),"mm/dd/") ?
> >> Correct result can be 08.29.2015 or 08/29/2015 depending on the
> >> localization (or even something completely different).
> >>
> >>
> >> Jussi
> >
> > Salut Jussi,
> >
> > attached you a quick hack who shows that the Format don't
> > use the localization.
> >
> 
> For the last time, Format$() *does* use the localization settings, as 
> explicitly stated in the documentation.
> 
> But it uses them for its special formatting characters only. Non-special 
> characters are just inserted as is in the resulting string.
> 
> If you want to write translatable date/time code, you have to use 
> pre-defined date formats (gb.GeneralDate and ).
> 
> If none of the pre-defined formats fit your needs, then you have to 
> create your own by:
> 
> 1) Determining the order of date and time components by analysing the 
> formatting of a cleverly chosen date with gb.ShortDate and gb.ShortTime. 
> See the source code of DateChooser control for the details.
> 
> 2) Using the "/" and ":" formatting characters in the format string.
> 
> Regards,
> 

Ok, understood. Both Format$() and Format() use it 

Debug sLangu;; "Now()="; Now();; "Format$="; Format$(Now(), "dd/mm/
hh:nn:ss.uu");; " Format="; Format(Now(), "dd/mm/ hh:nn:ss.uu")

MMain.Main.19: en_CA.UTF-8 Now()=2015-08-29 15:38:55 Format$=29-08-2015
15:38:55.457  Format=29-08-2015 15:38:55.457

Debug sLangu; gb.NewLine & gb.Tab; "Now()="; Now(); gb.NewLine & gb.Tab;
"Format$="; Format$(Now(), "dd/mm/ hh:nn:ss.uu"); gb.NewLine &
gb.Tab; " Format="; Format(Now(), "dd/mm/ hh:nn:ss.uu")


MMain.Main.20: en_CA.UTF-8
Now()=2015-08-29 15:38:55
Format$=29-08-2015 15:38:55.457
 Format=29-08-2015 15:38:55.457

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.") but I also can write
> > Format(now(),"mm/dd/") or Format(now(),"dd-mm-") but also
> > Format(now(),"dd;mm;") yes that should work (it's a ';' not a ':')
> > Please enlighten me, I can't see the usage of localization in that
> > converting.
> >
> 
> How I supposed to verify output of Format(now(),"mm/dd/") ?
> Correct result can be 08.29.2015 or 08/29/2015 depending on the
> localization (or even something completely different).
> 
> 
> Jussi

Salut Jussi,

attached you a quick hack who shows that the Format don't
use the localization.
 
-- 
Amicalement
Charlie


DateTimeChk-0.0.1.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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?
> 
> 
> Jussi
> 
Salut Jussi,

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.") but I also can write
Format(now(),"mm/dd/") or Format(now(),"dd-mm-") but also
Format(now(),"dd;mm;") yes that should work (it's a ';' not a ':')
Please enlighten me, I can't see the usage of localization in that
converting.


-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 formats with the specific separators.
The only problem will be to test written month names ex. 1. September
2015, because that depends of localization. 
Or am I totally wrong?
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 to quote the characters, there
> are other non-working options like \:\, or \:.
> Maybe the above could be one of the examples.
> 
> 
> Jussi

Salut Jussi,

you made that GambasTester, why not strip down to a version which checks
only the Date-Format, and ask to the list to send a list with their 
localisation string + Format(Now, "") + the expected
result.
So Benoît can check easier the function.

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the program installed on my Ubuntu-PC from an Istallation Package
> >> created by Gabas3.6.x
> >> IT RUNS PERFECTLY.
> >>
> >> The same code running in Gambas3.8 IDE does not.
> >> ---
> >>
> >> Both times the same Ubuntu-system with same components.
> >> If my front-end really had changed then both versions should do the same
> >> - but they DO NOT.
> >>
> >> 
> >> x How does my program compiled with 3.6.x run, while the SAME code under
> >> 3.8 does not?? x
> >> 
> >>
> > Because Gambas 3.6 is different from Gambas 3.8. You are *not* running
> > the same code.
> >
> OK, then it is so! When I upgraded to 3.6 I did not have big problems, 
> so I did not expect it. My mistake!
> 
> Now only one thing that remains: how can I go back to 3.6? Is there a 
> link or something else?
> 
> Wolfgang
> 

Salut Wolfgang,

here you will find all gambas3 versions
 
http://sourceforge.net/projects/gambas/files/gambas3/ 

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 does not prevent you from testing the
> >> change?
> >>
> >
> > and it solved Bug-Track report #670, but no way to make it SOLVED there
> >
> 
> What do you mean?
> 

Ups, I'v got the wrong mail to answer.
My answer is in relation to revision #7236 from last night.
Bug-Track report #670 have attached three screens with an annormal
behave of scrolling. And this problem was also solved with #7236.

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :
> >>>>>>
> >>>>>> Salut Benoît,
> >>>>>>
> >>>>>> Ok, now the welcome dialog here is broken. See 'Issue 633 in gambas:
> >>>>>> Opening page Mouse does not work in IDE'. Last well working is r7226.
> >>>>>>
> >>>>>
> >>>>> Strange, I have no problem here...
> >>>>>
> >>>>
> >>>> Are you absolutely sure that it worked with revision #7226, but not with
> >>>> #7227?
> >>>>
> >>> yes, it works with #7226 and started from #7227 or higher it don't.
> >>>
> >>
> >> OK, I will remove the change, and you will tell me.
> >>
> >
> > Salut Benoît,
> >
> > the devl-version is still 3.8.0
> >
> 
> Yes, it should be 3.8.90. But it does not prevent you from testing the 
> change?
> 

and it solved Bug-Track report #670, but no way to make it SOLVED there
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the welcome dialog here is broken. See 'Issue 633 in gambas:
> >>>>> Opening page Mouse does not work in IDE'. Last well working is r7226.
> >>>>>
> >>>>
> >>>> Strange, I have no problem here...
> >>>>
> >>>
> >>> Are you absolutely sure that it worked with revision #7226, but not with
> >>> #7227?
> >>>
> >> yes, it works with #7226 and started from #7227 or higher it don't.
> >>
> >
> > OK, I will remove the change, and you will tell me.
> >
> 
> Can you try revision #7236?
> 
YES, now it reworks for me like in #7226 
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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:
> >>>> Opening page Mouse does not work in IDE'. Last well working is r7226.
> >>>>
> >>>
> >>> Strange, I have no problem here...
> >>>
> >>
> >> Are you absolutely sure that it worked with revision #7226, but not with
> >> #7227?
> >>
> > yes, it works with #7226 and started from #7227 or higher it don't.
> >
> 
> OK, I will remove the change, and you will tell me.
> 

Salut Benoît,

the devl-version is still 3.8.0  
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
> 
>  IDE r7233 the Projects sort on welcome screen is at start up always 'on
>  date' even if the settings say different 'on path' par example.
> 
> 
> 
> >>>
> >>> Thanks for fixing that, but your other changes were badly done:
> >>>
> >>> - Copying anonymous is a good idea, I made it mandatory. I.e. the
> >>> copying is now always anonmymous, and I removed the checkbox, beside
> >>> fixing other mistakes.
> >>>
> >>> - You removed the Ignore flag of FMain.dwgWelcome control. That broke
> >>> the welcome dialog. I undone the change.
> >>
> >> Salut Benoît,
> >>
> >> Ok, now the welcome dialog here is broken. See 'Issue 633 in gambas:
> >> Opening page Mouse does not work in IDE'. Last well working is r7226.
> >>
> >
> > Strange, I have no problem here...
> >
> 
> Are you absolutely sure that it worked with revision #7226, but not with 
> #7227?
> 
yes, it works with #7226 and started from #7227 or higher it don't.
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 screen is at start up always 'on
> >>> date' even if the settings say different 'on path' par example.
> >>>
> >>>
> >>>
> >>
> >> Thanks for fixing that, but your other changes were badly done:
> >>
> >> - Copying anonymous is a good idea, I made it mandatory. I.e. the
> >> copying is now always anonmymous, and I removed the checkbox, beside
> >> fixing other mistakes.
> >>
> >> - You removed the Ignore flag of FMain.dwgWelcome control. That broke
> >> the welcome dialog. I undone the change.
> >
> > Salut Benoît,
> >
> > Ok, now the welcome dialog here is broken. See 'Issue 633 in gambas:
> > Opening page Mouse does not work in IDE'. Last well working is r7226.
> >
> 
> Strange, I have no problem here...
> 

r7227.fixed a QT4 problem 
[GB.QT4]
* BUG: Workaround a race condition in X11 which prevents window
attributes
  from being correctly set when setting a child DrawingArea's background
  color right afterwards.


-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 have to write an import program for that), but this 
> is planned.
> 
> In the meantime, all new bugs will start at number #666 (why not?) so 
> that old issues can keep their own id.
> 
> Please test it and report!
> 
> Note: this bugtracker is based on the software I developed in Gambas for 
> the company I'm working for.
> 
> I asked my boss that the part of the code used by the new bug tracker 
> becomes free software. He agreed, but now I will have to make the split, 
> which may takes some time!
> 
> Regards,
> 

Salut Benoît,


-- 
Amicalement
Charlie
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 please have a look what is wrong now ?
> >
> > Thanks anyway
> 
> This should be fixed in revision #7226, sorry !
> 

Thanks, reworks again, #7226 did the job.
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 edited and
> updated. I need to change the value of the key based on the user selecting a
> record in datasource2.
> 
>  
> 
> I have looked at the data event of the datasource control and find it too
> complicated to use. I have developed the form using the result object. I
> believe that the key data can be changed easily with the syntax below:
> 
>  
> 
> hRow.Moveto(GridView2.Row)
> 
> hRow!Key = 0
> 
> hRow.Update
> 
>  
> 
> If this will modify the underlying recordset it should work for my purposes.
> If there is a good example of the use of the data event to change a column's
> value or a sample project please send it to me as an attachment to my email
> off the list (mmcg29...@frontier.net).
> 
>  
> 
> Thanks to Adrien for fixing the bug in the daily builds. However I do not
> have the knowledge to get this compiled and installed.
> 

Salut Marty,

and how did you get 3.8 as fast ?
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 (1-200) for
> > frmEntry.DataControl.Value.
> >
> >
> > Regards,
> >
> > Marty
> >
> 
> This should be fixed in revision #7219, can you confirm ?
> 

I'v just tested, and can confirm.
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Marty,

bad news, you hit a FIXED Limit of 256, thats a BUG.

But the good news are there is a workaround I think. Use

DataSource2.Table = "Select * from tblparcel_numbers" ' like this it
works

I attached my changed project and your SQL, in the hope Adrian is still
online (and not yet in holidays), I'v not the time actually to correct
that bug.


-- 
Amicalement
Charlie


Form_Test-0.0.2.tar.gz
Description: application/compressed-tar
-- MySQL dump 10.14  Distrib 5.5.44-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhostDatabase: HOA_Data
-- --
-- Server version	5.5.44-MariaDB-1ubuntu0.14.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `tblparcel_numbers`
--

DROP TABLE IF EXISTS `tblparcel_numbers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tblparcel_numbers` (
  `Record_No` int(11) NOT NULL AUTO_INCREMENT,
  `Key` varchar(10) DEFAULT NULL,
  `Address` varchar(60) DEFAULT NULL,
  `Parcel_No` varchar(25) DEFAULT NULL,
  `Lot` varchar(20) DEFAULT NULL,
  `Note` varchar(65) DEFAULT NULL,
  `Last_Update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`Record_No`)
) ENGINE=InnoDB AUTO_INCREMENT=277 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblparcel_numbers`
--

LOCK TABLES `tblparcel_numbers` WRITE;
/*!4 ALTER TABLE `tblparcel_numbers` DISABLE KEYS */;
INSERT INTO `tblparcel_numbers` VALUES (1,'21','502 George Washington Trail','01-0107A-057-00-00','','','2011-02-04 05:00:00'),(2,'129','115 Robin Drive','01-0107A-045-00-00','','','2011-02-04 05:00:00'),(3,'416','43 Quail Run','01-0105-031-00-00','','','2015-02-02 05:00:00'),(4,'84','99 Tranquility Lane','01-0106-105-00-00','','','2011-02-01 05:00:00'),(5,'306','Tranquility Lane','01-0106-025-01-00','','','2011-02-01 05:00:00'),(6,'388','115 Tranquility Lane','01-0106-025-00-00','','','2012-09-06 04:00:00'),(7,'224','180 Tranquility Lane','01-0106-021-00-00','','','2011-02-01 05:00:00'),(8,'349','Whitehall Plantation Lot 1A','01-0105A-006-02-00','lot N-f','Red Holdings LLC; 301 Church Street; Georgetown; SC; 29440','2012-09-15 04:00:00'),(9,'347','Whitehall Plantation Lot 2','01-0105A-006-01-00','lot N-d','Mout Hope Plantation; 2075 Turnbury Lane; Murrels Inlet','2012-09-15 04:00:00'),(10,'351','Whitehall Plantation Lot 3','01-0105A-006-03-00','lot N-c','Cochrane John;3401 Stocton Drive;Florence;SC;','2011-02-01 05:00:00'),(11,'343','Whitehall Plantation Lot 4','01-0105A-006-04-00','lot N-b','','2012-09-15 04:00:00'),(12,'352','Whitehall Plantation Lot 5','01-0105A-006-05-00','lot N-a','Dwyer Lawarence; 1365 Weymouth Drive; Georgetown; SC; 29440','2012-09-15 04:00:00'),(13,'354','Whitehall Plantation Lot 1B','01-0105A-006-02-01','lot N-g','Temple Thomas; 112 Running Fox Road; Columbia; SC;','2012-09-15 04:00:00'),(14,'128','79 Whitehall Avenue','01-0106-124-00-00','','','2011-02-01 05:00:00'),(15,'167','124 Whitehall Avenue','01-0105A-002-00-00','','','2011-02-01 05:00:00'),(16,'233','166 Whitehall Avenue','01-0105-040-00-00','','','2011-02-01 05:00:00'),(17,'300','187 Whitehall Avenue','01-0106-001-00-00','','','2011-02-01 05:00:00'),(18,'412','188 Whitehall Avenue','01-0105-039-00-00','','','2014-07-06 04:00:00'),(19,'401','209 Whitehall Avenue','01-0105-015-00-00','','','2013-12-03 05:00:00'),(20,'80','218 Whitehall Avenue','01-0105-038-00-00','','','2011-02-01 05:00:00'),(21,'83','262 Whitehall Avenue','01-0105-036-00-00','','','2011-02-01 05:00:00'),(22,'39','286 Whitehall Avenue','01-0105-035-00-00','','','2011-02-01 05:00:00'),(23,'88','314 Whitehall Avenue','01-0105-034-00-00','','','2011-02-01 05:00:00'),(24,'193','340 Whitehall Avenue','01-0105-033-00-00','','','2011-02-01 05:00:00'),(25,'339','416 Whitehall Avenue','01-0105-030-01-00','','','2011-02-01 05:00:00'),(26,'147','443 Whitehall Avenue','01-0105-004-00-00','','','2011-02-01 05:00:00'),(27,'236','498 Whitehall Avenue','01-0105-027-00-00','','','2011-02-01 05:00:00'),

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 code did work. I think
> it was back in Gambas 3.6 or so. Maybe it has something to do with upgrading
> to the current flavor of Gambas.
> 
>  
> 
> What file do I upload to send the new form to the list? I do not want to
> send the whole project to the list only the form in question. I'll try to
> dump the table. If I cannot I'll send the structure.
> 
>  
> 
> Regards,
> 
> Marty
> 
Salut Marty,

I understand, that you made it inside your project, right?
So you can't pack the Project with CTRL+ALT+A.
A form has two files .form and .class.
Can you isolate this form in a new project and import that form via
new/form/existing?


-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 think
> that the datafile is OK. This is about 1% of a very large project. It will
> take some time for me to write a test project and the data in the file is
> confidential. If a form containing two datasources and a listing of the
> tblparcel_numbers structure is all that is needed I think I can put that
> together in a couple of days.
> 
>  
> 
> Regards,
> 
> Marty

Salut Martin,

best would be, to take a new form, copy the origin two datasources onto
and then copy the needed, not working code-parts of the datasources to
the new forms code. Make it run.
If the error still persists, send it with the tblparcel_numbers
structure to the list (a dump of tblparcel_numbers would be nice) 
Think of the constrains, and indexes. 
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 PM, Tobias Boege  wrote:
> 
> > Hi Benoit,
> >
> > I heard complaints that the new wiki style has
> >
> >  - a too small font and
> >  - that the colours are not as "appealing" as before.
> >
> > While the first could be easy to fix, I'm not sure about the second.
> >
> > Has anyone opinions?
> >
> > Regards,
> > Tobi
> >
> > --
> > "There's an old saying: Don't change anything... ever!" -- Mr. Monk
> >

Salut Jussi,

you can use SearchBrowser2 from the Softwarefarm, it is made to do that.
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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,
> >>>
> >>> WebBrowser 1.0.1 example have a bug in
> >>>   Private Sub DoFind(Optional bBackward As Boolean)
> >>>
> >>> see attachment
> >>>
> >>
> >> I just published WebBrowser 1.0.2 with a fix.
> >>
> >> Regards,
> >
> > Salut Benoît,
> >
> > but now I need qt5
> >
> > Amicalement Charlie
> >
> 
> I published WebBrowser 1.0.3 that uses QT4 instead of QT5.
> 
> Regards,
> 

Salut Benoît,

yes, now it reworks.

Thanks

-- 
Amicalement
Charlie


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> >> 'Trayicon'".
> >> If I do check the gb.gui.trayicon, I will get other error, see the
> >> screenshot.
> >>
> >>
> >> [System]
> >> Gambas=3.7.90
> >> OperatingSystem=Linux
> >> Kernel=3.13.0-37-generic
> >> Architecture=x86_64
> >> Distribution=Linux Mint 17.1 Rebecca
> >> Desktop=GNOME
> >
> > I was just looking for someone that could test with GNOME. :-)
> >
> > Apparently the DBus trayicon detection routine is broken. It should not
> > raise an error, but instead return just that it is not available. Which
> > should not be the case on Gnome... Do you know which trayicon protocol
> > Gnome use?
> >
> 
> OK, it should be fixed in revision #7174. Now the question is: why don't 
> you have a DBus system tray with Gnome?
> 

Salut Benoît,

there is 'something' the rose square, look at the attachment

this is the output:

gb.dbus: start watching connection
gb.dbus: add match:
type='method_call',path='/',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: add match:
type='method_call',path='/StatusNotifierItem',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: add match:
type='method_call',path='/StatusNotifierItem/menu',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: warning: unhandled message: signal sender=org.freedesktop.DBus
-> dest=:1.182 serial=2 path=/org/freedesktop/DBus;
interface=org.freedesktop.DBus; member=NameAcquired
   string ":1.182"
gb.dbus: warning: unhandled message: signal sender=org.freedesktop.DBus
-> dest=:1.182 serial=3 path=/org/freedesktop/DBus;
interface=org.freedesktop.DBus; member=NameAcquired
   string "org.kde.StatusNotifierItem-6746-1"
gb.dbus: warning: unhandled message: signal sender=org.freedesktop.DBus
-> dest=:1.182 serial=5 path=/org/freedesktop/DBus;
interface=org.freedesktop.DBus; member=NameAcquired
   string "org.gambas.gb.dbus.trayicon"
gb.dbus: warning: unhandled message: method call sender=:1.56 ->
dest=:1.182 serial=100 path=/StatusNotifierItem;
interface=org.freedesktop.DBus.Properties; member=GetAll
   string "org.kde.StatusNotifierItem"
gb.dbus: void signature
gb.dbus: remove match:
type='method_call',path='/StatusNotifierItem/menu',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: remove match:
type='method_call',path='/StatusNotifierItem',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: remove match:
type='method_call',path='/',destination='org.kde.StatusNotifierItem-6746-1'
gb.dbus: stop watching connection


[System]
Gambas=3.7.90   rev.7174
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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3
-- 
Amicalement
Charlie
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>>
> 
> I just published WebBrowser 1.0.2 with a fix.
> 
> Regards,

Salut Benoît,

but now I need qt5

Amicalement Charlie

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 buttons inside HSplit
> resize buttons.
> 
> CODE
> 
> Public Sub Form_Open ()
> 
>Button1_Click '("good")
> 
> End
> 
> Public Sub Button1_Click () '("Here i have the problem")
> 
>Dim i As Integer
> 
>HSplit1.Children.Clear
>'For Each hToggle In HSplit1.Children
>  'hToggle.Delete
>'Next
> 
>For i = 1 To 2
>  hToggle = New Button (HSplit1)
>  hToggle.AutoResize = True
>  hToggle.Text = "T" & i
>  Picture hToggle.Picture = ["icon:/32/add"]
>Next
> 
> End
> 
> Question...?
> 
> 1- How I can cleaning and create buttons with the same dimensions.?
> 2-Where I have the error.
> 
> regards and thanks for the help
> 
> attached example adn image of what I explain
> 
> Herberth

Salut Herberth,

Public Sub Button1_Click()
  
  Dim i As Integer  
  
  HSplit1.Children.Clear
  
  'For Each hToggle In HSplit1.Children
  '  hToggle.Delete
  'Next
  For i = 1 To 2
hToggle = New Button(HSplit1)

hToggle.Text = "T" & i
hToggle.Picture = Picture["icon:/32/add"]
  Next   
  hToggle.AutoResize = True
End

this works for me.
But how you want to distinguish your buttons.
-- 
Amicalement
Charlie


--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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://lists.sourceforge.net/lists/listinfo/gambas-user


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
> > 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.2
> > Curl=libcurl.so.4.2.0
> > DBus=libdbus-1.so.3.5.8
> > GStreamer=libgstreamer-0.10.so.0.30.0
> > GTK+3=libgtk-3.so.0.400.2
> > GTK+=libgtk-x11-2.0.so.0.2400.10
> > Poppler=libpoppler.so.19.0.0
> > Qt4=libQtCore.so.4.8.1
> > SDL=libSDL-1.2.so.0.11.3
> >
> >
> 
> I need either a stack backtrace or what you did before it crashes.
> 
> To get the stack backtrace, run the IDE from a console.
> 
> Regards,
> 

Salut Benoît,

here it is, one:
>>>>TextEditor.LinePos.1008: #21: Out of bounds
>>>>TextEditor.Clear.320 FOutput.Clear.45 Design.ClearOutput.1091
Design.Start.774 Design.Run.653 Project.Run.2609
FMain.Action_Activate.1360 >Action.Raise.204 

+ playing with WebBrowser 1.0.1 
+ run it 
+ got an error
+ try to re-run (F5) it
-> crash
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

-- 
Amicalement
Charlie
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 can scroll and if I can change to
> another Tab.
> 
> I cannot reproduce it, but it happened to me multiple times.
> 
> Workaround moving the cursor up/down with the flesh keys.
> 
> I also remarked that at debug-time the dblclick on an object or a
> variable don't raise the value-or object window.  
> 
> This I also can't reproduce it, but it also happened to me multiple
> times.
> 
> [System]
> Gambas=3.7.90 Revision: 7130
> OperatingSystem=Linux
> Kernel=3.2.0-85-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.2
> Curl=libcurl.so.4.2.0
> DBus=libdbus-1.so.3.5.8
> GStreamer=libgstreamer-0.10.so.0.30.0
> GTK+3=libgtk-3.so.0.400.2
> GTK+=libgtk-x11-2.0.so.0.2400.10
> Poppler=libpoppler.so.19.0.0
> Qt4=libQtCore.so.4.8.1
> SDL=libSDL-1.2.so.0.11.3
> 

Salut Benoît,

I can reproduce it now:
- Get WebBrowser 1.0.1 from the Softwarefarm
- load it into the IDE
- Open FBrowser.form
- dblClick on a ToolButton in the toolbar
- in the open Editor Windows :
* by a dblClick (somewhere) the first word in the selected line
is selected
* by a click (somewhere in the breakpoint-column) set a
breakpoint in the selected line

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 Minisini:
> > Le 14/06/2015 15:21, Wolfgang, dl7nb a écrit :
> >> I have an error message that I can not read:
> >>
> >>
> >> How can I change the color to see the message?
> >>
> >> Wolfgang
> >>
> > Can you send a screenshot of your unreadable error message?
> >
> 
Salut Wolfgang,

the message is :
'&1.&2' wird in der Klasse '&3' unkorrekt redefiniert
'&1.&2' is incorrectly overridden in class '&3'

So it can bee like that:
'Form.Main' wird in der Klasse 'FMain' unkorrekt redefiniert

For you color problem look at the users-email archiv 'Changing Error
Background Color or Font Color'
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 multiple times.
> 
> Can you provide more details? Apparently you don't have QT5, only QT4? I 
> will check with QT4...

Yes, no qt5 on my box 
> 
> For information, I have strange mouse behaviours with gb.qt5.
> 
> One of them was identified and comes from a bug in QT5 that made the 
> TextEditor control unresponsive until you move the mouse out of the 
> control, and back to it again.
> 
> Apparently, QT5 sometimes does not raise the Enter/Leave events correctly.
> 
> There is a workaround for that in revision #7130. Now the only 
> consequence is an incorrect mouse cursor. Kate or KWrite have exactly 
> the same bug : every QT5 application where you can select something with 
> the mouse, and leave the widget having the selection with the mouse 
> button pressed.

I will investigate and have a look to enter/leave and send you the news

> >
> > Workaround moving the cursor up/down with the flesh keys.
> >
> > I also remarked that at debug-time the dblclick on an object or a
> > variable don't raise the value-or object window.
> 
> Mmm, I have no problem wit that there. I Will check with QT4 too.
> 
I will investigate too.

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 multiple times.

Workaround moving the cursor up/down with the flesh keys.

I also remarked that at debug-time the dblclick on an object or a
variable don't raise the value-or object window.  

This I also can't reproduce it, but it also happened to me multiple
times.

[System]
Gambas=3.7.90   Revision: 7130
OperatingSystem=Linux
Kernel=3.2.0-85-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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 compiled into a .gambas file ?
> > > 
> > > thank's in advance.
> > > 
> > 
> > #If Exec
> > ' ...  do whatever
> > #End
> > 
> > hth
> > bruce
> > 
> 
> This seems to work but I had to dig into the compiler's source code to
> verify it. Then I saw that "gbc3 --help" mentions the "-x" switch which
> defines the Exec preprocessor constant [ I will update the documentation
> in a second if no one objects ]. But apparently it doesn't do anything
> else, like *forcing* the creation of an archive, which is where this method
> begins to fail. I can write the following project:
> 
>   Public Sub Main()
>   #If Exec
> Debug "Exec"
>   #Else
> Debug "No Exec"
>   #Endif
>   End
> 
> The IDE is nice in that it uses "gbc3 -x" if and only if it creates an
> executable archive (see Project.module:GetCompileCommand) -- then the
> Exec flag trick works. But I can go into a terminal and do
> 
>   $ cd /tmp/exec-flag  # which is my test project above
>   $ gbc3 -ga  # without -x
>   $ gba3
>   $ ./exec-flag.gambas
>   MMain.Main.7: No Exec
> 
> but I clearly started an executable archive. On the other side I can do
> 
>   $ gbc3 -gax
>   $ gbx3
>   MMain.Main.5: Exec
> 
> but I didn't run it from an executable archive. So, the Exec flag trick
> works if you expect people to compile stuff via the IDE.
> 
> Also, you should know that there is at least a third way to run a program,
> as I have already shown above:
> 
>   $ gbx3 /tmp/exec-flag  # if it was compiled before
> 
> which runs outside of the IDE but doesn't create a .gambas archive.
> 
> So, you might ask yourself now why it is so difficult to determine whether
> you run from an executable archive or not. The answer is: you shouldn't
> care. Write your program properly :-)
> 
> Regads,
> Tobi
> 

Salut,

I use since gambas1 the IDE arguments (which only available in the IDE).
I set a ISIDE, if in any form pressend it comes from the IDE

SUB chkIfIsIDE()
DIM nI AS Integer
bIsIDE = FALSE
FOR nI = 0 TO Application.Args.Count - 1
'PRINT Application.Args[nI]
IF Instr(UCase(Application.Args[nI]), "ISIDE") > 0 THEN
bIsIDE = TRUE
ENDIF
NEXT
END
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
> >>>
> >>> 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 are editable by default
> >> or not. You must set the property first, and then create the items.
> >>
> >> Regards,
> >>
> >
> > Salut Benoît,
> >
> > yes, it is set at design time in the IDE.
> > Attached you an example (ie. Listview the same)
> >
> 
> Items are editable as expected, I don't see what is wrong in your example...
> 
Salut Benoît,

pardon me, my mistake, I did expect that a dblclick makes the field
editable and open the input (j'etais à coté de mes pompes)
Yes, now I see, everything works right and as expected.

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 are editable by default 
> or not. You must set the property first, and then create the items.
> 
> Regards,
> 

Salut Benoît,

yes, it is set at design time in the IDE.
Attached you an example (ie. Listview the same)


Test3-0.0.2.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :
> 
> > Fabien:
> >
> > But what would be the url of the website ?
> >
> > Regards
> >
> > Julio
> >
> > 2015-06-11 11:21 GMT+02:00 Fabien Bodard :
> >
> >> just run it ... it will launch an internal server
> >>
> >> 2015-06-11 11:03 GMT+02:00 Julio Sanchez :
> >> > Hello!!
> >> >
> >> > I would like to give me the steps to run the sample web page made with
> >> > gambas3
> >> >
> >> > note:
> >> > I have a server that can run cgi-bin
> >> >
> >> > Regards
> >> >
> >> > Julio
> >> >
> >> --
> >> > ___
> >> > Gambas-user mailing list
> >> > Gambas-user@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >>
> >>
> >> --
> >> Fabien Bodard

Salut Julio,

yes, works, but link points to  http://gambasdoc.org/help/doc/markup?v3
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
> >>>
> >>> thats are my first steps with the new line wrapping, I just loaded
> >>> Bruce's demo-project.
> >>> I get some strange text behavior, look at attached screenshots.
> >>>
> >>> EX: Public Function unknown(...) As Variant
> >>> and in the text lines
> >>>
> >>
> >> Which font do you use exactly? (family & size) Do you have gb.qt5
> >> installed on your system?
> >>
> >
> > Salut Benoît,
> >
> > no gb.qt5  and Bitstream Vera Sans,11 for the Editor
> > see attachment.
> >
> 
> It should be better with rev. #7121.
> 
Salut Benoît,

Yes, solved.

Thanks
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 text behavior, look at attached screenshots.
> >
> > EX: Public Function unknown(...) As Variant
> > and in the text lines
> >
> 
> Which font do you use exactly? (family & size) Do you have gb.qt5 
> installed on your system?
> 

Salut Benoît,

no gb.qt5  and Bitstream Vera Sans,11 for the Editor
see attachment.
-- 
Amicalement
Charlie
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 options in the IDE so that you can test:
> > 
> > - A button to toggle word wrap mode individually in each editor.
> > 
> > - A global option to define if word wrap mode must be enabled by default 
> > when you open a new editor.
> > 
> > Enabling the wrap mode makes the editor slower, as a text line must be 
> > layouted each time the editor is resized, and it can take more than one 
> > line to be displayed.
> > 
> > But you will tell me if you have any problem!
> > 
> > Regards,
> > 
> > -- 
> > Benoît Minisini
> > 
> Ah Benoît, sorry to spoil your weekend  but this one is a bit of a problem.
> The attached project demonstrates wrappng problems with "very" long source 
> lines. In particular, pre-declaration inline help.
> Hopefully the source explains and shows the problem well enough at your end. 
> If not I can send screen shots separately.
> 
> Open the project in the IDE with line wrapping turned off. Read the 
> explanation at MMain.module line 9. Then set wrapping on.
> 
> regards
> Bruce

Salut,

thats are my first steps with the new line wrapping, I just loaded
Bruce's demo-project.
I get some strange text behavior, look at attached screenshots.

EX: Public Function unknown(...) As Variant 
and in the text lines


[System]
Gambas=3.7.90  rev.7120
OperatingSystem=Linux
Kernel=3.2.0-84-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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

-- 
Amicalement
Charlie
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.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 the same executable, made 30
> >>>>> March 2015, the left side is a screenshot made at this time (rev.7017),
> >>>>> the right side made today (rev.7109) the 03 June 2015. This happens on
> >>>>> start up.
> >>>>> The parent control is a HPanel. As workaround I can make a view.W+1 and
> >>>>> view.W-1 and then my toolbar is expand. So I think on draw, the event to
> >>>>> expand is not fired.
> >>>>>
> >>>>
> >>>> The parent of control of what? Where?
> >>>>
> >>>
> >>> Salut Benoît,
> >>>
> >>> parent of the 'Toolbox'.
> >>> The Toolbox consists of a
> >>>   Form (Expand=True)
> >>> with aLabel
> >>> and a HPanel (AutoResize=True)
> >>> on a  Scrollview (Expand=True)
> >>> I place my buttons etc on that HPanel
> >>> The width of the 'Toolbox'-form is saved on close,
> >>> and restored at start up.
> >>>
> >>>
> >>
> >> Can you isolate your form in a little project that reproduces the bug
> >> and send me the result?
> >>
> >
> > Salut Benoît,
> >
> > here it is.
> > Went faster than I thought.
> > Start it the resize the form
> >
> 
> The value sv.ClientWidth is not necessarily accurate when the Form 
> Resize event is raised. You must use the Arrange event of the ScrollView 
> instead.
> 
> Moreover, your project fails when you use gb.gtk or gb.gtk3, because you 
> code depends on undocumented behaviours that are not the same between 
> the GUI components. So you are playing with the fire...
> 
> Regards,
> 

Salut Benoît,

for gb.gtk I have to say I dropped the idea to run this project with.
And for the undocumented behaviours, that project starts somewhere in
2005 with gambas1 was ported in 2009 to gambas2 and June 2011 to
gambas3.

But hey the bleeding edges were always repaired.   
Yes I know it should be rewritten or replaced.


-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the same executable, made 30
> >>> March 2015, the left side is a screenshot made at this time (rev.7017),
> >>> the right side made today (rev.7109) the 03 June 2015. This happens on
> >>> start up.
> >>> The parent control is a HPanel. As workaround I can make a view.W+1 and
> >>> view.W-1 and then my toolbar is expand. So I think on draw, the event to
> >>> expand is not fired.
> >>>
> >>
> >> The parent of control of what? Where?
> >>
> >
> > Salut Benoît,
> >
> > parent of the 'Toolbox'.
> > The Toolbox consists of a
> > Form (Expand=True)
> > with a  Label
> > and a   HPanel (AutoResize=True)
> > on aScrollview (Expand=True)
> > I place my buttons etc on that HPanel
> > The width of the 'Toolbox'-form is saved on close,
> > and restored at start up.
> >
> >
> 
> Can you isolate your form in a little project that reproduces the bug 
> and send me the result?
> 

Salut Benoît,

here it is.
Went faster than I thought.
Start it the resize the form
-- 
Amicalement
Charlie


sv_view-0.0.1.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 rev. 7109 the IDE can be started on older systems (without
qt5core >= 5.3)
Thanks again
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 
> Gambas files installed from a previous compilation.
> 
> Then can you send me the output of the entire configuration, compilation 
> and installation process?
> 
> Or can you provide ma a ssh access to one of your computer?
> 

Salut Benoît,

here attached the logs and a valgrind.log.

I made a 'make uninstall', and removed /usr/lib/gambas3
and /usr/shared/gambas3, before rebuilt from scratch (trunk was also
removed).  

LUbuntu 14.04.2 LTS  x86


-- 
Amicalement
Charlie


gambas3-7108-#11.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
> >>>
> >>> here also Lubuntu 14.04.2 LTS
> >>> gambas3 rev 7103
> >>> when starting gambas IDE, here the valgrin log
> >>>
> >>>
> >>
> >> Do you have gb.qt5 installed or not?
> >>
> >
> > Salut Benoît,
> >
> > how can I check this, in Synaptic by searching 'qt5', shows a lot of
> > files with qt5 are installed.
> > I send you the compile logs.
> >
> 
> I'm talking about 'gb.qt5'! The answer is in the 'configure.log' file:
> 
> ||
> || THESE COMPONENTS ARE DISABLED:
> || - gb.db.postgresql
> || - gb.gtk3
> || - gb.jit
> || - gb.qt5
> || - gb.qt5.opengl
> || - gb.qt5.webkit
> || - gb.sdl2
> || - gb.sdl2.audio
> ||
> 
> So you don't have gb.qt5 installed.
> 

oh, yeah, mostly using his ability to read, saves a lot of time. 

Sorry

-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> >
> >
> 
> Do you have gb.qt5 installed or not?
> 

Salut Benoît,

how can I check this, in Synaptic by searching 'qt5', shows a lot of
files with qt5 are installed.
I send you the compile logs.


gambas3-rev7103.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the GB_GUI 
> environmental variable or the current desktop.
> 
> If GB_GUI is not set, and if the current desktop is *not* KDE4, then QT5 
> is preferred.
> 
> The IDE now uses these components. So logically Gambas development 
> version should now work again with older Linux distributions that do not 
> have QT5 libraries in their repositories.
> 
> Please report any problem with that!
> 
> Regards,
> 

Salut Benoît,

this is on my 14.04 Lubuntu, a crash-report 

GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gbx3...done.
(gdb) run
Starting program: /usr/bin/gbx3 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
(gdb) bt
#0  0x in ?? ()
#1  0x0804c959 in JIT_load () at gbx_jit.c:57
#2  0x08057415 in load_and_relocate (in_jit_compilation=, 
pndesc=, pstart=, 
len_data=, class=) at
gbx_class_load.c:589
#3  load_without_inits (class=class@entry=0x820bbec, 
in_jit_compilation=in_jit_compilation@entry=0 '\000')
at gbx_class_load.c:1033
#4  0x080584cc in CLASS_load_real (class=0x820bbec) at
gbx_class_load.c:1311
#5  0x08069ec7 in ARCHIVE_load_exported_class (arch=0x80a7884, pass=1)
at gbx_archive.c:196
#6  0x080772c8 in COMPONENT_load_all_finish () at gbx_component.c:147
#7  0x0805cfa4 in PROJECT_load_finish () at gbx_project.c:486
#8  0x0806c35f in init (file=file@entry=0x80821e5 ".", argc=1,
argv=0xb1d4)
at gbx.c:103
#9  0x0804b401 in main (argc=1, argv=0xb1d4) at gbx.c:372
(gdb) bt

I attached  the compile logs.
-- 
Amicalement
Charlie


gambas3.svn.tar.gz
Description: application/compressed-tar
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 provide QT5 5.3 binaries in precise or trusty. They are
> freezed to whatever version was available at their release, plus backported
> fixes. If you want to compile gambas as it is now, you will need to add a
> third party ppa that has the binaries and development packages available.
> 

Salut Sebastian,

sounds strange for me, trusty 14.04 LTS has just 15 month on his back,
should be supported till April 2017/2019, and you tell they freezed.
Do you have any sources where that is advertised?
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 ARE DISABLED:
>  || - gb.qt5
>  || - gb.qt5.opengl
>  || - gb.qt5.webkit
>  ||
> 
> and at end of make install:
> 
>  Unable to compile gambas3
> 
> 
> 
> Currently I am able to start Gambas from a copy of the file gambas3.gambas 
> (which fortunately I had not destroyed), and these my system/gambas 
> informations:
> 
> [System]
> Gambas=3.7.90
> OperatingSystem=Linux
> Kernel=3.13.0-37-generic
> Architecture=x86_64
> Distribution=Linux Mint 17.1 Rebecca
> Desktop=GNOME
> Theme=Cleanlooks
> Language=it_IT.UTF-8
> Memory=1245M
> [Libraries]
> Cairo=libcairo.so.2.11301.0
> Curl=libcurl.so.4.3.0
> DBus=libdbus-1.so.3.7.6
> GStreamer=libgstreamer-0.10.so.0.30.0
> GStreamer=libgstreamer-1.0.so.0.204.0
> GTK+3=libgtk-3.so.0.1000.8
> GTK+=libgtk-x11-2.0.so.0.2400.23
> OpenGL=libGL.so.1.2.0
> Poppler=libpoppler.so.44.0.0
> Qt4=libQtCore.so.4.8.6
>Qt5=libQt5Core.so.5.2.1
> SDL=libSDL-1.2.so.0.11.4
> 

Salut,

same problem on Ubunto 14.04.x LTS 
Can't catch higher then libQt5Core 5.2.1, but need Qt5Core>=5.3

Qt5=libQt5Core.so.5.2.1
-- 
Amicalement
Charlie


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 be the same with other forms from gb.form
> > like Wizard.
> >
> 
> It works perfectly with KWin with all GUI componentnts. I guess you are 
> using another window manager?
> 

Yes I use xfwm4 

[System]
Gambas=3.7.90
OperatingSystem=Linux
Kernel=3.2.0-83-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.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3
-- 
Amicalement
Charlie


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 much you and your collaborators,
> >>> otherwise I would be silent.
> >>> Ubuntu can represent for free software that Windows is for closed 
> >>> software.
> >>> Ubuntu uses GTK and you love QT and that's OK.
> >>> Gb.gui never completely properly worked, why insist? Is not better to
> >>> abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
> >>> manage to combine the GTK with QT, explaining well the use to all
> >>> shrimps, maybe helping them for installation?
> >>> Thanks for the attention.
> >>> Gianluigi
> >>>
> >
> >> Hello Benoit,
> >> I'm sorry if I offended you, it was not my intention. Quite the contrary.
> >> I believe that the main feature of Gambas is the one that, with a few
> >> clicks, we can get a GUI very effective and pleasant.
> >> But if the GUI does not work...
> >> I note that no one has commented on what I have written here, me wonder 
> >> why?
> >> Do not they want displease you?
> >> Do not they use gb.gui (gb.gtk +)?
> >> Do not they care if their code works with GTK?
> >> They use Gambas only for fun or theoretical study?
> >> They think that those who use Ubuntu is an idiot?
> >> But perhaps it is more likely that having fought with these malfunctions
> >> they have surrendered and now they use and do use a distro with KDE.
> >> I really hope you understand that I am writing to build and not to destroy.
> >> My best regards
> >> Gianluigi
> >>
> > Salut Gianluigi,
> >
> > I stopped to use gtk/gui in my projects, because of these known
> > problems. Sometimes for small test apps with a quick clicked new project
> > I finish with a gui, but on the first problem I switch to qt.
> > And I do not care at all, if my code works with GTK, yes!
> > And  actually I work with Ubuntu since 04.10 and with 06.06 I changed to
> > LTS.
> >
> 
> Hello Charlie,
> Also I do so, I use exclusively Qt and I do the test  on Ubuntu with 
> installed Qt Configurations and two simple settings: Tab Appearance on 
> Plastique and Tab Fonts on Ubuntu 11 Regular.
> Phil's application appears correctly colored as attached.
> Thanks to the precious suggestion of  Ron Klinkien after a year I also 
> see the Gambas warning :)
> Even you are using Qt Configuration or use another strategy?
> Regards
> Gianluigi

Salut Gianluigi,

yes, I use Qt Configuration, but for nice screenshuts I use a KDE
distro, mostly a SuSE.  

-- 
Amicalement
Charlie


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 much you and your collaborators,
> > otherwise I would be silent.
> > Ubuntu can represent for free software that Windows is for closed software.
> > Ubuntu uses GTK and you love QT and that's OK.
> > Gb.gui never completely properly worked, why insist? Is not better to
> > abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
> > manage to combine the GTK with QT, explaining well the use to all
> > shrimps, maybe helping them for installation?
> > Thanks for the attention.
> > Gianluigi
> >

> Hello Benoit,
> I'm sorry if I offended you, it was not my intention. Quite the contrary.
> I believe that the main feature of Gambas is the one that, with a few 
> clicks, we can get a GUI very effective and pleasant.
> But if the GUI does not work...
> I note that no one has commented on what I have written here, me wonder why?
> Do not they want displease you?
> Do not they use gb.gui (gb.gtk +)?
> Do not they care if their code works with GTK?
> They use Gambas only for fun or theoretical study?
> They think that those who use Ubuntu is an idiot?
> But perhaps it is more likely that having fought with these malfunctions 
> they have surrendered and now they use and do use a distro with KDE.
> I really hope you understand that I am writing to build and not to destroy.
> My best regards
> Gianluigi
> 
Salut Gianluigi,

I stopped to use gtk/gui in my projects, because of these known
problems. Sometimes for small test apps with a quick clicked new project
I finish with a gui, but on the first problem I switch to qt.
And I do not care at all, if my code works with GTK, yes!
And  actually I work with Ubuntu since 04.10 and with 06.06 I changed to
LTS.
-- 
Amicalement
Charlie


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 partially uses millimeters (e.g. CairoPdfSurface._new)
> > > to measure things, it would be nice to have a global module from somewhere
> > > official which implements those unit conversions.
> > >
> > > I am myself always uncertain with "graphical" units and if they could 
> > > under
> > > any circumstances depend on resolutions or not. A bunch of working methods
> > > would be nice and gb.util is the right place for that it seems.
> > >
> > > Regards,
> > > Tobi
> > >
> > 
> > I don't see what conversion you need exactly. Can you be more precise?
> > 
> 
> Things like px <-> mm <-> in. I'm sure there are a lot more unit conversions
> that people may find useful. Although I'm not sure anymore if it's a good
> idea to put those into a component, because it's basically multiplying by
> some constant... The thing is simply that these constants are not easy to
> memorise and sometimes they depend on some resolution or other factors of
> which people like me aren't aware. A conversion function in a component,
> once written by a clever person would come to the rescue then.
> 
> Regards,
> Tobi
> 

Salut,

what's about a conversions page on gambaswiki.org?
That would be one page about measure conversion more in the net, but
easy to find for gambas coder.

-- 
Amicalement
Charlie


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :
> > > > 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.
> > > >
> > > 
> > > Give more details please.
> > > 
> > 
> > Salut Benoît,
> > 
> > ok, very late, (comme on dit, vieux motard) but didn't take the time
> > to make an example.Here it is.
> > LETS_see is a library which uses the ToolBar. Works pretty well.
> > LEST_Start use that library and I can't open the window with the
> > ToolBar.
> > I think, because the components from LETS_see are not used.
> > 
> > happy Easter
> > -- 
> > Amicalement
> > Charlie
> 
> You need to include gb.form.mdi in LETS_start project components.
> 
> regards
> bruce
> 

Salut Bruce,

thanks, yes I know, but I think that is a bug, or something like that. 
-- 
Amicalement
Charlie


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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.
> >
> 
> Give more details please.
> 

Salut Benoît,

ok, very late, (comme on dit, vieux motard) but didn't take the time
to make an example.Here it is.
LETS_see is a library which uses the ToolBar. Works pretty well.
LEST_Start use that library and I can't open the window with the
ToolBar.
I think, because the components from LETS_see are not used.

happy Easter
-- 
Amicalement
Charlie


LETS_see-0.0.8.tar.gz
Description: application/compressed-tar


LETS_Start-0.0.2.tar.gz
Description: application/compressed-tar
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, maybe a flaw in the autotools system.
> 

Salut Benoît,

I encountered the same problem. Worked fine after remove.

[System]
Gambas=3.7.90
OperatingSystem=Linux
Kernel=3.2.0-79-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
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 , only 
> numeric one.
> 
> It work perfect with sqlite3 or using it from linux.
> The value are accessible if I use a datacontrol or get it by a db.exec select.
> 
> Same problem browsing db with integrated database manager.
> 
> Attacced is a picture of two db , one with sqlite and one with postgres.
> 
> 
> Thank's in advance.

Salut nero,

may be case sensitive Field Name !?
But I do not know gambas 3.7.0 on windows/cygwin and I never have used
the databrowser.
-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 understand, why programs and program code is stored in a 
> configuration 
> directory (that is what a hidden files/directories is for) and hidden by 
> default for the programmer who will study the code?
> 
> BTW Why is the code from the software farm and the downloadable sourcecode 
> not 
> checksum protected? Not only because we all know, that the internet is one of 
> the unsecured place in the world thanks NSA et al.
> 
> Rolf

Salut Rolf,

no, it is not THE configuration directory, in "~/.local/share/" are a
lot of programs the user installed, it shall collect the huge number of
dot directories in "~/", which are still exists nowadays, at least on my
box.
The configuration directory is "~/.config" 
Dot directories shall hide them for the user, but Programmers know about
dot directories. 

The packages from sfn have a checksum, from gambas software farm I don't
know.
And I think, there is no doubt about the activities NSA, sfn is hosted
in the USA.
-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 to the hiddden source directories.
> The user could pick the target directories
>  of course one would be free to add "enhancements" to that scheme. ;-)
> 
> Cheers,
> 
> Lewis

Salut,

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 ?
-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,

I can confirm that behave, but you can go behind of the dec-comma.
When entering the comma the box make left shift and keeps staying before
the comma.  


[System]
Gambas=3.7.90  rev.6991
OperatingSystem=Linux
Kernel=3.2.0-79-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
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3
-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 ToolBar, and ToolBar manages the visibility of its 
> ToolButtons behind the curtain (it loads its settings after the 
> Form_Load function has been called).
> 
> To make the ToolBar understands what you want, you must act when it 
> raises its "Configure" event.
> 
> Regards,
> 
Salut Benoît,

ok, thanks


-- 
Amicalement
Charlie


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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?



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> google groups.
> 
> 
> Jussi

here a signature from an ancient gambas-user  from Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 +
> >>> John Rose  wrote:
> >>>
>  I compiled and saved a project OK. When I try to run it within the IDE,
>  all it does is to display a red no entry sign near the bottom of the
>  screen. It does not display an icon in Ubuntu's Unity Launcher let alone
>  open the form: screenshot attached. AFAIK I've never seen this behaviour
>  before. The first few lines of code are:
>  ' Gambas class file
> 
>  Private aStartPositions As Integer[] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
> >> 0, 0]
>  Private aCams As String[] = []
>  Private sPrinted As String
>  ' Private sPlain As String = ""
>  ' Private sCyphered As String = ""
>  ' Private iLimitation As Integer
>  ' Private sLimitation As String
>  Private aExecParameters As String[]
>  Private fResults As File
>  Private sResultsPath As String
> 
>  Public Sub Form_Open()
>    Inc Application.Busy
>    Me.Title = "Lorenz with Chi2 Limitation: Version " &
> >> Application.Version
>    Me.Center()
>    Me.Show
>    StartPositionValueBox1.SetFocus()
>  Finally
>    Application.Busy = 0
>  Catch
>    Message.Warning(ERROR.Text)
> 
>  I don't see anything significantly different in this code from that used
>  in my other projects.
> 
>  If people insist on my attaching a stripped down project, then I will do
>  so. However, it may just be something obvious: it's always a fair amount
>  of work to create stripped down projects from actual ones.
>  --
> 
>  John
> 
> 
> 
> >>> This would be indicative of something failing in the initialisation of
> >> the application.
> >>> Try expanding the traceback panel, both horizontally and vertically.
> >>> Also the error message in the bubble is probably transparent due to
> >> theme settings.
> >>> Try a diffferent desktop theme and see if you can read the error.
> >>>
> >>> hth
> >>> bruce
> >> Bruce,
> >>
> >> I don't understand what you meant by the 'traceback panel'. I've tried
> >> expanding the Console area in both directions, but that made no
> >> difference. I've tried other desktop themes (original was 'Select a
> >> Theme', which I've left alone for all my projects) but that made no
> >> difference.
> >> I noticed that the red no entry icon appears in a small rectangular area
> >> at the top right corner of the Console output, the rest of that small
> >> area being blank.

Salut John,

I made a screenshot from the 'traceback panel'.mentioned by Bruce. 
If I click on Maskbox.UnpdateMaskandSeparator a balloon raise saying
"Bad Mask" (sorry couldn't make the screenshot with that ballon)

So you havr to check your Teeth mask entries.

-- 
Amicalement
Charlie
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 popup menu on the debugger expression window that allows to
>   edit or watch the selected value.
> 

Salut Benoît,

this is the first time I hear that we can change values during debug.
Sorry, but since when exists that ? I totally missed that!


-- 
Amicalement
Charlie


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


  1   2   3   4   5   6   7   >