[Gambas-user] gambasdoc.org is off

2013-09-27 Thread Wellington de Souza Pinto
Hi! The gambasdoc.org site is off now. Best Reguards, -- -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ٩(●̮̮̃•̃)۶ | Wellington de Souza Pinto |̲̅<̲̅Θ̲̅>̲̅| | Soluções em Informatica -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x

[Gambas-user] ColumnView Columns.Width = 0 not hide column

2012-07-20 Thread Wellington de Souza Pinto
Hi! The columnView not hide column if value of width equal zero ex: myColumnView.Columns[0].W = 0 I'm using gambas3 svn (update 20-jul-2012) -- --- |||||/ Wellington de Souza Pinto C o o ] wellspi...@gmail.com ^ -x-x-

[Gambas-user] MaskBox Idea complement

2011-01-06 Thread Wellington de Souza Pinto
Hi! The maskbox mask property accepts Sample MaskBox.Mask = gb.date -> to set mask to system date format (dd/mm/yy, dd-mm-yyy, ...) MaskBox.Mask = gb.currency -> to set mask to system currency using Decimal separator, tousands separator and country signal (E$, US$, BRZ, R$,...) In MaskBox When

[Gambas-user] Bug in convetion values

2010-12-29 Thread Wellington de Souza Pinto
Hi again! Create one new project and in u class type ' Gambas class file PUBLIC vrDOCTO AS Single PUBLIC SUB Form_Open() vrDOCTO = 0.1 PRINT vrDOCTO END Run the program and in debug window show: 0,1000149 (teste:17087): GLib-GObject-WARNING **: instance with invalid (NULL) class poin

Re: [Gambas-user] Gambas-user Digest, Vol 54, Issue 19

2010-11-11 Thread Wellington de Souza Pinto
Hi! Everyone helpme? I buy the mac and i like install gambas. How? Any step-by-step for this. tks -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and mana

[Gambas-user] Minimize button event on forms

2010-08-05 Thread Wellington de Souza Pinto
Hi! Any idea about capture minimize button event in forms? Tks -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or

[Gambas-user] the password property in smtpclient (gb2)

2010-07-21 Thread Wellington de Souza Pinto
Hi! Why the password property in smtpclient (gb2) not exist??? (in gb3 exist and work)!! I need create subroutine (gb2) in my program to send email by smtp. Any idea??? Best Reguards, Souza, Wellington ___ Para faze

[Gambas-user] TableView.Edit Method

2010-06-21 Thread Wellington de Souza Pinto
ox events (got, lost, ...)) Any idea??? Reguards, PS.: My english is not very well. --- |||||/ Wellington de Souza Pinto C o o ] wspi...@click21.com.br ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x

[Gambas-user] smtp question

2010-04-20 Thread Wellington de Souza Pinto
Hi everyone! Any idea when the smtpclient work with password property?? I need send email on my program. Any idea about?? Other method??? Tks --- |/ Wellington de Souza Pinto C o o ] wspi...@click21.com.br ^ -x-x-x-x-x

[Gambas-user] Ideas to gambas IDE (and inform have one bug too)

2009-10-26 Thread Wellington de Souza Pinto
Hi Benoit! The bug is when you use horizontal split code. If you type any string Ex: sVar = "" The editor show: sVar = "" "" and is impossible remove only if you return to single mode. My idea to IDE is, if possible, split form and code simultaneous. Reguards, PS: My english is not very well.

[Gambas-user] gambas3 changelog page

2009-08-31 Thread Wellington de Souza Pinto
Hi Benoit! Why dont have one changelog gambas page for svn version? And the README is out date in gambas3. New library as add (dbus and others). When i complile the svn gambas3 the gb.sdbu and gb.IMAGE.xxx as disabled) Reguards, Souza, Wellington Only idea of course. __

[Gambas-user] gambas2 on opensuse 11.0

2009-07-02 Thread Wellington de Souza Pinto
ngton de Souza Pinto C o o ] wspi...@click21.com.br ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperand

[Gambas-user] Gambas error: QSettings: failed to open file '/etc/qt3/qt_plugins_3.3rc' [12] Not an object. Design.SetPosition.476

2009-05-14 Thread Wellington de Souza Pinto
Hi Benoit!!! My gambas svn version show this above message. Any idea??? Raise Signal 11 QSettings: failed to open file '/etc/qt3/qt_plugins_3.3rc' [12] Not an object. Design.SetPosition.476 Reguards, --- |/ Wel

[Gambas-user] gambas web script

2009-05-04 Thread Wellington de Souza Pinto
Below my teste.gbw Show erro. Any idea??? Reguards, Souza, Wellington --- #!/usr/bin/env gbw2 <% USE "gb.db" %> <% DIM i AS Integer %> <% DIM oCnn AS NEW Connection %> <% DIM oRs AS NEW Result %> TESTE DE LEITURA DO PO

[Gambas-user] gambas server is work. Other questions...

