[Gambas-user] 2517-9 compile error ?with opengl

2009-12-26 Thread richard terry
Making all in opengl make[5]: Entering directory `/home/richard/gambas3- svn/src/trunk/gb.qt4/src/opengl' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. - I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore - I/usr/include/QtGui -I/usr/include/Qt3Support -

Re: [Gambas-user] 2517-9 compile error ?with opengl

2009-12-26 Thread richard terry
On Sunday 27 December 2009 09:09:23 Laurent Carlier wrote: > Le samedi 26 décembre 2009 22:58:38, richard terry a écrit : > > Making all in opengl > > make[5]: Entering directory `/home/richard/gambas3- > > svn/src/trunk/gb.qt4/src/opengl' > > /bin/sh ../../libt

Re: [Gambas-user] 2517-9 compile error ?with opengl

2009-12-26 Thread richard terry
On Sunday 27 December 2009 09:37:29 you wrote: > Le samedi 26 décembre 2009 23:21:40, richard terry a écrit : > > On Sunday 27 December 2009 09:09:23 Laurent Carlier wrote: > > > Le samedi 26 décembre 2009 22:58:38, richard terry a écrit : > > > > Making all in op

[Gambas-user] Webview history cache

2010-01-05 Thread richard terry
I wondered if it was possible to programatically clear the cache of URL's from the webview control. Thanks in anticipation. Richard -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [Gambas-user] Best Linux Distribution for Gambas develop.

2010-01-13 Thread richard terry
On Wednesday 13 January 2010 22:28:26 Matteo Lisi wrote: >Hi ! >I have to develop a gambas application (I have to customize gambas IDE > too) , but I encounted some problem with my ubuntu 9.10 ,if you read this > mailing list you know :D . >My simple question is: >What is the best

Re: [Gambas-user] Gambas3 svn installs now, but won't run

2010-01-13 Thread richard terry
On Thursday 14 January 2010 08:10:45 Matti wrote: > Thanks, Benoit. > But no progress. > > cairo. cairo-devel, cairomm, cairomm-devel, python-cairo are installed. > cairo-ft ??? Couldn't find it. > > But this just can't be the reason. > There are so many errors and warnings and disabled componten

Re: [Gambas-user] update to report-ng

2010-01-15 Thread richard terry
On Friday 15 January 2010 21:36:57 Joshua Higgins wrote: > Hi list, > > I have updated the report-ng script so that it should work with any > distro that is supplying an /etc/lsb-release file. Before it only > expected Ubuntu to provide this file. > > Regards, > > >>-- > works with ARCH

[Gambas-user] Webkit ?not rendering strike through properly

2010-01-15 Thread richard terry
Not sure if this problem is mine/webmit/my gambas. I just had occasion to use strikethough in some html , and despite the code it did't appear in the webkit window. Some time later I noticed it was appearing in another webkit window using the same code. I swiped the paragraph which should have

[Gambas-user] 2625 build Can't load class 'Main' error

2010-01-22 Thread richard terry
Cannot load class 'Main': Unable to load class file Desktop.Path_Read.352 Any ideas? I've downgraded each version until I reached which works ok. Any help appreciated. richard -- Throughout its 18-year history, RSA Con

Re: [Gambas-user] 2625 build Can't load class 'Main' error

2010-01-24 Thread richard terry
On Monday 25 January 2010 01:25:39 Benoît Minisini wrote: > > Here you go. > > Thanks: I think I got it with that. > > Try the revision #2629, by reconfiguring and recompiling everything. It > should work now. It was a matter of directory installation order. > > Regards, > Reportint that 2637

[Gambas-user] IDE feature suggestion re making executable

2010-01-30 Thread richard terry
I'm trying to debug my program at moment and finding lots of situations where gambas dosn't pick up a problem in the IDE but the executable does and dies. Hence having to go back to my code - isolate the subroutine and re-make the executable, and I'm having to do this hundreds of times as the bu

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread richard terry
the moment I'm doing this 100's of times a session Regards richard > > 2010/1/31 richard terry : > > I'm trying to debug my program at moment and finding lots of situations > > where gambas dosn't pick up a problem in the IDE but the executable does >

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread richard terry
On Monday 01 February 2010 06:06:02 you wrote: > > I'm trying to debug my program at moment and finding lots of situations > > where gambas dosn't pick up a problem in the IDE but the executable does > > and dies. > > > > Hence having to go back to my code - isolate the subroutine and re-make > >

