[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
Thanks, I suspected as much. Sadly, its not a short process -  I'd hate to think how many  thousands of lines of code... will take me weeks I guess. BTW anyway of quickly counting how many forms/modules etc and lines of code in a project? Regards richard On 5/2/19 3:30 pm, Fabien B

[Gambas-user] Loop variable question

2019-02-04 Thread richard terry
es up saying 'loop variable can't be global'. Has this changed in Gambas in recent times to make things stricter or is there a setting I can switch on to allow the old code to run, or do I have to go through my whole program and fix my bad codin

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

2018-07-03 Thread richard terry
when I try and log on 'connection is not static'. I wonder if any kind soul could explain to me how to downgrade to an earlier version. Thanks Richard -- Check out the vibrant tech community on one of the w

[Gambas-user] Reverting to earlier gambas version

2018-05-15 Thread richard terry
find out what has happened. Regards Richard -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

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
r any ideas? Thanks richard -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-11 Thread Richard Welch
the original drawing process. So I'm happy. What was for you, no doubt, a simple observation has saved me a lot of hassle. Thank you. Richard On 09/11/16 17:53, Fabien Bodard wrote: > 2016-11-09 17:45 GMT+01:00 Richard Welch : >> Fabien, thank you for your reply. >> >

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-09 Thread Richard Welch
robust? Richard On 08/11/16 17:31, Fabien Bodard wrote: > Well... there is two answers. > > First : > > Use the Desktop.ScreenShot Function > (http://gambaswiki.org/wiki/comp/gb.qt4/desktop/screenshot). > But your widget must be visible on the screen... This is why

[Gambas-user] Gambas2 Grab in Gambas3

2016-11-08 Thread Richard Welch
I need a simple way to copy the current image in a visible DrawingArea to a hidden PictureBox. The project was written in Gambas2, where a simple Grab method did the trick, but in G3 this does something different so the converted code does not function fully. FMain.pbxPicture.W = FMain.drwRep.

[Gambas-user] Segmentation fault

2016-11-07 Thread Richard Welch
Splash Screen which then opens FMain (closing FInit) to display the board and play the game. 3. *Othello_G3_works* The only change from G3_converted is in the FMain form. The Take Focus property has been set to False. It works. Richard Othex.tar.gz Description: application/gzip

[Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-02 Thread Richard Welch
This is just noting the change in case it might help someone else - not a plea for a change. In g2, the Val function would ignore that part of its input string after the first space, so that, for instance Val("12 3 5") would return the integer value 12. Here and there, I use this feature when

Re: [Gambas-user] Incomplete gambas 3.9 install

2016-10-16 Thread richard terry
Thanks, didn't see this before I just used the ppa someone had listed previously, it seemed to work fine. richard On 14/10/16 12:56, T Lee Davidson wrote: > Whatever distribution you are using may likely did not automatically install > ALL of the Gambas components. For this

[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 ri

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?? T

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. Ri

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

2016-05-18 Thread richard terry
every Try, one should do an error.clear ?is this correct. If not, could some kind sould explain to me what to do and how to user Error? Thanks richard -- Mobile security can be enabling, not merely restricting. Empl

[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
oject from list option. Regards richard -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transaction

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
room with a little media control in the corner of a window. thanks richard -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Moni

[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

Re: [Gambas-user] About the initial screen

2016-01-26 Thread richard terry
ouse cursor on the project icon, and the tooltip will appear. > Benoit, I've not found that works well, I get terminally confused, I think actually having the path listed would be great. Richard -- Site24x7 APM In

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

2015-12-21 Thread richard terry
sions of my program whilst developing it - a more stable tree I actually use at work and a less table tree often work on in-between patients! Thanks Richard -- ___ Gambas

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

2015-12-21 Thread richard terry
sions of my program whilst developing it - a more stable tree I actually use at work and a less table tree often work on in-between patients! Thanks Richard -- ___ Gambas

[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

[Gambas-user] important message

2015-10-23 Thread Richard Frost
Hello! New message, please read <http://biodiversidadglobal.com/notice.php?hifm> Richard Frost -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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
major step backwards. How come they have dropped the rich text editor from QT5? Is there any way one would be able to still use the old one from QT4 and still upgrad

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
aning* not close to or, a long way off).Cooee - Wikipedia, the free encyclopedia <https://en.wikipedia.org/wiki/Cooee> https://en.wikipedia.org/wiki/*Cooee * Keep up the brilliant work and remember it is always appreciated. Richard On 11/09/15 02:52, Adrien Prokopowicz wrote: > Le Wed,

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

2015-09-09 Thread richard terry
't be something I've written or plonked on the form at design time, no matter how bad a programmer I am. Codebreaks should be codebreaks. I wonder if Benoit could tell us just how the compiler knows to stop at a breakpoint? Regards Richard On 10/09/15 03:21, Jussi Lahtinen wrote: > Wh

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
ect option. Any ideas. Doing it was a pain because I had to put lots of print statements in to see what was happening - took hours. I'll try posting this again to the

[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 Ri

[Gambas-user] Documenting a gambas project.

2015-08-17 Thread richard terry
nce. Any ideas appreciated. What do others do? Regards Richard -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Workspace editor question

2015-06-17 Thread richard terry
uot;Do you really want to close?", "Yes", "No") = 2 then Regards Richard On 16/06/15 20:12, Gianluigi wrote: > This does not work? > > Public Sub Form_Close() > >Dim i As Integer > >i = Message.Question("Do you really want to close?"

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
to load a new patient, I can just loop through all the save events on all the forms and do this, before the user searches for a new patient, but can't figure out how to detect the click on the little 'x' which closes the tab itself. Does this make

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

2015-05-19 Thread richard terry
e old one my entire program falls over - no more medical record progress notes editor. Should I be concerned, How can I find out more details. richard -- One dashboard for servers and applications across Physical-Virtual-Cl

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

2015-03-26 Thread richard terry
le version or how to track down the problem. Am on Linux Mint 17.1 Rebecca. Regards Richard -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slas

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
thout having to constantly jump to the bottom pane to go down to the bottom. Regards richard On 10/03/15 08:30, Fabien Bodard wrote: > Well generally I'm posting from my phone or from Gmail. And these mail > client are setting for top posting by default. So as generally I have few > t

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread RICHARD WALKER
Sorry to butt in but would it help to have Replace work the way Benoît had it originally and use something else for Tobi's substitution of one instance for a substitute string - like maybe Substitute? Or is that already spoken for? Ri

Re: [Gambas-user] A sad event

2014-10-16 Thread richard terry
emain with you like a trail of ghosts that for some reason one becomes even more aware of as time passes. I guess is must be similar for those in the armed services who lose their mates in war. Regards Richard -- Compr

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
is different/re-filled Most bizaare! see project attached. REgards richard cvw_not_clearing_selections-0.0.1.tar.gz Description: GNU Zip compressed data -- ___ Gambas-user

[Gambas-user] table view display bug/anomalie

2014-08-05 Thread richard terry
alignment with the cell. Regards richard -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the fu

[Gambas-user] ide feature request

2014-06-20 Thread richard terry
of the IDE, which said something like 'Add to Class Combo' or whatever made sense to Benoit. Then, instead of having to continually search through the code tree one could load that file b just clicking on the favourite combo Regard

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

2014-06-17 Thread richard terry
e.g save, it is inconsistanly not there. If I as the user go back to the cell in the grid and hit the key then it is, but if I'd just typed in the data then moved off the tableview to somewhere else, as I say it looks like its in the table but is not ie the save event not triggered. ?any solutions/exa

[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

[Gambas-user] Probably a dumb listcontainer question

2014-06-16 Thread richard terry
forms with some labels/textbox for data entry (don't ask why) and easy to add, change the data, save etc from each row in the control. 2) There seems no no way to remove a control from the list container, which one can from a listbox using the index. ?? any help/explanation appre

[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
nd 3.5.2, Linux Mint 14 (Nadia) thanks Richard this is standard stuff: stat("/etc/cups/ppd/HL-5240-series.ppd", {st_mode=S_IFREG|0644, st_size=22415, ...}) = 0 stat("/etc/cups/ppd/HL-5240-series.ppd", {st_mode=S_IFREG|0644, st_size=22415, ...}) = 0 stat("/usr/share/fonts/true

Re: [Gambas-user] Create directory with ftpclient

2014-03-20 Thread RICHARD WALKER
Got it. I'll use my glasses next time - better than squinting at a blur on the screen. R -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their ap

Re: [Gambas-user] Create directory with ftpclient

2014-03-17 Thread RICHARD WALKER
Do you need a space between "mkdir" & "example"? -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed le

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

[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. Regard

Re: [Gambas-user] Issue 487 in gambas: Binaries are not converted to lowercase

2013-12-26 Thread RICHARD WALKER
oxHeadless VBoxManageetc VirtualBox X XFdrake Xephyr Xorg Xwrapper Is there a better reason to second-guess the coder's choice of upper case in the name than "nobody else does it"? Richard -- Rapidly tr

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
as soon as one clicks it? Regards richard -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With

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

2013-12-12 Thread richard terry
t; commands but I > can't work out if this is the correct method.Thanks for any help.Charlie. How many textboxes are we talking about. You would loop through the container.children, testing if the control is a textbox and clear them as you go perhaps Regards richard > > > > -

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

2013-11-26 Thread richard terry
slate in english! > I've been running my surgery on gambas/postgres for nearly 3 years now, and my friend Ian in Melbourne and a surgery up in Northern NSW is also using the program. Not quite finished but certain is in a mission-critical environment. Regards richard --

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
efore it/the tab is removed, or cancel the close Thanks in anticipation richard -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Sof

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

2013-11-17 Thread richard terry
m which we are working hard at to get to version 1.0 by early next year, can't be pushed out to users who are our beta testers. Like Gambas our effort is totally open source not designed for making money, just designed to give free/open medical software to the community. Hope this makes sense

[Gambas-user] Destroying Forms Question

2013-11-04 Thread richard terry
sn't work. Any help appreciated. richard -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, por

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

2013-10-24 Thread richard terry
au/assets/files/recommendations_spleen_registry.pdf regards richard -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, an

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 th

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

2013-06-10 Thread richard terry
to the engine using a process and it returns a filepath of the graph which is then displayed in a picturebox Works a charm, not sure if any of this is relevant to what you want. richard > Obscure? Yes. > > Any takers? ... please. > > Bruce > > > ---

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
s the form closes the program dies, below is the terminal printout. I can't believe I'm the only one in the world with this problem. I wonder if anyone else on the list could run the samples and report back - give suggestions or guidance. Regards richard gb.v4l: v4l2: Device is V4L2!:

Re: [Gambas-user] Chronic columnview Woes

2013-05-30 Thread richard terry
For what should be very simple, could anyone think what I could be doing wrong, or give me a simple example of loading a columnview with data which does resize automatically? Regards richard On 16/05/13 07:59, Fabien Bodard wrote: > In fact I think I need a better explanation or an example

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
ppreciated. richard -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monito

Re: [Gambas-user] Global error management routine

2013-05-21 Thread Richard Terry
in recent times I've lost e.g 30 mins of code due to the ide suddenly 'disappearing'. Regards richard > A rather dull example would be the one we initially intended: a Circular > from gb.data might be good to store program logs because it has a fixed > size. In case of a

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

2013-05-17 Thread Richard Terry
p property =true. Mention was made somewhere to set the rowheight to -1. No combination works for me. Is this possible, if so any change of example My gambas3 version is the latest from the Kendek ppa. Thank

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
one had problems with this, or could give me a simple explanation or example which does work? Richard -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to

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

2013-04-28 Thread Richard Terry
he web-cam examples working? regards richard Tobias Boege wrote: > Hi folks, > > I'm finally going to write my last A level exam tomorrow. Except the oral > exam in June, I have ca. 5 months of spare time until matriculation. Among > working here and there, I plan to do much wo

[Gambas-user] Columnview columns resizing question

2013-04-19 Thread Richard Terry
columnview control does not resize its columns to the content of the columns, which it does on the other distro's. Has anyone else noticed this? and is there a work-around aside from tediously setting the column widths manually on the basis of the widest content of a particuliar column? RE

[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

Re: [Gambas-user] Complex Extra Dependency

2013-02-16 Thread RICHARD WALKER
possible target distributions' versions of the same required package would be needed to determine if the same requirement option (no suggests) is relevant and/or possible. Ooops, got a bit carried away there. Hope the logic is clear:-) Richard -

  1   2   3   4   5   6   7   8   9   >