[Gambas-user] QR Codes

2021-07-28 Thread richard terry
Hi list, Is it possible to generate a QR code image from gambas? Thanks Richard ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Loop variable question

2019-02-04 Thread richard terry
Le mar. 5 févr. 2019 04:53, richard terry a écrit : Hi List, Recently after a few years I upgraded a machine to Mint 19.1 and latest ppa stable gambas. My long running code won't run properly wherever I have a loop variable which was declared in the general declarations at the

[Gambas-user] Loop variable question

2019-02-04 Thread richard terry
Hi List, Recently after a few  years I upgraded a machine to Mint 19.1 and latest ppa stable gambas. My long running code won't run properly wherever I have a loop variable  which was declared  in the general declarations at the top of the form rather than in a sub, an error comes up sa

[Gambas-user] Q) Again how to downgrade to earlier gambas version - continued postgres problems

2018-07-03 Thread richard terry
Hi List, I've not found a solution to not being able to access my postgres database with gambas 3.11, so I need to be able to downgrade to say 3.8.4 or 3.9 or therabouts which I know runs. I've even tried installing mint on a new machine and the same problem - an error message when I try and

[Gambas-user] Reverting to earlier gambas version

2018-05-15 Thread richard terry
Hi List, I updated one of my work computers today  and forgot to not un-check the gambas upgrade. The result was my medical software will no longer work due to a postgres connection error. I was running 3.9.2. Is there any way I can revert to an older version until I have the time to find