[Gambas-user] Anyone userd .Grab()?

2010-02-05 Thread richard terry
I wanted to grab the contents of a HBox as picture (it contains other controls), put the code under a button: Public Sub Button1_Click() Dim pic As Picture pic = HBox1.Grab() End This gives an error message 'wanted picture, got void instead'. Any one got any ideas? Thanks in anticipatio

Re: [Gambas-user] Databases, please help me!

2010-02-06 Thread richard terry
On Saturday 06 February 2010 21:02:57 M. Cs. wrote: > I'm repeating my question, since the documentation is quite obsolete in > this topic: > > How can I open a picture with Gambas2 ("/home/me/pic.jpg"), and put it into > a sqlite database table as a blob? > How can I use the picture stored in th

Re: [Gambas-user] Anyone userd .Grab()?

2010-02-06 Thread richard terry
On Sunday 07 February 2010 03:13:56 you wrote: > > I wanted to grab the contents of a HBox as picture (it contains other > > controls), put the code under a button: > > > > Public Sub Button1_Click() > > Dim pic As Picture > > pic = HBox1.Grab() > > > > End > > > > This gives an error message

[Gambas-user] Invalid utf string in pdf example

2010-02-07 Thread richard terry
I wondered how to this this, as I'm in the process of using this sample to do some work in my program. thanks in anticipation. regards Richard <>-- The Planet: dedicated and managed hosting, cloud storage, colocation St

[Gambas-user] a Dumb shell question - passing quoted text

2010-02-11 Thread richard terry
Hi List, I want to end up with this text to pass to the shell, and it contains quotation marks, I wondered how to do that. wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" --footer- center "- EasyGP Medical Records -" --footer-spacing 5 --footer-font-name "comic sans ms" any

[Gambas-user] gb.Text, gb.case

2010-02-11 Thread richard terry
Benoit, using replace, I used gb.case as per docs, gambas bauked, but gb.text does work as case insensitive replace. ?? Regards Richard -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Pred

[Gambas-user] PDF example

2010-02-12 Thread richard terry
Hi List, I wondered if anyone was using /maintaining the pdf code from the pdf example, as there are a number of problems with it and missing features. I've emailed the original author, but the info at top of the file is quite old (2007) and Daniel says he is not able to contribute anymore. A

Re: [Gambas-user] [Gambas-devel] PDF example

2010-02-14 Thread richard terry
On Sunday 14 February 2010 21:10:17 you wrote: > > On Sunday 14 February 2010 04:05:12 you wrote: > > > > On Saturday 13 February 2010 09:55:21 you wrote: > > > > > > Hi List, > > > > > > > > > > > > I wondered if anyone was using /maintaining the pdf code from the > > > > > > pdf example, as there

Re: [Gambas-user] SVN 2708 Make error

2010-02-21 Thread richard terry
On Monday 22 February 2010 09:33:13 Benoît Minisini wrote: > > FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if > > any further info is needed. > > > > Thanks > > > > make[5]: Leaving directory `/home/george/trunk/gb.qt4/src/opengl' > > make[5]: Entering directory `/home/ge

[Gambas-user] Something that's been bugging me for a while

2010-02-22 Thread richard terry
Nothing important, but I've always wonder why collections eg the data, then the key, but lists get the key then the data? After all, they are both collections. (here I was just reading in a file line by line to a collection and a listview. SampleData.Add(sLineInput, icounter) lvSampleDa

[Gambas-user] Return after a dialog > end program prematurely

2010-02-23 Thread richard terry
This seems really odd, perhaps it is my typing, but for a number of versions I've noticed this odd behaviour which I can't track down, but what is happening is that when a dialog box is presented during a function that returns something eg boolean, then when the program continues to execute bac

[Gambas-user] svn won't commit error shown.

2010-02-26 Thread richard terry
To the list/Ian brand new svn copy of our project tonight, downloaded via gambas which said ok at the end, the svn won't commit with the message contained in the pictures. Pity as I've done a number of bug fixes on several forms. Won't commit in a terminal either. Anyone familiar with the er

