Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread nospam.nospam.nos...@gmail.com
2010/1/16 Fiddler63 mx4...@gmail.com: kobolds wrote: gambas3 qt4 I notice that gb ide auto change the width when it's not suppose too. I have 3 button each with width 90, 100,100  I want all 3 button width become 90 . I select them and choose align same width . I notice all 3 button

Re: [Gambas-user] Collections

2010-01-16 Thread nospam.nospam.nos...@gmail.com
2010/1/16 Pino Zollo pinozo...@gmail.com: The two print statements print exactly the same thing...the Lista.key is correct and all different, but the other ( ; Element[1];;   ;; Element[0] ) print always the last element added to the structure. First you need to sort out if you have a

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread nospam.nospam.nos...@gmail.com
2010/1/17 kobolds kobo...@singnet.com.sg: I using gb3 and qt4 and I still having these problem Yes, but did you select qt4 in Project Properties Components? -- Throughout its 18-year history, RSA Conference

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread nospam.nospam.nos...@gmail.com
2010/1/17 kobolds kobo...@singnet.com.sg: OK , I think I finally found the bugs . you can try your self and will see the bug. 1. add a button to a form 2. change the button width and height to 60 . or any even number 3. click to select the button to copy and paste . see the new pasted

[Gambas-user] Help needed with pcre

2010-01-15 Thread nospam.nospam.nos...@gmail.com
I have this line of code: Reg = New Regexp(=A7=F1=FChw=A4=A3, =[\\da-fA-F]{2}) =A7 is correctly matched, but it is the only match returned. How do I make Regexp match every occurrence so that =F1,=FC, =A4 and =A3 are also returned as matches? I've tried perldoc.perl.org and other sites but I

[Gambas-user] [SOLVED] Re: Help needed with pcre

2010-01-15 Thread nospam.nospam.nos...@gmail.com
2010/1/15 nospam.nospam.nos...@gmail.com nospam.nospam.nos...@gmail.com: I have this line of code: Reg = New Regexp(=A7=F1=FChw=A4=A3, =[\\da-fA-F]{2}) =A7 is correctly matched, but it is the only match returned. How do I make Regexp match every occurrence so that =F1,=FC, =A4 and =A3

Re: [Gambas-user] BUG Gambas stable [2407] broken

2009-11-03 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-11-03 at 09:04 +0100, Ron wrote: When using revision 2407 you cannot start the IDE anymore. 2407, being? And of course, it's Gambas that's at fault, not you or your OS, yes? No such problem here, honey, peach, sugar. ERROR: #27: Cannot load component 'gb.qt': cannot find

Re: [Gambas-user] SidePanel

2009-11-03 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-11-02 at 21:34 +0100, Ron wrote: Benoît Minisini schreef: I have tried with different GTK+ styles with no luck. Maybe someone else running an Ubuntu Karmic 32bits can give SidePanel a try. Thanks, Toni I have upgraded my Ubuntu 9.04 to Ubuntu 9.10, and the

Re: [Gambas-user] BUG Gambas stable [2407] broken

2009-11-03 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-11-03 at 19:58 +0100, Benoît Minisini wrote: It should be fixed in revision #2408. Only people installing Gambas locally like you got the bug. Where is the revision number to be found? -- Let Crystal

Re: [Gambas-user] Bonjour, question sur les propri étés de colorchooser

2009-11-02 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-11-02 at 18:31 +0100, Eric Buhagiar wrote: Bonjour, Après des échanges sur des forums, la question persiste. Peut on lire les propriétés Red,Green,Blue directement calculées par un ColorChooser ? Cette classe fait les conversions, j'ai essayé pas mal de méthodes mais je n'y

Re: [Gambas-user] SidePanel

2009-11-02 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-11-02 at 18:51 +0100, Johny Provoost wrote: Strange. Must be something in Ubuntu if no one else have it. It is Ubuntu. I'm running 9.10 x64 and your problem is reproducible here. -- Come build with us!

Re: [Gambas-user] TextEdit and HTML

2009-10-14 Thread nospam.nospam.nos...@gmail.com
On Wed, 2009-10-14 at 09:28 +0200, Matti wrote: Somewhere in the mailing archives I've read that a TextEdit could display HTML files nicely. But how? When I do textstr = File.Load(xyfile.html) TextEdit1.Text = textstr a plain text is shown, without any formatting. All the HTML tags are

Re: [Gambas-user] Custom Colour

2009-10-14 Thread nospam.nospam.nos...@gmail.com
On Wed, 2009-10-14 at 03:57 -0700, Bill-Lancaster wrote: Is it possible to set a control's backcolor to a custom value? If so how? Control.BackColor Or Control.Background TextBox1.BackColor = HEF0F -- Come

