Re: [Gambas-user] Problems on mail list

2014-12-27 Thread B Bruen
their door, kick their a*s*, make them move and hopefully then things improve. Amen (apologies but I was on a roll) Looking forward to Gambas2015 !!! :_) Bruce -- B Bruen adamn42$gmail.con (wahtever) -- Dive

Re: [Gambas-user] Gridview sort function

2014-12-24 Thread B Bruen
that a bit, uncomment lines 11 and 12 which should really confuse you :-) cheers Bruce -- B Bruen adamn...@gmail.com TableviewExample-0.0.1.tar.gz Description: Binary data -- Dive into the World of Parallel Programming

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread B Bruen
On Tue, 2 Dec 2014 22:44:04 +0100 Tobias Boege tabo...@gmail.com wrote: On Tue, 02 Dec 2014, Martin McGlensey wrote: Hello, I've used the menu to create menus on my main form. Those that I want to see on the tool bar are marked visible. Those that I want to use as popups are

[Gambas-user] Class.Symbols - local, inherited, overridden ???? Bah!

2014-12-02 Thread B Bruen
think it is doing it some other way. (If you r e a l l y want to know why, it's for a custom control code generator. ... ... ... I didn't think so...) tia Bruce -- B Bruen adamn...@gmail.com or whatever

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread B Bruen
On Tue, 2 Dec 2014 20:35:01 -0500 Martin McGlensey mmcg29...@frontier.com wrote: Thanks for the responses. Remember I'm still climbing that steep learning curve. The sub to catch the click event is Public Sub mnuAdvanced_Click() but that does not catch the event. I do not know how declare or

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread B Bruen
as it is ready, even if there is not a lot of other changes in Gambas. Regards, -- Benoît Minisini Attached our GenUtil module source, use what you like. My favorites are DateUtil.StrToDate and StrUtil.Proper and StrUtil.NormName regads Bruce -- B Bruen adamn...@gmail.com genutil

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread B Bruen
On Mon, 1 Dec 2014 20:30:19 -0300 Sebastian Kulesz sebi...@gmail.com wrote: Would it be okay to include this component inside the gambas3-runtime package or should I create a new one for it? Not sure what you are talking about? B -- B Bruen adamn...@gmail.com

[Gambas-user] IDE silent crash with Connections

2014-12-01 Thread B Bruen
on the Connections entry for it. Poof! IDE gone. Not confirmed against native IDE, but certainly happens here. regards Bruce -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread B Bruen
a comma delimited list except where the comma is immediately followed by a space. Will this change help that? regards Bruce -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

Re: [Gambas-user] A good idea? Revisited again.

2014-11-29 Thread B Bruen
. We are quite prepared to publish them on the Gambas farm if there is such interest (they are programming tools if you like and thus have no commercial value to us.) regards Bruce -- B Bruen adamn...@gmail.com

Re: [Gambas-user] A good idea? Revisited again.

2014-11-29 Thread B Bruen
. in this case we write an options text file into the source project directory. It cannot send any information back to the IDE. Not entirely satisfactory but it does provide some sort of proof that it may be possible to enhance the IDE properties editor through external code. regards Bruce -- B Bruen

Re: [Gambas-user] Gambas Software Farm in revision #6676

2014-11-26 Thread B Bruen
credentials on a Get. (Note: I mean the actual retrieval part only, not the whole farm concept.) regards Bruce -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate

[Gambas-user] IDE enhancement request - Run that form

2014-11-24 Thread B Bruen
that would invoke the module if it has a Main method tia Bruce -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports

Re: [Gambas-user] Gambas Software Farm in revision #6666 (!)

2014-11-23 Thread B Bruen
... -- Benoît Minisini Deleting a tag by clicking on the red cross fails. See pic. -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your

[Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
Probably a silly question, but I'm just having a little think. Is there any way to programatically (i.e. dynamically) change the order in which a menu item appears in a drop down menu? regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
On Thu, 20 Nov 2014 00:26:07 +0100 Benoît Minisini gam...@users.sourceforge.net wrote: Le 20/11/2014 00:22, B Bruen a écrit : Probably a silly question, but I'm just having a little think. Is there any way to programatically (i.e. dynamically) change the order in which a menu item

Re: [Gambas-user] Bug with IDE detach Tab

2014-11-17 Thread B Bruen
On Mon, 17 Nov 2014 18:40:04 +0100 Benoît Minisini gam...@users.sourceforge.net wrote: Le 16/11/2014 03:42, B Bruen a écrit : If an IDE tab is detached and then reattached then if there are lines in the file to wide to display there is no scroll bar. I'd raise an error report but I

[Gambas-user] Events in local classes dont show up in the help

2014-11-17 Thread B Bruen
browser is as attached. -- B Bruen adamn...@gmail.com -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing

[Gambas-user] Bug with IDE detach Tab

2014-11-15 Thread B Bruen
If an IDE tab is detached and then reattached then if there are lines in the file to wide to display there is no scroll bar. I'd raise an error report but I have mucked up my login credentials. regards Bruce -- B Bruen adamn...@gmail.com

[Gambas-user] Possible sqlite3 component error

2014-11-12 Thread B Bruen
(which I dont think is the problem) I cannot see any corruption of the query string. I am not sure but have a suspicion that this has arisen after the recent changes for db collations etc. regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Snippets bug

2014-11-12 Thread B Bruen
:VariableName} as Variant and they all behave as you would expect. hth Bruce -- B Bruen adamn...@gmail.com -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread B Bruen
doesn't look quite right. 2) code examples are a bit too hard to read at the smaller font size used. regards Bruce -- B Bruen adman...@gmail.com -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread B Bruen
On Tue, 11 Nov 2014 23:22:50 +0100 Benoît Minisini gam...@users.sourceforge.net wrote: Le 11/11/2014 23:01, B Bruen a écrit : Yes, it is a nice look. Two comments though: 1) the doc/richtext page doesn't look quite right. What do you mean? How very strange? 20 minutes later

[Gambas-user] SwitchButton keyboard actions

2014-11-10 Thread B Bruen
It appears that there is no way to change a SwitchButton value using the keyboard? Comments? regards -- B Bruen adamn...@gmail.com -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month

[Gambas-user] Silly IDE problem

2014-11-08 Thread B Bruen
anything in the Watch tab, nor can I resize any existing debug window. Further the calendar popup now appears on all desktops and is modal in the sense that I cannot ... enter text into this post for example. Confirm? Bug? Feature? Desktop=LXDE Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Resolve error compiling Gambas 3.6.x . gb.pdf - File: PDFDoc.h not found

2014-11-08 Thread B Bruen
question. B Bruen bbruen@withheld -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Datasource.Filter does not work

2014-11-06 Thread B Bruen
in: User = $$Marty$$. hth Bruce -- B Bruen offline currently -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas

[Gambas-user] A real big enhancement request

2014-10-30 Thread B Bruen
a bit easier best regards Bruce -- B Bruen bbr...@paddys-hill.net -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Gambas-user] Conflict discovered in file....

2014-10-30 Thread B Bruen
/lists/listinfo/gambas-user The .startup file is in quite a few of the components... -- B Bruen bbr...@paddys-hill.net -- ___ Gambas-user mailing list Gambas-user

[Gambas-user] A sad event

2014-10-16 Thread B Bruen
and the local thoroughbred racing community have been shaken to the core by this event. Again my apologies for having troubled you with this. regards Bruce -- B Bruen adamn...@gmail.com -- Comprehensive Server Monitoring

Re: [Gambas-user] A good idea?

2014-10-11 Thread B Bruen
and all the associated submenus. Just drag the VStandardMenu virtual control onto the form - no need to build these menus via the IDE each time rgrds Bruce -- B Bruen bbr...@paddys-hill.net -- Meet PCI DSS 3.0

[Gambas-user] (Custom) virtual controls

2014-10-11 Thread B Bruen
clues? regards Bruce -- B Bruen adamn...@gmail.com -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS

Re: [Gambas-user] (Custom) virtual controls

