Re: [Gambas-user] Gambas not starting

2017-11-10 Thread Bruce Cunningham
Jussi, When I do that, it just hangs. No messages, just a sold cursor. Bruce Bruce Cunningham -Original Message- From: Jussi Lahtinen [mailto:jussi.lahti...@gmail.com] Sent: Friday, November 10, 2017 2:07 PM To: mailing list for gambas users Subject: Re: [Gambas-user] Gambas not

[Gambas-user] Gambas not starting

2017-11-10 Thread Bruce Cunningham
not a strong Linux guy, but I could give it a try? Bruce -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

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

2015-02-13 Thread Bruce Cunningham
o disk. I know how to do interprocess communication in Windows, but not in Linux with Gambas. Bruce Bruce Cunningham bcunning...@sportif.com -Original Message- From: Caveat [mailto:gam...@caveat.demon.co.uk] Sent: Friday, February 13, 2015 11:36 AM To: gambas-user@lists.sourceforge

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

2015-02-12 Thread Bruce Cunningham
, they (hopefully) won't kill the main application that needs to control stuff. I was hoping someone had an example of a CGI application they would be willing to share? Bruce Bruce Cunningham bcunning...@sportif.com -Original Message- From: Benoît Minisini [mailt

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

2015-02-12 Thread Bruce Cunningham
device will be using flash for the file system, and these values will be changing several times a second. That will kill the flash very quickly. Thanks, Bruce Cunningham bcunning...@sportif.com<mailto:bcunning...@sportif.com>

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-27 Thread Bruce Cunningham
That fixed it! Gambas is compiled and working now. Thanks to everyone who helped me get this working. What a great community! Bruce Bruce Cunningham Network Administrator Sportif USA Inc. (775) 359-6400 xt 132 bcunning...@sportif.com -Original Message- From: Jussi Lahtinen

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-22 Thread Bruce Cunningham
instead of spending a week so far trying to compile Gambas3 from source. Attached is the latest log (as Jussi requested). Bruce Bruce Cunningham Network Administrator Sportif USA Inc. (775) 359-6400 xt 132 bcunning...@sportif.com -Original Message- From: Ian Haywood [mailto:ihaywo...

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-21 Thread Bruce Cunningham
Gambas3 in the repository, only Gambas2. I did: apt-get update apt-get install gambas3 The response was: E: Unable to locate package gambas3 Some details about the OS: Distribution ID: Linaro Description: Linaro 12.11 Release: 12.11 Codename: precise Bruce Cunningham Network Administrator

[Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-20 Thread Bruce Cunningham
I gives us "old time" VB6 guys a way to move to Linux and be productive right away. I'm attaching the log from the config/make/make install process. Thanks in advance. Bruce Bruce Cunningham Network Administrator Sportif USA Inc. (775) 359-6400 xt 132 bcunning...@sportif.co

Re: [Gambas-user] Complex report

2014-02-25 Thread Bruce
rth from design mode to preview and having to resize the preview and zoom all the time. cheers Bruce -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc

Re: [Gambas-user] Moving elements in ListView

2014-02-15 Thread Bruce
On Sat, 2014-02-15 at 00:12 +0100, Tobias Boege wrote: > On Sat, 15 Feb 2014, Bruce wrote: > > On Fri, 2014-02-14 at 17:01 +0100, Tobias Boege wrote: > > > Hi all, > > > > > > can someone please help me moving elements in a ListView or tell me that's >

Re: [Gambas-user] Where does the application default font come from?

2014-02-15 Thread Bruce
On Sun, 2014-02-16 at 00:41 +1030, Bruce wrote: > Probably more correctly, where does the runtime get Application.Font > from? > > I have changed my system font settings to better suit my new glasses but > couldn't see any better when I ran a Gambas app. So

[Gambas-user] Where does the application default font come from?

2014-02-15 Thread Bruce
is is a(nother) LXDE issue and I'll have to sort it out from the source.) tia Bruce -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bl

[Gambas-user] ComboBox: Detect if the button was clicked

2014-02-14 Thread Bruce
see if they are inside the button, but this is extrememly fragile and painful. Does anyone have a better idea. tia Bruce -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps

Re: [Gambas-user] Moving elements in ListView

2014-02-14 Thread Bruce
!" but it didn't... > > Say I have a list of four elements (#0..#3) and want to move #1 to position > #2 so that #2 goes to position #1. A source archive would be enough. > > Regards, > Tobi > Something like this? http://p

Re: [Gambas-user] Class editor toolbar keyboard shortcuts?

2014-02-14 Thread Bruce
On Fri, 2014-02-14 at 13:47 -0500, Stephen wrote: > Being able to comment and uncomment large blocks of selected code is > a wonderful thing, being able to do it without having to mouse up to the > editor tool bar would be even more so. Is there keyboard shortcut to > perform the aforementioned

Re: [Gambas-user] Strange msq problem

2014-02-14 Thread Bruce
On Fri, 2014-02-14 at 11:28 +0100, Roel Touwen [prive] wrote: > Hi Bruce, > > That is indeed from the email-wrapping. That part works fine. I get the > data from the database. > > The Sql what is sent to MySql is: > *relation = '9123' and robotID = 1 and re

Re: [Gambas-user] Strange msq problem

2014-02-14 Thread Bruce
On Fri, 2014-02-14 at 10:54 +0100, Roel Touwen [prive] wrote: > Sql = "relation = '" & Main.RobotCust & "' and robotID = " & > Main.RobotID & " and rectype = 'TS' and subID = '' and sequencer > = 0" After that line can you print (or debug) Sql. Don't know (because of email wrapping) but it lo

Re: [Gambas-user] Where is the help for commit log comments

2014-02-13 Thread Bruce
On Thu, 2014-02-13 at 13:01 +0100, Tobias Boege wrote: > On Thu, 13 Feb 2014, Bruce wrote: > > On Thu, 2014-02-13 at 12:07 +0100, Tobias Boege wrote: > > > On Thu, 13 Feb 2014, Bruce wrote: > > > > Graarrrggh! > > > > > > > > I have anot

Re: [Gambas-user] Where is the help for commit log comments

2014-02-13 Thread Bruce
On Thu, 2014-02-13 at 12:07 +0100, Tobias Boege wrote: > On Thu, 13 Feb 2014, Bruce wrote: > > Graarrrggh! > > > > I have another tiny commit for gb.desktop xdg-email that stops it > > opening the web browser on LXDE when I try to send an email from within > > a

Re: [Gambas-user] Key.Enter and Key.Return

2014-02-13 Thread Bruce
On Thu, 2014-02-13 at 11:18 +0100, Rolf Schmidt wrote: > Hi Bruce: > > What is the difference here? > > > > Every keyboard I have has an "Enter" key which apparently is a > > Key.Return, so what is Key.Enter? Does it depend on some particular > > key

[Gambas-user] Key.Enter and Key.Return

2014-02-13 Thread Bruce
s has been driving me insane for an hour now. I am probably too stressed out to see the simple answer.) Bruce -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with s

[Gambas-user] Where is the help for commit log comments

2014-02-13 Thread Bruce
Graarrrggh! I have another tiny commit for gb.desktop xdg-email that stops it opening the web browser on LXDE when I try to send an email from within a Gambas app. Do you think I can find Benoit's request for how the commit log comments should be structured? No. Any help please.

Re: [Gambas-user] window placement policy

2014-02-10 Thread Bruce
[1]http://gambasdoc.org/help/comp/gb.settings/settings?v3&view 100% right! Every form we use has: Public Sub Form_Open() Settings.Read(Me) etc.. End Public Sub Form_Close() Settings_Write(Me) etc.. End in it. gb.settings is so easy! And Like Jo

Re: [Gambas-user] Accessing Project Data in a Text File

2014-02-09 Thread Bruce
GAMBAS beginner, so please be patient with my questions. I'm still > learning. I can't find an answer to this question in documentation or books > that I've checked. In fact, I can't find anything written anyw

[Gambas-user] Oops, I think I have broken something seriously here.

2014-02-08 Thread Bruce
project is VERY complex. I just want to know where I should start looking for what I have broken. (btw: Application._init.50 is in a local override of Application and is just a line containing "Logger.Begin()") Bruce [bb@bluecow comp]$ tmcvmgr3.gambas Another tag to check the tmcvmgr3 c

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Bruce
ne who think like this? > Ah yes! But those magical sounds were made by dividing the clock signal and sending the resultant wave directly out to the onboard speaker port. I dont think any of the boxes here have a onboard speaker any more? "Leisure Suit Larry" anyone? cheers Bruce p.

Re: [Gambas-user] Benoit, How to bypass a super event

2014-02-07 Thread Bruce
ee events are trapped in "InnerTextBox_(blah blah). From which I then raise a differently named event for the custom control (usually "Changed") So if I read you correctly, the first thing I'd try is to rename the raised event "data" to something like, eh, "neudata

[Gambas-user] Return TextBox.Selection from a custom control

2014-02-06 Thread Bruce
tia Bruce -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&

Re: [Gambas-user] Possible bug in round() function

2014-01-30 Thread Bruce
On Thu, 2014-01-30 at 10:33 +, Ricardo Díaz Martín wrote: > ? round (283.5 * 0.21, -2) very interesting. The miracles we call floats. try ? round (283.46 * 0.20996, -2) 59.54 Strange and magical, we'd better wait on Benoit's call on this

Re: [Gambas-user] Externs ... yet again

2014-01-27 Thread Bruce
On Mon, 2014-01-27 at 05:03 -0800, Mike Crean wrote: > > Hey Bruce are you on the apple isle, if > so its never really hot. Try a real state if you want hot (WA) :-). > > Cheers > Mike > Postcode=5255 Stick that in your wea

