Re: [Gambas-user] Illegal instruction when calling a C

2015-11-11 Thread Benoît Minisini
Le 11/11/2015 23:33, martin p cristia a écrit : > After removing 3.8.3 installed from sources with... > > $ ./reconf-all > > $ ./configure -C > > $ make > > $ sudo make install > > and reinstalling with... > > sudo apt-get install gambas3 > > problem was solved. Have no clue how. > You cannot bot

[Gambas-user] Illegal instruction when calling a C

2015-11-11 Thread martin p cristia
After removing 3.8.3 installed from sources with... $ ./reconf-all $ ./configure -C $ make $ sudo make install and reinstalling with... sudo apt-get install gambas3 problem was solved. Have no clue how. El 11/11/15 a las 19:24, gambas-user-requ...@lists.sourceforge.net escribió: > Le 11/11

[Gambas-user] [Gambas Bug Tracker] Bug #839: IDE Crash when delete the code

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.839&from=L21haW4- Zainudin AHMAD added an attachment: test-OutOfBoundsLongCode-0.0.1.tar.gz -- ___ Gambas-user mailing list G

[Gambas-user] [Gambas Bug Tracker] Bug #839: IDE Crash when delete the code

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.839&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #839: IDE Crash when delete the code

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.839&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- IDE Crash when delete the code Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description --

[Gambas-user] [Gambas Bug Tracker] Bug #839: IDE Crash when delete the code

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.839&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #839: IDE Crash when delete the code

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.839&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #838: Automatic correction of variable case

2015-11-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.838&from=L21haW4- Martin CRISTIA reported a new bug. Summary --- Automatic correction of variable case Type : Bug Priority : Low Gambas version : Unknown Product : Development Environment Description -

Re: [Gambas-user] New gb.web.form component

2015-11-11 Thread Benoît Minisini
Le 11/11/2015 16:59, Moviga Technologies a écrit : > > > This looks interesting. I think if you want to stay on par with HTML5, > you should not use inline CSS though. I do that because I refresh part of the pages by just sending HTML. If I have to separate the style, I would have to send HTML, a

Re: [Gambas-user] New gb.web.form component

2015-11-11 Thread Moviga Technologies
This looks interesting. I think if you want to stay on par with HTML5, you should not use inline CSS though. Also, I believe that using flexboxes for layout containers would be a very good idea :) (take a look here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/) Form controls shoul

Re: [Gambas-user] Illegal instruction when calling a C library

2015-11-11 Thread Benoît Minisini
Le 11/11/2015 13:19, martin p cristia a écrit : > After compiling and installing 3.8.3 (from 3.8.2): > > this call... > > modLibMatrix8.setCG(cgx, cgy, cgz) > > declared as... > > Public Extern setCG(x As Float, y As Float, z As Float) > > (no modifications in the C .so library, or in the

[Gambas-user] Illegal instruction when calling a C library

2015-11-11 Thread martin p cristia
After compiling and installing 3.8.3 (from 3.8.2): this call... modLibMatrix8.setCG(cgx, cgy, cgz) declared as... Public Extern setCG(x As Float, y As Float, z As Float) (no modifications in the C .so library, or in the gambas code) void setCG(double x, double y, double z) { // saving