2014-10-11 Thread B Bruen
On Sun, 12 Oct 2014 01:45:26 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 12/10/2014 00:52, B Bruen a écrit : A couple of oddities have emerged from my work in the A Good Idea? thread: 1) the _IsVirtual constant - this appears now to be a function? Is the help

Re: [Gambas-user] ICal parser

2014-10-07 Thread B Bruen
On Tue, 7 Oct 2014 19:45:10 +0200 Fabien Bodard gambas...@gmail.com wrote: ... what is iCal :-P ? 2014-10-07 4:25 GMT+02:00 B Bruen bbr...@paddys-hill.net: I don't suppose that anyone has an iCal parser utility that they would care to share do they? -- B Bruen adamn...@gnail.com

[Gambas-user] ICal parser

2014-10-06 Thread B Bruen
I don't suppose that anyone has an iCal parser utility that they would care to share do they? -- B Bruen adamn...@gnail.com (sort of) -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS

[Gambas-user] help generation for local classes

2014-10-06 Thread B Bruen
I am not sure where this crept in but... The IDE help browser now deems local classes to be non-creatable if they do not contain a _new() method. pic attached -- B Bruen bbr...@paddys-hill.net -- Meet PCI DSS 3.0

[Gambas-user] IDE Feature request

2014-10-03 Thread B Bruen
When an untrapped error occurs running a project within the IDE the program pauses and the error message appears in the code editor as a popup at the significant line. Would it be possible for the IDE to somehow copy that message to the clipboard? regards Bruce -- B Bruen adamn...@gnail.com

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread B Bruen
On Thu, 02 Oct 2014 10:22:21 +0200 Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Am 30.09.2014 15:10, schrieb B Bruen: On Tue, 30 Sep 2014 10:59:36 +0200 Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Hi, TextArea produces a pop-up menu when right-clicking

Re: [Gambas-user] Relative paths

2014-10-01 Thread B Bruen
On Wed, 01 Oct 2014 08:26:26 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 01/10/2014 06:40, B Bruen a écrit : (and I thought I knew it all! ) In a component I want to refer to a path in the client project executable. To be precise in the client project I have a relative

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-09-30 Thread B Bruen
? Thanks for your ideas! Rolf Something like Public Sub Form_Open() TextArea1.PopupMenu = mnuDummy End (where mnuDummy does not exist) seems to work hth B -- B Bruen bbr...@paddys-hill.net -- Meet PCI DSS 3.0

[Gambas-user] Relative paths

2014-09-30 Thread B Bruen
project logo in it. The salient point is that I want to get at an image file in the client executable. Any clues? B -- B Bruen adamn...@gmail.com -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer

Re: [Gambas-user] Static Classes and Modules

2014-09-20 Thread B Bruen
in the project. Anyway... regards -- B Bruen bbr...@paddys-hill.net -- Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk

Re: [Gambas-user] Static Classes and Modules

2014-09-20 Thread B Bruen
. via the CREATE PRIVATE command. regards Bruce -- B Bruen bbr...@paddys-hill.net -- Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk

Re: [Gambas-user] Static Classes and Modules

2014-09-20 Thread B Bruen
is in the attic as I am getting more and more sure that static means allocated at class level rather than at instance level and nothing more. -- B Bruen bbr...@paddys-hill.net -- Slashdot TV. Video for Nerds. Stuff

[Gambas-user] A good idea?

2014-09-20 Thread B Bruen
the pop-up (but does have a handler for an event raised by the pop-up). What do you think? regards Bruce -- B Bruen bbr...@paddys-hill.net virtctls-0.0.5.tar.gz Description: Binary data -- Slashdot TV. Video for Nerds

Re: [Gambas-user] Alternate language generation.

2014-09-20 Thread B Bruen
the IDE to generate source for other languages ? I do not but I have seen in the archives that *many* people where around Gambas before I arrived which aren't here anymore. I thought Tobi had been around since the pre-mesozoic era (i.e. Gambas 1.0) :-) -- B Bruen bbr...@paddys

Re: [Gambas-user] Modules

