Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-07 Thread Kadaitcha Man
On 6 April 2010 20:38, richard terry rte...@pacific.net.au wrote: I've never used a panel ever in my project, and I've hundreds of forms and modules on a postgres backend with 30 schemas and hundreds of tables. I've programmed in VB3-6, Python/ wxPython, various IDe's and I reckon gambas is

Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 08:19, Ron_1st ron...@tiscali.nl wrote: On Monday 05 April 2010, Kadaitcha Man wrote: On 5 April 2010 17:19, kobolds kobo...@singnet.com.sg wrote: here how you do the test on IDE 1. create a form (768x1024) 2. drag a panel into the form (make sure it big) 3. drag

Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 18:55, kobolds kobo...@singnet.com.sg wrote: I couldn't find the option snap to grid in GB3 but I try on/off the toggle grid . same result . problem align same height and same width. 1. i create a form and drop 3 buttons 2. change the  button1  only widthxheight to 80x100

Re: [Gambas-user] problem with alignmet position in GB3(qt)

2010-04-05 Thread Kadaitcha Man
On 5 April 2010 17:19, kobolds kobo...@singnet.com.sg wrote: here how you do the test on IDE 1. create a form (768x1024) 2. drag a panel into the form (make sure it big) 3. drag a picbox into the panel (same size as panel) so the picbox cover the whole panel 4. drag 9 buttons on it ( on

Re: [Gambas-user] Parallel Port

2010-04-03 Thread Kadaitcha Man
On 4 April 2010 08:14, Bjorn Macintosh bjorn.macint...@gmail.com wrote: Hi all, Does anyone have a program that interfaces with the parallel port, one written in Gambas.  If you do would you be willing to share this program with me as I am trying to write a parallel port interface and am

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Kadaitcha Man
On 8 March 2010 14:26, shan...@831photography.com shan...@831photography.com wrote: Related question: sending a jpg as POST data - open the file as sring? byte? I've tried all without success. Any guidance would be helpful! Get the data in byte format and use the enctype=multipart/form-data

Re: [Gambas-user] Draw.Text problem with control chars

2010-02-01 Thread Kadaitcha Man
On 31 January 2010 22:14, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Kad Mann ha scritto: Doriano Blengino wrote: A tab width is normally eight spaces Every single one of my cites say you're completely wrong. http://en.wikipedia.org/wiki/Tab_key

Re: [Gambas-user] Draw.Text problem with control chars

2010-02-01 Thread Kadaitcha Man
On 1 February 2010 20:37, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Kadaitcha Man ha scritto: On 31 January 2010 22:14, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Kad Mann ha scritto: Doriano Blengino wrote: A tab width is normally eight spaces Every single one

Re: [Gambas-user] Draw.Text problem with control chars

2010-02-01 Thread Kadaitcha Man
On 1 February 2010 23:10, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Probably we are saying the same thing. Not if a tab is eight spaces wide, we aren't :) -- The Planet: dedicated and managed hosting,

Re: [Gambas-user] Datacombo order by display

2010-01-28 Thread Kadaitcha Man
On 28 January 2010 20:43, Cyro Corte Real Filho cyror...@gmail.com wrote: 2010/1/27 Benoît Minisini gam...@users.sourceforge.net Hello all, I started to program with gambas and i am very impressed and satisfied so far, a have only two drawbacks on the moment: 1. How can i order my

Re: [Gambas-user] Datacombo order by display

2010-01-27 Thread Kadaitcha Man
2010/1/27 Rolf-Werner Eilert eilert-sprac...@t-online.de: How can I access the clipboard from Gambas? http://tinyurl.com/y898okr Regards, -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay

Re: [Gambas-user] indexing of buttons

2010-01-27 Thread Kadaitcha Man
2010/1/27 Fiddler63 mx4...@gmail.com: In gambas I get an error if I give more that one button the same name. How do I index a row of buttons in Gambas ? You don't. Gambas is not VB; it does not suppor, and rightly so, arrays of control objects in the way that VB does; even the more modern .NET

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-27 Thread Kadaitcha Man
2010/1/27 Benoît Minisini gam...@users.sourceforge.net: The Kadaitcha syndrome apparently :-) Yeah, look, mate, honestly, I have that effect on people. i really don't know why. Despite my best efforts to avoid it, it just happens. I mean, heck, I have been unknowingly having that effect on

Re: [Gambas-user] How to develop gambas component

