[Gambas-user] Null Object FSetEditor.CanSetBreakpoint error.1061

2009-06-21 Thread richard terry
I've generated inadvertantly some sort of bug and cant load my project what happens was this. I inadvertantly did a global replace on a word, when I only had meant to click for the subroutine. 350+ replacements, so I closed the project and answered 'no' to save all files. when I went to re-lo

Re: [Gambas-user] Welcome to QT4!

2009-06-22 Thread richard terry
On Mon, 22 Jun 2009 09:20:37 pm Benoît Minisini wrote: > Hi, > > Since the last revision of the development version, I think that now gb.qt4 > is stable enough to replace gb.qt. > > So I invite everyone using the development version to switch from gb.qt to > gb.qt4 in their project, and to report a

Re: [Gambas-user] Welcome to QT4!

2009-06-22 Thread richard terry
On Mon, 22 Jun 2009 09:46:41 pm you wrote: > > On Mon, 22 Jun 2009 09:20:37 pm Benoît Minisini wrote: > > > Hi, > > > > > > Since the last revision of the development version, I think that now > > > gb.qt4 is stable enough to replace gb.qt. > > > > > > So I invite everyone using the development ver

[Gambas-user] 2040 build gui observations

2009-06-24 Thread richard terry
I presume this is the new qt4 IDE. Must say this sucks a bit - very indistinct. I find it visually hard to ascertain which tab is the current one I'm working on as there is no clear difference. also, down the bottom in the search in sub, file, project buttons, they are very indistinct and hard

[Gambas-user] Apparent new Feature in IDe subroutine combo

2009-06-27 Thread richard terry
On my 2050 build when I click on the subroutines list I get a top-to bottom of IDE list which means I can pretty much instantly see all the routines on my form. Beats scrolling. Hope it stays and is not a 'bug'! -- ___

Re: [Gambas-user] Side panel example??

2009-06-30 Thread richard terry
On Wed, 1 Jul 2009 02:00:54 am Stephen Bungay wrote: >Using Gambas 2.1.2 on KUbuntu 8.04. > >Perhaps I've been away from Gambas for far too long, either that or > I'm just thick, but whichever it is I can't seem to get the side panel > working as 'I' think it should, and that is perhaps the

[Gambas-user] persisting bug with breakpoint button in IDE

2009-07-01 Thread richard terry
Currently using 2058, for many revisions this button seems to get switched off and then can't be set back on again without quitting the IDE. Regards Richard -- ___ Gambas-user

[Gambas-user] Collection - destroying

2009-07-03 Thread richard terry
Is it possible to 'destroy' a collection, I don't mean just remove its members. What I mean is one does this to create one: mycollection = new collection. One may do something with it, but then want it to be 'gone' and non-existant. Any advice appreciated. Richard --

[Gambas-user] Simple code editor question

2009-07-11 Thread richard terry
Is it possible to have more than one command on a line using some syntax eg instead of do something if error then do_something_else return end if write this lik do something if error then do_somethingelse : return (or syntax works) Regards Richard

[Gambas-user] Comments on User Constructed Code Tree