2014-09-15 Thread B Bruen
Execute_Current_Customer(PrejudiceLevel As Integer) CurrentCustomer = Null End in, say, FMain Public Sub Load(CustID) MyUtil.CurrentCustomer.Load(CustID) If MyUtil.CurrentCustomer.IsLatePayer then MyUtil.Execute_Current_Customer(iExtreme) EndIf etc hth Bruce -- B Bruen adamn...@gmail.com

[Gambas-user] The new IDE opening screen

2014-09-09 Thread B Bruen
Simple question: What does the search function actually search? Obviously by project name but what else? I would have thought it also searched the project description but I am getting results that don't match that expectation. tia -- B Bruen bbr...@paddys-hill.net

[Gambas-user] How to reset a toolbar config?

2014-08-31 Thread B Bruen
in the IDE to get the original lines back. I have to manually edit the config file in an external editor. Is there a way to reset it in the IDE and I just can't find it? tia Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] How to reset a toolbar config?

2014-08-31 Thread B Bruen
On Mon, 01 Sep 2014 01:29:43 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 01/09/2014 01:06, B Bruen a écrit : I have this recurring problem with the gb.form.mdi Toolbar. For some reason, unknown, I occasionally lose the project config file contents that describe

Re: [Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread B Bruen
/ rootext, sd, pattern, filter)) wkrtn.Add(sd / item) Next Next Return wkrtn.Sort() Catch Error Subst(1\nERR: 2 (3)\n4\n1\n, String$(40, -), Error.Text, Error.Code, Error.Backtrace.Join(\n)) Error sd, root, rootext, pattern, filter End hth -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Using command line arguments in GUI applications

2014-08-21 Thread B Bruen
/lists/listinfo/gambas-user -- B Bruen bbr...@paddys-hill.net gui-args-0.0.12.tar.gz Description: Binary data -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org

[Gambas-user] Using WITH on non-objects

2014-07-30 Thread B Bruen
WITH target in any context, or in other words it refers to the WITH target regardless of whether that target is an object or a native datatype. So a lone . would refer to the WITH target itself. regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
, though) regards Bruce -- B Bruen bbr...@paddys-hill.net -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Mon, 28 Jul 2014 14:29:43 +0930 B Bruen bbr...@paddys-hill.net wrote: On Sun, 27 Jul 2014 20:35:53 -0600 Randall Morgan rmorga...@gmail.com wrote: Must be too big on your end. I know I and others have sent larger files... But the link works also. I'll look at your code and get back

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Mon, 28 Jul 2014 07:18:47 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 28/07/2014 06:59, B Bruen a écrit : On Sun, 27 Jul 2014 20:35:53 -0600 Randall Morgan rmorga...@gmail.com wrote: Must be too big on your end. I know I and others have sent larger files

Re: [Gambas-user] Color

2014-07-17 Thread B Bruen
On Tue, 15 Jul 2014 15:07:40 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 15/07/2014 00:52, B Bruen a écrit : ... 1) I'd like to define some new color names (e.g. DarkBackground) as there is just not enough standard color names to do all I need. This is not a problem

Re: [Gambas-user] Color

2014-07-17 Thread B Bruen
On Tue, 15 Jul 2014 15:07:40 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 15/07/2014 00:52, B Bruen a écrit : ... 4) Some controls, e.g. DirChooser, don't set the background color according to the Background property. It seems to set the background color of the bar

[Gambas-user] Color

2014-07-14 Thread B Bruen
the background color according to the Background property. It seems to set the background color of the bar at the top of the chooser. Is there any reason for this? tia Bruce -- B Bruen bbr...@paddys-hill.net -- Want fast

Re: [Gambas-user] MTHeme error...

2014-07-10 Thread B Bruen
. rgrds Bruce Regards, Tobi -- There's an old saying: Don't change anything... ever! -- Mr. Monk -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn

Re: [Gambas-user] More IDE wish list items

2014-07-10 Thread B Bruen
On Thu, 10 Jul 2014 23:24:50 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 10/07/2014 02:50, B Bruen a écrit : 1) In the form designer context menu Select item controls popup list, the form itself is not listed. It would be nice to be able to use this when there is little