2010-01-27 Thread Kadaitcha Man
2010/1/27 Matteo Lisi matteo.l...@engicam.com: Hi ! HI111 No , you are right ! Yes, he is wrong? But , correct me if I'm wrong Que? The easiest way to achieve what you want is a simple boolean flag. $bTranscript = (Settings[mConst.SET_TRANSCRIPT] = mConst.YES) If

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-27 Thread Kadaitcha Man
2010/1/27 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/27 Benoît Minisini gam...@users.sourceforge.net: aside to Doriano Doriano, it isn't personal, squire. I have an exquisite understanding of English, which means I can twist it anyway I like

Re: [Gambas-user] V2.19 closes unexpectedly

2010-01-27 Thread Kadaitcha Man
2010/1/28 Benoît Minisini gam...@users.sourceforge.net: OK, I got it. As I told you, there is a very deep directory inside your project i suspect Gambas did that. Such a thing happened to me a couple of months back but I have never been able to reproduce it. I may have been saving one project

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
On 26 January 2010 18:58, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Benoît Minisini ha scritto: Benoît, Just for that you should go with the GTK+ way :P Regards, Dimitris But is it really useful? We need to know how many root items a TreeView or a ColumnView has, too!

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
On 26 January 2010 18:58, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: What about using two different properties: .Count (all the items) and .Children.Count (only the children of a specific node)? I neglected to mention, your idea does not seem to allow for the count of root nodes.

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: Actually I expressed myself badly. Example: Actually, I express myself badly quite often. Example: [CENSORED] [CENSORED] [CENSORED] [CENSORED]! :) As for this: [QUOTE] Tree1: - item0 - item1 - item1.0 Tree1.count is 3

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: This is a more general problem of gambas syntax. Is Listbox1[5] the sixth element of an array of listboxes, or the sixth element of Listbox1? You are confabulating and conflating. I never tried to make array of listboxes There you

Re: [Gambas-user] Digest in UTF-8

2010-01-26 Thread Kadaitcha Man
2010/1/26 Pino Zollo pinozo...@gmail.com: Hi, I receive this forum in Digest forme.g. Gambas-user Digest, Vol 44, Issue 68 Would it be possible to make it use UTF-8 ? What do you want to be made UTF8? Gambas or the digest?

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: Tree1 is a TreeView, not a node. Therefore tv[Tree1].Count = 2 is still true. No, it is false. tv[Tree1].Children.Count is two. Take a step back. If, as you say, tv[Tree1].Children.Count is two

Re: [Gambas-user] Ping Benoit -- Apology

2010-01-26 Thread Kadaitcha Man
2010/1/27 Benoît Minisini gam...@users.sourceforge.net: Good news then. But I don't understand how a news reader could break a proxy, but I am not a network specialist at all! Pan doesn't break the proxy, it breaks itself.

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-26 Thread Kadaitcha Man
2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: This is a more general problem of gambas syntax. Is Listbox1[5] the sixth element of an array of listboxes, or the sixth element of Listbox1

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-25 Thread Kadaitcha Man
2010/1/26 Benoît Minisini gam...@users.sourceforge.net: Benoît, Just for that you should go with the GTK+ way :P Regards, Dimitris But is it really useful? We need to know how many root items a TreeView or a ColumnView has, too! Perhaps a new property. However, when I need to know such

Re: [Gambas-user] TreeView.Count value differs using qt rather than gtk

2010-01-25 Thread Kadaitcha Man
On 26 January 2010 12:44, Dimitris Anogiatis dos...@gmail.com wrote: Benoît, Just for that you should go with the GTK+ way :P Just for that, he should go with however Windows does it. Neener! Neener! :) -- The

Re: [Gambas-user] fastest way to zero-out a huge binary file

2010-01-23 Thread Kadaitcha Man
On 24 January 2010 14:21, kevinfishburne kevinfishbu...@eightvirtues.com wrote: In a terminal, type: info coreutils 'dd' You only need create the file once, then copy it whenever you need to during testing. If you really must create the file every time, let dd do it by using Gambas' Exec

Re: [Gambas-user] fastest way to zero-out a huge binary file

2010-01-23 Thread Kadaitcha Man
On 24 January 2010 16:02, kevinfishburne kevinfishbu...@eightvirtues.com wrote: Excellent, thanks. I seem to have found something horrifying while trying to create the file using GAMBAS however; using the SEEK statement with an argument greater than 2 GB raises a Bad argument error. While that