Re: [Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread richard terry
On 25/11/16 10:14, Benoît Minisini wrote: > Le 24/11/2016 à 22:59, richard terry a écrit : >> Hi List, >> >> I've just encountered a situation in my medical software where the >> pathology lab has suddently started sending me histopathology reports in >> R

[Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread richard terry
Hi List, I've just encountered a situation in my medical software where the pathology lab has suddently started sending me histopathology reports in RTF format instead of plain text markup, which is of course unreadable. I wondered if anyone had any code to convert rich text to html or any ide

Re: [Gambas-user] Incomplete gambas 3.9 install

2016-10-16 Thread richard terry
particular > project, you will probably need to also install the gambas3-gb-desktop and > gambas3-gb-media (however they are named in your > distro) components. > > > On 10/13/2016 06:05 PM, richard terry wrote: >> Hi List, >> >> >> Just built a new machine f

[Gambas-user] Incomplete gambas 3.9 install

2016-10-13 Thread richard terry
Hi List, Just built a new machine for work and after doing a standard apt-get install gambas3 when running my project the error messages missing desktop.x11, gb.media and gb.media.form ?what's going on and how to fix. Thanks richard -

Re: [Gambas-user] My project can't find libraries (3.9) - more info

2016-09-16 Thread richard terry
On 17/09/16 16:03, richard terry wrote: > Hi list, > > Just building a new machine with linux mint 17 and gambas 3.9 > > when trying to run my project can't find libraries. > > I've tried adding these the usual way and despite their being libraries > in the dire

[Gambas-user] My project can't find libraries (3.9)

2016-09-16 Thread richard terry
Hi list, Just building a new machine with linux mint 17 and gambas 3.9 when trying to run my project can't find libraries. I've tried adding these the usual way and despite their being libraries in the directory gambas doesn't let me select it. ?what am I doing wrong?? Thanks richard

Re: [Gambas-user] ?when will textedit control work in Gambas3 3.9

2016-09-01 Thread richard terry
On 02/09/16 12:07, Benoît Minisini wrote: > Le 02/09/2016 à 00:42, richard terry a écrit : >> Hi List, >> >> This control crucial to my project won't work in the latest gambas3. >> >> Am I the only one affected (mint 17 or above). I note this was discus

[Gambas-user] ?when will textedit control work in Gambas3 3.9

2016-09-01 Thread richard terry
Hi List, This control crucial to my project won't work in the latest gambas3. Am I the only one affected (mint 17 or above). I note this was discussed some time ago. Richard -- __

[Gambas-user] Probably a really dumb question about Error

2016-05-18 Thread richard terry
Hi List, I ran in to an odd problem when I used: Try whatever If error then do-somehing end if Where despite Try Whatever, not generating an error, it still when on to the do-something. When I logged what was happening, it was carrying forward the last known error in my program (in this ca

[Gambas-user] Workspace editor colour question

2016-03-23 Thread richard terry
Hi list/Benoit There seems no way to change the color of this control. (gurrently a dark gray) No, it shouldn't matter as its essentially not visible when the workspace is loaded, but on a slow machine one gets to see the dark gray color flicker whilst any tabs are loading, so I was wondering

Re: [Gambas-user] Feature request for gambas load screen

2016-02-25 Thread richard terry
On 26/02/16 10:07, Charlie Reinl wrote: > Am Donnerstag, den 25.02.2016, 22:54 +0100 schrieb Benoît Minisini: >> Le 25/02/2016 22:42, Charlie Reinl a écrit : >>> Am Freitag, den 26.02.2016, 07:55 +1100 schrieb richard terry: >>>> Hi benoit, >>>> >>

[Gambas-user] An heretical suggestion for the IDE toolbar

2016-02-25 Thread richard terry
Hi benoit, I wonder if you would consider this. I can't tell you how many times I click on the wrong icon up on the left hand side, when I'm constantly switching from form to code. The save, reload and the constantly switching code/form little icon are confusing. Since there is such a large

[Gambas-user] Feature request for gambas load screen

2016-02-25 Thread richard terry
Hi benoit, If there is another way to do this please let me know. When I load gambas the boot screen has lots of 'old' projects on it. As I continue to develop my software I sometimes run in parallel different versions, they will com up looking the same except different database version and sv

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 11/02/16 01:41, ML wrote: > On 2016-02-10 08:37, richard terry wrote: >> On 10/02/16 22:24, Benoît Minisini wrote: >>> Le 10/02/2016 12:22, richard terry a écrit : >>>> On 10/02/16 21:48, Benoît Minisini wrote: >>>>> gb.media can do that. >>>

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 10/02/16 22:24, Benoît Minisini wrote: > Le 10/02/2016 12:22, richard terry a écrit : >> On 10/02/16 21:48, Benoît Minisini wrote: >>> gb.media can do that. >> MediaView1.URL = >> Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) >&g

Re: [Gambas-user] Video question

2016-02-10 Thread richard terry
On 10/02/16 21:48, Benoît Minisini wrote: > gb.media can do that. MediaView1.URL = Media.URL("https://www.youtube.com/watch?v=h-cUFt2t0IY";) Hi Benoit, This doesn't work ?am I missing something? What I wanted to do was to stream an i-p camera from my front office to my room with a little m

[Gambas-user] Video question

2016-02-10 Thread richard terry
Not sure if my last question reached the list, however will repeat expand. Can any control in gambas actually stream video from a URL like an internal office IP camera? Thanks richard -- Site24x7 APM Insight: Get Deep

Re: [Gambas-user] About the initial screen

2016-01-26 Thread richard terry
On 27/01/16 08:31, Benoît Minisini wrote: > Le 22/01/2016 10:15, Jorge Carrión a écrit : >> In previous versions the icons of recently opened projects had the tooltip >> property established as the path of the project. Now, if you open several >> projects with same name (backups in another director

[Gambas-user] Removing projects from the gambas boot up list

2015-12-21 Thread richard terry
Hi list, Wondered if anyone could remind me how to remove the list of recent projects from the boot up screen. Feature request: 1) could we have an option on that screen to clear recent projects 2) Could be have the pathway's displayed somehow, I sometimes have had to run different versions of

[Gambas-user] Removing projects from the gambas boot up list

2015-12-21 Thread richard terry
Hi list, Wondered if anyone could remind me how to remove the list of recent projects from the boot up screen. Feature request: 1) could we have an option on that screen to clear recent projects 2) Could be have the pathway's displayed somehow, I sometimes have had to run different versions of

[Gambas-user] IDE global search question