[Gambas-user] Questions re using an SVN project in Gambas

2010-02-26 Thread richard terry
As previouisly mentioned (got no replies) Ian and I have updated our svn for our project and I couldn't commit because of 'no working copy of admin' Seached the net and found this: ** To clarify, the error "Directory 'blah/.svn' containing

[Gambas-user] Another attempt to sort out empty string being replaced by null

2010-02-27 Thread richard terry
Hi List, We debated this before and though some persons understood what I was saying, I don't think there was any resolution, so this time I've got a little screen shot to visually demonstrated the problem which is. When one sets a collection member to any empty sting "" gambas beleives this

Re: [Gambas-user] [Gambas-devel] Another attempt to sort out empty string being interpreted as null

2010-02-27 Thread richard terry
On Saturday 27 February 2010 21:58:11 you wrote: > hresult!field=if(mycollection.exist(field), mycollection!field, null) > That's not want I need, I want to be able to do this. dim a_ollection as collection acollection!firstname = "fred" acollection!surname = "smith" acollecton!salutation = "" (i

[Gambas-user] Lost Console in the gambas IDE

2010-02-27 Thread richard terry
ian's lost his console (I think he uses ubuntu). I tried to lose mine by undocking and succeded by setting the window opacity to 10%, but it reappeared with a reload. I do rememember a long time ago I lost my console and found that I'd invertently made it so small i couldn't see it when gambas

Re: [Gambas-user] Lost Console in the gambas IDE

2010-02-28 Thread richard terry
; Ian > > On Sun, Feb 28, 2010 at 12:13 AM, Fabien Bodard wrote: > > close ide and > > look in ~/.config/gambas3/gambas3.conf > > > > [FOutput] > > Geometry=[0,0,582,324] > > Undock=False > > > > > > or in ~/.config/gambas/gambas2.conf &

[Gambas-user] Dumb question - testing for an empty text box

2010-03-03 Thread richard terry
I almost feel embarrassed to ask this having programmed in gambas for so long, but here goes. simplest syntax for testing for no text in a textbox. I currently to if Trim(textbox1.text) = "" then etc. Anything better? Richard -

Re: [Gambas-user] Dumb question - testing for an empty text box

2010-03-04 Thread richard terry
t; Ricardo Díaz > > 2010/3/4 Stefano Palmeri > > > Il giovedì 4 marzo 2010 00:57:32 richard terry ha scritto: > > > I almost feel embarrassed to ask this having programmed in gambas for > > > so long, but here goes. > > > > > > simplest syntax for te

[Gambas-user] Font selection vaporises gambas3

2010-03-04 Thread richard terry
I was looking at the different fonts in the preference, saw one called 'newspaper', clicked on it > gambas up in smoke, no warning, no sig 11, just disappeared. Can anyone re-produce that. don't worry, it dosn't destroy anthing. Maybe its a kde4.4 thing. Regards richard -

Re: [Gambas-user] Strange form problem

2010-03-04 Thread richard terry
On Thursday 04 March 2010 22:34:52 Keith Clark wrote: > I have designed a form and all looked great. Suddenly the form no > longer looks the same in the design mode compared to the run mode. The > objects are no longer in the same places as shown when I'm in > programming mode. > > Not sure what

Re: [Gambas-user] X--tag-CC command not found (solved)

2010-03-08 Thread richard terry
On Saturday 06 March 2010 14:24:15 rte...@pacific.net.au wrote: > kubuntu jaunty lib tool 2.2.6 > > Won''t compile,any help appriated. > > richard > > gambas-u...@lists.sourceforge.nettool 1.16 > > > --- > --- Download Int

[Gambas-user] Gambas IDE locking after every syntax error encountered

2010-03-09 Thread richard terry
Last couple of versions I've noticed this, I'll upgrade and report back, but wondered if anyone else experienceing this. Have to kill the ide and restart gambas. Richard -- Download Intel® Parallel Studio Eval Try the n

Re: [Gambas-user] Gambas IDE locking after every syntax error encountered

