Re: [Gambas-user] Object.SizeOf(array) = 40

2016-03-19 Thread Benoît Minisini
Le 20/03/2016 03:37, Ru Vuott a écrit : > Hi, > >> You must do that by reading the interpreter source code. > > Benoit, In which "trunk" folder I can find interpreter source code ? > > vuott > We should talk on the mailing-list, because other people may be interested by the answers, or may help y

Re: [Gambas-user] Object.SizeOf(array) = 40

2016-03-19 Thread Benoît Minisini
Le 20/03/2016 02:54, Ru Vuott a écrit : > Yes, I know that does not represent the quantity of array contents. > >> Why do you care with that? > To better understand via source code how Gambas's done. You must do that by reading the interpreter source code. This size is: - The size of the inherite

Re: [Gambas-user] Object.SizeOf(array) = 40

2016-03-19 Thread Ru Vuott
Yes, I know that does not represent the quantity of array contents. > Why do you care with that? To better understand via source code how Gambas's done. For example: Public Sub Main() Dim bb As Byte[] = [11, 22, 33, 44] Dim p1, p2 As Pointer Dim s As String Dim i As Integer Dim l As L

Re: [Gambas-user] Appreciation of gb.web.form

2016-03-19 Thread Benoît Minisini
Le 17/03/2016 14:53, Tobias Boege a écrit : > On Wed, 16 Mar 2016, Beno??t Minisini wrote: >> Le 15/03/2016 18:40, Tobias Boege a ?crit : >>> Hi all, >>> >>> I just wanted to note that the still highly experimental (?) component >>> gb.web.form performs very well in one of my projects. The project

Re: [Gambas-user] Double Keyboard Input in Form

2016-03-19 Thread Daniel Lemke
I upgraded Gambas and now the problem is gone! :) Thanks Benoît, I should have just done that first... On 03/16/2016 05:46 PM, Benoît Minisini wrote: > Le 17/03/2016 01:38, Daniel Lemke a écrit : >> Hello all, >> >> I am using Gambas 3.5.4 that I downloaded from the Ubuntu repo to make a >> contac

Re: [Gambas-user] Object.SizeOf(array) = 40

2016-03-19 Thread Benoît Minisini
Le 20/03/2016 01:38, Ru Vuott a écrit : > Hello.. > > * > Public Sub Main() > >Dim bb As Byte[] = [1, 2, 3, 4] > >Print Object.SizeOf(bb) > > End > * > > Object.SizeOf() method return 40 byte. > > Wh

[Gambas-user] Object.SizeOf(array) = 40

2016-03-19 Thread Ru Vuott
Hello.. * Public Sub Main() Dim bb As Byte[] = [1, 2, 3, 4] Print Object.SizeOf(bb) End * Object.SizeOf() method return 40 byte. Why ? What is the source structure 40 bytes long? Maybe "GB_ARRAY_

Re: [Gambas-user] The timestamp of email which sended by my own application programmed in gambas is displayed "Unix'time"

2016-03-19 Thread 石川友隆
Thank you for your quick response. > Or your Gambas version is too old. Which one do you use? -> Gambas version and My System are following; [System] Gambas=3.8.90 OperatingSystem=Linux Kernel=3.13.0-74-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Lang

Re: [Gambas-user] Report problems

2016-03-19 Thread Fabien Bodard
So send me the report Le 17 mars 2016 02:00, "Buster Seven" a écrit : > No not working everything I try doesn’t work > > On Wed, Mar 16, 2016 at 10:27 PM, Fabien Bodard > wrote: > > > No in the report font property. All the report inherit from here... But > it > > depend of the version you use.

[Gambas-user] Double Keyboard Input in Form

2016-03-19 Thread Daniel Lemke
Hello all, I am using Gambas 3.5.4 that I downloaded from the Ubuntu repo to make a contact sheet maker. I have some plain Jane text entries on my form that are not working correctly. Whenever I type into any of the text entries, it receives the input as if I had pressed the key twice in a row. I

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- Comment #2 by C THAL: In Bash with the command "source" you can include other bash-files which contain functions (or variables) as libraries. So you can reuse code by including one piece of code in multiple Bash-files. If there

[Gambas-user] [Gambas Bug Tracker] Bug #904: Trying to drag-highlight text on line greater in width than main edit view is virtually impossible due to auto-shifting of edit window view.

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.904&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel

Re: [Gambas-user] How to register and login to the Wiki?