2009-07-11 Thread richard terry
I'd recommend anyone using Gambas 2.99 to upgrade to the version allowing a user constructed directory tree. Builds 1990, 2105, 2106 see quite stable, I've been using the 2106 all morning (one gotcha - be careful what you delete - there is a bug in the delete key in the ide - it can sometime wan

[Gambas-user] Directory naming in the IDE tree

2009-07-12 Thread richard terry
As you know my tree is in SVN If I try and rename a directory in the gambas IDE with anything other than ascii eg progress_notes (not progressnotes), then it won't allow it. However if I rename the directory outside of the tree then gambas loads it and shows it ok. Any solution. thanks Rich

[Gambas-user] Question re Gambas when qt3 dropped

2009-07-12 Thread richard terry
I've a question as my project extensively used khtml, mainly for display and perhaps I could always use another control for display of my html, but I wondered if there were plans to have an alternate browser in-place before one can no longer access the khtml control. Regards Richard

Re: [Gambas-user] PictureDatabase with PostgreSQL

2009-07-14 Thread richard terry
On Wed, 15 Jul 2009 04:07:28 am Pino Zollo wrote: > Hi, > > I am trying to use the example "PictureDatabase" with PostgreSQL but I get > the following error: > > "Invalid byte sequence for encoding UTF-8" > > when executes the instruction: > > newPicture.Update() > > in PUBLIC SUB Add(ImagePath AS

[Gambas-user] Ubuntu debs ?

2009-07-17 Thread richard terry
I don't use ubuntu but have a friend needing to use gambas 2.99 preferably a realy recent (with the new tree) changes. Any idea's Richard -- Enter the BlackBerry Developer Challenge This is your chance to win up to $1

Re: [Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread richard terry
On Mon, 20 Jul 2009 03:26:46 pm GH wrote: > did you read the gambas website info ? > They say you have to downgrade lib... > If you have done it sorry to lead you to an useless info My gambas is compiled on this: libtool 2.2.6a-1 With no problems. (ARCH linux) regards Richard > regards > > >

[Gambas-user] Icon/Path question.

2009-07-20 Thread richard terry
This will probably sound confused and vague but here goes. In my project directory I've an icons directory and subdirs I want to use one of these icons on an html form which I generate once the program is running, and to do that I have elected to substitute the %image% in this text with the pa

Re: [Gambas-user] A screenshot of Qt 4 WebKit inside Gambas 3

2009-07-22 Thread richard terry
On Thu, 23 Jul 2009 11:40:57 am Benoît Minisini wrote: > The quality of the jpeg is bad so that its size is lower than 256 Kb. This > is the web application I develop for my job. > > Apparently there are some display bugs in WebKit when displaying underlined > links... > > But hey, it seems to work

[Gambas-user] Menu question

2009-07-24 Thread richard terry
Each menu has 'children' menu[0] = child 0 etc (I think) is there any way to return the child menu item collection simply ie with list you can read an listindex, no such thing in the menu? regards richard -- ___

[Gambas-user] syntax error with File subroutine

2009-07-25 Thread richard terry
this bombs in the latest gambas with syntax error and with my dyslexia and inablity to interpret the Doc's I can't figure it out, so I wondered if some kind soul could enlighten me, as it always worked prior to 2136 build and Benoit alluded to the fact that he's since fixed a compiler error (whi

[Gambas-user] qt4 stuff: webview

2009-07-26 Thread richard terry
Any doc's on how to use this? it is meant to be the replacement for the kde3 brower. Regards Richard -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://

Re: [Gambas-user] Background color for Textbox

2009-07-28 Thread richard terry
On Wed, 29 Jul 2009 05:41:11 am craf wrote: > Hello. > > When selecting a background color for a textbox only allows me to select > any of them. For example to select the color blue shown by the arrow, > shows me a completely different color. Are there certain colors in > Gambas?. Is this normal?.

[Gambas-user] Breakpoint question

2009-07-29 Thread richard terry
I don't suppose anyone know's where gambas stores previous breakpoints that it re-uses when the program is started. I'm experiencing a nasty bug in gambas which dies with a debug error and it started after I put in a breakpoint and I can't code as a result. Any help appreciated. (build 2189 an

Re: [Gambas-user] Breakpoint question

2009-07-29 Thread richard terry
On Wed, 29 Jul 2009 07:41:16 pm Charlie Reinl wrote: > Am Mittwoch, den 29.07.2009, 11:26 +0200 schrieb Doriano Blengino: > > richard terry ha scritto: > > > I don't suppose anyone know's where gambas stores previous breakpoints > > > that it re-uses when th

[Gambas-user] IDE pop up help 2196

2009-07-30 Thread richard terry
No longer pops up when swiped but loads the help page into a browser, so one soon gets dozens of individual browser pages, I think the in-ide-way was better. Richard -- Let Crystal Reports handle the reporting - Free Cr

Re: [Gambas-user] IDE pop up help 2196

2009-08-01 Thread richard terry
On Sat, 1 Aug 2009 07:15:02 pm you wrote: > corrected ! in rev 2201 > > 2009/8/1 Fabien Bodard : > > i will look at that tomarow > > > > 2009/7/30 richard terry : > >> No longer pops up when swiped but loads the help page into a browser, so > >> one so

[Gambas-user] Where to find this in the IDE code

2009-08-01 Thread richard terry
Hi, I want to configure my toolbar and would like to use the method in the IDE with the popup like shown in the picture, but i can't find it in the IDE code to use as a sample. I've looked at all the forms and not there, perhaps is generated in code. Anyone know, could find?? Regards Richard

[Gambas-user] Whats a MOC - build failed 2209

2009-08-03 Thread richard terry
Message something like moc has changed too much qt 4.4.3 > death of compilation ?whats a moc? do I have to upgrade qt or something?? Last successful build 2204. richard -- Let Crystal Reports handle the reporting - Free

[Gambas-user] Upgrading to Webkit browser Q

2009-08-04 Thread richard terry
I want to upgrade my entire project. I use khtml for both browsing and to show the html files I generate. I wondered if anyone could point me to any documentation on webkit, for example in khtml one can load files etc, I need to know the equivalent mechanisms using webkit. Thanks. richard --

[Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
If one has say 3 radiobuttons in a container is there anyway to set them all back to false ? If I try this code to clear some textboxes, checkboxes and radiobuttons contained within a hbox, the tetboxes clear and checkboxes clear, but not the radiobuttons: Dim hCtrl As Control Dim hb As HB

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
On Wed, 5 Aug 2009 08:04:16 pm Stefano Palmeri wrote: > Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > > If one has say 3 radiobuttons in a container > > > is there anyway to

[Gambas-user] Java for Webkit?

2009-08-05 Thread richard terry
I noted in the browser example, no java? WebSettings seems to have mention of these but I can't set them. Any help appreciated. Thanks. richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 3

Re: [Gambas-user] Java for Webkit?

2009-08-07 Thread richard terry
On Fri, 7 Aug 2009 11:14:07 pm Benoît Minisini wrote: > > > > I noted in the browser example, no java? > > > > > > > > WebSettings seems to have mention of these but I can't set them. > > > > > > > > Any help appreciated. > > > > > > > > Thanks. > > > > > > > > richard > > > > > > WebSettings[WebS

[Gambas-user] How to make a movie-type screen dump

2009-08-09 Thread richard terry
I wondered if anyone knew how to do a screen capture of ones actions whilst using a program for demonstration purposes? Regards Richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day tri

[Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
I wondered if it is possible to capture part of a screen within one's own gambas program as a png file say, for use within the program? Any help appreciated. Richard -- Let Crystal Reports handle the reporting - Free Cr

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
small images in one go to paste into a text document. thanks heaps to all. Richard > > 2009/8/9 richard terry > > > >> I wondered if it is possible to capture part of a screen within one's > >> own

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: > > Jean-Yves F. Barbier-2 wrote: > > > Doriano Blengino a écrit : > > >> Jean-Yves F. Barbier ha scritto: > > complex that endup over 80+ stored proc . sorry that I not sure > > about those > > programs that don't required much

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:48:04 am richard terry wrote: Sorry, misread the email and the discussion, ignore my not related reply!!! Richard > On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: > > > Jean-Yves F. Barbier-2 wrote: > > > > Doriano Blengino a écrit : >

[Gambas-user] File dialog question ?can one multi-select

2009-08-10 Thread richard terry
I want to popup a file dialog and multi-select files and return these say in a collection, but can't see any way to do this. My code looks like this at present, and allows 1 file: Dialog.Title = "Select Image File" Dialog.Filter = ["*.png", "Image Files", "*", "All files"] If Dialog.OpenFile

[Gambas-user] Comparing 2 pictures

2009-08-10 Thread richard terry
Hi all, i wondered if anyone could tell me how to comparea picture1 to picture 2 and tell if they were different (ie one had been changed in some way? thanks in anticipation. Richard -- Let Crystal Reports handle the r

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread richard terry
On Mon, 10 Aug 2009 10:15:20 pm Werner wrote: > richard terry wrote: > > Hi all, > > > > i wondered if anyone could tell me how to comparea picture1 to picture 2 > > and tell if they were different (ie one had been changed in some way? > > > >

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread richard terry
On Mon, 10 Aug 2009 11:38:02 pm Rob wrote: > On Monday 10 August 2009 08:42 am, Doriano Blengino wrote: > > There is a program called GQView (and probably others) which have > > algorithms to compare two images in the right way - ie scale them to > > same size, compress colors and normalize them, t

Re: [Gambas-user] Combobox returns item and item_key

2009-08-10 Thread richard terry
On Tue, 11 Aug 2009 12:49:10 pm Hugo Chillon wrote: > For people who looks for a combobox to show items from a database table > column but need combobox returns item_key from another column, this is a > class for them: > > ' Gambas class file > '*

Re: [Gambas-user] Problem with breakpoint

2009-08-13 Thread richard terry
On Thu, 13 Aug 2009 11:41:31 pm Fabien Bodard wrote: > Is there other person like me, who have problem with the breack point > ? it not stop in the last 3 svn version > > --- >--- Let Crystal Reports handle the reporting - Free

[Gambas-user] Build failed 2231/4 -soname gb.so.0

2009-08-15 Thread richard terry
*-soname gb.so.0 -O1 -soname gb.so.0 -o .libs/gb.so.0.0.0 gcc: gb.so.0: No such file or directory gcc: unrecognized option '-soname' anyone got any clues. I've just put a new hdd in my laptop and did a total new re-install of kde4.3. This version did compile on my old system with was kde 3.5

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread richard terry
On Wednesday 26 August 2009 04:24:25 Joshua Higgins wrote: > Forgot to attach :-) > > >>-- Output from my ARCH linux box. [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.30-ARCH DistributionVendor=generic-undetected Arch Linux \r (\n) (\l) [Sy

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 17:15:12 Joshua Higgins wrote: > Richard, does the /etc/arch-release file exist on your system? If not, is > there anything along those lines, arch-version etc... > > >>-- > > --- >--- Let Cr

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 17:44:11 richard terry wrote: > On Wednesday 26 August 2009 17:15:12 Joshua Higgins wrote: > > Richard, does the /etc/arch-release file exist on your system? If not, is > > there anything along those lines, a

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 19:36:11 Joshua Higgins wrote: > Attached updated version, should now correctly detect arch, instead of > identifying it as generic-undetected. > > >>-- Output as below: [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.30-ARCH DistributionVendor=arch Di

[Gambas-user] Empty string sets controls and collections members to null Question

2009-08-27 Thread richard terry
This question is really around how to set a collection member to an empty string without destroying it. I've noticed (forever) that this code textbox1 = "" when one accidentally forgot to write textbox1.text ="", actually sets the control to null. But I've also I just noticed this: Lets sa

[Gambas-user] configuring toolbar in code

2009-08-27 Thread richard terry
I wondered if anyone had the code/knew how to make ones program react to the user clickign on that little vertical button on the end of a toolbar - to popup a list of available tool buttons and allow drag-n-drop, like in the gambas IDE. I trolled the gambas3 ide code but couldn't find it. Rega

Re: [Gambas-user] configuring toolbar in code

2009-08-27 Thread richard terry
On Friday 28 August 2009 07:37:46 Benoît Minisini wrote: > > I wondered if anyone had the code/knew how to make ones program react to > > the user clickign on that little vertical button on the end of a toolbar > > - to popup a list of available tool buttons and allow drag-n-drop, like > > in the

Re: [Gambas-user] configuring toolbar in code

2009-08-27 Thread richard terry
On Friday 28 August 2009 08:14:51 Benoît Minisini wrote: > > On Friday 28 August 2009 07:37:46 Benoît Minisini wrote: > > > > I wondered if anyone had the code/knew how to make ones program react > > > > to the user clickign on that little vertical button on the end of a > > > > toolbar - to popup

[Gambas-user] Easiest distro for gambas (changed thread title)

2009-08-30 Thread richard terry
en i wait for opengl selection :) , i add some codes to webbrowser > > >> (in gambas examples). > > >> > > >> if you want to develope gambasweb codes here > > >> > > >> http://code.google.com/p/gambasweb/ > > > > > > Do you think ma

[Gambas-user] What happens on a form close event

2009-08-31 Thread richard terry
I was just doing some work where I wanted to get access to the tag: me.parent.parent and found that though, at the start of loading the form that it exists (obviously) but that as soon as Form_close() is called that whearas the object me still exists until the form actually is destroyed, that

[Gambas-user] TextEdit example _Link(Path as string)

2009-08-31 Thread richard terry
Public Sub TextEdit1_Link(Path As String) Message("You have clicked on:\n\n" & Path) End This dosn't seem to activate, andt there seems no help in the gambas help either for this ?not activated? /comp/gb.qt.ext/textedit/.link Richard ---

[Gambas-user] Example program scripting dosn't run (kde4.3)

2009-08-31 Thread richard terry
Not important but I was just browsing, the error message is "can't find kdesktop'. Regards richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, inte

[Gambas-user] simple postgres create user question

2009-09-07 Thread richard terry
Something simple - I can do the equivalent of this this in a pgadmin window: CREATE USER "FRED"' PASSWORD 'password' in ROLE whatever; and it keeps the caps of FRED I alwasy end up with lower case letters for the user name when I pass the query to postgres even if the logon_name here is "F

[Gambas-user] IDE cut/n paste control behaviour Q

2009-09-08 Thread richard terry
I've noted that when I cut/n paste a group of multi-selected controls from one container to another, that once pasted, they are no longer selected. This can be really inconvenient because one has to re-selecte them all to say move-them en-masse within the container. Not a problem on a simple gu

[Gambas-user] Property buttons for popup dialogis in IDE not working

2009-09-11 Thread richard terry
With versions after 2219, the buttons to bring up things like font dialogs, colors, don't work for me, no-one else seems to be complaining. last version tried 2230. ??just me, if so, any way of tracking this down? Regards Richard --

Re: [Gambas-user] Property buttons for popup dialogis in IDE not working - second try

2009-09-11 Thread richard terry
On Friday 11 September 2009 22:53:52 richard terry wrote: Dorry, I meant after 2319. not 2219 I've taken a close look at this and what is happening is that the mouse down, instead of depressing the button > the button disappears from under the mouse. Interestingly if I double clic

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread richard terry
On Tuesday 15 September 2009 22:01:48 M. Cs. wrote: > Is it possible to make a GUI automatically stretched upon maximizing the > GUI window, with all its elements? > I mean, I have a form with edit boxes, list boxes buttons. Is it possible > to have them proportionally scaled when I change the size

Re: [Gambas-user] Concept of containers

2009-09-15 Thread richard terry
On Wednesday 16 September 2009 06:33:37 M. Cs. wrote: > I don't understand the concept of containers. When I want to create a UI > which would proportionally change its size (e.g. when I double the size of > the form, every item doubles its size), do I have to cover all the area of > form with pane

Re: [Gambas-user] Gambas2 IDE Font in KDE4

2009-09-16 Thread richard terry
On Wednesday 16 September 2009 15:07:05 jriolexp wrote: > I'm having issues with Gambas2 version 2.15.2-1 IDE where the fonts are > twice as large compared to the compiled application, making it rather > hard to properly align components. I'm running Debian testing with KDE > 4.2.4. How can I chan

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread richard terry
On Wednesday 16 September 2009 20:31:24 M. Cs. wrote: > No, I still can't figure out, how to have scaled an item at the same time > in two directions. I've managed to have them scaled whether horizontally or > vertically. From the point of mathematics that makes no sense. Would it be > possible to

[Gambas-user] Using SVN in gambas question

2009-09-23 Thread richard terry
I'm writing some documentation for my project. When I created it from svn, I did it via the gambas gui interface, not by using the terminal as one would for example by typing svn checkout svn://project/trunk. I wondered if it is possible to do a manual checkout of an svn project and then load

Re: [Gambas-user] Using SVN in gambas question

2009-09-24 Thread richard terry
ow): svn: Directory '/home/richard/coding/trunk/help/introduction/.svn' containing working copy admin area is missing richard ~/coding/trunk $ Not sure how to untangle this as there are all sorts of hidden files involved. HELP!!!! anyone!!! thanks Richard > > On Sep 23, 2009 4:23 A

[Gambas-user] Connection.Create(tablename) question.

2009-09-27 Thread richard terry
I've saved images back to my tables for ages, but with very in-efficent code, so I looked at the picturedb sample and it works fine for postgres so I thought I'd just its method for saving the pitures. So: >From the doc's: FUNCTION Create ( Table AS String ) AS Result postgres. I've a valid

[Gambas-user] Connection.Create(tablename) question.re-sent

2009-09-27 Thread richard terry
This didnt seem to end up on the list, so I've sent again. I've saved images back to my tables for ages, but with very in-efficent code, so I looked at the picturedb sample and it works fine for postgres so I thought I'd just its method for saving the pitures. So: >From the doc's: FUNCTION C

[Gambas-user] Bouncing emails ?missed posts/emails

2009-09-27 Thread richard terry
Hi LIst/benoit, My mailbox apparently overflowed and my ISP bounced all my emails for the last 24/24rs, so I wondered if anyone posted me or replied to my question about images if you could re-post. I'll repost it anyway to ensure it got to the list. Sorry. richard --

[Gambas-user] Connection.Create(tablename) question.re-sent

2009-09-27 Thread richard terry
This didnt seem to end up on the list, so I've sent again. I've saved images back to my tables for ages, but with very in-efficent code, so I looked at the picturedb sample and it works fine for postgres so I thought I'd just its method for saving the pitures. So: >From the doc's: FUNCTION C

[Gambas-user] fouled up svn question

2009-09-29 Thread richard terry
Gambas has fouled up my svn, I think benoit is aware of the issue but in the meantime I can't commit. It occurred around renaming a directory in gambas. When I last did an update this was the outcome D help/clinical/familyhistory Updated to revision 202. I then tried a commit but the di

[Gambas-user] Tabstrip.text question

2009-09-30 Thread richard terry
I wondered if there was a way to change the text on the tab when it is not the foremost tab, without having to do this: tabstrip1.index = 1 ' change to tab1 tabstrip1.text = "some text" 'change its text tabstrip1.index = 0 'change it back to tab0 Thanks in anticipation

[Gambas-user] ComboBox.Find (gb.qt) syntax

2009-10-02 Thread richard terry
ComboBox.Find (gb.qt) Syntax FUNCTION Find ( Item AS String ) AS Integer Finds an element in the poup list box and returns its index, or -1 if the element cannot be found. This appears to be case sensitive which is a pity. I wonder if it would be possible to have a flag in this routine to s

[Gambas-user] QT themes and program appearance

2009-10-04 Thread richard terry
I wonder if any one could be kind enough to explain to me how to change the icon themes that show up in ones program. I though it was via qtconfig but that dosn't seem to make any difference in my instance for some reason. Regards richard --

[Gambas-user] icons on replace/find bar in the data section missing

2009-10-06 Thread richard terry
2387 Just noticed that for text files in non class/mod/form files, that the find/replace dosn't have the option of to replace in all files/just this file etc. Any reason?? Regards Richard -- Come build with us! The

[Gambas-user] dialog.path simple question.

2009-10-07 Thread richard terry
Hi all, If one has Dialog.Path ie a returned file name, is there a gambas command to chop off the filename itself, or does one just have to parse the string. thanks in anticipation richard -- Come build with us! Th

[Gambas-user] bash question

2009-10-07 Thread richard terry
to any scripters amongst us. is there any simple bash command to remove the first line in a file and leave the rest?, short of reading all the lines and re-writing the file? Thanks in anticipation. Richard -- Come bui

[Gambas-user] Tableview question

2009-10-24 Thread richard terry
I've need to use the table view to allow user to edit/add new cells Despite reading Doc's and looking at the examples in the IDe I'm no closer to getting the concept of how the thing works, so I wonder if anyone could explain its use in simple terms and show me a simple sample of how to allow;

Re: [Gambas-user] Tableview question

2009-10-25 Thread richard terry
On Sunday 25 October 2009 21:51:12 you wrote: > richard terry wrote: > > I've need to use the table view to allow user to edit/add new cells > > > > Despite reading Doc's and looking at the examples in the IDe I'm no > > closer to getting the conc

Re: [Gambas-user] Tableview question

2009-10-25 Thread richard terry
n AS Integer, Value AS > String) IF Value = "" THEN > Message.Error("You need to say something") > RETURN > ENDIF > TableView1[Row, Column].Text = Value > > END > > 2009/10/25 Fabien Bodard : > > on the _data event version or gridvi

[Gambas-user] properites> options > get version from program ? how??

2009-10-26 Thread richard terry
properites> options > get version from program ? how?? Noticed this in the properites tab - ?how does this work?? Regards richard -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only devel

Re: [Gambas-user] from ubuntu to archlinux

2009-11-03 Thread richard terry
On Tuesday 03 November 2009 23:32:11 nando wrote: > Hello > first of all, sorry about my english. > > My problem is, 5 days ago i switched from ubuntu 9.04 (kde) to archlinux wise move, great distro - are you using gambas3? if so I have a PKGBUILD you can use. > (kde). I have a program to manage

[Gambas-user] Menu editor - not a bug but annoying

2009-11-21 Thread richard terry
Hi benoit, Just a comment re menu-editor which when doing large menu's I find annoying. The default action for the return/enter key in the textboxes is to trigger the OK button in the menu editor, so if one hits enter and not tab to get to the next box > hasty exit from the menu editor. Not th

[Gambas-user] Wizard source code

2009-11-21 Thread richard terry
Hi List, I wondered if the wizard was a gambas component or qt, if gambas is it possible to access the source code? Regards Richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [Gambas-user] Either I am blind or...

2009-11-22 Thread richard terry
On Monday 23 November 2009 07:58:47 Benoît Minisini wrote: > > Benoît Minisini wrote: > > >> ...menus don't support drag. > > >> > > >> Please tell me I am blind. > > > > > > They don't, no toolkit supports drag & drop on menus natively. > > > > I'm looking to drag menu items off a menu, not drag

[Gambas-user] File i/o problems

2009-11-23 Thread richard terry
Wonder if anyone could tell me why this comes up with the error 'type mismatch, wanted byte got a string' Image path would be something like /tmp/myimage.png Dim hFile As Stream hfile = Open ImagePath For Input While Not Eof(hFile) Read #hFile, buffer, Lof(hFile) **dies here with: 'typ

Re: [Gambas-user] escape a picture

2009-11-24 Thread richard terry
On Wednesday 25 November 2009 05:30:52 Jean-Yves F. Barbier wrote: > Hi, > > How can I escape a picture in order to insert it into a BYTEA > postgresql data field? > Having mucked around with this interminably looking at different ways, the solution is in the picture database sample file, but ba

Re: [Gambas-user] escape a picture PS

2009-11-24 Thread richard terry
On Wednesday 25 November 2009 07:46:31 you wrote: > On Wednesday 25 November 2009 05:30:52 Jean-Yves F. Barbier wrote: > > Hi, > > > > How can I escape a picture in order to insert it into a BYTEA > > postgresql data field? > > Having mucked around with this interminably looking at different ways,

Re: [Gambas-user] Creatable Menu

2009-11-28 Thread richard terry
On Sunday 29 November 2009 12:31:35 Kadaitcha Man wrote: > Menus are creatable according to http://gambasdoc.org/help/comp/gb.qt/menu > > However I cannot see any methods anywhere that will allow me to add a > menu item in code. For what I need to do, pre-defining the menus using > the menu editor

[Gambas-user] Printing from a webview

2009-12-07 Thread richard terry
I wondered if anyone knew how to print from this control - it dosn't seem to have a print function like the old konqueror webrowser. Regards Richard -- Return on Information: Google Enterprise Search pays you back Get

[Gambas-user] Libtool problem

2009-12-08 Thread richard terry
libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 I can no longer compile, any ideas how do fix this as suggested appreciated. Regards Richard --

[Gambas-user] qt4 slowness of drawing complex screens

2009-12-09 Thread richard terry
I've noticed qt4 is much slower rendering the controls than qt3 and wondered if it is possible to 'hide' this process till the rendering is complete. Users with small numbers of controls on a form probably wouldn't notice this. Regards Richard --

[Gambas-user] qt4 Font question

2009-12-09 Thread richard terry
more questions about qt4. Font sizes seem different to qt3, this may be KDE and nothing to do with qt4, but dosn't happen like this in qt3. When I use a font dialog Arial size 9 is too small for my app. If I go to 10, then it is too large. Under QT3 this dosn't seem to be the same. I enclose

Re: [Gambas-user] qt4 slowness of drawing complex screens

2009-12-09 Thread richard terry
On Thursday 10 December 2009 08:59:57 Benoît Minisini wrote: > > i've not noticed that on the ide ... it have many controls too... > > > > 2009/12/9 richard terry : > > > I've noticed qt4 is much slower rendering the controls than qt3 and > > > won

[Gambas-user] menu button events Q

2009-12-10 Thread richard terry
I've a menu button and want to be able to detect a right mouse click over the text of the button. None of the events seem intereceptable in the usual way in code, and creating an observor on the button and using stop events dosn't seem to work either (gambas3 + qt4). Is there something special

[Gambas-user] Really dumb question about dialog forms

2009-12-10 Thread richard terry
Hi List, My really stupid question for the week. If I create a new form with the dialog support it gets this code: Public Sub Run() As Boolean Return Not Me.ShowModal() End Public Sub btnOK_Click() Me.Close(True) End Public Sub btnCancel_Click() Me.Close End If I had a textbox on t

Re: [Gambas-user] Really dumb question about dialog forms

2009-12-10 Thread richard terry
On Friday 11 December 2009 17:22:54 you wrote: > 2009/12/11 richard terry : > > Hi List, > > > > My really stupid question for the week. > > I'm sorry. You've already done that three times this week. > > > If I had a textbox on the form and wanted

Re: [Gambas-user] menu button events Q

2009-12-11 Thread richard terry
On Friday 11 December 2009 22:38:06 you wrote: > > I've a menu button and want to be able to detect a right mouse click over > > the text of the button. > > > > None of the events seem intereceptable in the usual way in code, and > > creating an observor on the button and using stop events dosn't

[Gambas-user] Webview plugins

2009-12-13 Thread richard terry
Does anyone know how to get a flash/mplayer plugin working with webview? Regards Richard -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

Re: [Gambas-user] Beware with gambas 2 from subversion

2009-12-22 Thread richard terry
On Wednesday 23 December 2009 06:45:11 Benoît Minisini wrote: > Gambas 2 revision >= #2499 is not compilable at the moment. I'm currently > working on fixes for the ARM architecture. > > Sorry for the inconvenience! > This compiled ok on my ARCH linux box, does that mean its safe to use or will

<    1   2   3   4   5   6   7   8   >