Re: [Gambas-user] How to change a component

2010-01-20 Thread Kadaitcha Man
2010/1/20 Rolf-Werner Eilert eilert-sprac...@t-online.de: How can I fiddle around in a component? What must I do? For instance, if I want to change anything in the Balloon thing, I found the sources in the original directory where make ran, but where do I go to change something for the

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-19 Thread Kadaitcha Man
2010/1/19 Doriano Blengino doriano.bleng...@fastwebnet.it:    combo1.add('An item)    combo1_click   ' would be better to raise an event to an object My last post aside, it is not the job of the calling code to know what the called code should do. Nor is the job of the calling code to do what

Re: [Gambas-user] Error - Signal 11 - Gambas 2.19

2010-01-18 Thread Kadaitcha Man
2010/1/18 Fiddler63 mx4...@gmail.com: A button with the following code will cause a Signal 11 error in Gambas  2.19. If I remove the ([50, 50]) I get no error. PUBLIC SUB New_Btn_Click() DIM hPic AS Picture hPic = NEW Picture([50, 50]) END Cheers Kim Please provide your full

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: My idea was to raise an event when a line has been read Based on what I just posted to the developer's list, you will need to be specific about

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/5 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: I think that there is something extreme in trying to send large chunks of data in  a single instruction, Wlll... Not necessarily

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/5 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/5 Doriano Blengino doriano.bleng...@fastwebnet.it: I disagree. Blocking mode guarantees known certainties, as defined by any number of RFC documents. Pardon me... I think that RFCs have nothing to do

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/3 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: After a few minutes I suggested that a timeout could simplify things, I changed my mind. It would not be a totally bad idea but, as most other mechanisms, it has its problems. First, what is the right timeout

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/3 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/3 Doriano Blengino doriano.bleng...@fastwebnet.it: After a few minutes I suggested that a timeout could simplify things, I changed my mind. It would not be a totally bad idea but, as most other

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/3 Benoît Minisini gam...@users.sourceforge.net: Kadaicha irony mode I'm not sure that the MSDN documentation is a good reference for socket programming: - The Microsoft documentation is often not connected to the reality it tries to describe. - The Windows socket implementation

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: the normal syntax implies that the value you read is available just after; in this case, one should declare that he wants to read a line, YES! YES! YES! Pardon my excitement. The timeout, as seen in this discussion, could be

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: This is the TCP scenario: you send data, and don't know what the hell those data have done - only that it is arrived. Never tried to speak FTP to a server which talks HTTP? Or to speak HTTP to a CIFS server? Yes, I have. Many, many

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: My idea was to raise an event when a line has been read As an optional setting, that would be absolutely brilliant and would resolve a number of potential and real problems. I would like an event for every line, I too would like an

Re: [Gambas-user] Release of Gambas 2.19

2010-01-03 Thread Kadaitcha Man
2010/1/4 Benoît Minisini gam...@users.sourceforge.net: I wish everyone an happy new MMX year, and I hope that this year will be the Same to you. year of the Gambas 3 release! :-) It should be, gb3 is good enough. --

Re: [Gambas-user] Socket Limitations

2010-01-03 Thread Kadaitcha Man
2010/1/4 Doriano Blengino doriano.bleng...@fastwebnet.it: My idea was to raise an event when a line has been read Based on what I just posted to the developer's list, you will need to be specific about what defines an end of line. For example: NUL ^@ \0 Null character ETX ^C

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Benoît Minisini gam...@users.sourceforge.net: 2010/1/2 Benoît Minisini gam...@users.sourceforge.net: Please provide the source code of the network communication, otherwise I can't see what you are doing exactly. Ok, here is some code that adequately reproduces the problem, and

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Doriano Blengino doriano.bleng...@fastwebnet.it: after a timeout occurs, one can only assume that the entire write has failed, even if, in fact, some data has been succefully written. Yes, you are quite correct, but the problem of partial data transfer due to a timeout is not a

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Kadaitcha Man nospam.nospam.nos...@gmail.com: 2010/1/3 Benoît Minisini gam...@users.sourceforge.net: http://gambasdoc.org/help/comp/gb.net/socket I will see about updating the Socket page and add the Blocking property to the list of inherited properties. Before I do

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Benoît Minisini gam...@users.sourceforge.net: Yes, I'll look at that, but why in the Ready event? Would there be any disadvantage or problem with setting the socket to block permanently when it is instantiated and its properties setup in code? Also, if it is set in the Ready event,

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Benoît Minisini gam...@users.sourceforge.net: 2010/1/3 Kadaitcha Man nospam.nospam.nos...@gmail.com: 2010/1/3 Benoît Minisini gam...@users.sourceforge.net: http://gambasdoc.org/help/comp/gb.net/socket I will see about updating the Socket page and add the Blocking property

