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
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
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
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
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
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,
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
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
>
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
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
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
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
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
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
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
> >
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.
> >
> >
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
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
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
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
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
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
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
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
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
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
-
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
--
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
>
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
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
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
>
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
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
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
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
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
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
-
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
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
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
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
@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
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
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
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
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
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 "
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
@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
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
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
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
---
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
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
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:
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
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
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.
>
>
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
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
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,
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.
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
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
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
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
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
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'
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
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.
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)
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
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
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 **
&
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
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
(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
;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
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
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
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
&
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
-
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)
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
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
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,
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 - 100 of 213 matches
Mail list logo