Re: [Gambas-user] More IDE wish list items

2014-07-10 Thread B Bruen
. That's possible. Done in revision #6369. -- Benoît Minisini Thanks Benoît That is much easier! Particularly when I've just used the Embed into a Container menu regards B -- B Bruen bbr...@paddys-hill.net

[Gambas-user] More IDE wish list items

2014-07-09 Thread B Bruen
have Select Parent to get the container for the currently selected control. regards Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes

[Gambas-user] IDE Wish list: Stock popup to select an image for code insertion

2014-07-08 Thread B Bruen
and down scrolls through the auto-completion listview. It did not occur to me that the name began with sort- :-( and it would have been much easier just to have that form designer stock image form showing the matrix of icons. Whatever you think. regards Bruce -- B Bruen bbr...@paddys

Re: [Gambas-user] RFC: How to identify vertices and edges in a Graph class?

2014-07-06 Thread B Bruen
On Sun, 6 Jul 2014 16:48:47 +0200 Tobias Boege tabo...@gmail.com wrote: On Sun, 06 Jul 2014, B Bruen wrote: On Fri, 4 Jul 2014 13:23:41 +0200 Tobias Boege tabo...@gmail.com wrote: Hi list, I'm currently (well, I'll try to continue with it tomorrow) implementing

Re: [Gambas-user] Discourse?

2014-07-06 Thread B Bruen
Yes, me as well. It looks more like using a pantechnicon to go to the corner shop for a loaf of bread and a bottle of milk. :-) regards Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process

Re: [Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-07-05 Thread B Bruen
On Fri, Jun 27, 2014 at 10:02 PM, B Bruen bbr...@paddys-hill.net wrote: On Sat, 28 Jun 2014 09:44:00 +0930 B Bruen bbr...@paddys-hill.net wrote: some stuff that was probably not well expressed. So I will try again. What we have is: * some text files in many of our projects

Re: [Gambas-user] Sorting gridviews

2014-07-05 Thread B Bruen
Jun 2014, B Bruen wrote: Someone, recently, was discussing sorting gridviews over multiple columns. Tobi? Was any progress made on this? The project was finished some time ago. But likely the results will not please you because the code is not very integrative. Basically, we model

Re: [Gambas-user] The Class keyword

2014-07-05 Thread B Bruen
Ah, now I get it! Thanks Tobi B On Fri, 27 Jun 2014 11:42:06 +0200 Tobias Boege tabo...@gmail.com wrote: On Fri, 27 Jun 2014, B Bruen wrote: As in : CLASS Identifier Declares to the compiler that Identifier can be used as a class name. I am unsure of what this keyword really

Re: [Gambas-user] RFC: How to identify vertices and edges in a Graph class?

2014-07-05 Thread B Bruen
consistent with yours? regards Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition

[Gambas-user] Two quick questions

2014-07-01 Thread B Bruen
is causing this. Has anyone else seen it? rgrds Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM

Re: [Gambas-user] gb.form.mdi : Attach/Detach

2014-07-01 Thread B Bruen
Yes, the gimp is probably a more common example. B On Tue, 1 Jul 2014 09:22:19 +0200 Fabien Bodard gambas...@gmail.com wrote: So in a gimp way ? Le 1 juil. 2014 06:29, B Bruen bbr...@paddys-hill.net a écrit : I am doing some experiments with detachable tabs in the gb.form.mdi component

[Gambas-user] gb.form.mdi : Attach/Detach

2014-06-30 Thread B Bruen
be achieved here for the gambas IDE. regards and looking forward to comments Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread B Bruen
On Fri, 27 Jun 2014 10:04:26 -0430 PICCORO McKAY Lenz mckaygerh...@gmail.com wrote: Date: Fri, 27 Jun 2014 08:47:52 +0930 From: B Bruen bbr...@paddys-hill.net Elsewhere I received advice to delete ALL the pkg-config files on the system in order to get a non-gambas application to build

[Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-06-27 Thread B Bruen
, or c) is there something blatantly obvious that I am not seeing here? tia Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business

Re: [Gambas-user] creating gb.qt4.webkit pages using gb.markdown etc (quick question)

2014-06-27 Thread B Bruen
On Sat, 28 Jun 2014 09:44:00 +0930 B Bruen bbr...@paddys-hill.net wrote: some stuff that was probably not well expressed. So I will try again. What we have is: * some text files in many of our projects that describe how to do something in that application - by how to I mean stepwise

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-26 Thread B Bruen
-gambas application to build properly. Since I did that I have had no problems, neither with gambas3 nor other source builds. There is information regarding the pains of pkg-config in various places on the internet, check first for some related to your distro. hth Bruce -- B Bruen bbr

[Gambas-user] The Class keyword

2014-06-26 Thread B Bruen
in a component that needs a class from a component that is not necessarily loaded by the main project using this component. -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java

Re: [Gambas-user] Getting the un-specialed XMLElement.TextContent string

2014-06-25 Thread B Bruen
On Wed, 25 Jun 2014 09:21:30 +0200 Fabien Bodard gambas...@gmail.com wrote: $title = xmlnode.deserialize(raceNode.Attributes[RaceName]) No? B-) Ah, OK. Thanks, the fact that it was a static function hadn't sunk in. regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] constructor events

