[Gambas-user] [CRASH REPORT] GambasTester

2015-08-22 Thread Karl Reinl
Salut Benoît, Salut Jussi , Damned, my program crashed Gambas that way : crash on F5 Program received signal SIGFPE, Arithmetic exception. 0x08073d10 in check_size (size=optimized out, inc=0, _object=optimized out) at gbx_c_array.c:436 436 size = (size + inc - 1) / inc * inc;

Re: [Gambas-user] Multidimensional dynamic array basics

2015-08-22 Thread Fabien Bodard
Well you need to understand that you make an array of array of models To fill it : Public StageListWall As New ObjModel[][] StageListWall.Resize(200) 'Instanciate each x Level For i = 1 to StageListWall.Max StageListWall[i] = new objModel[] next 'Adding a Model : hModel = new ObjModel

Re: [Gambas-user] [CRASH REPORT] GambasTester

2015-08-22 Thread Benoît Minisini
Le 22/08/2015 10:31, Karl Reinl a écrit : Salut Benoît, Salut Jussi , Damned, my program crashed Gambas that way : crash on F5 Program received signal SIGFPE, Arithmetic exception. 0x08073d10 in check_size (size=optimized out, inc=0, _object=optimized out) at gbx_c_array.c:436 436

[Gambas-user] SOLVED Re: [CRASH REPORT] GambasTester

2015-08-22 Thread Karl Reinl
Am Samstag, den 22.08.2015, 13:04 +0200 schrieb Benoît Minisini: Le 22/08/2015 10:31, Karl Reinl a écrit : Salut Benoît, Salut Jussi , Damned, my program crashed Gambas that way : crash on F5 Program received signal SIGFPE, Arithmetic exception. 0x08073d10 in check_size

[Gambas-user] Help with DatGridView programing

2015-08-22 Thread Martin McGlensey
Hello, I have a form containing a datasource and a datagridview control. Its purpose is to display data and allow for edits and deletions on specific rows in the datagridview. I can fill the datagridview with data. No problem there. I select the row to be edited using the doubleclick event.

Re: [Gambas-user] OpenAL (gb.openal) example code and problem loading .wav files

2015-08-22 Thread Kevin Fishburne
On 08/21/2015 02:51 PM, Benoît Minisini wrote: Le 21/08/2015 06:39, Kevin Fishburne a écrit : Okay Benoît, you can take me off your list of people to kill now that I've finally gotten around to implementing OpenAL. :) You will be the one who will test gb.openal! Don't hesitate to publich

Re: [Gambas-user] OpenAL (gb.openal) example code

2015-08-22 Thread Kevin Fishburne
On 08/22/2015 10:56 AM, Kevin Fishburne wrote: Heh, yes I will. I test; you fix. :) Thanks everyone for the responses and fix to the code. Now that I got the very basics working (can load and play a sound) I'll start working on getting 3D positioning, doppler, etc. working and will put

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Jussi Lahtinen
The problem with desaturating is that it makes colors quickly become faded, and not looking good behind white text (especially on flat design). See by yourself on the attached screenshot. I think it looks good, but it's just one opinion. Jussi

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Jussi Lahtinen
Maybe the orange could be just bit less saturated from the original, instead of darker. Jussi On Sun, Aug 23, 2015 at 1:15 AM, Adrien Prokopowicz adrien.prokopow...@gmail.com wrote: Le Sat, 22 Aug 2015 22:26:34 +0200, Moviga Technologies mov...@mykolab.ch a écrit: Le Sat, 22 Aug 2015

[Gambas-user] Projects sort on welcome screen

2015-08-22 Thread Karl Reinl
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. -- Amicalement Charlie --

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
Makes more sence :) Now the logo is covering the menu though. What browser are you using? The latest headings and text are not aligned with you. They are however here in Chrome... --

Re: [Gambas-user] OpenAL (gb.openal) example code and problem loading .wav files

2015-08-22 Thread Ru Vuott
I wrote this page: http://www.gambas-it.org/wiki/index.php?title=La_gestione_mediante_il_componente_gb.openal Ven 21/8/15, Benoît Minisini gam...@users.sourceforge.net ha scritto: Oggetto: Re: [Gambas-user] OpenAL (gb.openal) example code and

Re: [Gambas-user] GambasTester small problem

2015-08-22 Thread Jussi Lahtinen
What is your system? Is there any good reason to give users write access to /? Isn't that error on your computer? What these two commands say on your system (replace yourusername with your actual user name): grep yourusername /etc/group ls -ld / Jussi On Sat, Aug 22, 2015 at 9:32 PM, Karl