2009-05-04 Thread Wellington de Souza Pinto
Tks, My gambas server work now. Questions: Is possible multiplies comands in string? Ex: <% DIM a AS Integer DIM c AS String %> In other message Benoit say for use the mysql <% USE "gb.db" %>. Is Possible for all componentes of gambas? Ex: <% USE "gb.Form" %> <%

[Gambas-user] gambas server page.

2009-04-30 Thread Wellington de Souza Pinto
Hi everyone!!! Please. I'm not understand yet of work the gambas server page. How begin? How install? Work with apache webserver? How call in my browser (firefox) the page generated by gambasserverwebpage? Any samples are welcome! Reguards Souza, Wellington ___

[Gambas-user] How use Drag n Drop in FileChooser????

2009-04-22 Thread Wellington de Souza Pinto
Hi everyone Please! Any idea about the use Drag n Drop in FileChooser I need drag file from another window or external program. Any solutions, please Reguards, Souza, Wellington PS: My english is not very well. _

[Gambas-user] Gambas and FluxBox

2009-03-09 Thread Wellington de Souza Pinto
Hi every one! I'm using gambas3 svn version with linux kubuntu and fluxbox window manager. The captions bar of forms without captions bar (border = none), not work. Continue with captions bar. The ballons class show with caption bar in fluxbox. Any idea about this problem? Reguards, Wellington

[Gambas-user] gambas3

2009-01-30 Thread Wellington de Souza Pinto
Reguards, --- |/ Wellington de Souza Pinto C o o ] wspi...@click21.com.br ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___ Para fazer uma ligação DDD pra pe

[Gambas-user] Make return: Without rules to process target `c_color.lo`, necessary for `gb.image.la`. Stop

2009-01-28 Thread Wellington de Souza Pinto
Hi everyone!!! My make return erro and stop. Any idea??? Best Reguards, CImageStat.lo CImageStat.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT CImageStat.lo -MD -MP -MF .deps/CImageStat.Tpo -c CImageS

[Gambas-user] skiptaskbar

2008-11-07 Thread Wellington de Souza Pinto
ogram work fine. Best Reguards, Pinto, Wellington --- |||||/ Wellington de Souza Pinto C o o ] [EMAIL PROTECTED] ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

[Gambas-user] skiptaskbar

2008-11-07 Thread Wellington de Souza Pinto
ogram work fine. Best Reguards, Pinto, Wellington --- |||||/ Wellington de Souza Pinto C o o ] [EMAIL PROTECTED] ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

[Gambas-user] skiptaskbar question???????

2008-11-04 Thread Wellington de Souza Pinto
change the skiptaskbar = false the program work fine. I need in my program one form with skiptaskbar = true, no border, transparent background via mask = true. Is my login form. Any ideia? --- |/ Wellington de Souza Pinto C o o

[Gambas-user] SMTP autentication

2008-10-16 Thread Wellington de Souza Pinto
uot; hMsg.Add("e-mail body...") hMsg.From = "[EMAIL PROTECTED]" hMsg.Host = "smtp.ig.com.br" hMsg.Port = 465 hMsg.Alternative = FALSE hMsg.Send() END ----------- |/ Wellington de So

[Gambas-user] Need Help in cretion of control

2008-10-07 Thread Wellington de Souza Pinto
Hi Benoit!!! Any ideia because my MaskComboEdit ComboBox_KeyPress() not show the formated characters? I'm using gb3 in kubuntu 7.04. Reguards, ___ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embr

[Gambas-user] TabStrib Bug (?!?!?!?)

2008-09-24 Thread Wellington de Souza Pinto
Hi Benoit! I'm using gambas3 from svn. I create form with one checkbox, and this checkbox controled the tabstrib index. My TabStrib (tbsDados.count = 2). My CheckBox (chbJuridica.Value = FALSE) In index 0 put any controls, and in index 1 put anothers controls. When i click in Checkbox the TabSt

[Gambas-user] WebBrowser question (????????????)

2008-08-30 Thread Wellington de Souza Pinto
uards, --- |||||/ Wellington de Souza Pinto C o o ] [EMAIL PROTECTED] ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem ta

[Gambas-user] Problem with migration of gambas2.81 to gambas3

2008-08-28 Thread Wellington de Souza Pinto
--- |/ Wellington de Souza Pinto C o o ] [EMAIL PROTECTED] ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___ Para fazer uma ligação DDD

[Gambas-user] qt mobile to celular programs

2008-06-18 Thread Wellington de Souza Pinto
Hi Benoit! Have an hope in short future the gambas include in your libs the qt.mobile library. Reguards, Souza, Wellington ___ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muit

Re: [Gambas-user] Gambas-user Digest, Vol 25, Issue 17

2008-06-10 Thread Wellington de Souza Pinto
Hi Adrian! Use this way. Extern suma(a as float, b as float) As float In "your_library_name" ? suma(10,15) > 25 Reguards, Souza, Wellington > Message: 1 > Date: Fri, 6 Jun 2008 10:31:37 -0400 > From: Adrian Mart?nez Vargas <[EMAIL PROTECTED]> > Subject: [Gambas-user] call shared library writt