Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Thu, 01 Jan 2015 10:12:06 +0100 Benoît Minisini wrote: > ...to all Gambas users and developers! > > I'd like to release Gambas 3.7 as soon as possible, because I won't be > able to create a Gambas 3.6.3 release. Too much work to backport some > important fixes. > > Please tell me if you ha

Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Thu, 1 Jan 2015 22:52:43 +0100 Tobias Boege wrote: > On Fri, 02 Jan 2015, adamn...@gmail.com wrote: > > On Thu, 01 Jan 2015 10:12:06 +0100 > > Beno?t Minisini wrote: > > > > > ...to all Gambas users and developers! > > > > > > I'd like

Re: [Gambas-user] IF Not (any boolean) then

2015-01-01 Thread adamn...@gmail.com
On Thu, 01 Jan 2015 16:07:10 -0600 Lewis Balentine wrote: > If I use "NOT" in an "IF" statement with any boolean (function or value) > then I get an error. example: > > If NOT (BooleanFuntion) then Do this > unknown identifier: NOT > > Am I mistaken in thinking that one should be able to use t

Re: [Gambas-user] IF Not (any boolean) then

2015-01-01 Thread adamn...@gmail.com
On Thu, 1 Jan 2015 23:13:20 +0100 Tobias Boege wrote: > On Thu, 01 Jan 2015, Lewis Balentine wrote: > > If I use "NOT" in an "IF" statement with any boolean (function or value) > > then I get an error. example: > > > > If NOT (BooleanFuntion) then Do this > > unknown identifier: NOT > > > > Am

Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Fri, 02 Jan 2015 01:01:33 +0100 Benoît Minisini wrote: > Le 01/01/2015 23:11, adamn...@gmail.com a écrit : > > On Thu, 1 Jan 2015 22:52:43 +0100 > > Tobias Boege wrote: > > > >> On Fri, 02 Jan 2015, adamn...@gmail.com wrote: > >>> On Thu, 01 Jan

[Gambas-user] Not good

2015-01-01 Thread adamn...@gmail.com
http://www.weatherzone.com.au/news/dangerous-fire-weather-flaring-through-sa-and-vic/215583 Not good at all. Hope to see you all mater -- B Bruen -- Dive into the World of Parallel Programming! The Go Parallel Website,

[Gambas-user] Not happy!

