Re: [Gambas-user] Question: Gambas IDE editor - command to collapse all procedures?

2017-01-14 Thread Benoît Minisini
Le 13/01/2017 à 12:07, Casper a écrit : > Is there a shortcut or single command to collapse (fold) all > procedures (functions) in the active code window in the Gambas 3.92 > IDE editor? > CTRL + ALT + ENTER or Double-click on the minus sign. -- Benoît Minisini ---

Re: [Gambas-user] Question about gb.cairo

2016-05-24 Thread willy
> > Salut gbWilly, > > if I read well you ran it by cron! > Is it a path problem? Too often seen! The application never run using cron up to now. That is the goal, but it is of little use if the application is not working, as it already goes wrong during testing. But thanks anyway, gbWilly -

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Karl Reinl
Am Montag, den 23.05.2016, 19:58 +0200 schrieb wi...@develop.earthshipeurope.org: > On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > > I have used Cairo in a non GUI application, and it runs very well. > > > Okay, good to know. > Some questions rise: > What version of Gambas is this non GUI applic

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > I have used Cairo in a non GUI application, and it runs very well. > Okay, good to know. Some questions rise: What version of Gambas is this non GUI application running on? And is the system it is running on a non GUI install of some linux or a com

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Rolf-Werner Eilert
I have used Cairo in a non GUI application, and it runs very well. Maybe you are using some other function which refers to GUI somewhere in the code? Regards Rolf Am 23.05.2016 16:31, schrieb wi...@develop.earthshipeurope.org: > Hi all, > > I have written a function to make a pdf from data in

Re: [Gambas-user] Question on editing database tables

2015-12-19 Thread willy
On 2015-12-19 02:15, zainudin ahmad wrote: > This trick(0=0) worked for sqlite > > "0=0 ORDER BY Code, Date, Amount" > > May be any better idea ? > Thanks, I'll give it a try after the holidays (in 2 weeks) when I am back at work. gbWilly

Re: [Gambas-user] Question on editing database tables

