[Gambas-user] Question about webForm object

2017-05-08 Thread Yahoo
Benoit, I’m playing with webForm object for a new project and I try to render a FormWeb over a module ‘Main’ executed as startup rather than define the FormWeb as default startup object. Example: Module Main ' Gambas module file Public Sub Main()   ‘ Some functions executed here   ‘ before R

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

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

2017-01-13 Thread Casper
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? -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Ph

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

[Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
Hi all, I have written a function to make a pdf from data in a mysql database. This function is in a library. A command line application 'PrintKwartaal' uses this function. Goal is to print the pdf on a quarterly base using a cron job on Debain server. The cron job starts the Gambas application

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 =

[Gambas-user] Question on editing database tables

2015-12-16 Thread willy
Hi all, I have used editing on tables multiple times like this for example: rResultEdit = $hConn.Edit("KasAanvullingen", "KassaCode = &1 AND Time = &2 AND Date = &3", sKasAanvulCode, rResultAanvul!Time, rResultAanvul!Date) Now I'm facing a harder one: I have this table and it needs to be edit

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,

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

2015-12-14 Thread willy
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, still supported distros) are still on qt4. So, packaging my applicatio

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

[Gambas-user] Question about WebView

2015-10-06 Thread Matti
I'm playing with the WebView control, using it as an HTML editor. Works great so far. But I'm missing one thing: if there are anchor tabs ( ) in the document, usually the editors replace them with a little icon, so you can see that there is an anchor tab at this place. BlueGriffon for example

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

[Gambas-user] Question

2015-09-29 Thread Moviga Technologies
Property Read {Map} As Map What are the brackets doing? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas

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

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

2015-09-28 Thread Matti
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 'bDirty' to the specific Tab, and "Tag" wou

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

[Gambas-user] Question about bugtracker mails

2015-09-08 Thread Karl Reinl
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 ) -- Amicalement Charlie

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

[Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread Willy@develop
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). What happens now is that, if I add a few new lines to a

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

[Gambas-user] Question about libraries and components

2015-03-12 Thread Charlie Reinl
Salut Benoît, I have a library where I use the ToolBar and ToolButtons, now the project which uses this library claims "the class ToolBar could not be loaded" if I call the form with the toolbar. Q: is that behave normal? Sorry, I posted the same mail with a wrong subject. -- Amicalement Charl

[Gambas-user] Question about *.pot files

2015-03-06 Thread Karl Reinl
Salut, I'v a project on a svn-server, since mid September last year, every time I check in some changes, all or mostly all the *.pot files are also marked as changed, because "POT-Creation-Date: 2015-02-12 20:21 UTC\n" got a new "POT-Creation-Date". Where do I wrong, or how can I stop this. I use

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

[Gambas-user] Question on Class.Load

2014-11-01 Thread Ian
Class.Load allows you to create a reference to a named class. Dim TempClass as Class TmpClass = Class.Load("myclass") This works and I can get the names of the public instances of variables and procedures For each TmpString in TmpClass.Symbols Message(TmpString) Next Is there a way to call a P

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

[Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
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 specific reason, or can it be implemented into Gambas for Read Only li

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

[Gambas-user] Question about making packages

2014-10-07 Thread Rolf-Werner Eilert
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 binary package, would Gambas or the interpreter be installed automatica

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

[Gambas-user] Question on the .gitignore file

2014-09-26 Thread Willy Raets
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 working with git. I was wondering what is the use of

[Gambas-user] Question about .project ExecPath and .settings [Executable]/Path

2014-09-10 Thread Charlie Reinl
Salut Benoît, first I thought it only concerns projects where type=Library, but now I think you changed that everywhere. The .project ExecPath moved to .settings [Executable]/Path, right? I ask you, because I didn't find anything about in svn commit logs. -- Amicalement Charlie --

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 > > '#

[Gambas-user] Question on ByteArray > 63 elements

2014-01-26 Thread wally
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 '## ' Gambas class file Public Struct myStruct src As Byte[] dst As Byte[] End Struct Public G

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

[Gambas-user] Question READ WRITE in V3

2013-11-12 Thread nando
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 write 14 bytes and NOT write the length first just a

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

[Gambas-user] Question on packaging on Debian Wheezy

2013-09-04 Thread Willy Raets
Hi all, I'm trying to figure out: Step 1. How to package Gambas 3.4.2 for Debian Step 2. How to get it in Debian repository (if I succeed with 1) Step 1. I have done svn checkout for source and compiled and installed Gambas 3.4.2 with success. The folder named gambas3-3.4.2 is where the source i

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

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

2013-07-05 Thread Karl Reinl
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 yesterday. At users list they also came no more in o

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

[Gambas-user] Question about XML

2013-06-20 Thread Charlie Reinl
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 : green peppers tinned tomatoes" the new XMLLib saves it like 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

  1   2   3   >