2010-03-10 Thread richard terry
me crazy. Regards Richard > > Regards > Dag-Jarle Johansen > > Am Mittwoch, den 10.03.2010, 08:50 +1100 schrieb richard terry: > > Last couple of versions I've noticed this, I'll upgrade and report back, > > but wondered if anyone else experienceing thi

[Gambas-user] My first attempt at making a control - some questions

2010-03-11 Thread richard terry
I decided tonight to make a little control - something simple, a vbox, containing a picturebox, underneath that a hbox with label, textbox and checkbox. I've read the doc's on the website and have had a modicum of success in that I've. I wanted a compound control because I'm writing a section

[Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread richard terry
I wondered if it was possible programatically to deselect a users multi select ie, if I've an checkbox as an option for the user to set the Filechoose1.multi=true, and they change their mind > click it off, how does one remove the highlighted multiple selected files? Regards Richard -

[Gambas-user] Refreshing a Filechooser control

2010-03-18 Thread richard terry
>From its properites it looks like Filechooser1.Reload may refresh the file list, but it dosn't seem to work. Has anyone who has used this control got to refresh it programatically? Thanks. Richard -- Download Intel® P

Re: [Gambas-user] [Gambas-devel] Refreshing a Filechooser control [Solved][Better]

2010-03-18 Thread richard terry
On Friday 19 March 2010 13:19:22 richard terry wrote: > On Friday 19 March 2010 13:16:38 you wrote: > > > On Friday 19 March 2010 04:30:39 Fabien Bodard wrote: > > > > try that ... > > > > o.FileView.reload() > > > > > > &

Re: [Gambas-user] Pb with Dialog.Font, Error #11 message

2010-03-27 Thread richard terry
On Sunday 28 March 2010 02:08:21 Maurice Dumais wrote: Finally, someone has reproduced a bug I've been trying to reproduce for 6 onths or more. agree with you,However I found it wasn't that clear cut. sometimes the Sig 11 occurred after a few uses. Hopefully benoit can find the bug now with

[Gambas-user] File Dialog size

2010-03-31 Thread richard terry
I wondered if there was any way to set the dialog sizes when called like this: If Dialog.OpenFile() Then As on my system the directory names are not allocated much space and arn't that easy to read, and I have to manually drag the dialog to make it bigger. Regards Richard --

Re: [Gambas-user] [SPAM] Dialog file names being obscured

2010-04-04 Thread richard terry
On Monday 05 April 2010 04:14:08 Benoît Minisini wrote: > > > Hi list/Benoit > > > > > > i posted this previously and non-one answered, so here's a picture. > > > > > > ordinary file select dialog popping up - obscuring the file names > > > > > > Kubuntu qt4 fairly upto date svn within a couple of

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread richard terry
On Monday 05 April 2010 14:22:12 kobolds wrote: > I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the height and width of all the buttons by using > align same height and width

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread richard terry
On Monday 05 April 2010 17:29:08 Kadaitcha Man wrote: > On 5 April 2010 17:19, kobolds wrote: > > here how you do the test on IDE > > > > 1. create a form (768x1024) > > 2. drag a panel into the form (make sure it big) > > 3. drag a picbox into the panel (same size as panel) so the picbox cover >

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread richard terry
On Tuesday 06 April 2010 18:55:16 kobolds wrote: Hi, I'm stuggling to understand what you mean - why not just use vertical box/horizontal box, and set the expand or not expand properties. let the IDE do the work for you I enclose a simple example showing various areas of the screen not-expandi

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-07 Thread richard terry
On Wednesday 07 April 2010 17:13:39 Kadaitcha Man wrote: > On 6 April 2010 20:38, richard terry wrote: > > I've never used a panel ever in my project, and I've hundreds of forms > > and modules on a postgres backend with 30 schemas and hundreds of tables. > > >

[Gambas-user] Showing the Form's Gui

2010-04-13 Thread richard terry
Often with forms one wants to start some processing after the form has loaded - in my case, as my app is quite database intensive, it could involve loading sometimes quite large amounts of data. I'd ideally like to have the form load visually, and then the data loading to take place once the fo

Re: [Gambas-user] Showing the Form's Gui

2010-04-13 Thread richard terry
On Tuesday 13 April 2010 20:50:26 Doriano Blengino wrote: Thanks doriano, that worked a treat, looks much better, will try with some other forms which have the same problem. > richard terry ha scritto: > > Often with forms one wants to start some processing after the form has > &

Re: [Gambas-user] Showing the Form's Gui

2010-04-15 Thread richard terry
On Thursday 15 April 2010 08:07:56 Fabien Bodard wrote: The method suggested using the timer works for my use really well, and really simply. Users are much more tolerant if the gui is showing and processing going on in the background even if the busy cursor is showing briefly. This particula

Re: [Gambas-user] GamBas3

2010-04-26 Thread richard terry
On Tuesday 27 April 2010 08:11:30 Jerry McBride wrote: > A question for you all... :') > > > Just "how usable" is Gambas3? > > I'm being pushed into dropping Gambas2 due to kde3 and qt3 being deprecated > in Gentoo. My only option is to move into Gambas 3.0... and I need to > know, just how us

[Gambas-user] Too many open files error message

2010-05-04 Thread richard terry
This routine is called by my program, consecutively a large number of times during an automated process: Public Sub Display_HTML(sHTML As String, wb As WebView, Optional prefix As String = "html") Dim wFile As File Dim sFilename As String sFilename = Temp$(prefix) & ".html" wfile =

Re: [Gambas-user] Too many open files error message

2010-05-04 Thread richard terry
se the code definately closes them, however I've found a workaround - the webview has a .html poperty so I just write direct to that and bypass the file which was really old code back when I used the konqueror control. Thanks. > > I hope this helps > Dimitris > > On Tue, May 4, 20

[Gambas-user] Wait statements > stack overflow (gb3)

2010-05-06 Thread richard terry
Hi LIst, I'm automatically parsing many many thousands of pages of documents, the patients are in a listbox, and the documents in another. (with underlying collections of course). The basic code looks like this: If cvwInboxDocuments.count = 0 Then ' do a whole lot of stuf

Re: [Gambas-user] Wait statements > stack overflow (gb3) (oops -typo)

2010-05-06 Thread richard terry
On Friday 07 May 2010 14:29:55 richard terry wrote: sorry, misleading code the second Wait was a typo, it should read this: > Hi LIst, > > I'm automatically parsing many many thousands of pages of documents, the > patients are in a listbox, and the documents in another.

[Gambas-user] Feature request

2010-05-18 Thread richard terry
I wondered if there was any easy way to find a file (class/form/module) in ones code tree. Maybe this feature already exists in gambas3 As I've hundreds of forms, classes and modules, I've got to the point where I occasinally 'mislay' one. Yes I know I can search my HDD easily with locate, but

Re: [Gambas-user] Feature request

2010-05-18 Thread richard terry
mai 2010 23:32, richard terry a écrit : > > I wondered if there was any easy way to find a file (class/form/module) > > in ones code tree. Maybe this feature already exists in gambas3 > > > > As I've hundreds of forms, classes and modules, I've got to the point >

[Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
Hi List, I wondered if there was a way to over come case sensitivity in the combo.find property, the help dosn't indicate anything. cmbTitle.index = cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title) eg if Title = "Dr" and my comb o entry = "Dr" then all is well, but if title =

Re: [Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
On Wednesday 19 May 2010 09:09:31 Benoît Minisini wrote: > > Hi List, > > > > I wondered if there was a way to over come case sensitivity in the > > combo.find property, the help dosn't indicate anything. > > > > cmbTitle.index = > > cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)

[Gambas-user] Auto-resize of controls

2010-06-02 Thread richard terry
I wondered if there was any way that gambas could have an auto-resize property to controls other than labels/buttons?, for example check boxes/options buttons etc Would be ***really handy. Regards Richard -- Thin

Re: [Gambas-user] insert a form inside other form

2010-06-02 Thread richard terry
On Thursday 03 June 2010 12:14:31 Tomas Rodriguez wrote: > Hi body. > > my doubt is about , How can I insert a form( with controls), inside other > form( in gambas 2)? somebody have any idea or expierence. > > thanks > tomas > > > > -

Re: [Gambas-user] Auto-resize of controls

2010-06-03 Thread richard terry
On Thursday 03 June 2010 18:11:28 Benoît Minisini wrote: > > I wondered if there was any way that gambas could have an auto-resize > > property to controls other than labels/buttons?, for example check > > boxes/options buttons etc > > > > Would be ***really handy. > > > > Regards > > > > Rich

Re: [Gambas-user] [Gambas-devel] Building Components

2010-06-03 Thread richard terry
Fabian, I just updated to 2989 of gambas, tried to include my component and got the message "does not export any class" or something similar. Could you explain/assist Thanks Richard On Tuesday 01 June 2010 21:11:54 Fabien Bodard wrote: > Old Mail > > Hi, > > In the last revision, I

[Gambas-user] Menu dialog save > multiple "judders"

2010-06-06 Thread richard terry
Hi Benoit Upgraded gambas a couple of days ago and noticed that when one saves a menu, the IDE gui "judders", like the code is going through some sort of loop, and the IDE is being refreshed many many times . Dosn't seem to affect anything or do any damage. Regards Richard --

[Gambas-user] Docs for TextEdit

2010-06-14 Thread richard terry
Does anyone have/know where to find these: gb.qt4.ext This component implements a few more Graphical User Interface classes. It is based on the QT 4 library. Classes ./dial Editor Highlight ./lcdnumber ./textedit Specifically is there anyway of knowing the x/y pos of the cursor relative to th

[Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-28 Thread richard terry
HI Benoit, I'm longing for a roll-back or change to your global search proceedures. Yes, the global search finds all the recurrences, but its slow and cumbersome. Couldn't you just add an extra checkbox on the ordinary search and replace which says 'global search', and then, as used to be the c

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-06-29 Thread richard terry
On Tuesday 29 June 2010 16:53:27 Benoît Minisini wrote: > > HI Benoit, > > > > I'm longing for a roll-back or change to your global search proceedures. > > > > Yes, the global search finds all the recurrences, but its slow and > > cumbersome. > > > > Couldn't you just add an extra checkbox on the o

[Gambas-user] Wizard: Skipping pages & Going Back Pages

2010-06-29 Thread richard terry
Hi List, I've a wizard, with several options on the first page, depending on which radiobutton is set I want to 'skip over' some pages. This is ok, as it seems if i use the Wizard1_BeforeChange() event, I can just set which page I want it to go to (forward direction) that is. However, as user

Re: [Gambas-user] Wizard: Skipping pages & Going Back Pages

2010-06-30 Thread richard terry
On Thursday 01 July 2010 02:02:41 Benoît Minisini wrote: > > Hi List, > > > > I've a wizard, with several options on the first page, depending on which > > radiobutton is set I want to 'skip over' some pages. This is ok, as it > > seems if i use the Wizard1_BeforeChange() event, I can just set whi

Re: [Gambas-user] gambas3 search/replace global - really inconvenient

2010-07-06 Thread richard terry
Hi Benoit Thanks for the latest changes and ability to cancel. Can I suggest one more enhancement. The ability to exclude files under the data directory, ie only search sources. We have megabytes of data files for EasyGP, stuff like coding systems, the database dump (30+ schema's and hundreds

[Gambas-user] Case statement quesiton

2010-07-18 Thread richard terry
Select Case BMI Case < 25 This dosn't seem to work? can't one use less than, greater than, <> etc? Regards Richard -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G

Re: [Gambas-user] Case statement quesiton

2010-07-19 Thread richard terry
t; Case Else > End Select > > Depending on your code's structure and style either one of those > workarounds will work. > I tested them myself using Gambas2 2.19 on Linux Mint 9 > > Regards, > Dimitris > > On Sun, Jul 18, 2010 at 11:02 PM, richard terry wrote

[Gambas-user] pdf component question

2010-07-25 Thread richard terry
I wondered where the full documentation is for this compoent. The pdf viewer will do things like hightlight test you want to search for, but I wondered if there is a machanism of 'going to' the first occurrence. There is a couple of goto properties, but the mini-help which come up but no explan

Re: [Gambas-user] 2-2.21.0: CheckBox_Click event raises twice on mouseclick, once on space bar

2010-07-26 Thread richard terry
On Tuesday 27 July 2010 09:16:23 kevinfishburne wrote: Kevin, I've found this is a problem with gambas/qt, I've many many many dozens of forms in my project (lost count), some of which pull quite a bit of data from a postgresql backend. As a work-a-round suggested by someone else on the list -

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-08-01 Thread richard terry
Hi Benoit Is DatePicker, the same as DateChooser - if so I use it all the time so I'd hate to see it deleted. Regards Richard On Sunday 01 August 2010 10:11:32 Benoît Minisini wrote: > Hi, > > As the subject said, I have disabled DatePicker and MessageLabel in the > gb.form component, to see

Re: [Gambas-user] pdf component question

2010-08-04 Thread richard terry
On Wednesday 04 August 2010 22:05:45 Benoît Minisini wrote: > > I wondered where the full documentation is for this compoent. > > > > The pdf viewer will do things like hightlight test you want to search > > for, but I wondered if there is a machanism of 'going to' the first > > occurrence. > > > >

[Gambas-user] pdf orientation

2010-08-09 Thread richard terry
I noticed there is an orientation property for the pdf, but ?how to use this. Is there any automatic way to detect if the orientation of a doc is landscape? Regards Richard -- This SF.net email is sponsored by Make an

[Gambas-user] Clipboard problem in Gambas

2010-08-23 Thread richard terry
On Tuesday 24 August 2010 01:03:43 Benoît Minisini wrote: > > 1. Thank you for your response, it works better now. > > > > 2.The problem of shortcuts keys Ctrl+C, Ctrl+X is: when I use those > > shortcut keys, I can paste only to the Gambas project editor window from > > where I copy (I can paste

[Gambas-user] Rollling back a verison

2010-08-30 Thread richard terry
Any idea's how to do this. I updated the svn today and since then some major parts of my code won't work, though the logic in those files has not been touched for months. Any help appreciated 1) How to identify current svn version 2) How to select an arbitary version and roll back. Regards Ric

[Gambas-user] Null object bug in design mode of IDE

2012-02-25 Thread richard terry
Version 4492 Hi Benoit, I the mouse-down event of apparently random controls (eg I've noted with toolbutton, picturesbox), clicking on the control gives error shown in picture. If I go to the heirachy tree first, select the control, then back to the IDE it dosn't seem to happen. regards Ri

[Gambas-user] Listcontainer/grid changes

2012-02-26 Thread richard terry
Hi Benoit. Came to work today having updated the latest svn and found I can't select any patients from my multiple pick list - which uses the list container - I have a cPatientRow into which I put the patient's photograph and their demographic details in a textlabel. These are then placed in th

Re: [Gambas-user] Listcontainer/grid changes

2012-02-26 Thread richard terry
On Monday 27 February 2012 09:05:44 Benoît Minisini wrote: > Le 26/02/2012 22:23, richard terry a écrit : > > Hi Benoit. > > > > Came to work today having updated the latest svn and found I can't select > > any patients from my multiple pick list - which uses t

[Gambas-user] ?gambas bug dateadd with leap years???

2012-02-28 Thread richard terry
Hi List, Benoit My program crashed today when using dateadd: DateAdd(Now, gb.Year, iNumberOfYears) has worked for eons in my recall system dateAdd using gb.month still works. I reverted back from the latest svn to an older one > no difference. Could this be a leap year bug? richard ---

Re: [Gambas-user] ?gambas bug dateadd with leap years???

2012-02-28 Thread richard terry
On Wednesday 29 February 2012 10:39:49 Benoît Minisini wrote: > Le 29/02/2012 00:34, Benoît Minisini a écrit : > > Le 29/02/2012 00:08, Caveat a écrit : > >> Yeah, strange... you can add 12 months (temporary workaround?) but > >> adding a year results in an invalid date error... > >> > >> Print

[Gambas-user] mouse down bug in Form IDE

2012-02-29 Thread richard terry
SVN is 4515 but this bug has been present for a while I've tried to narrow it down without success, but roughly seems to occur when a form is shown in the ide and the first thing you do is click on a control. If one goes to the hierachy tree first, clicks on anything, then goes back to the IDE

Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

2012-02-29 Thread richard terry
On Thursday 01 March 2012 10:26:25 Ru Vuott wrote: > Hello Benoit, > > with new Gridview I noticed that is not possible write: > > Gridview1.Columns.WIDTH = number With gridview1 .columns.count = 2 .columns[

[Gambas-user] gridview vertical header again

2012-03-01 Thread richard terry
Benoit, Thanks for fixing the side vertical header when used on left to fit the text. Question/request. I notice there is essenially a full character width on either side of the text - wastes quite a bit of screen real estate. Any changfe of making it a tighter fit - then if anyone really wante

Re: [Gambas-user] (no subject)

2012-03-20 Thread richard terry
On Wednesday 21 March 2012 06:05:35 Benoît Minisini wrote: Hopefully windows will die out one day... and anyone buying a mac probably has rocks in their brain anyway... Viva Linux Richard > Le 20/03/2012 16:27, Rob Kudla a écrit : > > ... > > Someone did get the Gambas 1.x interpreter port

[Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
I've never used this, wondered if someone could give me a quite tip how to activate the short cut to insert the snippet, assuming this is what is meant to happen richard -- This SF email is sponsosred by: Try Windows Az

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: > On 03/29/2012 12:54 PM, richard terry wrote: > > I've never used this, wondered if someone could give me a quite tip how > > to activate the short cut to insert the snippet, assuming this is what is > > meant

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
On Thursday 29 March 2012 22:08:05 Demosthenes Koptsis wrote: > On 03/29/2012 01:18 PM, richard terry wrote: > > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: > >> On 03/29/2012 12:54 PM, richard terry wrote: > >>> I've never used this, wondered i

[Gambas-user] Webbrowser and login to sites

2012-04-02 Thread richard terry
Hi List, I've noticed that when I put the webbrowser into my project that sites which need a login I can't access. The login dialog pops up ok, but the password/username don't seem to get passed to the site, Any one tried this or knows a solution. Regards Richard --

Re: [Gambas-user] Webbrowser and login to sites

2012-04-02 Thread richard terry
On Tuesday 03 April 2012 08:51:27 Benoît Minisini wrote: > Le 03/04/2012 00:21, richard terry a écrit : > > Hi List, > > > > I've noticed that when I put the webbrowser into my project that sites > > which need a login I can't access. > > > > The l

Re: [Gambas-user] Issue 231 in gambas: Possible to build Gambas3 against GTK?

2012-04-12 Thread richard terry
On Thursday 12 April 2012 20:41:41 Rolf-Werner Eilert wrote: > Not an answer but a question: I've got Gambas3 on my laptop which has > ATI graphics. Under KDE 4 I experienced problems like it doesn't draw in > a DrawingArea, under LxDE (GTK) it runs without problems. Do you think > this is a relate

[Gambas-user] Latest SVN gambas exe won't run

2012-04-12 Thread richard terry
version ending in 17 I think, see the picture. <>-- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.ne

Re: [Gambas-user] Latest SVN gambas exe won't run

2012-04-12 Thread richard terry
On Friday 13 April 2012 14:09:32 richard terry wrote: > version ending in 17 I think, see the picture. > ACtually it was 4619 richard <>-- For Developers, A Lot Can Happen In A Second. Boundary is the first t

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-17 Thread richard terry
On Wednesday 18 April 2012 16:30:53 Rolf-Werner Eilert wrote: Would be great for me - I can't get proper internet at home - no adsl and am in a wireless deadspot. richard > Oh yes, and it requires a webserver to handle this, I guess. But maybe > it is possible to let Gambas do this work in the

[Gambas-user] Gridview Q and determining width of a string

2012-05-31 Thread Richard Terry
Hi List A few qridview questions if anyone has time. I'm loading a grid with variable length strings, and want to adjust the column widths to match, or have the option to increase the height of a cell with word-wrap within the cell. I wondered if anyone has gone down this path before. I tried

Re: [Gambas-user] Gridview Q and determining width of a string

2012-06-01 Thread Richard Terry
Rolf-Werner Eilert wrote: > Hi Richard, > > > >> I'm loading a grid with variable length strings, and want to adjust the >> column widths to match, or have the option to increase the height of a >> cell with word-wrap within the cell. >> >> I wondered if anyone has gone down this path before. >>

<    1   2   3   4   5   6   7   8   >