Re: [Gambas-user] Externs ... yet again

2014-01-26 Thread Bruce
On Mon, 2014-01-27 at 15:48 +1030, Bruce wrote: > 'aspell_config_replace(spell_config, "lang", "en_US"); > Extern aspell_config_replace(spell_checker As Pointer, Var As String = > "lang", lang As String = "en_AU") In "libaspell&

[Gambas-user] Externs ... yet again

2014-01-26 Thread Bruce
'aspell_config_replace(spell_config, "lang", "en_US"); Extern aspell_config_replace(spell_checker As Pointer, Var As String = "lang", lang As String = "en_AU") In "libaspell" Not allowed? Syntax error. Missing ',' o

Re: [Gambas-user] Convert string to integer

2014-01-25 Thread Bruce
On Sun, 2014-01-26 at 08:35 +0100, Dirk wrote: > Hi, > > I'm having a problem with Convert string to integer > > > where is my mistake? I get error message: > Type incompatibility expected integer, instead get string > > > Public Sub MySock_Read() > > '***

Re: [Gambas-user] Stopping an event when user clicks on the form menu

2014-01-25 Thread Bruce
On Sat, 2014-01-25 at 21:19 +0100, Fabien Bodard wrote: > Or If > Application.ActiveControl.Window <> Me.Window Ah! I was so close. In fact probably too close to see the obvious. Thanks Fabien for taking the