Re: [Gambas-user] Socket Limitations

2010-01-02 Thread Kadaitcha Man
2010/1/3 Benoît Minisini gam...@users.sourceforge.net: By default, Socket are in non-blocking mode (Blocking property set to False). So writing to it a big chunk fails. The bug is that instead of raising an error during the Write instruction, it fails silently. By having a blocking socket,

[Gambas-user] Socket Limitations

2010-01-01 Thread Kadaitcha Man
gb3, qt4 on Ubuntu 9.10. Are there any known limits on the size of data that can be sent down a socket in one gulp? I have a proxy written in gb3 that uses Socket to communicate with a remote server and uses ServerSocket to get data from the client. ServerSocket seems to gag when given anything

Re: [Gambas-user] Socket Limitations

2010-01-01 Thread Kadaitcha Man
2010/1/2 Benoît Minisini gam...@users.sourceforge.net: Do you mean that if you write more than 41K of data on a Socket, it fails silently? Yes, precisely. Please provide the source code of the network communication, otherwise I can't see what you are doing exactly. I will have to mock

Re: [Gambas-user] Not sure about what type of project to use, pls advise

2010-01-01 Thread Kadaitcha Man
2010/1/2 Jussi Lahtinen jussi.lahti...@gmail.com: About Qt3 commercial developer license. http://qt.nokia.com/products/licensing Interesting, however there is no mention of the different versions of Qt, nor of Qt4 being free for proprietary software, and purchasing the developer version is

Re: [Gambas-user] Socket Limitations

2010-01-01 Thread Kadaitcha Man
2010/1/2 Benoît Minisini gam...@users.sourceforge.net: Please provide the source code of the network communication, otherwise I can't see what you are doing exactly. Ok, here is some code that adequately reproduces the problem, and the exact same code with a smaller chunk of text that does

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Kadaitcha Man
2010/1/1 Ron r...@cyberjunky.nl: Ron wrote: Ron wrote: Ron wrote: If you You seem to be talking to yourself, Ron. Are you ok? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [Gambas-user] Gambas scripter

2009-12-31 Thread Kadaitcha Man
2010/1/1 Benoît Minisini gam...@users.sourceforge.net: The scripter is very hacky: welcome to you, tester! :-) lol -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's

Re: [Gambas-user] Not sure about what type of project to use, pls advise

2009-12-30 Thread Kadaitcha Man
2009/12/31 Jussi Lahtinen jussi.lahti...@gmail.com: License issues... I have understand that GTK+ is free, Qt3 is free only for non-proprietary software, and Qt4 is free for proprietary software also. If those are issues that anyone need consider then how can the likes of ATI and nVidia

Re: [Gambas-user] Anti-aliasing painting

2009-12-30 Thread Kadaitcha Man
2009/12/31 Benoît Minisini gam...@users.sourceforge.net: In the future, Paint will draw on Printer (gb.gtk will have print support!), and will generate SVG, Postscript and Pdf documents, in both components! Nice. --

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 Dr. Diesel dr.die...@gmail.com: On Mon, Dec 28, 2009 at 6:14 AM, Fabien Bodard gambas...@gmail.com wrote: use a class ; TDBInfo 'Gambas Class PUBLIC    DatabasePath    As String PUBLIC    DatabaseName    As String PUBLIC    TableName       As String PUBLIC    PurgeSQL        

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 charlesg char...@pearceshardware.co.uk: Hi Project, Options, Module symbols are public by default=yes ? I'm sorry, Charles, but I must disagree with that solution. Some time back in the distant past (over 2yrs ago) there was a change in Gambas that meant the compiler made module

Re: [Gambas-user] Strange behavior of Items on panel