2015-01-02 Thread adamn...@gmail.com
The "Show only components used in this project" button has gone missing in the new project properties form. :-( Bruce -- B Bruen -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by In

Re: [Gambas-user] Not happy!

2015-01-02 Thread adamn...@gmail.com
On Sat, 03 Jan 2015 02:06:11 +0100 Benoît Minisini wrote: > Le 03/01/2015 00:11, adamn...@gmail.com a écrit : > > The "Show only components used in this project" button has gone missing in > > the new project properties form. > > > > :-( > > Bruce >

[Gambas-user] Removing an argument from the project properties form

2015-01-03 Thread adamn...@gmail.com
crashes the IDE. regards Bruce -- B Bruen -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things paralle

Re: [Gambas-user] Removing an argument from the project properties form

2015-01-03 Thread adamn...@gmail.com
On Sun, 04 Jan 2015 02:32:22 +0100 Benoît Minisini wrote: > Le 04/01/2015 01:05, adamn...@gmail.com a écrit : > > crashes the IDE. > > > > regards > > Bruce > > > > Can you elaborate? I have no problem there. > > -- > Benoît Minisini > Hm

[Gambas-user] Just as a matter of interest...

2015-01-06 Thread adamn...@gmail.com
with the cursor in the IDE Console tab, I just pressed Ctrl+Enter. This had a strange effect of sort of collapsing the visible console text to a single line. Repeating that, all the original text reappears. Is this intentional or is it something weird that only happens to me in LXDE? If it is inte

[Gambas-user] (hard?) Testing for a treeview key with Like

2015-01-06 Thread adamn...@gmail.com
Something new? I have a treeview (actually a columnview) whose Item keys are a concatenated string of filename and version via Subst("&1-&2", hItem.Name, hItem.Version) When loading the view and I encounter an item with the same filename but a different version I'd like to add the new versi

Re: [Gambas-user] Array.Sort

2015-01-08 Thread adamn...@gmail.com
On Fri, 09 Jan 2015 01:12:50 +0100 Benoît Minisini wrote: > Le 09/01/2015 01:09, T Lee Davidson a écrit : > > "The empty set of parentheses is REQUIRED when sort is used as a function > > to return an array without the optional mode parameter" > > > > I don't know. Wouldn't it be more accurate t

[Gambas-user] Getting the "source string" for a picture

2015-01-20 Thread adamn...@gmail.com
I need to get the "source string" for a control's Picture property (specifically a ToolButton control). However, the control's Picture property returns a picture. Is there any way of determining what that source string e.g. "icon:/22/connect.png" or "img/somepic.png" is? tia Bruce -- B Bruen

Re: [Gambas-user] Getting the "source string" for a picture

2015-01-20 Thread adamn...@gmail.com
On Tue, 20 Jan 2015 23:24:58 +0100 Tobias Boege wrote: > On Wed, 21 Jan 2015, adamn...@gmail.com wrote: > > I need to get the "source string" for a control's Picture property > > (specifically a ToolButton control). However, the control's Picture > >

Re: [Gambas-user] Getting the "source string" for a picture

2015-01-20 Thread adamn...@gmail.com
On Wed, 21 Jan 2015 01:59:25 +0100 Benoît Minisini wrote: > Le 21/01/2015 01:26, adamn...@gmail.com a écrit : > > > > Hmmm, bugger! > > > > I know it is in the form configuration file, but that's of little use > > to me in this instance. > > > >

Re: [Gambas-user] Getting the "source string" for a picture

2015-01-21 Thread adamn...@gmail.com
On Wed, 21 Jan 2015 11:40:47 +0100 Fabien Bodard wrote: > > One other thing "THEY" continue to ask for is a "Huge" option for > > the icon size. This is related to our low light environment situation. > > Any chance of this? > > What is the size of HUGE ? I take it to m

Re: [Gambas-user] Getting the "source string" for a picture

2015-01-22 Thread adamn...@gmail.com
On Thu, 22 Jan 2015 20:58:22 +0100 Benoît Minisini wrote: > > "Huge" toolbar icons were implemented in revision #6854. > > Regards, > > -- > Benoît Minisini > I rigged up a laptop this morning and took it out to the local track where one of our client trainers was working horses. We compa

[Gambas-user] Explictly sized array parameters in method signatures?

2015-01-27 Thread adamn...@gmail.com
Hmm, I've never tried this before. Suppose a function GetCurrent(DateRange as Date[]), now intuitively DateRange is an array of 2 dates. No-one would be silly enough to pass an array with more than two elements would they? My cynical nature says yes they could/would. I could ignore the array

Re: [Gambas-user] Explictly sized array parameters in method signatures?

2015-01-27 Thread adamn...@gmail.com
On Wed, 28 Jan 2015 00:43:26 -0500 T Lee Davidson wrote: > This may be over-simplified, but couldn't you define a DateRange structure? > Or > would that not provide the constraints you need? > > > Lee > __ > > "Artificial Intelligence is no match for natural stupidity." > Aha! That

[Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-01 Thread adamn...@gmail.com
If I have a data file in the project which has windows style line endings, i.e. CRLF then the IDE thinks it's a binary file. Don't really know if this is a bug or just an anomaly or what is the expected behaviour? e.g. attached. In the IDE, Data|New > Existing, add the attached file. Double c

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-03 Thread adamn...@gmail.com
On Wed, 04 Feb 2015 03:27:28 +0100 Benoît Minisini wrote: > Le 02/02/2015 08:49, adamn...@gmail.com a écrit : > > If I have a data file in the project which has windows style line endings, > > i.e. CRLF then the IDE thinks it's a binary file. > > > > Don't

[Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
Could you decipher the format of the .config settings for a FileChooser please. [FMain] Geometry=[205,186,840,564,0] FileChooser1=[1,"/home/horsedownload","/home/horsedownload","",True,[182,642],[1,True,False,"3,37.143,+,12.571,>,39.143",32,False],1] In particular, I'm looking for whether it save

Re: [Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
On Fri, 06 Feb 2015 23:24:47 +0100 Benoît Minisini wrote: > Le 06/02/2015 23:09, adamn...@gmail.com a écrit : > > Could you decipher the format of the .config settings for a > > FileChooser please. > > > > [FMain] Geometry=[205,186,840,564,0] > > FileChooser

Re: [Gambas-user] FileChooser Settings format

2015-02-06 Thread adamn...@gmail.com
Sorry, that's the "Detailed view" toggle button. B -- B Bruen -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub fo

[Gambas-user] Quickie on SELECT

2015-02-07 Thread adamn...@gmail.com
Does anyone know if you can use an EVAL in a CASE selector? e.g. SELECT hSomething ... CASE EVAL(hSomething.SomeArray.Exisits(hSomething.Value)) ... (I am just being too lazy to try it) regards Bruce -- B Bruen -

Re: [Gambas-user] Rpi 2

2015-02-12 Thread adamn...@gmail.com
On Thu, 12 Feb 2015 13:53:08 +0100 Tobias Boege wrote: > (Although I fear that Bruce will jump in with your solution any moment:) nah, i have been up and out for 16 hours followed by a v. large lunch. ... aha! i see the bed post,now ... b -- B Bruen --

Re: [Gambas-user] A couple of questions about building web / cgi applications

2015-02-13 Thread adamn...@gmail.com
On Sat, 14 Feb 2015 00:45:03 +0100 Tobias Boege wrote: > On Fri, 13 Feb 2015, T Lee Davidson wrote: > > Named pipes do indeed require a node on the file system. > > While that's true, they only require a node on the *virtua* file system. No > physical disk is touched ever: > > $ man 7 fifo >

[Gambas-user] Official name change notification!

2015-02-13 Thread adamn...@gmail.com
Seeing as there are now two many Bruce's here, which has been known to confuse me, I am officially changing my name to "bruce". cheers bruce -- B Bruen -- Dive into the World of Parallel Programming. The Go Parallel W

Re: [Gambas-user] Official name change notification!

2015-02-13 Thread adamn...@gmail.com
On Fri, 13 Feb 2015 23:02:49 -0500 Kevin Fishburne wrote: > On 02/13/2015 09:05 PM, Benoît Minisini wrote: > > Le 14/02/2015 02:38, adamn...@gmail.com a écrit : > >> Seeing as there are now two many Bruce's here, which has been known to > >> confuse me, I a

Re: [Gambas-user] Possible IDE enhancement

2015-02-17 Thread adamn...@gmail.com
On Wed, 18 Feb 2015 02:03:16 +0100 Benoît Minisini wrote: > Le 12/02/2015 01:31, Benoît Minisini a écrit : > > Le 12/02/2015 00:55, adamn...@gmail.com a écrit : > >> Hi guys, > >> > >> I have had a bit of a try at implementing this in our local IDE with >

[Gambas-user] Another IDE feature request

2015-02-25 Thread adamn...@gmail.com
Benoit, Thanks again for that popup menu for the debugger to add watch items, it really is a great help. But here's another request: Could you add an item to that menu to print the value of an object property to the console please. When looking at a long or complex string it would be nice to

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread adamn...@gmail.com
On Wed, 4 Mar 2015 11:35:27 +0100 Jorge Carrión wrote: > Ok. > > I'll try to do user control who extend the class then. > > Regards. > > > > 2015-03-04 11:32 GMT+01:00 Benoît Minisini : > > > Le 04/03/2015 11:27, Jorge Carrión a écrit : > > > I don't like the checkbox always at left of text

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread adamn...@gmail.com
On Wed, 4 Mar 2015 20:11:34 +0100 Fabien Bodard wrote: > Public Sub SELF_Arrange() > > $label.Width = $offset * Desktop.Scale > $innercheckbox.x = $offset * Desktop.Scale + 2 > Me.Height = 3 * Desktop.Scale > > ' $innerBackground = $innercheckbox.Background > ' $innerForeground = Me.F

[Gambas-user] Connections.Count ??? :-!

2015-03-06 Thread adamn...@gmail.com
I have a component that provides generic database -> object translations. I have used (and enhaced) it for some years. At one point in its' initialisation routine the code refers to Connections.Count which property does not exist. IIRC some months ago I started a thread requesting that the Conne

Re: [Gambas-user] Red no entry sign on Debug

2015-03-08 Thread adamn...@gmail.com
On Sun, 08 Mar 2015 19:58:56 + John Rose wrote: > I compiled and saved a project OK. When I try to run it within the IDE, > all it does is to display a red no entry sign near the bottom of the > screen. It does not display an icon in Ubuntu's Unity Launcher let alone > open the form: screensh

Re: [Gambas-user] GridView Row Height

2015-03-14 Thread adamn...@gmail.com
WARNING : Thread steal :-) While we're on the subject (almost)... Is there any way to set the row height in a column view. I have tried the -1 trick on everything I can see including the hidden objects to no avail. regards bruce -- B Bruen -

[Gambas-user] Autotools packaging ???

2015-03-18 Thread adamn...@gmail.com
Something has happened that I don't quite understand. For several years we have used autotools packaging to distribute our stuff to clients. The IDE options for packaging have always been: Vendor Name="Paddys-Hill" Prefix package name with the vendor name=Yes This has always worked up till the

Re: [Gambas-user] Autotools packaging ???

2015-03-18 Thread adamn...@gmail.com
On Thu, 19 Mar 2015 00:40:54 +0100 Benoît Minisini wrote: > Le 19/03/2015 00:38, adamn...@gmail.com a écrit : > > Something has happened that I don't quite understand. > > > > For several years we have used autotools packaging to distribute our stuff > > to

[Gambas-user] WebView - override the current page stylesheet

2015-04-03 Thread adamn...@gmail.com
Is there a way to direct a Webview control to use a specific (local) css stylesheet? tia bruce -- B Bruen -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in par

Re: [Gambas-user] WebView - override the current page stylesheet

2015-04-04 Thread adamn...@gmail.com
On Sat, 4 Apr 2015 21:53:31 +0200 Fabien Bodard wrote: > By modifying the code html ?... you can use replace. > > 2015-04-04 5:49 GMT+02:00 adamn...@gmail.com : > > Is there a way to direct a Webview control to use a specific (local) css > > stylesheet? > > > &g

[Gambas-user] gb.xml feature request

2015-04-04 Thread adamn...@gmail.com
@Adrien Prokopowicz ? I ask for an enhancement to XMLNode (and descendants). Currently the TextContent property returns the concatenated text of the currenode and all child nodes thereof. What I want to get is the text of the current node only, ignoring any child nodes. Dim sText as String

Re: [Gambas-user] Question about libraries and components

2015-04-05 Thread adamn...@gmail.com
On Sun, 05 Apr 2015 17:42:45 +0200 Charlie Reinl wrote: > Am Donnerstag, den 12.03.2015, 21:56 +0100 schrieb Benoît Minisini: > > Le 12/03/2015 21:51, Charlie Reinl a écrit : > > > Salut Benoît, > > > > > > I have a library where I use the ToolBar and ToolButtons, now the > > > project which uses

Re: [Gambas-user] gb.xml feature request

2015-04-06 Thread adamn...@gmail.com
On Tue, 07 Apr 2015 00:01:02 +0200 "Adrien Prokopowicz" wrote: > Le Sun, 05 Apr 2015 04:58:05 +0200, adamn...@gmail.com > a écrit: > > > @Adrien Prokopowicz ? > > > > I ask for an enhancement to XMLNode (and descendants). Currently the > > TextCon

[Gambas-user] Announcement: Gambas 3.7.1 available on pclinuxos

2015-04-20 Thread adamn...@gmail.com
It is with some pleasure that I can relate that the 3.7.1 release [is in/is about to go into] the pclinuxos stable repostitory. It is also relevant that I would like to thank the pclos packager/tester "ghostbunny" for his work on this package. For any pclos fans out there - enjoy! regards br

Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread adamn...@gmail.com
On Sun, 26 Apr 2015 09:34:42 +0200 Charlie Reinl wrote: > Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: > > On Sat, 25 Apr 2015, Beno?t Minisini wrote: > > > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > > > Hi Benoit, > > > > > > > > I have a quick feature suggestion for gb.uti

[Gambas-user] A few questions prompted by recent posts

2015-05-02 Thread adamn...@gmail.com
The comments on identifier naming, about both conventions (like sWhatever for a string and bWhatever for a boolean) and also IDE interpretations (like "_MyClass" is hidden) have reminded me of a couple of things I have been meaning to ask: 1) the automatic hiding of Identifiers beginning with "

Re: [Gambas-user] Rev. 7062 - gb.qt5 component: disabled

2015-05-08 Thread adamn...@gmail.com
On Fri, 8 May 2015 23:46:48 +0100 Ru Vuott wrote: > Hello, > > with rev. 7062 I obtain this notice: > > || > || THESE COMPONENTS ARE DISABLED: > || - gb.qt5 > || > > > What library "qt5" I have to install ? > > Regards > vuott > Well, a quick look at the config output tells me that at leas

[Gambas-user] Proposal: IDE / custom control components

2015-05-12 Thread adamn...@gmail.com
@Benoît & Fabien I have been hacking around in our local IDE code over the last month attempting to create a way to make a popup control property editor (like say, the list editor for a combobox, but please bear with me) entirely contained within the custom control component itself. A more illu

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-20 Thread adamn...@gmail.com
On Wed, 20 May 2015 00:31:11 +0200 Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. > > The TextEditor control has not all the features of the old Editor > control yet, and it surely still have bugs. So please r

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-20 Thread adamn...@gmail.com
OK! I see the CollapseAll problem seems to be line 2199 in FEditor.class: If Settings["/Editor/Fold"] Then edtEditor.CollapseAll I have changed my local gambas3.conf file and all projects seem to load OK now. regards bruce -- B Bruen

[Gambas-user] Rev7093 : Fatal package build error. (Urgent to me :-) )

2015-05-22 Thread adamn...@gmail.com
Occurred when making an autotools package at the final step. FMakeInstall.AddLog.547 perhaps should be " edtLog.Goto(0, edtLog.Count)". Works locally, but wider wisdom respectfully requested. regards bruce -- B Bruen ---

[Gambas-user] r7093 IDE seems to be marking every line

2015-05-22 Thread adamn...@gmail.com
I'm not sure if this is a local error but since folding has been re-introduced, the IDE seems to be marking every line in an opened source file as changed. Thus opening a project (which has several files automatically opened, as they were last time) and then immediately closing it results in the

[Gambas-user] Souirce code line splitting?

2015-06-05 Thread adamn...@gmail.com
Maybe I dreamed this but didn't it used to be possible to split declarations with signatures (methods, events etc ) between parameters? As in: Private Sub MySub(aParam As String, bParam As Integer) ' etc... End tia bruce -- B Bruen

Re: [Gambas-user] Souirce code line splitting?

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:47:32 +0200 Benoît Minisini wrote: > Le 05/06/2015 09:59, adamn...@gmail.com a écrit : > > Maybe I dreamed this but didn't it used to be possible to split > > declarations with signatures (methods, events etc ) between parameters? As > > in:

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini wrote: > Pfew ! > > I think I finally succeeded in implementing word wrap mode in the new > text editor. It was painful, but here it is. > > I have added two options in the IDE so that you can test: > > - A button to toggle word wrap mode ind

Re: [Gambas-user] Editor word wrap mode

2015-06-06 Thread adamn...@gmail.com
On Sat, 06 Jun 2015 16:45:52 +0200 Benoît Minisini wrote: > Pfew ! > > I think I finally succeeded in implementing word wrap mode in the new > text editor. It was painful, but here it is. > > I have added two options in the IDE so that you can test: > > - A button to toggle word wrap mode ind

Re: [Gambas-user] know if program is compiled

2015-06-14 Thread adamn...@gmail.com
On Sun, 14 Jun 2015 10:19:08 +0200 Marco Ancillotti wrote: > Hi all, > > is there a way to detect from a gambas program if it's running under the > ide or is compiled into a .gambas file ? > > thank's in advance. > >

Re: [Gambas-user] IDE crash

2015-06-18 Thread adamn...@gmail.com
On Thu, 18 Jun 2015 20:27:37 +0200 Charlie Reinl wrote: > Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > > Salut Benoît, > > > > > > the IDE crash sometimes now > > > See attachment > > > > > > [System] > > > Gambas=3.7.90

[Gambas-user] How to tell what invoked this program?

2015-06-27 Thread adamn...@gmail.com
This is driving me insane! How can I tell at runtime if the executable was invoked manually by a user or automatically by a scheduler, e.g. cron, anacron, at etc. Can't use the process userid as it may have been invoked as a user cron job. I am sure I have done this at least a gazillion times be

Re: [Gambas-user] How to tell what invoked this program?

2015-06-27 Thread adamn...@gmail.com
On Sat, 27 Jun 2015 10:12:01 +0200 Tobias Boege wrote: > On Sat, 27 Jun 2015, adamn...@gmail.com wrote: > > This is driving me insane! > > > > How can I tell at runtime if the executable was invoked manually by a user > > or automatically by a scheduler,

[Gambas-user] "Frozen" collections - quick answers only needed

2015-07-15 Thread adamn...@gmail.com
Hi all, I have a class that exposes a collection of child objects as a property. How can I make it that the only object that can add or delete child items to/from the collection is that class? In other words, no client class is allowed to Add a new item, or Remove or nullify any existing item.

Re: [Gambas-user] "Frozen" collections - quick answers only needed

2015-07-15 Thread adamn...@gmail.com
On Thu, 16 Jul 2015 00:22:29 +0200 Benoît Minisini wrote: > Le 16/07/2015 00:17, adamn...@gmail.com a écrit : > > Hi all, > > > > I have a class that exposes a collection of child objects as a > > property. How can I make it that the only object that can add or > &g

Re: [Gambas-user] This is a test

2015-07-22 Thread adamn...@gmail.com
On Wed, 22 Jul 2015 13:08:41 +0200 Charlie Reinl wrote: > Am Mittwoch, den 22.07.2015, 12:27 +0200 schrieb Benoît Minisini: > > Is Sourceforge finally working again? > > > > Salut, > > not everything is back. > > http://trouble-maker.sourceforge.net/ > > http://sourceforge.net/blog/category

Re: [Gambas-user] New Gambas bug tracker (alpha)

2015-07-24 Thread adamn...@gmail.com
On Fri, 24 Jul 2015 00:25:36 +0200 Benoît Minisini wrote: > Hi, > > As sourceforge was down for a week, I decided to start implementing a > bug tracker in Gambas for Gambas, based on the software I develop for > the company I'm working in. > > You will find a very alpha version of the bug tra

Re: [Gambas-user] Print SizeOf(t) 't is a string

2015-07-29 Thread adamn...@gmail.com
On Wed, 29 Jul 2015 21:21:09 -0400 "nando" wrote: > Benoit, > Perhaps you could provide an example. I find nothing for the correct > syntax/use. > > For example... > > Private p As Pointer > > Public Struct EmployeeStruct > FirstName as String > Age as integer > End Struct > > Public AnE

Re: [Gambas-user] datediff problem

2015-08-13 Thread adamn...@gmail.com
On Thu, 13 Aug 2015 16:22:13 +0200 "Adrien Prokopowicz" wrote: > Le Mon, 10 Aug 2015 13:41:17 +0200, Jussi Lahtinen > a écrit: > > > Sorry to say, but this doesn't seem to be fixed. > > > > ? DateDiff(Now, DateAdd(Now, gb.Day, 2), gb.Day) > > 1 > > > > > > Jussi > > > > On Sat, Aug 1, 2015 at 7

Re: [Gambas-user] These new color constants ...

2015-08-14 Thread adamn...@gmail.com
58:17 +0200 "Adrien Prokopowicz" wrote: > Le Fri, 14 Aug 2015 03:58:32 +0200, adamn...@gmail.com > a écrit: > > > With these new color constant changes (rev 7189) in the IDE (pursuant to > > Marco Ancillotti's "Adding custom colors" thread) I'

Re: [Gambas-user] These new color constants ...

2015-08-15 Thread adamn...@gmail.com
On Sat, 15 Aug 2015 18:14:59 +0200 "Adrien Prokopowicz" wrote: > Le Sat, 15 Aug 2015 04:16:28 +0200, adamn...@gmail.com > a écrit: > > > Hi Adrien, > > > > Thanks for lookin\g at this. Your response solves problem #2 in that I > > now know wh

[Gambas-user] I am getting really irritated.

2015-08-17 Thread adamn...@gmail.com
More changes to how packaging needs project names in a specific format, can't use hyphens in our vendor name, everything gets prefixed with "gambas" anyway. WHY? I dont need all my project directories named "paddys-hill.something" I know who we are. Yes we have a hyphen in the company name.

Re: [Gambas-user] I am getting really irritated.

2015-08-18 Thread adamn...@gmail.com
On Tue, 18 Aug 2015 16:56:48 +0300 Jussi Lahtinen wrote: > I tested packaging with revision 7222. In vendor name "-" is translated as > "_". I have some vague image in my head that this was done to comply with > some linux standard. > But I don't see *anything *get prefixed with "gambas"?? > a)

Re: [Gambas-user] I am getting really irritated.

2015-08-29 Thread adamn...@gmail.com
On Sat, 29 Aug 2015 01:05:12 +0200 Benoît Minisini wrote: > > Hi, > > > > Can you try revision #7245 and tell me if it is fine for you? > > > > Now a component project can have any name you want. > > > > Then the packager will internally prefix the project name with the > > vendor name if not pr

[Gambas-user] Svn update problem: Checksum mismatch

2015-08-30 Thread adamn...@gmail.com
Hi, Tried updating today and the following error occurred. svn update gbsrcclean --username brucebruen --password ** --non-interactive Updating 'gbsrcclean': Restored 'gbsrcclean/gb.net.curl/src/gb.net.curl/.gambas' Restored 'gbsrcclean/comp/src/gb.util/.gambas' Restored 'gbsrcclean/comp/src

Re: [Gambas-user] Svn update problem: Checksum mismatch

2015-09-01 Thread adamn...@gmail.com
On Mon, 31 Aug 2015 02:37:59 +0200 Benoît Minisini wrote: > Le 31/08/2015 02:07, adamn...@gmail.com a écrit : > > Hi, > > > > Tried updating today and the following error occurred. > > > > svn update gbsrcclean --username brucebruen --password ** &

Re: [Gambas-user] Pre-release of Gambas 3.8.1

2015-09-02 Thread adamn...@gmail.com
On Thu, 3 Sep 2015 02:46:49 +0200 Benoît Minisini wrote: > Le 03/09/2015 01:57, Benoît Minisini a écrit : > > Hi, > > > > As usual, here is a pre-release package of Gambas 3.8.1 at: > > > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.1.tar.bz2/download > > > > Please test it

Re: [Gambas-user] Pre-release of Gambas 3.8.1

2015-09-03 Thread adamn...@gmail.com
On Thu, 3 Sep 2015 02:46:49 +0200 Benoît Minisini wrote: > Le 03/09/2015 01:57, Benoît Minisini a écrit : > > Hi, > > > > As usual, here is a pre-release package of Gambas 3.8.1 at: > > > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.1.tar.bz2/download > > > > Please test it

Re: [Gambas-user] The interview on FLOSS

2015-09-09 Thread adamn...@gmail.com
On Wed, 9 Sep 2015 16:55:26 +0200 Benoît Minisini wrote: > I have been interviewed by Randall Schwartz and Simon Phipps on the > FLOSS weekly show on twit.tv. You can show the interview at: > > https://twit.tv/shows/floss-weekly/episodes/353 > > If you watch it, you will probably notice that I

[Gambas-user] Suggestion (low priority)

2015-09-10 Thread adamn...@gmail.com
The label re use of the vendor information in the packager wizard could be confusing to the naive. I suggest "Use vendor prefix in package name" regards bruce -- B Bruen -- Monitor Your Dynamic Infrastructure at Any S

Re: [Gambas-user] Suggestion (low priority)

2015-09-10 Thread adamn...@gmail.com
On Thu, 10 Sep 2015 23:47:17 +0200 Benoît Minisini wrote: > Le 10/09/2015 22:36, adamn...@gmail.com a écrit : > > The label re use of the vendor information in the packager wizard could be > > confusing to the naive. > > > > I suggest "Use vendor prefix

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread adamn...@gmail.com
On Sat, 19 Sep 2015 01:26:54 +0200 Moviga Technologies wrote: > > > I think this is getting somewhere :) The best I have seen so far! > > > -- I actually wish I had never looked at this thread. Now I can see both

[Gambas-user] Align consts for gridview

2015-09-18 Thread adamn...@gmail.com
It seems to me that Align.TopCenter and Align.BottomCenter are missing. Can these be added or is there something mysterious regards bruce -- B Bruen -- ___ Gambas-user m

[Gambas-user] _gridview_cell border property

2015-09-18 Thread adamn...@gmail.com
I have previously had this working really nicely, but now I can't find any information on how to use the Border class as a static function nor how to set the border "css". Any ideas? I think Benoit may have only described how to in the original mail message? tia bruce -- B Bruen --

Re: [Gambas-user] Align consts for gridview

2015-09-18 Thread adamn...@gmail.com
On Sat, 19 Sep 2015 02:30:32 +0200 Benoît Minisini wrote: > Le 19/09/2015 02:07, adamn...@gmail.com a écrit : > > It seems to me that Align.TopCenter and Align.BottomCenter are missing. > > Can these be added or is there something mysterious > > > > rega

Re: [Gambas-user] Feature removal suggestion: Pressing Escape hides debug pane

2015-09-20 Thread adamn...@gmail.com
On Mon, 21 Sep 2015 00:54:22 -0400 Kevin Fishburne wrote: > On 09/21/2015 12:52 AM, Kevin Fishburne wrote: > > On 09/19/2015 03:40 PM, Lewis Balentine wrote: > >> On 09/19/2015 05:48 AM, Patrik Karlsson wrote: > >>> 2015-09-19 7:16 GMT+02:00 Kevin Fishburne > >>> : > >>> > When modifying a

Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread adamn...@gmail.com
On Sun, 20 Sep 2015 23:22:27 -0400 Kevin Fishburne wrote: > On 09/19/2015 01:16 PM, Caveat wrote: > > Really not sure what you mean by 'doesn't come from English'... of > > course it comes from Greek, but it's a word appearing in most English > > dictionaries... so? Should we exclude anorexia as

Re: [Gambas-user] Project templates

2015-09-24 Thread adamn...@gmail.com
On Fri, 18 Sep 2015 02:53:25 +0200 Ah, yes. A couple of observations inline. Benoît Minisini wrote: > Hi, > > Since revision #732Z, project creation is now based on project templates. > > Project templates are just normal projects that are stored: > > - In '/usr/share/gambas3/template' : the

[Gambas-user] Connections[] no longer application wide?

2015-09-25 Thread adamn...@gmail.com
Previously a component or a library could access a connection defined at the application level at run time. This seems to fail now for some reason that I cannot fathom. For example, we have a database abstraction component ("phdb11") that is used by a data object layer library ("horseBO", and ot

Re: [Gambas-user] Project templates

2015-09-25 Thread adamn...@gmail.com
On Fri, 25 Sep 2015 12:36:16 +0200 Tobias Boege wrote: > On Fri, 25 Sep 2015, adamn...@gmail.com wrote: > > > Project templates are just normal projects that are stored: > > > > > > - In '/usr/share/gambas3/template' : they are the default templates

Re: [Gambas-user] Connections[] no longer application wide?

2015-09-26 Thread adamn...@gmail.com
On Sat, 26 Sep 2015 10:46:43 +0200 Benoît Minisini wrote: > Le 26/09/2015 03:38, adamn...@gmail.com a écrit : > > Previously a component or a library could access a connection defined > > at the application level at run time. This seems to fail now for some > > reason that

[Gambas-user] Possible IDE crash bug with Properrty editor

2015-09-26 Thread adamn...@gmail.com
(I only have my laptop with me today which doesn't have a clean copy of the IDE, so ...) Could someone please check the following as a possible bug. 1) Open any GUI project in the IDE and load a form (the form itself should be selected) 2) Double click on the Text property (The Edit text proper

Re: [Gambas-user] Possible IDE crash bug with Properrty editor

2015-09-26 Thread adamn...@gmail.com
;t think it should be. As it is the file name in this case, But the bug remains an issue for BM. I'll raise the report. Thanks Jussi. bruce > > > > On Sun, Sep 27, 2015 at 2:37 AM, adamn...@gmail.com > > wrote: > > > >> (I only have my laptop with me to

Re: [Gambas-user] Question

2015-09-29 Thread adamn...@gmail.com
On Tue, 29 Sep 2015 21:18:40 +0200 Tobias Boege wrote: > On Tue, 29 Sep 2015, Jussi Lahtinen wrote: > > How does the mapviewer work..? I get only empty view, and quickly I don't > > see way to define the map. > > > > I believe we have a gb.map example using MapView here[0], German though. > Scr

[Gambas-user] IDE code questions - property editors

2015-10-05 Thread adamn...@gmail.com
I think this is way out there in the cosmos somewhere, but I'll ask anyway. I am wading through the FProperty code of the IDE trying to understand how the values for properties are set (bad term) in the grid. When I get down to CControl.GetProperty(sProp As String) I see the following (with ann

Re: [Gambas-user] IDE code questions - property editors

2015-10-07 Thread adamn...@gmail.com
On Wed, 7 Oct 2015 01:50:04 +0200 Benoît Minisini wrote: > Le 06/10/2015 06:37, adamn...@gmail.com a écrit : > > I think this is way out there in the cosmos somewhere, but I'll ask > > anyway. > > > > I am wading through the FProperty code of the IDE trying to &

[Gambas-user] Super quickie - array equality

2015-10-20 Thread adamn...@gmail.com
If anyone is awake. Can I test that an integer array of the form (x,y) is equal to [0,0] simply? In other words Dim MyDimensions as Integer[]=[0,0] (some user stuff happens) If MyDimensions=[0,0} then ... tia bruce -- B Bruen -

Re: [Gambas-user] Super quickie - array equality

2015-10-20 Thread adamn...@gmail.com
On Wed, 21 Oct 2015 11:42:59 +1030 "adamn...@gmail.com" wrote: > If anyone is awake. > > Can I test that an integer array of the form (x,y) is equal to [0,0] simply? > In other words > > Dim MyDimensions as Integer[]=[0,0] > (some user stuff happens)

Re: [Gambas-user] Super quickie - array equality

2015-10-21 Thread adamn...@gmail.com
I don't get what you mean... do you want to test array bounds, or value, > or..? > > > Jussi > > On Wed, Oct 21, 2015 at 4:12 AM, adamn...@gmail.com > wrote: > > > If anyone is awake. > > > > Can I test that an integer array of the form (x,y) is

Re: [Gambas-user] Super quickie - array equality

2015-10-21 Thread adamn...@gmail.com
On Wed, 21 Oct 2015 22:54:48 +0300 Jussi Lahtinen wrote: > Your original question hinted at 2D arrays, but [0, 0] is one dimensional > array with two values. > So, in other words you would like quick way to check first two values of > the array? and that its length is 2. > > I think this is th

Re: [Gambas-user] Super quickie - array equality

2015-10-25 Thread adamn...@gmail.com
On Thu, 22 Oct 2015 18:27:22 +0200 Fabien Bodard wrote: > 2015-10-22 15:48 GMT+02:00 Jussi Lahtinen : > > Maybe you could use Point datatype, it does use compare method. > > > > So you can compare them like this: > > > > If hFirstPoint = hSecondPoint Then > > > > > > > > Jussi > > Jussi is true,

[Gambas-user] Dialog and relative paths

2015-10-27 Thread adamn...@gmail.com
I have an executable archive that contains several text files with some metadata in them pertinent to that executable. Suffice to say they are text files with a ".def" extension. At run time the user needs to select one of these files to be loaded. Is there some way I can use the standard Dial

  1   2   3   >