2014-06-25 Thread B Bruen
. (Well, you did ask :-) ) regards Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community

Re: [Gambas-user] Getting the un-specialed XMLElement.TextContent string

2014-06-24 Thread B Bruen
On Tue, 24 Jun 2014 16:36:11 +0200 Adrien Prokopowicz adrien.prokopow...@gmail.com wrote: Le Tue, 17 Jun 2014 01:37:49 +0200, B Bruen bbr...@paddys-hill.net a écrit: (I'm sure I've done this before, but I can't find my prior code nor can I find it in either of the help sites.) I

[Gambas-user] markdown to html?

2014-06-24 Thread B Bruen
@Benoît Hi, could you tell me where (exactly) in the IDE code you convert markdown text to html please. I would like to use that code for my own nefarious purposes :-) tia Bruce -- B Bruen bbr...@paddys-hill.net

[Gambas-user] constructor events

2014-06-24 Thread B Bruen
in case there is something I'm missing. tia Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM

[Gambas-user] modifying an enumerated set during the loop

2014-06-24 Thread B Bruen
tasks and such like. So, shouldn't the Run 2 loop truncate like Run 3? regards Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java and Eclipse Turn processes

Re: [Gambas-user] markdown to html?

2014-06-24 Thread B Bruen
On Wed, 25 Jun 2014 01:42:09 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 25/06/2014 01:23, B Bruen a écrit : @Benoît Hi, could you tell me where (exactly) in the IDE code you convert markdown text to html please. I would like to use that code for my own nefarious

Re: [Gambas-user] modifying an enumerated set during the loop

2014-06-24 Thread B Bruen
On Wed, 25 Jun 2014 02:43:11 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 25/06/2014 02:30, B Bruen a écrit : I realise that modifying the enumerated set during a For Each loop is (Cut) No. An array is an object, and aTest a variable that owns a *reference* to the array

Re: [Gambas-user] markdown to html?

2014-06-24 Thread B Bruen
On Wed, 25 Jun 2014 10:04:41 +0930 B Bruen bbr...@paddys-hill.net wrote: On Wed, 25 Jun 2014 01:42:09 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 25/06/2014 01:23, B Bruen a écrit : @Benoît Hi, could you tell me where (exactly) in the IDE code you convert

[Gambas-user] Sorting gridviews