2016-03-19 Thread Tobias Boege
On Wed, 16 Mar 2016, T Lee Davidson wrote: > I used to be able to login to the Wiki (http://gambaswiki.org/). This was > prior to it receiving its new face. > > Now, I cannot login apparently. When I enter my login credentials, I see no > evidence of being logged in and still see the > "Login"

Re: [Gambas-user] Get html tags from RichText

2016-03-19 Thread Rolf-Werner Eilert
Try to write that text into a file like File.Save(...) Then open that file via mc or whatever plain text editor... Does it work? Regards Rolf Am 18.03.2016 12:32, schrieb abbat81: > There is a RichText in my TableView.Cell.RichText > Can I get source of that content? > (I need to know what col

Re: [Gambas-user] How to register and login to the Wiki?

2016-03-19 Thread T Lee Davidson
On 03/16/2016 07:58 PM, Tobias Boege wrote: > On Wed, 16 Mar 2016, T Lee Davidson wrote: >> >I used to be able to login to the Wiki (http://gambaswiki.org/). This was >> >prior to it receiving its new face. >> > >> >Now, I cannot login apparently. When I enter my login credentials, I see no >>

Re: [Gambas-user] Menu changed programmatically

2016-03-19 Thread Benoît Minisini
Le 14/03/2016 09:07, Rolf-Werner Eilert a écrit : > > Yes, but when I first saw this thing, I expected to find a list equal to > that in a ComboBox, where I can add and delete items during runtime. So, > if I want this functionality with a menu, I will have to make a menu > with a given number of i

[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- Comment #5 by gbWilly GAMBOS: A question (that might solve thsi issue) If packaging Gambas 3.8.4 would be changed to: - Removed build-depends on libqt4-dev and libqt4-opengl-dev - Removed package gambas3-gb-qt4 - Added replace t

Re: [Gambas-user] Appreciation of gb.web.form

2016-03-19 Thread Tobias Boege
On Wed, 16 Mar 2016, Beno??t Minisini wrote: > Le 15/03/2016 18:40, Tobias Boege a ?crit : > > Hi all, > > > > I just wanted to note that the still highly experimental (?) component > > gb.web.form performs very well in one of my projects. The project runs web > > forms under gb.httpd and has a lib

Re: [Gambas-user] Get html tags from RichText

2016-03-19 Thread Gianluigi
If you want to get the color, the correct answer is to vuott. If you also wish to know the tags as your title then you can do that: Public Sub Form_Open() Dim s As String Dim fl As File With TableView1 .Rows.Count = 3 .Columns.Count = 3 End With With TableView1[0, 0] .Rich

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- Fabien BODARD changed the state of the bug to: NeedsInfo. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel

Re: [Gambas-user] The timestamp of email which sended by my own application programmed in gambas is displayed "Unix'time"

2016-03-19 Thread Benoît Minisini
Le 19/03/2016 04:09, 石川友隆 a écrit : > Hello, > > The timestamp of email which sended by my own application programmed in > gambas is displayed "Unix'time" > > > I am trying to make a program for sending emails by Gambas's SmtpClient. > > When I see the result of the send email by the mail Client,M

Re: [Gambas-user] Get html tags from RichText

2016-03-19 Thread abbat81
Yes, it works, thank you! :) -- View this message in context: http://gambas.8142.n7.nabble.com/Get-html-tags-from-RichText-tp55710p55712.html Sent from the gambas-user mailing list archive at Nabble.com. -- Transform D

[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- gbWilly GAMBOS changed the state of the bug to: Opened. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Da

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- Fabien BODARD changed the state of the bug to: Working. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Da

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- Comment #1 by Fabien BODARD: I want to know what are your goal. What do you want to achieve. Why not just use a shell command ? -- Transform Data int

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- Fabien BODARD changed the state of the bug to: NeedsInfo. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel

Re: [Gambas-user] Double Keyboard Input in Form

2016-03-19 Thread Benoît Minisini
Le 17/03/2016 01:38, Daniel Lemke a écrit : > Hello all, > > I am using Gambas 3.5.4 that I downloaded from the Ubuntu repo to make a > contact sheet maker. I have some plain Jane text entries on my form that > are not working correctly. Whenever I type into any of the text entries, > it receives t

[Gambas-user] How to register and login to the Wiki?

2016-03-19 Thread T Lee Davidson
I used to be able to login to the Wiki (http://gambaswiki.org/). This was prior to it receiving its new face. Now, I cannot login apparently. When I enter my login credentials, I see no evidence of being logged in and still see the "Login" button. There is also no recover password, nor register

[Gambas-user] [Gambas Bug Tracker] Bug #904: Trying to drag-highlight text on line greater in width than main edit view is virtually impossible due to auto-shifting of edit window view.

2016-03-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.904&from=L21haW4- Comment #1 by Benoît MINISINI: Is it better with revision #7641? Benoît MINISINI changed the state of the bug to: Fixed. -- Transform Data into Opport