[Gambas-user] DataBrowser question

2009-10-14 Thread nospam.nospam.nos...@gmail.com
Is there a way to selectively disable the buttons on the navigation panel shown on a DataBrowser? I want to allow users to move forward and back through the data but not add, delete or save changes. Thanks for your assistance.

Re: [Gambas-user] DataBrowser question

2009-10-14 Thread nospam.nospam.nos...@gmail.com
to work on the documentation so I clarify these things as I go. It's the least I can do. nospam.nospam.nos...@gmail.com schrieb: Is there a way to selectively disable the buttons on the navigation panel shown on a DataBrowser? I want to allow users to move forward and back through the data

[Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread nospam.nospam.nos...@gmail.com
This has me pulling my hair out. I think I have narrowed the problem down to the GTK+ toolkit for Gambas. If I create a GTK+ project and put a TextBox and a ValueBox on a form and set their default values, when I tab to the TextBox I can over-type the text, but when I tab to the ValueBox, the

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-13 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-10-13 at 18:58 +0200, Benoît Minisini wrote: This has me pulling my hair out. I think I have narrowed the problem down to the GTK+ toolkit for Gambas. If I create a GTK+ project and put a TextBox and a ValueBox on a form and set their default values, when I tab to the

Re: [Gambas-user] Sendmail problems

2009-10-12 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-11 at 19:38 +0200, Johny Provoost wrote: I work with gambas 2.8 in Ubuntu 9.04 and QT (GTK gives the same result) First, download and compile v2.16 of Gambas then retest. Download: http://linux.softpedia.com/get/Programming/Interpreters/Gambas-2-1180.shtml Easy instructions,

Re: [Gambas-user] write to folder in windows network

2009-10-09 Thread nospam.nospam.nos...@gmail.com
On Fri, 2009-10-09 at 02:59 -0700, Bill-Lancaster wrote: My Gambas PC is attached to a Windows Network - how can I access files there from a Gambas application? Mount the path to the network directory with rw and use standard gambas file operations on the mount point.

Re: [Gambas-user] NNTP Class

2009-10-06 Thread nospam.nospam.nos...@gmail.com
was appreciated. Regards, Dimitris On Tue, Oct 6, 2009 at 12:33 AM, nospam.nospam.nos...@gmail.com nospam.nospam.nos...@gmail.com wrote: I have written a class that supports sending and retrieving articles to/from NNTP servers. I also have a small example GUI around it that uses

[Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
I tried to create an application using a Socket instantiated in code: [CODE] PRIVATE MySock AS Socket PUBLIC SUB Form_Open() MySock = NEW Socket END [/CODE] I also tried: [CODE] PRIVATE MySock AS NEW Socket [/CODE] I had endless trouble getting the Socket to work so I created a new

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 19:35 +0800, Werner wrote: nospam.nospam.nos...@gmail.com wrote: I tried to create an application using a Socket instantiated in code: [CODE] PRIVATE MySock AS Socket PUBLIC SUB Form_Open() MySock = NEW Socket END [/CODE] I also tried

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 14:53 +0200, Ron wrote: nospam.nospam.nos...@gmail.com wrote: On Sun, 2009-10-04 at 19:35 +0800, Werner wrote: nospam.nospam.nos...@gmail.com wrote: I tried to create an application using a Socket instantiated in code: [CODE] PRIVATE MySock AS Socket

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 15:05 +0200, Ron wrote: nospam.nospam.nos...@gmail.com wrote: On Sun, 2009-10-04 at 14:53 +0200, Ron wrote: And version 2.8 is a bit old, tons of bug fixes since then (we are at 2.17 now) Right. I'll upgrade and try the same thing again. Thank you

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 21:17 +0800, Werner wrote: PRIVATE MySock AS Socket PUBLIC SUB Form_Open() MySock = NEW Socket'the socket is now created. Stream is closed MySock.Connect(localhost, 7000) 'does open the stream. END I cannot reproduce the

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 16:11 +0200, Benoît Minisini wrote: I upgraded to 2.16 and still have the problem. MySock_Read doesn't fire. There is an NNTP server on 192.168.1.8:5000 that sends back a greeting when the connection is made by the client. The server logs also indicate that no

Re: [Gambas-user] Socket not working in 2.8

2009-10-04 Thread nospam.nospam.nos...@gmail.com
On Sun, 2009-10-04 at 16:30 +0200, Ron wrote: nospam.nospam.nos...@gmail.com wrote: On Sun, 2009-10-04 at 16:11 +0200, Benoît Minisini wrote: I upgraded to 2.16 and still have the problem. MySock_Read doesn't fire. There is an NNTP server on 192.168.1.8:5000 that sends back