Re: [Gambas-user] Development cycle and component vs library

2014-06-14 Thread B Bruen
, but. There is actually very little difference and the differences are fairly unimportant to a new gambas developer. Suffice to say, until you understand that help above, libraries are the way to go. /Patrik hth Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Something strange just happened?

2014-06-11 Thread B Bruen
Aha! Got it. Issue #528 B On Wed, 11 Jun 2014 10:40:09 +0200 gian bago...@libero.it wrote: Public Sub Form_Close() Settings.Write(Me) Settings.Save() End Ciao Gianluigi Il 11/06/2014 03:43, B Bruen ha scritto: On Wed, 11 Jun 2014 11:02:44 +0930 B Bruen bbr...@paddys

[Gambas-user] Something strange just happened?

2014-06-10 Thread B Bruen
looking Settings slot [FControlBrowser] but nothing else and a ctlbrowser.conf.lock file of zero bytes. Deleting these files and then re-running the project just recreates the same situation. Any clues? (rev 3.5.90 r6307) Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Something strange just happened?

2014-06-10 Thread B Bruen
On Wed, 11 Jun 2014 11:02:44 +0930 B Bruen bbr...@paddys-hill.net wrote: I created a new project ctlbrowser with qt4, and settings components. In the main form (renamed from FMain to FControlBrowser) design, I just added the Open and Close events and the code Settings.Read(Me

Re: [Gambas-user] Webbrowser without gb.qt4??

2014-06-09 Thread B Bruen
. So: Has gui independence now become economically un-viable? Any comments, especially from Benoit. regards -- B Bruen bbr...@paddys-hill.net -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions

[Gambas-user] Raising events during the constructor method

2014-06-09 Thread B Bruen
Hello End The main class Something_Hello() never gets executed. Is this because the object does not exist yet? regards Bruce -- B Bruen bbr...@paddys-hill.net -- HPCC Systems Open Source Big Data Platform from

Re: [Gambas-user] Accessing the nth item in a collection

2014-06-04 Thread B Bruen
___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE O'Reilly

Re: [Gambas-user] Accessing the nth item in a collection

2014-06-04 Thread B Bruen
(to the rest of the application). It's just that in this particular instance all I need to get at is the last or first item that was added. -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE

[Gambas-user] [Aside] Re: Accessing the nth item in a collection

2014-06-04 Thread B Bruen
is enumerable with the FOR EACH keyword. but then I cannot access the first item via MyResult[0] It looks like a special array with a strange form of _get(). ? -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases

Re: [Gambas-user] Component Programing Question

2014-06-03 Thread B Bruen
On Tue, 3 Jun 2014 07:02:44 -0700 (PDT) VonZorch vonzo...@gmail.com wrote: B Bruen wrote On Mon, 02 Jun 2014 03:27:23 +0200 Benoît Minisini lt; gambas@.sourceforge gt; wrote: Le 02/06/2014 03:07, VonZorch a écrit : I have found that inheriting UserControl makes a developing

[Gambas-user] Accessing the nth item in a collection

2014-06-03 Thread B Bruen
using a sledge hammer to crush an ant. Last I have achieved after a manner, but the mechanism is too embarrassing to reveal. nth I am reluctant to attempt. Any clues? -- B Bruen bbr...@paddys-hill.net -- Learn Graph

Re: [Gambas-user] Component Programing Question

2014-06-03 Thread B Bruen
is that they only affect how the custom control will work in the IDE. hth Bruce On Wed, 4 Jun 2014 09:18:51 +0930 B Bruen bbr...@paddys-hill.net wrote: On Tue, 3 Jun 2014 07:02:44 -0700 (PDT) VonZorch vonzo...@gmail.com wrote: B Bruen wrote On Mon, 02 Jun 2014 03:27:23 +0200 Benoît Minisini lt

Re: [Gambas-user] Component Programing Question

2014-06-01 Thread B Bruen
constants correctly. Show us the code. In the first para Is this normal? No, I have not seen anything like that. Again, SUTC! hth -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE O'Reilly

[Gambas-user] Native Date functions and milliseconds

2014-06-01 Thread B Bruen
tia -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders

Re: [Gambas-user] Request for comments about a language change

2014-05-31 Thread B Bruen
the point? regards Bruce -- B Bruen bbr...@paddys-hill.net -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet

Re: [Gambas-user] Request for comments about a language change

2014-05-31 Thread B Bruen
, 2014 at 2:28 AM, B Bruen bbr...@paddys-hill.net wrote: On Sat, May 31, 2014 at 2:38 PM, Benoît Minisini gam...@users.sourceforge.net wrote: Hi people, Does anybody have an objection against the following change: For Each Value In Enumeration raise an error

[Gambas-user] gb.xml: XMLElement.GetChildrenByAttributeValue with multiple criteria

2014-05-31 Thread B Bruen
In essence, I want to select all (first level) child elements of the current element where attribute Type=R and attribute Status=Open, in one hit. Is this possible? tia Bruce -- B Bruen bbr...@paddys-hill.net -- Time

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread B Bruen
. regards -- B Bruen bbr...@paddys-hill.net -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet ___ Gambas-user

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread B Bruen
On Wed, 28 May 2014 03:36:02 +0200 ep...@joernerik.com wrote: In TreeView, if you reparent a key to be a child of a key that has the same name as the key you want to reparent, there's an error message saying: New parent can not be a child item. Renaming the item I want to reparent avoids

Re: [Gambas-user] Community Component Repo

2014-05-16 Thread B Bruen
-components/ and yes that is a -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability

Re: [Gambas-user] Community Component Repo

2014-05-16 Thread B Bruen
On Sat, 17 May 2014 08:51:22 +0930 B Bruen bbr...@paddys-hill.net wrote: On Fri, 16 May 2014 22:31:02 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 16/05/2014 19:31, Randall Morgan a écrit : I have seen Gambas growing in popularity over the past few years, and I feel

Re: [Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-14 Thread B Bruen
which has nothing to do with treeview controls. hth -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos

Re: [Gambas-user] Feature request: Giving _compare() an optional user data argument

2014-05-14 Thread B Bruen
along the lines suggested by Tobi's approach have been less than successful for exactly the same reasons. -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE

Re: [Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread B Bruen
pseudocode that demonstrates your problem. hth Bruce -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS

Re: [Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread B Bruen
ideas you may find at http://paddys-hill.net/wp/gambas/gambas-components which (generally) are the ones that are (ahem) stable enough to distribute. If I have misinterpreted, then feel free to complain to the appropriate /dev/null :-) -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] best programming practices:

2014-05-12 Thread B Bruen
mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE

[Gambas-user] Try;If Error on mutable classes

2014-05-12 Thread B Bruen
here? -- B Bruen bbr...@paddys-hill.net -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best

Re: [Gambas-user] System.TimeZone Error?

2014-05-10 Thread B Bruen
is?? How can I solve this problem? Probably the simplest way is : Shell (date --utc) To sUTCDate You can use the date options to return the string as you require it. hth -- B Bruen bbr...@paddys-hill.net -- Is your

Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread B Bruen
)... If ValueBox.Type = ValueBox.Number, then a TextBox is used which apparently gets things right - but the others somehow don't. Regards, Tobi H, this is related to issue 511, which I thought was fixed? -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] New Syntax, SUPER !comprehension(mine) Re.: SUPER example at gambasdoc

2014-05-08 Thread B Bruen
. The importance is that MyListBox.Add() cannot use Me.Add() as that will refer to the child class (i.e. stack overflow) but we can get to the ancestral method. -- B Bruen bbr...@paddys-hill.net -- Is your legacy SCM system

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-06 Thread B Bruen
exported control must either inherit from UserControl or UserContainer (or some other control) in order to work properly. hth -- B Bruen bbr...@paddys-hill.net -- Is your legacy SCM system holding you back? Join Perforce

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-17 Thread B Bruen
Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive new

Re: [Gambas-user] Advising methods of non-fixed argument tuple in a parent class

2014-04-15 Thread B Bruen
tip Tobi, I never could solve that! -- B Bruen bbr...@paddys-hill.net -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive new guide to graph databases and their applications. Written

Re: [Gambas-user] Beep? Solved! Thanks

2010-10-19 Thread B Bruen
On 19/10/10 19:49, charlesg wrote: Just as well! I just tested my version and it doesn't work anyway. :,( 'echo -e \\007' does work from terminal. Benoît Minisini wrote: SHELL echo -e \\\007\/dev/tty10 I think I got that from this forum. bbb888 wrote: Pretty simple? How can I

[Gambas-user] Beep?

2010-10-18 Thread B Bruen
Pretty simple? How can I make the computer go beep (I have a very long routine to run, I estimate over 10 hours and will probably have to run it several dozen times. I have built it to run as a console app, so it can toddle along happily in the background, so to speak. Every now and then

<    1   2