2009-12-29 Thread Kadaitcha Man
2009/12/29 norarg nor...@hotmail.de: (Ubuntu 9.10/Gambas 2.13) Take this with a bucketful of salt, but from my experience, you're better of with Gambas 3 and Qt4 on Ubuntu. I use 9.10 x64. Ubuntu uses GTK+, but Qt is far better. You need to consider installing Qt4, the latest Gambas 3, and if

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 Dr. Diesel dr.die...@gmail.com: On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man nospam.nospam.nos...@gmail.com wrote: Thanks for the help. You're welcome.  I just need to confirm if it is not currently possible in gambas3 or am I just doing something wrong? I love having

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
Doriano Blengino wrote: without global variables no programs could run... Counterfactual. Fallacious. False. In error. Inaccurate. Inexact. Misconstrued. Misguided. Mistaken. Not right. Untrue. Incorrect. Erroneous. False. Way off. Wide of the mark. Absurd. Groundless Incongruous. Incorrect.

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/30 Dr. Diesel dr.die...@gmail.com: On Tue, Dec 29, 2009 at 7:54 AM, Kadaitcha Man nospam.nospam.nos...@gmail.com wrote: 2009/12/29 Dr. Diesel dr.die...@gmail.com: On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man nospam.nospam.nos...@gmail.com wrote: Thanks for the help. You're

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard gambas...@gmail.com: Ok i've found the problem :) but for you :) open the file at : ~/.config/gambas3/gambas3.conf find the line : [FDebugInfo] replace the value by : splDebug=[502,122] then save the file open IDE and try to do a step by step debug ...

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard gambas...@gmail.com: open IDE and try to do a step by step debug ... you will see the stack (F8) Nope. I'll pull the latest svn and recompile. -- Return on Information: Google Enterprise

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard gambas...@gmail.com: The good news is The good news is it worked, and I didn't bother deleting the config :) Thank you, your help really is very much appreciated. -- Return on Information:

Re: [Gambas-user] Workaround for LEN()

2009-12-12 Thread Kadaitcha Man
2009/12/13 Norarg nor...@hotmail.de: Still it would be nice to hear from someone about this, I do not find this solution good. I assume it has something to do with the characterset, but I can not really figure it out. Simonart Dominique: Use the String class methods and all will works as

[Gambas-user] gb3: Call trace in debug

2009-12-12 Thread Kadaitcha Man
I've seen it somewhere, but can I find it in gb3? Nooo. Is there a call trace window when debugging in gb3? If there is, how do I display it? I'm trying to debug some events and can't tell where a call to a routine is originating from.

Re: [Gambas-user] Really dumb question about dialog forms

2009-12-11 Thread Kadaitcha Man
2009/12/11 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: If I create a new form with the dialog support it gets this code: Public Sub Run() As Boolean If I had a textbox on the form and wanted to return its contents, what would be the change in syntax required

Re: [Gambas-user] Really dumb question about dialog forms

2009-12-11 Thread Kadaitcha Man
2009/12/11 Fabien Bodard gambas...@gmail.com: Also if this is not to answer the question ... It is an answer to the question. It is wiser to shut up! if you do not calm kadaitcha man you gonna get fired from this mailing list. I have not used it but you are insulting

Re: [Gambas-user] Minimum Size of a Form

2009-12-11 Thread Kadaitcha Man
2009/12/11 Fabien Bodard gambas...@gmail.com: in gambas 2 the minimum size of a form is set by the size given at the desing... BWAHAHAHAHAHAHAHAHA! Guess again. if this is not to answer the question ... It is wiser to shut up!

[Gambas-user] An Apology

2009-12-11 Thread Kadaitcha Man
I have pissed off a few people. If there is anyone whom I have not pissed off, I apologise. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

Re: [Gambas-user] Minimum Size of a Form

2009-12-11 Thread Kadaitcha Man
Fabien Bodard wrote: ok Error from mine :) ... but for one part the min size is fixed at the desing but only for windows with ToolBox option at true Not true. The minimum size of any form shown as modal is the design-time size.

Re: [Gambas-user] Really dumb question about dialog forms

2009-12-11 Thread Kadaitcha Man
2009/12/12 Fabien Bodard gambas...@gmail.com: 2009/12/12 Kadaitcha Man nospam.nospam.nos...@gmail.com: In short, Fabien, as far as I can tell, the only way to make it work correctly in gb2 is to do it the way I originally said to do it. Of course I'm open to being shown to be wrong. in fact

Re: [Gambas-user] Really dumb question about dialog forms

2009-12-10 Thread Kadaitcha Man
2009/12/11 richard terry rte...@pacific.net.au: BTW when replying on the list its useful ***not to snip out the guts of the question*** so that others reading your reply can make sense of it. Why put the onus on me for something that annoys only you? If you don't like the way I reply, don't