2015-12-03 Thread richard terry
Hi list, I 'm doing some major surgery on my medical records program and wondered if one can use a wildcard search in the project wide search box or regex thanks Richard -- Go from Idea to Many App Stores Faster with

[Gambas-user] new QT5 ?no rich text processor - hence gambas problem for us

2015-09-22 Thread richard terry
s not backwards compatible but a simple wrapper could make it so (while sacrificing most of tge new brilliant features) Horst Does this mean gambas will be able to use this new control? Richard On 23/09/2015 8:03 AM, "richard terry" mailto:rte...@internode.on.net>> wrote: T

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread richard terry
On 23/09/15 02:45, Moviga Technologies wrote: > > > Taking a closer look at TED, it looks pretty feature complete... > -- > ___ > Gambas-user mailing list > Gambas-user@lists.s

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-16 Thread richard terry
ops as it should. I'll post to the list as well in case anyone else does that. Anyway, at least it uncovered the bug to be fixed so thanks again. Regards Richard On 16/09/15 21:38, Benoît Minisini wrote: > Le 16/09/2015 07:38, richard terry a écrit : >> On 16/09/15 10:11, Benoît M

Re: [Gambas-user] The interview on FLOSS

2015-09-10 Thread richard terry
I'm half way through watching this (started on my phone last night). Benoit you are too modest, gambas is fabulous and I reckon probably used by a huge audience you don't know about. We run our medical clinic on gambas/postgres with a smattering of python, ruby and shelling out to various libra

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread richard terry
y you think it has nothing to do with code? If so, why it appears only in > certain class/form? > Can you isolate the problem in small runnable project? Perhaps by using the > problem class. > > > Jussi > > > > On Wed, Sep 9, 2015 at 7:58 AM, richard terry > wrot

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
quot; " cvwPlans[x][3] = "Prepared by: " & mentalhealthplan!title & " " & mentalhealthplan!wholename Inc x Next End The terminal output above the break below the break But the program doesn't stop at the red breakpoint (here the

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
See code/piccie below. On 09/09/15 10:22, Benoît Minisini wrote: > Le 09/09/2015 02:02, richard terry a écrit : >> On 09/09/15 09:07, Jussi Lahtinen wrote: >>> Are you using JIT..? It disables breakpoints. >>> >>> >>> Jussi >>> >&g

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
On 09/09/15 09:07, Jussi Lahtinen wrote: > Are you using JIT..? It disables breakpoints. > > > Jussi > > On Wed, Sep 9, 2015 at 1:49 AM, richard terry > wrote: > >> HI Benoit, >> >> I didn't see my question about breakpoints get back into my maibox.

[Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
HI Benoit, I didn't see my question about breakpoints get back into my maibox. . I had to debug a form/class last night due to some long standing bugs and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, putting in a breakpoint does work. I tried the cleanup project option. An

[Gambas-user] Gambas 3.8 ?safe to use in production env

2015-08-30 Thread richard terry
Hi List, I'm running 3.7.1 at work on my network Mint 17.1 or 17.2. The update manager tells me 3.8.x is available for download, is it safe to use this? anyone experienced any problems. Regards Richard -- ___

[Gambas-user] Documenting a gambas project.

2015-08-17 Thread richard terry
Hi List, I wonder if anyone has good advice/method for documenting the code within a gambas project to make it easy to find stuff. Our medical records project which has been in use for a number of years now is really quite huge. the Postgresql backend currently has 33 schema's with many hundr

Re: [Gambas-user] Workspace editor question

2015-06-17 Thread richard terry
, "YES", "NO") > >If i = 2 Then Stop Event > > End > > Regards > Gianluigi > > 2015-06-16 0:27 GMT+02:00 richard terry : > >> On 15/06/15 22:15, Benoît Minisini wrote: >>> Le 15/06/2015 14:01, richard terry a écrit : >>>&g

Re: [Gambas-user] Workspace editor question

2015-06-15 Thread richard terry
On 15/06/15 22:15, Benoît Minisini wrote: > Le 15/06/2015 14:01, richard terry a écrit : >> Hi List, >> >> Long time no post though I read the list daily. >> >> I've asked this question before and probably not understood how to >> implement it but I