Re: [Gambas-user] Stopping an event when user clicks on the form menu

2014-01-24 Thread Bruce
to view the help files. (This one is "fake" it's just there to demonstrate something). So they should be able to go Help| Browse Help. IOW 2,3,or 4) need to be able to occur without invoking the error balloon. Re: 4) this just uses an InputBox to demonstrate the same problem. Any f

[Gambas-user] Stopping an event when user clicks on the form menu

2014-01-23 Thread Bruce
focus, the lostfocus event fires. 2) if the user tries to click on the form menu the lost focus event fires. I think I have got around 1) by using Object.Lock in a Form_Leave() handler, but 2) has got me stumped. Any clues?

[Gambas-user] A few things about linked source files

2014-01-22 Thread Bruce
d thing. There are a few more but I am really tired tonight. I probably should raise a bug report on that last one - maybe tomorrow. regards Bruce -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why

[Gambas-user] When does prefernces get saved?

2014-01-20 Thread Bruce
happens if I save the project before generating the executable. regards Bruce -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads

Re: [Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
On Mon, 2014-01-20 at 13:41 +0100, Benoît Minisini wrote: > Le 20/01/2014 13:23, Bruce a écrit : > > Would anyone care to guess where the above message comes from. > > > > It has started to appear on the console output when I use > > Desktop.Open("http://"; &am

Re: [Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
On Mon, 2014-01-20 at 13:41 +0100, Benoît Minisini wrote: > Le 20/01/2014 13:23, Bruce a écrit : > > Would anyone care to guess where the above message comes from. > > > > It has started to appear on the console output when I use > > Desktop.Open("http://"; &am

[Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
results. It is definitely not in any of my projects, libraries or components. Bewildered Bruce -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Crit

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Bruce
On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote: > Le 18/01/2014 23:01, Bruce a écrit : > > > > 3) You cannot set accelerator keys for TabPanel tab titles like you can > > for TabStrips > > I'm afraid it is not easy to implement... Oh well, never m

[Gambas-user] include/exclude lists for executables, source archives and (autotools) packages

2014-01-18 Thread Bruce
ed under GPL (as long as they get what they want). I am currently in a bit of a panic as I haven't had to cope with a team of 15'ish for some years, hence these and no doubt other weird questions that will arise shortly. Thanks in advance for any input you can provide. best regards Bruc

[Gambas-user] EXPORT OPTIONAL

2014-01-18 Thread Bruce
I have just noticed that I can specify EXPORT OPTIONAL at the top of a component class. I understand what it does, but just wanted to ask what is the advantage of specifying that? regards Bruce -- CenturyLink Cloud

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-18 Thread Bruce
bPanel tab titles like you can for TabStrips 4) Mousewheel scrolling through TabPanel tabs only works when the TabPanel itself has the focus. (TabStrip scrolling happens when the mouse is over the tabstrip tab area, i.e. it doesn'

Re: [Gambas-user] TabPanel Edition

2014-01-18 Thread Bruce
90 OperatingSystem=Linux Kernel=3.4.59-pclos1 Architecture=x86 Distribution=PCLinuxOS Desktop=LXDE/Openbox Theme=QWindows Language=en_AU.UTF-8 Bruce -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More

Re: [Gambas-user] A Gambas-MySql question -> Query the result of a query and a table

2014-01-15 Thread Bruce
dates. We do this every day, let me check todays stats... pic attached hmm a pretty slow day really. > > I know this last option would work, but I am just wondering if there are > any better ways of doing this, wit

Re: [Gambas-user] Positioning the editor to a specific line and making it visible

2014-01-14 Thread Bruce
On Wed, 2014-01-15 at 03:44 +0100, Benoît Minisini wrote: > Le 15/01/2014 01:44, Bruce a écrit : > > I can't work out how to do this. blah, blah, blah > > tia > > Bruce > > > > The CurrentLine is for highlighting the current line of code during a > de

Re: [Gambas-user] What does ... in a menu name signify?

2014-01-14 Thread Bruce
On Wed, 2014-01-15 at 02:00 +0100, Caveat wrote: > It's a 'standard decoration' signifying there's more behind the chosen > item...or that the item needs user confirmation or additional input on a > dialogue... > > http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses > > Kind regards,

Re: [Gambas-user] Starting a Process and forgetting about it

2014-01-11 Thread Bruce
51 1 gbr3 /.../atestmgr/tmanalyst/tmanalyst.gambas 18744 1 gbr3 /.../atestmgr/tmttester/tmttester.gambas 18739 1 gbr3 /.../atestmgr/tmdeveloper/tmdeveloper.gambas 17187 1 lxterminal 17872 17187 \_ /bin/bash and magically they have m

Re: [Gambas-user] Report component - variable height items

2014-01-09 Thread Bruce
ltPrinter = New Printer With Me.DefaultPrinter .Name = "" .OutputFile = "~/print1.pdf" End With in the myreport.class and bingo! i.e. just set the printer name to null and the OutputFile property to wherever you want the report to go. Setting the filename extension

Re: [Gambas-user] Report component - variable height items

2014-01-08 Thread Bruce
On Wed, 2014-01-08 at 21:53 +0100, Fabien Bodard wrote: > Normally it willwork with the last rev... > > So you can write multiline label with \n. > > 2014/1/8 Bruce : > > Hiya Fabien, > > > > Guess what, I have jumped on the gb.report user list at long last (had

[Gambas-user] gb.Report : Setting label colors

2014-01-08 Thread Bruce
- What am I doing wrong? tia Bruce -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Ev

Re: [Gambas-user] A "statusbar" control

2014-01-07 Thread Bruce
; sub-panels (a Label), "Icon" sub-panels (a pictureBox) and "Progress" sub-panels (a progressBar). Anyway, have a look. As always, any suggestions or criticisms gratefully received. regards Bruce (p.s. resent, I forgot

[Gambas-user] Report component - variable height items

2014-01-07 Thread Bruce
that will expand it's height to accommodate either a) strings with "\n" in them, and/or b) strings that are too wide for the constrained width. Any clues gratefully received. regards Bruce -- Rapidly troubles

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Bruce
On Mon, 2014-01-06 at 18:35 +0100, Benoît Minisini wrote: > Yeah, great mail subject! > > I think it will be more difficult for Linux distributions to fail > packaging Gambas correctly if there is a useful tool made in Gambas > (other than the IDE) that will be integrated inside package reposito

Re: [Gambas-user] Cotrols don't show.

2014-01-02 Thread Bruce
ionally lblHt[Loop1].Alignment = Align.Center lblHt[Loop1].Border = Border.Raised lblHt[Loop1].x = 20 lblHt[Loop1].y = 20 + (Loop1 * 30) lblHt[Loop1].Text = Str(Loop1) lblHt[Loop1].Show Next hth Bruce ---

Re: [Gambas-user] Gridview

2014-01-01 Thread Bruce
On Thu, 2014-01-02 at 14:53 +1030, Bruce wrote: > On Thu, 2014-01-02 at 14:34 +1100, Shane wrote: > > what is needed to get > > word warp height resizing working ? this is what i have > > > > GridView1.Rows[Index].Height = -1 > > GridView1[Index, 0].WordWrap = Tr

Re: [Gambas-user] Gridview

2014-01-01 Thread Bruce
m some months ago, Beniot's explanation is somewhere in the mailing list archives. I can only suggest you search it for "gridview row height", but I do not remember the topic, sorry. hth Bruce -- Rapidl

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Bruce
On Mon, 2013-12-30 at 02:10 +0100, Tobias Boege wrote: > > 3) The Authentication form needs work. The labels are not visually > > associated with the correct control. (This one was from Felicity, who > > can pick these things out with a 3 second glance at a form). > > What do you mean? I have att

Re: [Gambas-user] Relaunching a program as root

2013-12-29 Thread Bruce
ell Subst("kdesu -n 'cd &1; pwd; make install'", sPath) To logger Print logger Case "GNOME", "XFCE" Shell Subst("'cd &1; pwd; pkexec make install'", sPat>) To logger Case Else Print "Installer type

Re: [Gambas-user] A "statusbar" control

2013-12-21 Thread Bruce
On Sat, 2013-12-21 at 10:46 +0100, Tobias Boege wrote: > On Sat, 21 Dec 2013, Bruce wrote: > > Did someone recently speak about having developed a "statusbar" form > > control? > > > > If you mean[0], then yes, roughly. There was a StatusBar class from &

[Gambas-user] disabling unused components

2013-12-20 Thread Bruce
We do not have the required library for gb.mime, not do we use gb.mime What I can't remember is where and how in the reconf;configure;make circus I need to stick a --disable-? option. Any help would be apprec.

[Gambas-user] A "statusbar" control

2013-12-20 Thread Bruce
Did someone recently speak about having developed a "statusbar" form control? tia Bruce -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear

Re: [Gambas-user] File Chooser OK event?

2013-12-19 Thread Bruce
On Thu, 2013-12-19 at 11:36 +0100, Rolf-Werner Eilert wrote: > Just saw that File Chooser can have its own OK and Cancel buttons, but > how would I handle these events? Never used it before, and there is no > hint in the help... > > Regards > Rolf > I really didn't it could be that hard? B

Re: [Gambas-user] Project line counts

2013-12-17 Thread Bruce
On Wed, 2013-12-18 at 03:54 +0100, Benoît Minisini wrote: > Le 18/12/2013 03:35, Bruce a écrit : > > Wasn't there a context menu item somewhere in the IDE that told you > > (amongst other things) how many source code lines were in the project? > > > > ? > > B

Re: [Gambas-user] Creating a gb3 executable

2013-12-17 Thread Bruce
On Wed, 2013-12-18 at 13:03 +1030, Bruce wrote: > Some idiotic code. Forget it. I can see why it doesn't work. Sorry about the noise. Bruce -- Rapidly troubleshoot problems before they affect your busine

[Gambas-user] Project line counts

2013-12-17 Thread Bruce
Wasn't there a context menu item somewhere in the IDE that told you (amongst other things) how many source code lines were in the project? ? Bruce -- Rapidly troubleshoot problems before they affect your business.

[Gambas-user] Creating a gb3 executable

2013-12-17 Thread Bruce
de to see if I can find a clue, but alas, no joy. I'd appreciate if someone could take a look at that code above and tell me if there is something glaringly obvious that I just cannot see. tia Bruce -- Rapidly troublesh

Re: [Gambas-user] gb.logging API change

2013-12-16 Thread Bruce
matter.GetCallLocation.10: Formatter.GetCallLocation.10 Formatter._call.45 Logger.Log.87 Logger._call.95 Application._init.57 i.e. I think you should be using System.Backtrace[4] instead of [3] hth Bruce --

Re: [Gambas-user] how to convert VB Project file to Gambas

2013-12-16 Thread Bruce
On Mon, 2013-12-16 at 09:55 +0100, Caveat wrote: > http://msdn.microsoft.com/en-us/library/030kb3e9%28v=vs.90%29.aspx > > That should get you pointed in the right direction... > > Kind regards, > Caveat > > On 16/12/13 07:57, //SCLPL/ Sudeep Damodar wrote: > > Hi all > > > > How to use Type in g

Re: [Gambas-user] gb.logging API change

2013-12-15 Thread Bruce
(bluh!) and we really need the "debug.log" on the dev/fix side of things. The other thing I would like to see is a way to increase the number of levels of detail once we get down to the "debug" level. This would be on an application basis. cheers Bruce --

[Gambas-user] gb.db Connections questions

2013-12-15 Thread Bruce
nnections up and down our component/library tree. I have changed our local copy of gb.db but am wondering if there is any hidden issues that could arise that mean that Connections must be readonly. tia Bruce -- Rapidly tro

Re: [Gambas-user] Overriding native classess

2013-12-15 Thread Bruce
On Mon, 2013-12-16 at 00:49 +0100, Benoît Minisini wrote: > Le 16/12/2013 00:36, Bruce a écrit : > > I've got myself in a real mess with this one. :-( > > > > I have a class in a local ("third-party") component that inherits the > > native Application c

[Gambas-user] Overriding native classess

2013-12-15 Thread Bruce
one know what is going on inside this "native code" at the point of program startup? tia Bruce -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a

Re: [Gambas-user] how to convert VB Project file to Gambas

2013-12-14 Thread Bruce
On Sun, 2013-12-15 at 11:37 +0530, //SCLPL/ Sudeep Damodar wrote: > Hi All, > > How to make .deb file in gmabas > > Best Regards > > Sudeep @IDE ^Project|Make|Installation Package @Wizard #Follow the instructions until step 3 Select Debian #Follow the instructions or if that is too hard, press

Re: [Gambas-user] Writing a text file from the contents of a text area

2013-12-14 Thread Bruce
On Sat, 2013-12-14 at 11:53 +, John Rose wrote: > I have a TextArea containing a number of lines. I'm confused by the > multiplicity of variants of the Open command. Can someone direct me to > an example of this? I've already failed to find such an example in the > Gambas online documentatio

Re: [Gambas-user] Selecting a window

2013-12-04 Thread Bruce
ion of each > > dWindow property (i.e. X, Y, Width, Height), one can determine which > > window has been clicked. Is that the best way? But how can one allow for > > the situation where the user has clicked a point which is within 2 > > windows i.e. is there a property of dWi

Re: [Gambas-user] gambas documentation offline include in source (gb.web)

2013-12-02 Thread Bruce
On Mon, 2013-12-02 at 18:16 +0100, Tobias Boege wrote: > In a next step, we would write a parser to let the IDE display this > help and Its already there. Local modules inline help is shown even if there is no internet connection. Another idea would be to somehow generate all the structural help fr

Re: [Gambas-user] Semi-persistent pop-up form?

2013-12-01 Thread Bruce
On Tue, 2013-11-12 at 16:12 +0100, Benoît Minisini wrote: > Le 12/11/2013 00:19, Bruce a écrit : > > On Mon, 2013-11-11 at 22:30 +0100, Benoît Minisini wrote: > >> Le 11/11/2013 21:47, Bruce a écrit : > >>> Is there some way to make a popup form only close o

Re: [Gambas-user] gb.xml "unSerialize"

2013-12-01 Thread Bruce
On Sat, 2013-10-19 at 22:29 +0200, Adrien Prokopowicz wrote: > Well, looks like there is a little bug here. I will fix that tomorrow. > > Le Sat, 19 Oct 2013 20:15:57 +0200, Bruce a écrit: > > First, thanks all for the replies. > > > > re: Content v Contents &

Re: [Gambas-user] Semi-persistent pop-up form?

2013-12-01 Thread Bruce
On Tue, 2013-11-12 at 12:45 -0700, paulwheeler wrote: > Bruce, > > Unfortunately, I have no answer for your question, but wanted to say that > your illustrations are SO COOL! > > If you don't mind my asking, how did you do them? > > paul Hi Paul, Thanks for t

Re: [Gambas-user] How to get codelinenumber

2013-11-30 Thread Bruce
On Sat, 2013-11-30 at 09:46 +0100, u...@gmx.ch wrote: > Dear Fabien > > You're my hero. Thanks! > > The only thing I'm still working on is getting the codelinenumber also > in cases without error. System.BackTrace may help here. But I am tired and emotional so check the help. --

Re: [Gambas-user] Semi-persistent pop-up form?

2013-11-11 Thread Bruce
On Mon, 2013-11-11 at 22:30 +0100, Benoît Minisini wrote: > Le 11/11/2013 21:47, Bruce a écrit : > > Is there some way to make a popup form only close on a specific user > > action? > > > > In the attached picture, I have a popup form displaying some statistical > &

Re: [Gambas-user] App.Major Version

2013-11-08 Thread Bruce
quot;) Print aVersion[0] = 48 keystrokes Print Split(Application.Version, ".")[0] = 25 keystrokes :-) Bruce -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scal

Re: [Gambas-user] App.Major Version

2013-11-08 Thread Bruce
; > > I was wondering if the equivalent of App.Major (vb6) exists in Gambas? > > > > Example: > > > > ' Visual Basic 6.0 > > > > Label1.Caption = "Version: " & App.Major & "." & App.Minor & "." _ > > > > &

Re: [Gambas-user] Segfault when freeing pointer used for Extern

2013-11-05 Thread Bruce
Jussi, I was fairly sure I had it wrong, I just couldn't see why. Unfortunately since my colleague Keith Lawson passed away I have had to cope with this type of "low level" issue myself without an expert on tap. At least give me 2 points of credit for working out that the output param

Re: [Gambas-user] Segfault when freeing pointer used for Extern

2013-11-05 Thread Bruce
nction and it works, the problem only happens when the Main() method exits. rgds Bruce -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore tec

[Gambas-user] Segfault when freeing pointer used for Extern

2013-11-05 Thread Bruce
0 r-xp 08:01 1112632/lib/ld-2.16.so b77ed000-b77ee000 r--p 0001d000 08:01 1112632/lib/ld-2.16.so b77ee000-b77ef000 rw-p 0001e000 08:01 1112632/lib/ld-2.16.so bff86000-bffa7000 rw-p 00:00 0 [stack] e000-f000 r-xp 00:00 0 [vdso] tia Bruce

Re: [Gambas-user] Unexecuted Orphan Code or Something?

2013-11-05 Thread Bruce
On Tue, 2013-11-05 at 06:34 -0800, 2aq9j93b7s wrote: > thank you for the replies I appreciate them > > Unfortunately you are missing the point of the post! I have an uncommeneted > line of code that is not and cannot be executed > > bruce > "Now do you see why that

Re: [Gambas-user] Using a class as a function

2013-11-05 Thread Bruce
On Tue, 2013-11-05 at 12:34 +0100, Fabien Bodard wrote: > In your class : > > Public sub _Call(value as whatyouwant) as whatyouwant > > End > > With that you can do > > Print Myclass(value) > Le 5 nov. 2013 12:10, "Bruce" a écrit : > > >

[Gambas-user] Using a class as a function

2013-11-05 Thread Bruce
I saw an example of how to do this only yesterday. Do you think I can remember where? No. Any clues? Bruce -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming

Re: [Gambas-user] Unexecuted Orphan Code or Something?

2013-11-04 Thread Bruce
ot;) &", the " & Format(Date(Year(Now), Month(Now), iTp1), "d") fuFormatSuffix(iTp1) ' "Of" & Format(Date(Year(Now), Month(Now), iTp1), ", ") Paste that in a text editor to see it all exactly. Now do you see why that last line i

Re: [Gambas-user] final error catch

2013-11-04 Thread Bruce
On Mon, 2013-11-04 at 22:36 +1030, Bruce wrote: > Some where recently I read about something that could catch errors at > the "top level" or something like that. I don't know if it was here or > in the help pages or even in the commit logs. > > Does anyone know what

[Gambas-user] final error catch

2013-11-04 Thread Bruce
Some where recently I read about something that could catch errors at the "top level" or something like that. I don't know if it was here or in the help pages or even in the commit logs. Does anyone know what I'm talking about and where I can "ref

[Gambas-user] QT4, weird message and segfault

2013-11-03 Thread Bruce
at it means and what to do about it. Any clues? (Rev 5934) tia Bruce -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this

[Gambas-user] This d**** keyring thing

2013-11-03 Thread Bruce
Totally unrelated to the packaging issue. Does anyone know of a way to remove a key and all its secrets from the dreaded gnome keyring? tia Bruce -- Android is increasing in popularity, but the open development

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-11-01 Thread Bruce
On Fri, 2013-11-01 at 10:51 +0100, Benoît Minisini wrote: > Le 01/11/2013 02:48, Bruce a écrit : > > On Fri, 2013-11-01 at 11:41 +1030, Bruce wrote: > >> On Fri, 2013-11-01 at 01:44 +0100, Benoît Minisini wrote: > >>> Hi, > >>> > >>> In revis

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome (2)

2013-10-31 Thread Bruce
On Fri, 2013-11-01 at 11:41 +1030, Bruce wrote: > On Fri, 2013-11-01 at 01:44 +0100, Benoît Minisini wrote: > > Hi, > > > > In revision #5924, the IDE generates meta-packages for QT4 and GTK+ > > support when a project uses the gb.gui component. There is no dependen

  1   2   3   4   5   6   >