Re: [Gambas-user] Buttons again not working

2009-12-09 Thread Kadaitcha Man
2009/12/10 Kadaitcha Man nospam.nospam.nos...@gmail.com: Look at the attached code, and take note of the form design. Scratch that. You may have found a bug, either inadvertently or advertantly ;- With MyTextBox declared as public, xMyTextBox_Change isn't firing: MyTextBox = NEW TextBox(HBox1

Re: [Gambas-user] Buttons again not working

2009-12-09 Thread Kadaitcha Man
2009/12/10 Benoît Minisini gam...@users.sourceforge.net: You should write:  butty = NEW Button(keret) AS Ops to have the same effect. That's what I thought, but when I tried a similar thing with a TextBox, it appeared that the TextBox events were not firing. I'll take another look at it later

Re: [Gambas-user] Buttons again not working

2009-12-09 Thread Kadaitcha Man
2009/12/10 Kadaitcha Man nospam.nospam.nos...@gmail.com: 2009/12/10 Benoît Minisini gam...@users.sourceforge.net: You should write:  butty = NEW Button(keret) AS Ops to have the same effect. That's what I thought, but when I tried a similar thing with a TextBox, it appeared

Re: [Gambas-user] Serial port data being changed ????

2009-12-08 Thread Kadaitcha Man
2009/12/8 Les Hardy l...@webmayo.com: This is a Linux thing. Not Gambas. Linux has a lot of things. I learned the hard way that localhost TCP/IP ports below 1024 are protected. Sheesh. I lost a full day to that. Today I lost several hours to Gambas behaviour that is expained by bugs in Qt3.

Re: [Gambas-user] Directories?

2009-12-05 Thread Kadaitcha Man
2009/12/4 Dave Merriman dkmerri...@gmail.com: I've got some text files that I need to read into an array (I  *really* wish Gambas had an easy way to embed array data _in_ the program, like the old data 4, 17, 32, 88... of BASIC days) It does have such a feature. It all depends on how many

Re: [Gambas-user] Need a Ubuntu/Linux teacher

2009-12-05 Thread Kadaitcha Man
2009/12/5 John kb2...@optonline.net: I can make a Windows box sing. I tend to agree with Emil, lots of searching and reading on google is advised, but temper it with your own knowledge - some of the stuff out there is just downright wrong. I was a Windows developer and have decades of

[Gambas-user] Ok, what have I done?

2009-12-02 Thread Kadaitcha Man
This happens in both Gambas 2.18 and 3. When I drag a hSplit or a vSplit onto a form, I can't add any controls to either the left or the right panel because the splitter is not functioning. Anyone got any suggestions? attachment:

Re: [Gambas-user] Ok, what have I done?

2009-12-02 Thread Kadaitcha Man
2009/12/3 Benoît Minisini gam...@users.sourceforge.net: This happens in both Gambas 2.18 and 3. When I drag a hSplit or a vSplit onto a form, I can't add any controls to either the left or the right panel because the splitter is not functioning. Anyone got any suggestions? I'm not sure

Re: [Gambas-user] Component Show, Hide, Visible

2009-12-01 Thread Kadaitcha Man
2009/12/2 D. L. Fox ubu...@frigginjiggy.com: Sorry for the newbie question but... What is the difference between setting the Visible property to False and calling the Hide() method? Hide is a method, Visible is a property. You can't check if X is visible or not by calling Hide(). Otherwise,

Re: [Gambas-user] can't call a procedure from a different module

2009-12-01 Thread Kadaitcha Man
2009/12/2 kevinfishburne kevinfishbu...@eightvirtues.com: (2) Module Server then calls the procedure Init contained within module Net (Net.Init). Net is reserved for the Net class of constants in gambas. Rename the module.

Re: [Gambas-user] How can I create radio (mutually exclusive) menu?

2009-11-29 Thread Kadaitcha Man
2009/11/29 nando nand...@nothingsimple.com: Radio Buttons only make sense when you use more than ONE. Placing them on a PANEL container makes them a 'family' and are grouped together so that only one can be selected TRUE. If you don't want to see the panel border, you can have no border. If

Re: [Gambas-user] Modifying a picture assigned to a menu

