[Gambas-user] Draw.Pop and Draw.Push

2011-03-05 Thread Demosthenes Koptsis
I read the docs about these methods. What are they doing exactly? 1) The matrix is the drawing area? 2) where is it saved and from where is it restored? -- Regards, Demosthenes Koptsis. -- What You Don't Know About

[Gambas-user] Weird error Gambas2

2011-03-05 Thread Ron
Just about to release a new version of my project, and I get weird error messages again... It's always like this ;-) When I run my command line project I get this error a lot of times: THROW system error from CRFXComTX.WriteMessage.377 THROW system error from CRFXComTX.WriteMessage.377 ... ...

[Gambas-user] gb.report

2011-03-05 Thread herberth guzman
Saludos a todo, necesito ayuda, estoy realizando un programa en gambas3 y necesito crear reportes, logre crear reportes con gb.report despues de varios dias, pero quiero llamar el reporte desde un formulario llamado frmreportes. Alguien podria decirme como visualizarlo. Gracias Greetings all, I

[Gambas-user] gb.report

2011-03-05 Thread herberth guzman
Saludos a todo, necesito ayuda, estoy realizando un programa en gambas3 y necesito crear reportes, logre crear reportes con gb.report despues de varios dias, pero quiero llamar el reporte desde un formulario llamado frmreportes. Alguien podria decirme como visualizarlo. Gracias Greetings all, I

[Gambas-user] Settings

2011-03-05 Thread Phạm Quang Dương
Hi, I tried use Settings to read index.theme of icon theme: cfgReader = NEW Settings(/path/to/index.theme) With the file ~/.icons/elementaryXubuntu/index.theme [Icon Theme] Directories=actions/16,actions/22,. . cfgReader[Icon Theme/Directories] return whole line. It's OK. But

Re: [Gambas-user] gb.report

2011-03-05 Thread Fabien Bodard
2011/3/5 herberth guzman herberthguz...@gmail.com: Saludos a todo, necesito ayuda, estoy realizando un programa en gambas3 y necesito crear reportes, logre crear reportes con gb.report despues de varios dias, pero quiero llamar el reporte desde un formulario llamado frmreportes. Alguien podria

Re: [Gambas-user] Settings

2011-03-05 Thread Fabien Bodard
2011/3/5 Phạm Quang Dương soleil...@gmail.com: Hi, I tried use Settings to read index.theme of icon theme: cfgReader = NEW Settings(/path/to/index.theme) With the file ~/.icons/elementaryXubuntu/index.theme [Icon Theme] Directories=actions/16,actions/22,. . cfgReader[Icon

Re: [Gambas-user] Settings

2011-03-05 Thread Benoît Minisini
2011/3/5 Phạm Quang Dương soleil...@gmail.com: Hi, I tried use Settings to read index.theme of icon theme: cfgReader = NEW Settings(/path/to/index.theme) With the file ~/.icons/elementaryXubuntu/index.theme [Icon Theme] Directories=actions/16,actions/22,. .

Re: [Gambas-user] Weird error Gambas2

2011-03-05 Thread Benoît Minisini
Just about to release a new version of my project, and I get weird error messages again... It's always like this ;-) When I run my command line project I get this error a lot of times: THROW system error from CRFXComTX.WriteMessage.377 THROW system error from CRFXComTX.WriteMessage.377

Re: [Gambas-user] Gambas-user Digest, Vol 58, Issue 8

2011-03-05 Thread herberth guzman
Gracias por tu ayuda, en gambas2 ponia reporte.Preview, pero aqui en gambas3 me mate buscando y buscando y no pude no aparece la opcion o equivalente, voy a estar pendiente de la solucion. Thanks for your help, gambas2 ponia reporte.Preview, but here in gambas3 me mate searching and searching

[Gambas-user] gb3+sdl: Screen object not created and screen events don't trigger

2011-03-05 Thread Kevin Fishburne
I have a module, Render, with the following: Public Screen As New Window As Screen Public Sub Screen_Create() With Screen .Width = swidth .Height = sheight .Framerate = 60 .FullScreen = sfullscreen .Show() End With End Public Sub Screen_Close()

[Gambas-user] Issue 47 in gambas: Make code pretty tool button clears breakpoints

2011-03-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 47 by zachsmit...@gmail.com: Make code pretty tool button clears breakpoints http://code.google.com/p/gambas/issues/detail?id=47 Version: TRUNK or BRANCHES/2.0 or 2.22.0

Re: [Gambas-user] gb3+sdl: Screen object not created and screen events don't trigger

2011-03-05 Thread Kevin Fishburne
On 03/05/2011 10:36 PM, Kevin Fishburne wrote: I have a module, Render, with the following: ... The procedure Screen_Draw should be triggered as an event automatically, yet it is not. When manually calling it I get a No device error when it tries to write to the screen via Draw.Image(...).

[Gambas-user] gb.info

2011-03-05 Thread John Spikowski
|| || Unable to compile gb.info || I just built 3638 and noticed this message in the make install phase of the build. Is this something that needs to be reported? -- What You Don't Know About Data Connectivity CAN

Re: [Gambas-user] Issue 47 in gambas: Make code pretty tool button clears breakpoints

2011-03-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 47 by benoit.m...@gmail.com: Make code pretty tool button clears breakpoints http://code.google.com/p/gambas/issues/detail?id=47 (No comment was entered for this change.)

Re: [Gambas-user] gb.info

2011-03-05 Thread Benoît Minisini
2011/3/6 John Spikowski supp...@scriptbasic.org: || Unable to compile gb.info I just built 3638 and noticed this message in the make install phase of the build. Is this something that needs to be reported? gb.info have been desactived Fixed in revision #3638. Regards, -- Benoît

Re: [Gambas-user] Issue 46 in gambas: a breakpoint on a commented line has inconsistent behavior

2011-03-05 Thread gambas
Updates: Status: Accepted Comment #3 on issue 46 by benoit.m...@gmail.com: a breakpoint on a commented line has inconsistent behavior http://code.google.com/p/gambas/issues/detail?id=46 (No comment was entered for this change.)