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

2010-01-26 Thread Doriano Blengino
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! What about using two different properties: .Count (all the items) and

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 Doriano Blengino
Kadaitcha Man ha scritto: 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

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] PictureBox not refresh copied image.

2010-01-26 Thread Demosthenes Koptsis
yes Picture.Load works without need of Picture.Refresh. Thanks both of u. 2010/1/26 Benoît Minisini gam...@users.sourceforge.net Demosthene, The way I got my picturebox to work is this PictureBox1.Picture = Picture.Load(/usr/share/pixmaps/wicd/wicd-client.png) so if you could

Re: [Gambas-user] Installation Gambas2 on Ubuntu 9.10, gb.qte disabled

2010-01-26 Thread Demosthenes Koptsis
ok, but as i used it sometimes, but if it is removed so be it. On Tue, Jan 26, 2010 at 5:44 AM, Bill Richman b...@timeguy.com wrote: From this list on 1/18/2010: Don't worry about gb.qte. Nobody uses it, and it has been removed in Gambas 3. Regards, -- Benoît Minisini So I guess,

[Gambas-user] Digest in UTF-8

2010-01-26 Thread Pino Zollo
Il lunedì 25 gennaio 2010 20:48:58 gambas-user-requ...@lists.sourceforge.net ha scritto: Baba.jpg B?b?1.jpg B?b?8.jpg B?b?20.jpg Bibi.jpg Bobo.jpg instead of: Baba.jpg Bibi.jpg Bobo.jpg B?b?1.jpg B?b?20.jpg B?b?8.jpg How does it work? Hi, I receive this forum in Digest

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

2010-01-26 Thread Doriano Blengino
Kadaitcha Man ha scritto: 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 -

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] Installation Gambas2 on Ubuntu 9.10, gb.qte disabled

2010-01-26 Thread M. Cs.
Enable repositories for Lucid, and install gambas2 from .deb packages. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business

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

2010-01-26 Thread Doriano Blengino
Kadaitcha Man ha scritto: 2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: Kadaitcha Man ha scritto: 2010/1/26 Doriano Blengino doriano.bleng...@fastwebnet.it: Actually I expressed myself badly. Example: Actually, I express myself badly quite often.

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, then, as

Re: [Gambas-user] Installation Gambas2 on Ubuntu 9.10, gb.qte disabled

2010-01-26 Thread Demosthenes Koptsis
my installation from svn is perfect and i dont want to change it. i had installed Gambas from official ubuntu package but was 2.13! Now i have 2.19 with only difference which this component is disabled. I thought that may i had to add something to apt-get line so to have enabled the gb.qte but

[Gambas-user] DirChooser1.Refresh ' Not refresh after delete

2010-01-26 Thread Demosthenes Koptsis
PUBLIC SUB Button1_Click() DIM hProcess AS Process DIM sPath AS String = DirChooser1.SelectedPath sPath = Replace$(sPath, , \\ ) sPath = Replace$(sPath, (, \\() sPath = Replace$(sPath, ), \\)) sPath = Replace$(sPath, ?, \\?) sPath = Replace$(sPath, , \\) sPath = Replace$(sPath, ,

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

2010-01-26 Thread Doriano Blengino
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? You are confabulating and conflating. At least, I

[Gambas-user] How to develop gambas component

2010-01-26 Thread matteo.l...@engicam.com
Hi to all ! I need to develop a Gambas component in C/C++ Where I can find some documentation about this ? Thanks to all -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with

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

2010-01-26 Thread Benoît Minisini
Doriano Blengino ha scritto: Actually I expressed myself badly. Example: Tree1: - item0 - item1 - item1.0 Tree1.count is 3 (global count) Tree1.Children.count is 2 (tree1 has two children) Tree1.Children[0] is item0 Tree1.Children[0].count is 0

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] DirChooser1.Refresh ' Not refresh after delete

2010-01-26 Thread Demosthenes Koptsis
Yes this worked. Thanks. Do u plan to add Reload to 2.x ? 2010/1/26 Benoît Minisini gam...@users.sourceforge.net Actually i want to reload the DirChooser contents not redraw the control. Yes, the Reload() method exists only in Gambas 3. But I think you have a workaround: DIM hObject

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

2010-01-26 Thread matteo.l...@engicam.com
Hi Benoît ! I'll try to explain my project: I have an Arm 9 system, and I have to run gambas interpreter on in. This Arm 9 exchange data across the SPI with a Microchip PIC. Whereas we want to develop and debug the Arm application from a PC, we thought to exchange data from PC to Arm and

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

2010-01-26 Thread Fiddler63
If I right click on Modules (in the left hand tree) and select properties (with no modules available) Gambas closes it current session. Not a major, but. Ubuntu 9.10 64 bit. Kim It is a crash or do you have a Gambas error message? -- Benoît Minisini No error message(s), gambas

[Gambas-user] Order datacombo by display value

2010-01-26 Thread Cyro W. Corte Real Filho
Is it possible to order a datacombo by the display value? Thanks a lot for any help. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network

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

2010-01-26 Thread Benoît Minisini
If I right click on Modules (in the left hand tree) and select properties (with no modules available) Gambas closes it current session. Not a major, but. Ubuntu 9.10 64 bit. Kim It is a crash or do you have a Gambas error message? No error message(s), gambas just

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] How to develop gambas component

2010-01-26 Thread Benoît Minisini
Hi Benoît ! You should configure your mail reader to use UTF-8 encoding when needed. :-) I'll try to explain my project: I have an Arm 9 system, and I have to run gambas interpreter on in. This Arm 9 exchange data across the SPI with a Microchip PIC. Whereas we want to develop and

Re: [Gambas-user] Datacombo order by display

2010-01-26 Thread Benoît Minisini
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 Datacombo by the display Text? It is not possible at the moment, but I think I can add a property for that in Gambas 3. 2. Is there