2015-12-18 Thread zainudin ahmad
This trick(0=0) worked for sqlite "0=0 ORDER BY Code, Date, Amount" May be any better idea ? On Wed, Dec 16, 2015 at 10:24 PM, wrote: > Hi all, > > > I have used editing on tables multiple times like this for example: > > rResultEdit = $hConn.Edit("KasAanvullingen", "KassaCode = &1 AND Time =

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-15 Thread Benoît Minisini
Le 15/12/2015 17:33, Benoît Minisini a écrit : > Le 15/12/2015 17:30, PICCORO McKAY Lenz a écrit : >> this its a bug, tha must be handled by the release of gamba 3.8.4 >> ! wil >> be benoit? >> > > Yes, I will put it in gambas 3.8.4. > The Gambas 3.8.4 pre-release source archive has been updat

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-15 Thread Benoît Minisini
Le 15/12/2015 22:36, wi...@develop.earthshipeurope.org a écrit : > On 2015-12-15 02:51, Benoît Minisini wrote: >> Le 15/12/2015 00:54, Benoît Minisini a écrit : >>> Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : Hi, As I have been developing my Gambas3 applications

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-15 Thread willy
On 2015-12-15 02:51, Benoît Minisini wrote: > Le 15/12/2015 00:54, Benoît Minisini a écrit : >> Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : >>> Hi, >>> >>> As I have been developing my Gambas3 applications mainly (all except >>> 1) >>> with gb.qt4 component. >>> Now, I am fac

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-15 Thread Benoît Minisini
Le 15/12/2015 17:30, PICCORO McKAY Lenz a écrit : > this its a bug, tha must be handled by the release of gamba 3.8.4 ! wil > be benoit? > Yes, I will put it in gambas 3.8.4. -- Benoît Minisini -- __

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-15 Thread PICCORO McKAY Lenz
this its a bug, tha must be handled by the release of gamba 3.8.4 ! wil be benoit? 2015-12-14 21:21 GMT-04:30 Benoît Minisini : > Problem fixed in revision #7525. 'gb.gui.qt' is now correctly handled by > the packager. > > --

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-14 Thread Benoît Minisini
Le 15/12/2015 00:54, Benoît Minisini a écrit : > Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : >> Hi, >> >> As I have been developing my Gambas3 applications mainly (all except 1) >> with gb.qt4 component. >> Now, I am facing a problem with the qt5 being rolled out several recent

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : > Hi, > > As I have been developing my Gambas3 applications mainly (all except 1) > with gb.qt4 component. > Now, I am facing a problem with the qt5 being rolled out several recent > distro's, when at the same time the older LTS (so,

Re: [Gambas-user] Question

2015-10-11 Thread Fabien Bodard
Here is an example of use with HERE.COM REST API Private $cInfo As New Collection Public Sub Form_Open() Dim hLayer As _MapTile $cInfo!YOUR_APP_ID = "" '<-- fill it $cInfo!YOUR_APP_CODE = "" '<--fill it hLayer = MapView1.Map.AddTile("Here", "http://{s}.aerial.maps.cit.api.here.com/maptile

Re: [Gambas-user] Question about WebView

2015-10-06 Thread Moviga Technologies
You need to manipulate the DOM when the WebView is in editing mode to append an img-tag where it finds anchor-tags. Probably the easiest way to do this is to use Jquery to append/replace anchor-tags. You can call the Jquery functions in Gambas with WebView's .Eval() method. The .Eval() practical

Re: [Gambas-user] Question

2015-09-30 Thread Fabien Bodard
Well it's just too expensive for me :-)... 490 € per year ... But i can try to do a demo with the free trial version after the grappe harvesting Or maybe someone have an appid and an app code. then your app need to make a call to that : http://signature.venue.maps.cit.api.here.com/venues/signatu

Re: [Gambas-user] Question

2015-09-30 Thread Fabien Bodard
I can use already Here with gb.map it's a quadkey based tiling just like Bing 2015-09-29 23:52 GMT+02:00 adamn...@gmail.com : > On Tue, 29 Sep 2015 21:18:40 +0200 > Tobias Boege wrote: > >> On Tue, 29 Sep 2015, Jussi Lahtinen wrote: >> > How does the mapviewer work..? I get only empty view, and q

Re: [Gambas-user] Question

2015-09-30 Thread Tobias Boege
On Wed, 30 Sep 2015, adamn...@gmail.com wrote: > On Tue, 29 Sep 2015 21:18:40 +0200 Tobias Boege wrote: > > On Tue, 29 Sep 2015, Jussi Lahtinen wrote: > > > How does the mapviewer work..? I get only empty view, and quickly I don't > > > see way to define the map. > > > > > > > I believe we have

Re: [Gambas-user] Question

2015-09-29 Thread adamn...@gmail.com
On Tue, 29 Sep 2015 21:18:40 +0200 Tobias Boege wrote: > On Tue, 29 Sep 2015, Jussi Lahtinen wrote: > > How does the mapviewer work..? I get only empty view, and quickly I don't > > see way to define the map. > > > > I believe we have a gb.map example using MapView here[0], German though. > Scr

Re: [Gambas-user] Question

2015-09-29 Thread Tobias Boege
On Tue, 29 Sep 2015, Jussi Lahtinen wrote: > How does the mapviewer work..? I get only empty view, and quickly I don't > see way to define the map. > I believe we have a gb.map example using MapView here[0], German though. Scroll all the way down the page to find the download section. Regards, T

Re: [Gambas-user] Question

2015-09-29 Thread Jussi Lahtinen
How does the mapviewer work..? I get only empty view, and quickly I don't see way to define the map. Jussi On Tue, Sep 29, 2015 at 9:41 PM, Fabien Bodard wrote: > Mapviewer is in the gb.map component > > 2015-09-29 20:12 GMT+02:00 Moviga Technologies : > > > > > > Thank all of you for clarifyi

Re: [Gambas-user] Question

2015-09-29 Thread Fabien Bodard
Mapviewer is in the gb.map component 2015-09-29 20:12 GMT+02:00 Moviga Technologies : > > > Thank all of you for clarifying that! > -- > ___ > Gambas-user mailing list > Gambas-u

Re: [Gambas-user] Question

2015-09-29 Thread Moviga Technologies
Thank all of you for clarifying that! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Question

2015-09-29 Thread Jussi Lahtinen
Is the map viewer published in software farm..? I can't find it. Jussi On Tue, Sep 29, 2015 at 8:50 PM, Fabien Bodard wrote: > 2015-09-29 18:04 GMT+02:00 Tobias Boege : > > On Tue, 29 Sep 2015, Moviga Technologies wrote: > >> > >> > >> Property Read {Map} As Map > >> > >> What are the brackets

Re: [Gambas-user] Question

2015-09-29 Thread Fabien Bodard
2015-09-29 18:04 GMT+02:00 Tobias Boege : > On Tue, 29 Sep 2015, Moviga Technologies wrote: >> >> >> Property Read {Map} As Map >> >> What are the brackets doing? > > They tell the compiler to treat the bracketed string as an identifier. This > is documented here[0]. Since there apparently is a cla

Re: [Gambas-user] Question

2015-09-29 Thread Tobias Boege
On Tue, 29 Sep 2015, Moviga Technologies wrote: > > > Property Read {Map} As Map > > What are the brackets doing? They tell the compiler to treat the bracketed string as an identifier. This is documented here[0]. Since there apparently is a class named "Map" already, it might cause trouble f

Re: [Gambas-user] Question

2015-09-29 Thread ML
If I'm correct, it means that the compiler should take the specified string as an identifier and not as a reserved word or class. In this case, the string is 'Map'. Looks like the Map property ("{Map}") returns a Map (As Map) object. Sneaky! On 2015-09-29 12:26, Moviga Technologies wrote: > Prop

Re: [Gambas-user] Question about TabStrip (or TabPanel)

2015-09-28 Thread Matti
I really missed something. Thanks, Tobi! Am 28.09.2015 um 19:34 schrieb Tobias Boege: > On Mon, 28 Sep 2015, Matti wrote: >> Every Tab of TabStrip has an own "Text" property. >> Wouldn't it be useful to have a "Tag" property, too, for each Tab, instead >> of just one "Tag" for the whole control?

Re: [Gambas-user] Question about TabStrip (or TabPanel)

2015-09-28 Thread Tobias Boege
On Mon, 28 Sep 2015, Matti wrote: > Every Tab of TabStrip has an own "Text" property. > Wouldn't it be useful to have a "Tag" property, too, for each Tab, instead of > just one "Tag" for the whole control? > My first attempts with TabStrip always end in needing to assign something > like 'URL' or

Re: [Gambas-user] Question about bugtracker mails

2015-09-09 Thread Benoît Minisini
Le 08/09/2015 20:49, Karl Reinl a écrit : > Salut, > > > mails from bugtracker I get twice if I'm the reporter. > ( see attachment ) > One via [Gambas Bug Tracker] and one via [Gambas-user] > > And there is a minor bug, the reporters adresse (I think) is two time in > the mail ( see attachment ) >

Re: [Gambas-user] Question about libraries and components (2nd time)

2015-06-04 Thread Karl 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

Re: [Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread Willy@develop
On zo, 2015-05-17 at 19:39 +0200, Benoît Minisini wrote: > >> > >> Any suggestions? > >> > >> > > > > Something quick and dirty like that? > > ' EolText = "\n" ' Unix > EolText = "\r\n" ' Windows > ' EolText = "\r" ' Mac > > Text = Replace(Text, "\r\n", "\n") > Text = Replace(Text, "\r", "\n") >

Re: [Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread Benoît Minisini
Le 17/05/2015 19:21, T Lee Davidson a écrit : > On 05/17/2015 10:18 AM, Willy@develop wrote: >> Hi All, >> >> I've been struggling with something I would like to implement. >> >> A user asked me if it would be possible to preserve Windows EOL (CRLF) >> for files originating from Windows, but opened

Re: [Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread T Lee Davidson
On 05/17/2015 10:18 AM, Willy@develop wrote: > Hi All, > > I've been struggling with something I would like to implement. > > A user asked me if it would be possible to preserve Windows EOL (CRLF) > for files originating from Windows, but opened and modified in gbEdit > (Gambas written texteditor).

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

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

2015-04-05 Thread 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

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

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

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

Re: [Gambas-user] Question on Class.Load

2014-11-02 Thread Fabien Bodard
Well A class is the caneva... a dead container If you want to use it you must to make it alive to interact with it. so a class is the description of what can be the object. An object is an instanciated class A static class then is a self instanciated class (like module) -

Re: [Gambas-user] Question on Class.Load

2014-11-02 Thread Ian
Merci Fabien, That solution worked very well. I had thought that you only needed to export classes when using them for a component ? (from the Gambas Wiki on Components - Which is the only reference I can find to exporting classes.) One other question. So what would Class.Load be used for ? Ia

Re: [Gambas-user] Question on Class.Load

2014-11-02 Thread Fabien Bodard
Just one question ... have you exported those classes ? tmpClass is just a class ... not an instanciate object You need to call Object.New Or just new Public Sub Main() Dim hObj As Object Dim sSym As String For Each sSym In Classes["MyClass"].Symbols Print sSym Next hObj = Object.New("MyCla

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi, Am 09.10.2014 um 11:15 schrieb Jack: > you need to use key.delete instead of key.del Ok, thanks :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature --

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Jack
Le 09/10/2014 11:02, Christof Thalhofer a écrit : > Hi > > I saw, there was an error in my code (F4 did not work), here it is fixed. > you need to use key.delete instead of key.del -- Cordialement Jacky Tripoteau -- M

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi I saw, there was an error in my code (F4 did not work), here it is fixed. Alles Gute Christof Thalhofer -- Dies ist keine Signatur DegComboBox-0.0.1-2.tar.gz Description: application/gzip signature.asc Description: OpenPGP digital signature -

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Fabien Bodard
2014-10-07 14:47 GMT+02:00 Charlie : > I had a look at this and came up with a possible solution. I have attached > NewComboBox code that was created in Gambas 3.5.4. > > It is not a simple as I would like but may give you some ideas. > > Charlie Well Charlie ... how to say that ... :-/ ... why a

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Christof Thalhofer
Hi, Am 07.10.2014 um 13:39 schrieb Benoît Minisini: > The ComboBox look and behaviour is entirely managed by the GUI toolkit > and theme. Most of GTK+ theme has this weird behaviour with ComboBox. > Qt4 don't, unless you use the QGtk widget theme that encapsulates a GTK+ > theme inside a QT on

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Charlie
I had a look at this and came up with a possible solution. I have attached NewComboBox code that was created in Gambas 3.5.4. It is not a simple as I would like but may give you some ideas. Charlie NewComboBox.gz -- View this mes

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 13:39 +0200, Benoît Minisini wrote: > Le 07/10/2014 12:13, Willy Raets a écrit : > > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > >> When using a combobox, with a lot of elements in there you get a screen > >> full. To me this is NOT very user friendly. > >> > >> > >>

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 12:13, Willy Raets a écrit : > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: >> When using a combobox, with a lot of elements in there you get a screen >> full. To me this is NOT very user friendly. >> >> >> >> I was wondering why it is not allowed to set the MaxLength property

Re: [Gambas-user] Question about making packages

2014-10-07 Thread Rolf-Werner Eilert
Am 07.10.2014 11:27, schrieb Willy Raets: > On di, 2014-10-07 at 11:00 +0200, Rolf-Werner Eilert wrote: >> Just for fun I tried to make an install package out of one of my >> projects. Everything ran flawlessly, now there is an .rpm of the >> binaries and an .rpm of the sources. >> >> If I was an

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > When using a combobox, with a lot of elements in there you get a screen > full. To me this is NOT very user friendly. > > > > I was wondering why it is not allowed to set the MaxLength property for > a list that is Read Only? > Is there a sp

Re: [Gambas-user] Question about making packages

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 11:00 +0200, Rolf-Werner Eilert wrote: > Just for fun I tried to make an install package out of one of my > projects. Everything ran flawlessly, now there is an .rpm of the > binaries and an .rpm of the sources. > > If I was another user and would download and install the bi

Re: [Gambas-user] Question on the .gitignore file

2014-09-26 Thread Willy Raets
On vr, 2014-09-26 at 19:09 +0200, Benoît Minisini wrote: > Le 26/09/2014 17:00, Willy Raets a écrit : > > Hi, > > > > At work I have been playing with setting up a git repository on a server > > to have some version control on Gambas development. > > > > Now I have seen that the Gambas (trunk versi

Re: [Gambas-user] Question on the .gitignore file

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 17:00, Willy Raets a écrit : > Hi, > > At work I have been playing with setting up a git repository on a server > to have some version control on Gambas development. > > Now I have seen that the Gambas (trunk version) default makes > a .gitignore file, witch is a very handy thing when

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-28 Thread wally
On 01/28/2014 01:05 PM, Tobias Boege wrote: > On Tue, 28 Jan 2014, wally wrote: >>> Le 26/01/2014 18:03, wally a ?crit : Hello, i need to write more than 63 Bytes to an Byte[] in a structure. How to do this job ? mini example attached thank you wal

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-28 Thread Tobias Boege
On Tue, 28 Jan 2014, wally wrote: > > Le 26/01/2014 18:03, wally a ?crit : > >> Hello, > >> > >> i need to write more than 63 Bytes to an Byte[] in a structure. > >> > >> How to do this job ? > >> > >> mini example attached > >> > >> > >> thank you wally > >> > > Since revision #6110 the number of

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-27 Thread wally
> Le 26/01/2014 18:03, wally a ?crit : >> Hello, >> >> i need to write more than 63 Bytes to an Byte[] in a structure. >> >> How to do this job ? >> >> mini example attached >> >> >> thank you wally >> > Since revision #6110 the number of elements in the array constructor > operator ([ ... ]) is no

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-27 Thread Benoît Minisini
Le 26/01/2014 18:03, wally a écrit : > Hello, > > i need to write more than 63 Bytes to an Byte[] in a structure. > > How to do this job ? > > mini example attached > > > thank you wally > Since revision #6110 the number of elements in the array constructor operator ([ ... ]) is now only limited

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-27 Thread Jussi Lahtinen
I don't quite understand the problem. If the data is from device, then why number of parameters matter? The limit only applies when the data is written by hand directly to source code. You don't read it from stream/memory? Yes, you can put the values to string like this "1, 2, 3, ... , 63, 64, 65"

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread Jussi Lahtinen
No, you got me wrong... 64 is limit of arguments, so split it in two set of arguments. GG.src.Insert([1,2,3,4, ... ]) GG.src.Insert([ ... 63, 64, 65]) Jussi On Sun, Jan 26, 2014 at 10:59 PM, wally wrote: > Hi Jussi, > > still "too many arguments" > > I do something wrong, incedible a 63 lim

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
Fabian it is not known in the project. What i sent is a separate clear example only. This data is sent froma device, always different but usually not bigger than 255 Bytes. I fear i must cut in parts or do all the stuff again in C. On 01/26/2014 10:55 PM, Fabien Bodard wrote: > if it is known

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread Fabien Bodard
if it is known datas why don't you store them to a file ? 2014-01-26 Tobias Boege : > On Sun, 26 Jan 2014, wally wrote: >> Hi Jussi, >> >> still "too many arguments" >> >> I do something wrong, incedible a 63 limit for Byte[] >> >> GG.src.Insert([1,2,3,4, ... , 64, 65]) >> > > This is a known limi

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread Tobias Boege
On Sun, 26 Jan 2014, wally wrote: > Hi Jussi, > > still "too many arguments" > > I do something wrong, incedible a 63 limit for Byte[] > > GG.src.Insert([1,2,3,4, ... , 64, 65]) > This is a known limit, but it has nothing special to do with the Byte[] class. IIRC, I was the one who last asked

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
Hi Jussi, still "too many arguments" I do something wrong, incedible a 63 limit for Byte[] GG.src.Insert([1,2,3,4, ... , 64, 65]) wally On 01/26/2014 08:40 PM, Jussi Lahtinen wrote: > Example: > GG.src.Insert([1,2,3,4]) > > Jussi > > > On Sun, Jan 26, 2014 at 7:03 PM, wally wrote: > >> Hello

Re: [Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread Jussi Lahtinen
Example: GG.src.Insert([1,2,3,4]) Jussi On Sun, Jan 26, 2014 at 7:03 PM, wally wrote: > Hello, > > i need to write more than 63 Bytes to an Byte[] in a structure. > > How to do this job ? > > mini example attached > > > thank you wally > > '#

Re: [Gambas-user] Question READ WRITE in V3

2013-11-12 Thread Benoît Minisini
Le 12/11/2013 14:44, nando a écrit : > Thanks Benoit, but actually, my question wasn't about how to get help for V2, > it was > > is it still true that WRITE #file, s, 14 > will only write 14 bytes and NOT write the length first > (as it did in other versions) WRITE #hfile, s, 14 never wrote the s

Re: [Gambas-user] Question READ WRITE in V3

2013-11-12 Thread nando
nand...@nothingsimple.com, mailing list for gambas users Sent: Tue, 12 Nov 2013 14:25:16 +0100 Subject: Re: [Gambas-user] Question READ WRITE in V3 > Le 12/11/2013 14:11, nando a écrit : > > Benoit, > > I use (still) v1.17 and v2 and I use the READ and WRITE statements > > I

Re: [Gambas-user] Question READ WRITE in V3

2013-11-12 Thread Benoît Minisini
Le 12/11/2013 14:11, nando a écrit : > Benoit, > I use (still) v1.17 and v2 and I use the READ and WRITE statements > I have not ported to v3 yet. > > When I was replying to someone's issue about READ > I came across the V3 help for READ > > Question: is it still true that WRITE #file, s,14 > will

Re: [Gambas-user] Question on mime type installation

2013-09-22 Thread Kende Krisztián
> Hi all, > > Here is my situation: > In the Project folder (.hidden) I have: > - a folder Icons (see attachment mime-02.png) > - FlagShipDesignAid.xml -> mime type infofile (see attachment > mime-03.png) > > When making a package in step 8 I have them copied to certain > locations (see attachmen

Re: [Gambas-user] Question about repeating sections using gb.report with Gambas3

2013-09-18 Thread Greg Raffaelle
Fabien, I will review your edits of the files OutputReport.report and OutputReport.class and see if I can get the report section to repeat in my application. To answer your question about time learning to use the gb.report component it was significant (perhaps 60 hours over the course of four

Re: [Gambas-user] Question about repeating sections using gb.report with Gambas3

2013-09-17 Thread Fabien Bodard
Well, this is the files i've modified and show you how to do. all the header must be fixed then put all the repeated part in a Vbox or a panel with V arrangement. set this vbox autoresize and with onepiece to true (to enforce all the content to be on the same page) and then repeat this vbox by

Re: [Gambas-user] Question about repeating sections using gb.report with Gambas3

2013-09-17 Thread Fabien Bodard
The answer is yes I will see that this evening and provide you an exemple. Le 17 sept. 2013 01:27, "Greg Raffaelle" a écrit : > I am using the gb.report component with Gambas3 to create a technical > report for an engineering analysis program. I have the report page setup > but I want to report

Re: [Gambas-user] question about sfn (no not NSA) mailinglist

2013-07-05 Thread Tobias Boege
On Fri, 05 Jul 2013, Karl Reinl wrote: > Salut, > > these last month the mails from sfn came/come in strange manner. > So I hade no mails from the svn since 1 of mai (Revision: 5636) and > yesterday suddenly starting with Revision: 5717, 5716 also 5718 to 5720 > came in, in this order and all ye

Re: [Gambas-user] Question about XML

2013-06-30 Thread Charlie Reinl
Am Sonntag, den 30.06.2013, 02:39 +0200 schrieb Adrien Prokopowicz: > Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl > a écrit: > > > Salut Adrien, > > > > "Article :\ngreen peppers\ntinned tomatoes" > > > > this text saved with > > > > xml.Attribute("Text", "Article :\ngreen peppers\ntinned

Re: [Gambas-user] Question about XML

2013-06-29 Thread Adrien Prokopowicz
Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl a écrit: > Salut Adrien, > > "Article :\ngreen peppers\ntinned tomatoes" > > this text saved with > > xml.Attribute("Text", "Article :\ngreen peppers\ntinned tomatoes") > where xml is a XmlWriter > > the old XMLLib sorted thet > > Text="Article

Re: [Gambas-user] Question about XML

2013-06-29 Thread Adrien Prokopowicz
Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl a écrit: > Salut Adrien, > > "Article :\ngreen peppers\ntinned tomatoes" > > this text saved with > > xml.Attribute("Text", "Article :\ngreen peppers\ntinned tomatoes") > where xml is a XmlWriter > > the old XMLLib sorted thet > > Text="Article

Re: [Gambas-user] Question about a Qt translation warning

2012-12-10 Thread Robynsveil
Oh, okay - well, if it's not a critical issue, I won't worry about it. Thanks for that. Might get on the Qt forums at some point to see if there actually is a translation file or configuration I'm missing or if it's something Qt devs don't really see as essential, either. -- View this message

Re: [Gambas-user] Question about a Qt translation warning

2012-12-10 Thread Benoît Minisini
Le 10/12/2012 12:41, Robynsveil a écrit : > Hi, I'm running Gambas 3.3.4 in Linux Mint 13 64-bit, with the Qt4 > development set installed (hoping I'm describing this adequately). Oh, and I > live in Australia. > I've created a form... when I "Run" it, Console reports: > > gb.qt4: warning: unable t

Re: [Gambas-user] Question about gb.args

2012-11-28 Thread Bruce
On Thu, 2012-11-29 at 05:30 +0100, Willy Raets wrote: > I has a quick look at the documentation of gb.args. > > As I understand it gb.args is able to return version of an applicatiosn. > Like if I have a GUI Gambas app named MyApp in /usr/bin/ a MyApp > --version should return version of the insta

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-06 Thread Willy Raets
On Wed, 2012-10-03 at 13:47 +0200, Benoît Minisini wrote: > Technically, even if it is strange, plugins are not really necessary > with Gambas. > > As plugins usually depends on the main program version, you can put all > plugins in the main program. Anyway, the Gambas interpreter will load > t

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-04 Thread Willy Raets
On Wed, 2012-10-03 at 12:22 +0200, Ron wrote: > On 3-10-2012 2:58, Willy Raets wrote: > >> Hi Willy, Hi Bruce, Thanks for sending the applications and post. Made me think over the current project and where to go with it with the plugins. The application is currently in Gambas2 but will be complet

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread Sebastian Kulesz
On Wed, Oct 3, 2012 at 12:55 PM, William Cabrera wrote: > the problem is with the functions of the plugin, as the application will > know what features the plugin? > > 2012/10/3 Sebastian Kulesz > >> On Wed, Oct 3, 2012 at 9:23 AM, Fabien Bodard wrote: >> > 2012/10/3 Benoît Minisini : >> >> Le 0

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread William Cabrera
the problem is with the functions of the plugin, as the application will know what features the plugin? 2012/10/3 Sebastian Kulesz > On Wed, Oct 3, 2012 at 9:23 AM, Fabien Bodard wrote: > > 2012/10/3 Benoît Minisini : > >> Le 03/10/2012 12:22, Ron a écrit : > >>> On 3-10-2012 2:58, Willy Raets

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread Sebastian Kulesz
On Wed, Oct 3, 2012 at 9:23 AM, Fabien Bodard wrote: > 2012/10/3 Benoît Minisini : >> Le 03/10/2012 12:22, Ron a écrit : >>> On 3-10-2012 2:58, Willy Raets wrote: On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: > On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: >> Hi. >>

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread Fabien Bodard
2012/10/3 Benoît Minisini : > Le 03/10/2012 12:22, Ron a écrit : >> On 3-10-2012 2:58, Willy Raets wrote: >>> On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: > Hi. > > I recently had a request of someone if it is possible to bui

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread Benoît Minisini
Le 03/10/2012 12:22, Ron a écrit : > On 3-10-2012 2:58, Willy Raets wrote: >> On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: >>> On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: Hi. I recently had a request of someone if it is possible to build a plugin/add on for my exist

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread Ron
On 3-10-2012 2:58, Willy Raets wrote: > On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: >> On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: >>> Hi. >>> >>> I recently had a request of someone if it is possible to build a >>> plugin/add on for my existing Gambas application. >>> >>> I like the

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-02 Thread Willy Raets
On Wed, 2012-10-03 at 08:26 +0930, Bruce wrote: > On Tue, 2012-10-02 at 23:03 +0200, Willy Raets wrote: > > Hi. > > > > I recently had a request of someone if it is possible to build a > > plugin/add on for my existing Gambas application. > > > > I like the idea, as it would give extra function t

Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Willy Raets
On di, 2012-08-28 at 20:18 +0200, Fabien Bodard wrote: > 2012/8/28 Jussi Lahtinen : > > Example: > > > > ''This line is visible in help window. > > ''This second line too... > > Public Sub TestSub() > > ... > > > > So, put helplines before declaration of method/function/variable/etc. > > > > Jussi

Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Fabien Bodard
2012/8/28 Jussi Lahtinen : > Example: > > ''This line is visible in help window. > ''This second line too... > Public Sub TestSub() > ... > > So, put helplines before declaration of method/function/variable/etc. > > Jussi This is only available for class in the current project. For extra libs the

Re: [Gambas-user] Question on autohelp in IDE and libaries.

2012-08-28 Thread Jussi Lahtinen
Example: ''This line is visible in help window. ''This second line too... Public Sub TestSub() ... So, put helplines before declaration of method/function/variable/etc. Jussi On 27 August 2012 23:48, Willy Raets wrote: > Hi all, > > Hope someone can help with this one. Seems to me an undo

Re: [Gambas-user] Question on networking between one Gambas application that acts as both client and server

2012-06-26 Thread Willy Raets
On di, 2012-06-26 at 17:34 -0700, Randall Morgan wrote: > Will this be done in a direct P2P fashion or using a master hub? > I was thinking P2P > > If you are doing this in a direct peer to peer then your players will > need to handle locating their friend's machine on the net perhaps via > the

Re: [Gambas-user] Question on networking between one Gambas application that acts as both client and server

2012-06-26 Thread Randall Morgan
Will this be done in a direct P2P fashion or using a master hub? If you are doing this in a direct peer to peer then your players will need to handle locating their friend's machine on the net perhaps via the IP address and may need to set up their machine at home to allow your chosen protocol be

Re: [Gambas-user] Question about Gambas3

2012-05-17 Thread Benoît Minisini
Le 17/05/2012 19:57, Emil Lenngren a écrit : > What exactly were the problems, how far did you come? > > Maybe add an instruction in the compiled code that is inserted in the > beginning of each function, when a (new) profiling compilation flag is > active. > When that instruction is executed, a co

Re: [Gambas-user] Question about Gambas3

2012-05-17 Thread Emil Lenngren
What exactly were the problems, how far did you come? Maybe add an instruction in the compiled code that is inserted in the beginning of each function, when a (new) profiling compilation flag is active. When that instruction is executed, a counter that counts how many time that function is increme

Re: [Gambas-user] Question about Gambas3

2012-05-17 Thread Olivier Cruilles
Ok, so it will be great if you decide to implement this one in Gambas. Thank's Olivier Cruilles Mail: linu...@club-internet.fr Le 17 mai 2012 à 19:29, Benoît Minisini a écrit : > Le 17/05/2012 13:47, Olivier Cruilles a écrit : >> Hi Benoit, >> >> Do you think it's possible to have a function i

Re: [Gambas-user] Question about Gambas3

2012-05-17 Thread Benoît Minisini
Le 17/05/2012 13:47, Olivier Cruilles a écrit : > Hi Benoit, > > Do you think it's possible to have a function in the IDE of Gambas3 to > profiling a project > when it run like in JAVA: jprofiler > > Not really the same with all functions but just to profiling functions > execution to know how m

Re: [Gambas-user] Question about gambas2/3 on pandaboard and ubuntu 12.04 rc/beta

2012-03-14 Thread Jussi Lahtinen
Download latest Gambas 3 source, and delete all Gambas related binaries. sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 Try to compile with (you might need to change "Desktop"): (

Re: [Gambas-user] Question about Object.Size and object symbol enumeration

2012-01-16 Thread Jussi Lahtinen
Just wondering where Object.SizeOf is usually needed for... Example, you can use SizeOf() function to determine needed space to write memory to file. But Object.SizeOf cannot be used for that. Maybe there should be warning in documentation about dissimilarities between SizeOf() and Object.SizeOf.

  1   2   >