2014-06-24 Thread B Bruen
Someone, recently, was discussing sorting gridviews over multiple columns. Tobi? Was any progress made on this? (Gee, I am having a busy day today, aren't I? :-) Actually, we are cleaning up a lot of old outstanding things.) tia Bruce -- B Bruen bbr...@paddys-hill.net

[Gambas-user] Wishlist : gb.form.mdi ToolBar

2014-06-24 Thread B Bruen
Is there any reason that the ToolBar control is constrained within gb.form.mdi? I use it consistently, without needing the other controls in gb.form.mdi and would really like to see it just within gb.form as a general control. Maybe gb4? regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Form ALT+CLICK Not Move

2014-06-24 Thread B Bruen
a user has multiple monitors. Claiming the central or startup monitor as MINE could be considered rude at least Bruce -- B Bruen bbr...@paddys-hill.net -- Open source business process management suite built on Java

Re: [Gambas-user] Form ALT+CLICK Not Move

2014-06-24 Thread B Bruen
On Wed, 25 Jun 2014 12:53:41 +0930 B Bruen bbr...@paddys-hill.net wrote: On Tue, 24 Jun 2014 20:34:09 -0600 herberth guzman herberthguz...@gmail.com wrote: Fabien I think He want to disable the ability of x to move a windows with alt + mousedown Benoit Fabien says what is right

[Gambas-user] Intermittent IDE crash when clicking on the run buton

2014-06-23 Thread B Bruen
GTK+=libgtk-x11-2.0.so.0.600.10 OpenGL=libGL.so.1.2.0 OpenGL=libGL.so.173.14.39 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.13.0.0 Poppler=libpoppler.so.19.0.0 Qt4=libQtCore.so.4.8.5 SDL=libSDL-1.2.so.0.11.3 regards Bruce -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] ide feature request

2014-06-20 Thread B Bruen
mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen bbr...@paddys-hill.net -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find

[Gambas-user] IDE crash

2014-06-17 Thread B Bruen
=libGL.so.96.43.23 Poppler=libpoppler.so.13.0.0 Poppler=libpoppler.so.19.0.0 Qt4=libQtCore.so.4.8.5 SDL=libSDL-1.2.so.0.11.3 [bb@localhost ~]$ gbx3 -V 3.5.90 r6327 [bb@localhost ~]$ seems (?) to especially occur if the detached tab is graphical, like a form or an image file regards Bruce -- B

Re: [Gambas-user] IDE crash

2014-06-17 Thread B Bruen
Got one: This application has raised an unexpected error and must abort. [3] Stack overflow _TabPanelButton.UpdateLayout.205 b On Wed, 18 Jun 2014 12:14:59 +0930 B Bruen bbr...@paddys-hill.net wrote: Obscure, but annoying. Maybe LXDE only. Open a project, open a few files. Detach a tab

Re: [Gambas-user] IDE crash

2014-06-17 Thread B Bruen
OK, I'm pretty sure this only happens if a tab is detached. I've been sliding tabs around for up to 30 open files and it doesn't happen unless one of them is detached. Again, it seems to only happen if the detached tab is graphical. ??? b On Wed, 18 Jun 2014 12:20:16 +0930 B Bruen bbr

Re: [Gambas-user] Feature request IDE: Make the origin of the DEBUG line code act as a hyper link

2014-06-16 Thread B Bruen
On Mon, 16 Jun 2014 07:45:42 +0930 B Bruen bbr...@paddys-hill.net wrote: hmmm. IDE crashes on rollover. Seems to happen only if Debug is used, Print and Error dont crash. LXDE? -- B Bruen bbr...@paddys-hill.net

Re: [Gambas-user] Totally lost on this one

2014-06-16 Thread B Bruen
On Mon, 16 Jun 2014 15:18:15 +0200 Fabien Bodard gambas...@gmail.com wrote: Htmldocument is a class from gb.xml.html to work on html page in Dom mode. Aha, a missing requires in a library. Thanks Fabien. -- B Bruen bbr...@paddys-hill.net

[Gambas-user] Getting the un-specialed XMLElement.TextContent string

2014-06-16 Thread B Bruen
, lt, etc etc to their normal representation. Is there such a function, or was I just dreaming? tia Bruce -- B Bruen bbr...@paddys-hill.net -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find

[Gambas-user] IDE Feature Request

2014-06-15 Thread B Bruen
! regards Bruce -- B Bruen bbr...@paddys-hill.net -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple

  1   2   >