[Gambas-user] Workspace editor question

2015-06-15 Thread richard terry
Hi List, Long time no post though I read the list daily. I've asked this question before and probably not understood how to implement it but I'll try again. I use a workspace in my medical program. When the user clicks on buttons to access a section, a Form representing the section is added to

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

2015-05-19 Thread richard terry
On 20/05/15 08:31, 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 report any problem! > >

[Gambas-user] Out of memory errors with database access 3.7

2015-03-26 Thread richard terry
Hi List, Unsure where to start to untangle this. I've gone from a stable system running my medical software using gambas 3.6.9 to a hugely unstable system running 3.7, when I did an upgrade of my system the other day. The program runs for 3-4 mins then eventually my log file shows I'm gettin

Re: [Gambas-user] Top posting

2015-03-10 Thread richard terry
On 11/03/15 14:37, Kevin Fishburne wrote: > On 03/10/2015 07:37 PM, richard terry wrote: >> Personally I like top-posting, some lists I"m on use it. I find it >> easier to find out the last thing said rather than having to scroll down >> to the bottom of a long post. If

Re: [Gambas-user] Top posting

2015-03-10 Thread richard terry
Personally I like top-posting, some lists I"m on use it. I find it easier to find out the last thing said rather than having to scroll down to the bottom of a long post. If the mail headers are up in the top pain, and the text in the bottom pain its easy to just scroll down the mail without hav

Re: [Gambas-user] A sad event

2014-10-16 Thread richard terry
On 17/10/14 10:24, B Bruen wrote: > Dear Gambas friends, > > My apologies for writing this, but I just have to "get it off my chest". > > We at Paddys-Hill have been deeply shocked this week by the tragic death of a > young 19 year old jockey due to injuries received after a fall in a local > rac

Re: [Gambas-user] PDF example doesn't render landscape

2014-09-18 Thread richard terry
On 19/09/14 06:49, Benoît Minisini wrote: > Le 16/09/2014 06:29, richard terry a écrit : >> hi Benoit, >> >> I've posted this to the list before and got no response from the list. >> >> The pdf sample dosn't render landscape pdf's such as the on

Re: [Gambas-user] table view display bug/anomalie

2014-08-20 Thread richard terry
On 21/08/14 06:45, Benoît Minisini wrote: > Le 05/08/2014 23:49, richard terry a écrit : >> Hi Benoit, >> >> Don't know if anyone has ever noticed this, but if you have a table view >> and its contained in a split then if someone resizes the split whilst >&g

[Gambas-user] Columnview ?bug or functional anomoly

2014-08-12 Thread richard terry
Hi List, Benoit Column view - remains my most unfavorite control for its odd quirky behaviors. Check out this one. If you fill a columnview - then select all items or some items, then clear the columnview then fill again - the original columnview selections are maintained even if the list

[Gambas-user] table view display bug/anomalie

2014-08-05 Thread richard terry
Hi Benoit, Don't know if anyone has ever noticed this, but if you have a table view and its contained in a split then if someone resizes the split whilst the table view is being edited, the editing control x.y doesn't move up (or down) when the split is resized and hence is out of alignment wit

[Gambas-user] ide feature request

2014-06-20 Thread richard terry
Hi Benoit, List EasyGP (our project) has a huge codebase. Often I may have to search the tree for the file I want to operate on. I wondered if it would be possible to have an option to add a combo box to the IDE which was populated by an new option on the popup menu over the tabs at the top of

Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-17 Thread richard terry
I don't suppose whoever sent in this post originally would email me their mini-project example. I'm using the table view and can't consistantly get the tableview1_save to work - the data looks like it is in the table on the screen, but if you try and read it back to e.g save, it is inconsistanl

[Gambas-user] Bug/Anomalie in IDE

2014-06-17 Thread richard terry
Hi List, Benoit Noticed that if I click on a line in the editor > select part of text > use the Upper Case option on the menu, then the whole line is made upper case 3.5.3 regards richard -- HPCC Systems Open Source

[Gambas-user] Probably a dumb listcontainer question

