Re: [Gambas-user] a observer in a form can't catch an event from other class

2011-07-30 Thread Fabián Flores Vadell
2011/7/2 Fabien Bodard : >> ¿Some suggestion? ¿How would be possible implement the MVC pattern in >> Gambas? (The controller is the part that I'm not figured how to do) >> > > hum well in fact the engine will return an array structure for the > game plate and users status... then the viewer deal wi

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-30 Thread Fabián Flores Vadell
2011/7/29 Benoît Minisini : >> 2011/7/29 Kevin Fishburne : >> > Caveat was kind enough to provide me with a link to the OpenGL examples. >> > I went through them all and converted them to gb3, cleaned up the code >> > and corrected some bugs. They all work now in gb3 except for one, which >> > I de

Re: [Gambas-user] gb3: gb.opengl will not render alpha channel of 2D texture

2011-07-30 Thread Benoît Minisini
> Le Samedi 30 Juillet 2011 00:19:41, Kevin Fishburne a écrit : > > I've been researching this for hours and nothing I try works. The image > > used for the texture has an alpha channel, but it is displayed as black > > instead of transparent. I'm starting to think that the line: > > > > Gl.TexIma

Re: [Gambas-user] gb3: gb.opengl will not render alpha channel of 2D texture

2011-07-30 Thread Kevin Fishburne
On 07/30/2011 12:57 PM, Laurent Carlier wrote: Le Samedi 30 Juillet 2011 00:19:41, Kevin Fishburne a écrit : I've been researching this for hours and nothing I try works. The image used for the texture has an alpha channel, but it is displayed as black instead of transparent. I'm starting to thi

Re: [Gambas-user] gb3 requirements on openSUSE 11.4

2011-07-30 Thread Jesus
Sorry for the noise, but it is just the reason why I've dropped openSuse definitely some years ago... I'm far more comfortable with debian based distros. Yeah, I know it doesn't help you at all, sorry but I can't resist! Good luck, dude -- Jesus Guardon El 30/07/11 15:21, Matti escribió: > I

Re: [Gambas-user] Possible bug in g3 ide

2011-07-30 Thread Jussi Lahtinen
Operating system? Revision? How to reproduce this bug? Can you attach project to demonstrate this? Jussi On Sat, Jul 30, 2011 at 17:53, Andrea Bertini wrote: > I can report a bug g3: in some cases if you close the program and reopen > the > program, some controls (buttons, panels) are missing

Re: [Gambas-user] gb3: gb.opengl will not render alpha channel of 2D texture

2011-07-30 Thread Laurent Carlier
Le Samedi 30 Juillet 2011 00:19:41, Kevin Fishburne a écrit : > I've been researching this for hours and nothing I try works. The image > used for the texture has an alpha channel, but it is displayed as black > instead of transparent. I'm starting to think that the line: > > Gl.TexImage2D(t1) >

Re: [Gambas-user] Code writing

2011-07-30 Thread Fabien Bodard
2011/7/29 Andrea Bertini : > I use g3. is there the solution to write code of a single command on few > lines? > > In vb i can write in this way: > > function (..) > code.. _ >         code yes you can break a line after a symbol, a ", a comma function toto(titi as

Re: [Gambas-user] Future email ehnaced control

2011-07-30 Thread Fabien Bodard
Le 30 juillet 2011 01:22, Benoît Minisini a écrit : >> We can send email but not to receive. Do you plan to enhance actual >> control? >> >> Thx >> >> >> Andrea BERTINI >> Rome-Italy > > You mean a POP3 component plus a MIME messages component ? Something to be > done for sure. > > It can even be

[Gambas-user] Possible bug in g3 ide

2011-07-30 Thread Andrea Bertini
I can report a bug g3: in some cases if you close the program and reopen the program, some controls (buttons, panels) are missing from the form, changing their size and location. Andrea BERTINI Rome-Italy -- Got Input?

Re: [Gambas-user] Gambas-user Digest, Vol 62, Issue 49

2011-07-30 Thread Andrea Bertini
fantastic, i will wait for this new component. Look in gambas-it.org for component grid.box by milio, ciao Andrea Bertini In data 30 luglio 2011 alle ore 06:19:50, ha scritto: > Hi, > I added support for any mime type and any charset in revision #3954. > Can you check that and tell me if it

Re: [Gambas-user] Gambas-user Digest, Vol 62, Issue 49

2011-07-30 Thread Andrea Bertini
yes, of course Andrea Bertini In data 30 luglio 2011 alle ore 06:19:50, ha scritto: > Send Gambas-user mailing list submissions to > gambas-user@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gamba

[Gambas-user] gb3 requirements on openSUSE 11.4

2011-07-30 Thread Matti
Installing the requirements, I run from one trouble into another, it's horrible. Right now, 'make' complains about a missing file '-ljscore'. I found a mail from Paolo in this list, but the link to his "Extended" repo of 11.4 doesn't work. Then I downloaded libqt4-4.7.3-8.1.i586.rpm, but this wo

Re: [Gambas-user] another make error

2011-07-30 Thread Benoît Minisini
> Maybe there are different versions, maybe it was my fault. > I had a package 'libiodbc-devel' installed and replaced it by > 'unixODBC-devel'. Now, 'make' doesn't complain about ODBC anymore. > How could two different libraries have the two same non-compatible include files? Pfff... > Instead

Re: [Gambas-user] another make error

2011-07-30 Thread Matti
Maybe there are different versions, maybe it was my fault. I had a package 'libiodbc-devel' installed and replaced it by 'unixODBC-devel'. Now, 'make' doesn't complain about ODBC anymore. Instead, I have an error about CDial_moc.cpp now. Will see what I can do... Am 29.07.2011 23:31, schrieb Be