2009-11-28 Thread Kadaitcha Man
2009/11/28 David Dell davidmd...@gmail.com: the underlying toolkit I hope this doesn't create extra unneeded picture objects in memory, for any number of times without memory penalties. Please confirm this. He said the underlying toolkit. that means it is out of Benoit's control.

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Benoît Minisini gam...@users.sourceforge.net: It should be fixed in revision #2445. Thanks, Benoît. I need a little more help. I can see rev #2445 on sourceforge but how do I get it? -- Let Crystal Reports

Re: [Gambas-user] Menu editor - not a bug but annoying

2009-11-28 Thread Kadaitcha Man
2009/11/28 Doriano Blengino doriano.bleng...@fastwebnet.it: Dear Kadaitcha Oh, not that again. Some troll stole my email address and spread it all over the planet. You have me mistaken with someone else. keep in mind that there is a lot of people out there which do not exactly understand

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Kadaitcha Man nospam.nospam.nos...@gmail.com: Thanks, Benoît. I need a little more help. I can see rev #2445 on sourceforge but how do I get it? I may or may not have figured it out. cd /usr/src/gambas-something svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Kadaitcha Man nospam.nospam.nos...@gmail.com: 2009/11/28 Kadaitcha Man nospam.nospam.nos...@gmail.com: Thanks, Benoît. I need a little more help. I can see rev #2445 on sourceforge but how do I get it? I may or may not have figured it out. cd /usr/src/gambas-something svn

Re: [Gambas-user] Menu editor - not a bug but annoying

2009-11-28 Thread Kadaitcha Man
2009/11/29 Benoît Minisini gam...@users.sourceforge.net: A big thread for just changing the Default property of a button from True to False! Sometimes you take a little more convincing than usual :) -- Let Crystal

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/29 Benoît Minisini gam...@users.sourceforge.net: Le bug est mort. Vive le bug! Did you do exactly something like that? I completely removed the original gambas and all the older source for 2.17 then followed the standard install instructions. It is now working fine; thank you very much

[Gambas-user] Popup Menu Behaviour Issue

2009-11-28 Thread Kadaitcha Man
Popup menus don't behave as expected. Gambas 2.18 on Ubuntu 9.10. If the right-button is let go then the menu immediately disappears. If I want to select an item I have to keep my right button pressed, which is a completely unnatural movement. The menu should stay open until I select an item or

Re: [Gambas-user] Popup Menu Behaviour Issue

2009-11-28 Thread Kadaitcha Man
2009/11/29 Benoît Minisini gam...@users.sourceforge.net: Popup menus don't behave as expected. Gambas 2.18 on Ubuntu 9.10. If the right-button is let go then the menu immediately disappears. Maybe it is a decision from GTK+? Try to compare with Qt first. Yes, it seems to be GTK. I recreated

[Gambas-user] Creatable Menu

2009-11-28 Thread Kadaitcha Man
Menus are creatable according to http://gambasdoc.org/help/comp/gb.qt/menu However I cannot see any methods anywhere that will allow me to add a menu item in code. For what I need to do, pre-defining the menus using the menu editor then hiding or showing the items is not practical. Have I missed

Re: [Gambas-user] Creatable Menu

2009-11-28 Thread Kadaitcha Man
2009/11/29 Kadaitcha Man nospam.nospam.nos...@gmail.com: Menus are creatable according to http://gambasdoc.org/help/comp/gb.qt/menu However I cannot see any methods anywhere that will allow me to add a menu item in code. For what I need to do, pre-defining the menus using the menu editor

Re: [Gambas-user] Creatable Menu

2009-11-28 Thread Kadaitcha Man
2009/11/29 richard terry rte...@pacific.net.au: Perhaps not so strangely I need religions in a medical program No. Not strange. One would want to make the mistake of bringing in a Roman Catholic priest to administer the last rights to a Hindu or Moslem :) This code gives the picture shown.

Re: [Gambas-user] Custom Control

2009-11-28 Thread Kadaitcha Man
2009/11/29 D. L. Fox ubu...@frigginjiggy.com: I'd like to start with customizing a PictureBox control - basically just add some custom properties/methods. From what I can tell, the current control is written in C and I'm not very adept at that language. Any tips on the best way to go about

[Gambas-user] Null Object

2009-11-27 Thread Kadaitcha Man
I'm having trouble with editing a TableView. I found this when looking for a solution: http://old.nabble.com/tableview-edit-td25328595.html It's the same problem I've got. There is neither a class name nor any line number in the error message as the guy said, however he didn't respond back to