2014-06-16 Thread richard terry
Hi List, Second try, not sure my first message got through as I didn't receive it 1) How come the documentation says you should populate the listcontainer with read-only controls when it doesn't seem to matter, eg. I had occasion to want to have a list type of control contain small forms with

[Gambas-user] test - ignore

2014-06-16 Thread richard terry
-- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis fo

Re: [Gambas-user] chessboard

2014-06-11 Thread richard terry
On 11/06/14 23:17, Jack wrote: > hi, > > a chessboard which is scrolling and circles emerging from a spinning > cube. And any music and scrolltext. All in Gambas? Incredible and yet it > is here http://www.gambasforge.org/code-113-damier.html > > Jack > > > -

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread richard terry
On 24/05/14 22:31, Benoît Minisini wrote: > Le 24/05/2014 14:29, Benoît Minisini a écrit : >> Le 24/05/2014 14:22, richard terry a écrit : >>> when using the IDE, gambas takes an extraordinary long time to open the >>> "Open Project" dialog >>> >&g

[Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread richard terry
when using the IDE, gambas takes an extraordinary long time to open the "Open Project" dialog using "strace -e stat gambas3" I can see gambas3 is doing something rather strange: it's stating every file recursively throughout the home directory, which on my machine takes an unusably long time du

Re: [Gambas-user] Stop watch

2014-03-10 Thread richard terry
On 11/03/14 13:50, richard terry wrote: > Hi List, > > I don't suppose anyone would have a little mini project with code etc > for a simple stopwatch? > > If so would appreciate a copy to add to our EasyGP project as a > cons

[Gambas-user] Stop watch

2014-03-10 Thread richard terry
Hi List, I don't suppose anyone would have a little mini project with code etc for a simple stopwatch? If so would appreciate a copy to add to our EasyGP project as a consultation time. Richard -- Learn Graph Databas

[Gambas-user] gambas pdf viewer does not show landscape pdf's

2014-01-22 Thread richard terry
Hi List, Benoit, I've noted this for a long while and it is annoying, not sure if it is fixable. Enclosed is a pdf to show the problem - try the gambas example to see what happens. I wondered if anyone was capable of fixing this as I wouldn't know where to start. Regards richard g

Re: [Gambas-user] Problem with dialog box already displayed

2013-12-22 Thread richard terry
On 23/12/13 08:08, Benoît Minisini wrote: > Le 22/12/2013 22:04, richard terry a écrit : >> Hi Benoit. >> >> I've noticed (infrequently) that if a dialog box is being called by >> clicking a button and my computer is busy doing other stuff chewing up >> t

[Gambas-user] Problem with dialog box already displayed

2013-12-22 Thread richard terry
Hi Benoit. I've noticed (infrequently) that if a dialog box is being called by clicking a button and my computer is busy doing other stuff chewing up the cpu and the user (me) doesn't get a response to the button that I just pressed and I press it again, gambas crashes into the IDE saying the

Re: [Gambas-user] How do you deal with multiple objects (Textboxes)

2013-12-12 Thread richard terry
On 13/12/13 09:30, Charlie wrote: > Hi,I want to clear multiple *Textboxes* and using the following code seems > inefficient: -*Textbox1.text = ""Textbox2.text = ""Textbox3..*Is there a > better way?I have looked at "Collections" and "For Each" commands but I > can't work out if this is the cor

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-26 Thread richard terry
On 27/11/13 00:48, Benoît Minisini wrote: > Le 26/11/2013 14:07, PICCORO McKAY Lenz a écrit : >> Lenz McKAY Gerardo (PICCORO) >> http://qgqlochekone.blogspot.com >> >> due there's no critically apps on production environment, there's no >> enterprise that uses gambas to any critical application , a

Re: [Gambas-user] Workspace event question

2013-11-19 Thread richard terry
take a closer look why. That's why I wanted to be able to detect the close event on the workspace, rather than the close event on the form The project is too huge/complex to be able to post unfortunately. Regards richard > On Wed, 20 Nov 2013, richard terry wrote: >> On 20/

Re: [Gambas-user] Workspace event question

2013-11-19 Thread richard terry
On 20/11/13 08:49, Tobias Boege wrote: > On Wed, 20 Nov 2013, richard terry wrote: >> Hi List, >> >> Think I posted this a week ago but got no reply, maybe I sent it from >> the wrong address. >> >> Anway, I've got a workspace which I use to place forms

[Gambas-user] Workspace event question

2013-11-19 Thread richard terry
Hi List, Think I posted this a week ago but got no reply, maybe I sent it from the wrong address. Anway, I've got a workspace which I use to place forms each on a new tab. I wondered if there was anyway to intercept the close event of the tab, so that one can action something on a form before

[Gambas-user] Headlines - RegEx submatch deprecation breaks office apps

2013-11-17 Thread richard terry
Hi Benoit, List, I upgraded to what by accounts on the list was a stable package of version 3.5, this immediately broke our regex.submatches with the program crashing saying that this was 'deprecated'. Doing a global commit to the new syntax and an svn commit of our own code then left us in a

[Gambas-user] Destroying Forms Question

2013-11-04 Thread richard terry
Hi List, Simple question. If I have a form I've created an instance of attatched to say a tab strip on another form, but I want to destroy the form under some circumstances, what's the best way to do this. I've tried Form.close, doesn't work and Form = null which also doesn't work. Any help app

[Gambas-user] PDF view ?won't view landscape properly

2013-10-24 Thread richard terry
I wonder if anyone else could test the pdfviewer with a landscape pdf. I've not upgraded to 3.5 so my gambas3 is months old but I've noticed this for a long time. This was the file I'd tried to view. (used the pdf viewer example in gambas) www.alfred.org.au/assets/files/recommendations

Re: [Gambas-user] Charts in Gambas: alternatives to "Chart"

2013-10-14 Thread richard terry
As I've previously mentioned we use gnuPlot with great success, shell out the data and get back the path to the png image generated to display where you want. regards richard On 14/10/13 17:30, Randall Morgan wrote: > NO, I allow python to open the chart window so it floats above the Gambas >

Re: [Gambas-user] gnuplot ... any experienced users?

2013-06-10 Thread richard terry
On 11/06/13 14:51, Bruce wrote: > Rather than write a very lengthy post trying to describe a problem that > I am having with embedding a gnuplot plot in a gambas panel I am just > asking whether there are any people here that have some experience with > gnuplot that I can converse with offline. > >

Re: [Gambas-user] Chronic columnview Woes

2013-05-31 Thread Richard Terry
-erratically and used to work properly, no idea why. i.e horizontal column widths I mean Word wrap no richard > > > > 2013/5/31 richard terry > > >> Another columnview question if possible >> >> The columnviews used to resize their columns to match the con

[Gambas-user] The WebCam Examples crash

2013-05-30 Thread richard terry
I've asked about this before and wonder if anyone can help, as the web cam is/was critical to my clinical practice as it is integrated with EasyGP and I used to continually use it all day to do things ranging from snapping the patient's photo for their file, to taking pictures of skin lesions,

Re: [Gambas-user] Chronic columnview Woes

2013-05-30 Thread richard terry
re > > Best regards, > Fabien Bodard > Le 15 mai 2013 08:44, "Richard Terry" a écrit : > >> Fabien Bodard wrote: >>> Use a flag!!! >>> Le 15 mai 2013 03:46, "Richard Terry" a écrit >> : >> Sorry Fabien, don't mean to

Re: [Gambas-user] Editor bug (was Re: Global error management routine)

2013-05-27 Thread richard terry
On 28/05/13 08:02, Tom wrote: > On 5/27/2013 5:54 PM, richard terry wrote: >> On 28/05/13 02:00, Tom wrote: >>> On 5/27/2013 10:12 AM, Benoît Minisini wrote: >>>> Le 23/05/2013 00:26, Richard Terry a écrit : >>>>> Whilst on the topic of the IDE one

Re: [Gambas-user] Editor bug (was Re: Global error management routine)

2013-05-27 Thread richard terry
On 28/05/13 02:00, Tom wrote: > On 5/27/2013 10:12 AM, Benoît Minisini wrote: >> Le 23/05/2013 00:26, Richard Terry a écrit : >>> Whilst on the topic of the IDE one long standing bug... >> Please start a new thread when you change the topic of the conversation! >> &g

Re: [Gambas-user] Editor bug (was Re: Global error management routine)

2013-05-27 Thread richard terry
On 28/05/13 00:12, Benoît Minisini wrote: > Le 23/05/2013 00:26, Richard Terry a écrit : >> Whilst on the topic of the IDE one long standing bug... > Please start a new thread when you change the topic of the conversation! Sorry, I agree, it is misleading. > >> ...is that a

Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Richard Terry
Fabien Bodard wrote: > I'll send you an exemple > That would be great, thanks. richard > Le 22 mai 2013 00:42, "Richard Terry" a écrit : > > >> In our installation wizard for EasyGP, Ian and I have put in the gnu >> public licence. >>

Re: [Gambas-user] Global error management routine

2013-05-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/05/2013 00:04, Richard Terry a écrit : > >> Tobias Boege wrote: >> >>> Hi Benoit, >>> >>> when programming a component in C/C++, one can use the error hook to execute >>> a function when the interpreter is

[Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-21 Thread Richard Terry
In our installation wizard for EasyGP, Ian and I have put in the gnu public licence. I want to be able to detect if the user has scrolled all the way to the bottom before I allow the wizard to progress to the next page, after they have checked the 'agree' checkbox. Any help appreciated. richa

Re: [Gambas-user] Global error management routine

2013-05-21 Thread Richard Terry
Tobias Boege wrote: > Hi Benoit, > > when programming a component in C/C++, one can use the error hook to execute > a function when the interpreter is about to abort because of an error. > > In Gambas itself, we only have the local Catch blocks to execute code in > case of error in this or any cont

[Gambas-user] Gridview and wordwrapping/row heights (again)

2013-05-17 Thread Richard Terry
HI List, I've looked up the list achives on this and found a number of mails, and it seems one should be able to get the grid cells contents to wordwrap and the row height to expand to the right height to see all the text. However I"m unsuccessful, having tried eg the cell wordwrap property =t

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Richard Terry
Fabien Bodard wrote: > Use a flag!!! > Le 15 mai 2013 03:46, "Richard Terry" a écrit : > Sorry Fabien, don't mean to be a pest but if this was a simple problem I've figure it myself. I don't understand why this code works erratically. Could you explain

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Richard Terry
Benoît Minisini wrote: > Le 08/05/2013 02:03, Richard Terry a écrit : > >> Hi List, >> >> > > ... > > > >> However, lets say I want to popup a menu of the letters collection: >> >> If I right mouse click on the list to bring

[Gambas-user] Chronic columnview Woes

2013-05-07 Thread Richard Terry
Hi List, Hoping someone, maybe Benoit can take the time to read this and comment. I've been programming in gambas now for a number of years, and as the regulars on the list know Ian Haywood and I have been working on EasyGP, a medical records project. For historical reasons I've done much of t

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-28 Thread Richard Terry
?Sounds like a good Idea - the examples were useful for me a few years ago when I was trying to learn gambas, mind you my brain is over 60 years old so that's probably part of the problem. As you are wandering through them , I don't suppose you/or anyone else on the list could get the web-cam e

[Gambas-user] Columnview columns resizing question

2013-04-19 Thread Richard Terry
Hi List, I wrote my gambas app on an kunbuntu 9 machine which I've used for several years, though kept up with the gambas3 updates. I've installed my software on some kubuntu 10, 11 machines in our office, no problems. My other laptop runs kubuntu 12 Question: on kubuntu 12 the columnview con

[Gambas-user] Error messages when IDE stops ?how to capture

2013-03-19 Thread Richard Terry
Is there anyway when one inspects the line that the program crashes on to copy/paste the popup error message? richard -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDyn

Re: [Gambas-user] Function and Printers

2013-02-06 Thread Richard Terry
Ondrej Beranek wrote: > na nyxu je primo sekce > > 2013/2/6 vu...@tiscali.it > > >> Hello, >> >> is there a Gambas function that returns an array about the printers on my >> system ? >> Don't know but if you get no simple positive reply to this I can send you a Function that uses lpstat

Re: [Gambas-user] Setting all RadioButton's values to false

2012-12-17 Thread Richard Terry
You can in an emulated way, simply add an extra radiobutton in the series but make its visible property false and don't allow setting focus or tabbing to it. When you want to clear the 'visible ones' set the invisible one to True. I use it all the time throughout my program Regards richard

Re: [Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

2012-11-25 Thread Richard Terry
Benoit, I've wiped a hard drive this morning, installed just kubuntu 12.04, put on only gambas and its dependencies, compiled successfully with the debugging information and installed valgrind. Can you tell me how to run the webcam example within this to give you the information you need to d

Re: [Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/11/2012 12:54, richard a écrit : > >> richard@ASUSG74S:~/svn/gambas3/trunk$ gambas3 >> Bus error (core dumped) >> richard@ASUSG74S:~/svn/gambas3/trunk$ >> >> regards >> >> > > Weird... > > Can you do that: > > $ gdb gbr3 > ... > (gdb) run /usr/bin/gambas3 > >

[Gambas-user] [SPAM] Re: How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/11/2012 12:54, richard a écrit : > >> richard@ASUSG74S:~/svn/gambas3/trunk$ gambas3 >> Bus error (core dumped) >> richard@ASUSG74S:~/svn/gambas3/trunk$ >> >> regards >> >> > > Weird... > > Can you do that: > > $ gdb gbr3 > ... > (gdb) run /usr/bin/gambas3 > >

Re: [Gambas-user] Bad Row Index

2012-10-25 Thread Richard Terry
Keith Clark wrote: > I am getting a bad row index in the following code. > > iProductRows = 1 >fProducts = Open "products.dat" For Input > While Not Eof(fProducts) >gvProducts.Rows.Count = iProductRows >Line Input #fProducts, sName >Line Input #fProducts, iLargePr

[Gambas-user] version 5246 SVN - continuing XML compilation problems

2012-10-21 Thread Richard Terry
version 5246 SVN make[5]: Entering directory `/home/richard/svn/gambas3/trunk/gb.xml/src/html' make[5]: *** No rule to make target `document.cpp', needed by `gb_xml_html_la-document.lo'. Stop. DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.10 DISTRIB_CODENAME=karmic DISTRIB_DESCRIPTION="Ubuntu 9.10" I've

[Gambas-user] configure error svn

2012-10-18 Thread Richard Terry
== configuring in gb.httpd (/home/richard/svn/gambas3/trunk/gb.httpd) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' --cache-file=/dev/null --srcdir=. configure: error: cannot find sources (configure.ac) in . configure: error: ./configure failed for gb.httpd ?

Re: [Gambas-user] Modify a control in another form

2012-09-24 Thread Richard Terry
Fabien Bodard wrote: > 2012/9/23 richard : > >> On 23/09/12 08:44, richard wrote: >> >>> On 23/09/12 08:31, Keith Clark wrote: >>> On 12-09-22 06:23 PM, richard wrote: > On 23/09/12 08:03, Keith Clark wrote: > >> How do I modify settings of a

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-09 Thread Richard Terry
Karl Reinl wrote: > Salut Benoît, > > I look for a way to send a pdf or ps document to a printer, without > passing by a pdf/ps viewer. > Like I would do it with lpr/gtklp. > But I would like to use the printer.Configure() dialogue. > Do you see a possibility for that. > I use this in my medica

Re: [Gambas-user] How to convert blob to png file

2012-08-23 Thread Richard Terry
Bill-Lancaster wrote: > I have a database containing thumbnail images in a type blob field (mysql). > Can someone help me to convert these to .png type files on disk? > Thanks > Bill, this may/may not work for you, I'm using postgres, It's probably crap code as I'm not much of a programmer, but

  1   2   3   4   5   6   7   8   >