Re: [Gambas-user] ColorChoser

2015-08-22 Thread Charlie
For anybody who is interested the answer is here http://whiteislandsoftware.com/forum/index.php?page=topicviewid=g3-general-advanced%2Fcolorchooser http://whiteislandsoftware.com/forum/index.php?page=topicviewid=g3-general-advanced%2Fcolorchooser -- View this message in context:

Re: [Gambas-user] Issue 634 in gambas: can't use the tray icon

2015-08-22 Thread zainudin ahmad
thank you very much for your answer, that is make me clear how to use tray icon in 3.8 version. exactly I can't use gb.gui.trayicon too, in a first time I think gb.gui.trayicon is for a specific desktop because it's new in gambas. with gb.gui.trayicon I can see the tray icon control in toolbox

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Kevin Fishburne
On 08/22/2015 10:22 PM, Jussi Lahtinen wrote: The problem with desaturating is that it makes colors quickly become faded, and not looking good behind white text (especially on flat design). See by yourself on the attached screenshot. I think it looks good, but it's just one opinion. Well,

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 17:28:03 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Le 22/08/2015 17:22, Adrien Prokopowicz a écrit : Le Sat, 22 Aug 2015 17:15:31 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: (Re-sending because attached files were too big for

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
It looks nice! Glad to see that you are using HTML5. Could you also implement mediaqueries to allow for mobile browsing, i.e. responsive layout? Charset should be utf-8, and not utf8. You shoul also include a lang attribute to the html-tag html lang=en

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Tobias Boege
On Sat, 22 Aug 2015, Adrien Prokopowicz wrote: Great! It is possible to have a version without one pixel frames and borders? :-) Here is an alternative version. Where? :-) -- There's an old saying: Don't change anything... ever! -- Mr. Monk

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 17:27:21 +0200, Tobias Boege tabo...@gmail.com a écrit: I personally like how it looks and behaves in a graphical browser. The menus are even at the right place when opening the site in `links'. Let's keep this bit that way. There are a few semantic problems here and

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Adrien Prokopowicz
Le Sat, 22 Aug 2015 19:03:01 +0200, Moviga Technologies mov...@mykolab.ch a écrit: It looks nice! Glad to see that you are using HTML5. Could you also implement mediaqueries to allow for mobile browsing, i.e. responsive layout? Charset should be utf-8, and not utf8. You shoul also include

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
:) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Fabien Bodard
The logo must be on the nav bar and the color maybe less flashy, the same colors but more sweet... it hurt a little bit my eyes 2015-08-22 19:51 GMT+02:00 Moviga Technologies mov...@mykolab.ch: :) --

[Gambas-user] GambasTester small problem

2015-08-22 Thread Karl Reinl
Salut Jussi, I get an error here: mTest.DoTests.1064 If Access(~, gb.Write Or gb.Exec) = False Or Access(/, gb.Write Or gb.Exec) = True Then Debug Are you running this as root!!? Errors.Add(System.Backtrace[0]) Endif For what ever reason on my box I have write and exec rights on /,

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Tobias Boege
On Sat, 22 Aug 2015, Adrien Prokopowicz wrote: (Re-sending because attached files were too big for Sourceforge) Hi everyone, As you may know, Beno??t asked at the beginning of the month if some people could think about redesigning the Gambas website. As i have some spare time, I started

Re: [Gambas-user] Repost of ODBC mod needed message in devel list.

2015-08-22 Thread Benoît Minisini
Le 22/08/2015 17:02, zxMarce a écrit : Hi Benoît, I apologize for cross-posting in advance, but I made a post in the devel list http://gambas.8142.n7.nabble.com/Change-to-gb-db-odbc-to-use-ODBC-Connection-Strings-td52283.html and I don´t think anyone saw it, so I am reposting it here.

Re: [Gambas-user] SOLVED Re: [CRASH REPORT] GambasTester

2015-08-22 Thread Jussi Lahtinen
Also, please load new version of GambasTester (0.9.47). I had forgotten something from debugging in previous version. Jussi On Sat, Aug 22, 2015 at 4:29 PM, Karl Reinl karl.re...@fen-net.de wrote: Am Samstag, den 22.08.2015, 13:04 +0200 schrieb Benoît Minisini: Le 22/08/2015 10:31, Karl

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Benoît Minisini
Le 22/08/2015 17:22, Adrien Prokopowicz a écrit : Le Sat, 22 Aug 2015 17:15:31 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: (Re-sending because attached files were too big for Sourceforge) Hi everyone, As you may know, Benoît asked at the beginning of the month if some