Re: [Gambas-user] Inconsistent initialization in controls: seems a little bug

2010-09-02 Thread richard terry
On Friday 03 September 2010 07:43:34 Fabián Flores Vadell wrote: My 2c worth: Please don't introduce the nightmare of autoresize = true!! Regards Richard > 2010/9/2 Doriano Blengino : > > I agree - consistency; but the center question is the AutoResize > > property. If it is true by de

Re: [Gambas-user] Can you put a big box into a small one?

2010-09-02 Thread richard terry
On Friday 03 September 2010 08:00:23 Fabián Flores Vadell wrote: > I found that isn't possible set the width of a control to be higher > than the width of its container. That's right? If so, this analogy of > a physical constraint make not sense to me. Why the behaviour of a > control follow this p

Re: [Gambas-user] Database Results

2010-09-11 Thread richard terry
Hi Tobias, If you are new to databases, you could choose to go to the best open source database from the beginning - postgresql. There are a wealth of postgresql books and tutorials around on the web. in Linux, youve got the pgadmin graphical tool and if you also run windows or a virtual mach

Re: [Gambas-user] Bug in Qt4 and workaround

2010-09-15 Thread richard terry
On Wednesday 15 September 2010 01:15:16 Benoît Minisini wrote: > Hi, > > For information: > > There is (apparently) a bug in Qt4: if the last visible menu in the > menu-bar is not the last created menu, i.e. if the last visible menu has > other hidden menus to its right, then navigating between

[Gambas-user] Spacing property.

2010-09-17 Thread richard terry
Hi Benoit, Do you remember a long time ago you changed things so that spacing went from the ability to do 1 pixel or more to spacing = True. I find this is the single biggest annoyance of GUI design in gambas, as since that time one lost easy control of spacing controls within a container as

[Gambas-user] Revision 3233 editor comment

2010-09-22 Thread richard terry
Hi Benoit To others on the list - Benoit has kindly put a quick search key on the drop down list of subroutines - his any letter and it will jump to those routines.. Cool... thanks. Noticed also that when in split pane mode you've made the side with focus white and that without gray - can you

[Gambas-user] Benoit - thanks the filter is fantastic

2010-09-23 Thread richard terry
HI Benoit, Only just noticed you'd implemented the form filter I requested on the code tree - used it today for the first time. Fantastic!!! Can't tell you how much easier that makes it to work on the code tree. REgards Richard

Re: [Gambas-user] Fwd: svn reorganisation

2010-10-02 Thread richard terry
On Saturday 02 October 2010 23:59:33 you wrote: > > Benoit, > > > > Can you read the comments Ian has made about problems with gambas making > > the exectutable from the contents of the svn. > > > > We've heaps of data files > > > > Could there be a way to set up gambas to exclude certain directori

[Gambas-user] setting columnview column sizes

2010-10-03 Thread richard terry
Having wasted a couple of frustrating hours on this simple task, I thought I'd ask the list. I have a 3 column column view. I want to set the sizes of this to a user- defined width (I've put in the code to save this ok), but for the moment to be concete lets say these are the values: If I put t

Re: [Gambas-user] setting columnview column sizes

2010-10-04 Thread richard terry
On Monday 04 October 2010 21:15:13 Rolf-Werner Eilert wrote: > Am 04.10.2010 06:08, schrieb richard terry: > > Having wasted a couple of frustrating hours on this simple task, I > > thought I'd ask the list. > > > > I have a 3 column column view. I want to

[Gambas-user] Control + key combination detection Q

2010-10-07 Thread richard terry
>From the docs: If Key.Code = Key["R"] And If Key.Control Then Print "You hit CTRL+R" End If If my hands this does the following Key.code = 1677724 Key["R"] = 82 Key.control = true but I'm probably pressing ctrl + small r I guess: Clearly they don't match If I put on the capsl

Re: [Gambas-user] Control + key combination detection Q

2010-10-07 Thread richard terry
On Friday 08 October 2010 01:11:02 Jack wrote: > richard terry a écrit : > >>From the docs: > > > >If Key.Code = Key["R"] And If Key.Control Then > >Print "You hit CTRL+R" > >End If > > > > If my hands

Re: [Gambas-user] Control + key combination detection Q

2010-10-07 Thread richard terry
On Friday 08 October 2010 11:05:18 Benoît Minisini wrote: > > On Friday 08 October 2010 01:11:02 Jack wrote: > > > richard terry a écrit : > > > >>From the docs: > > > > > > > >If Key.Code = Key["R"] And If Key.Control Then >

[Gambas-user] Dumb columnview question

2010-10-08 Thread richard terry
Despite reading the docs, I can't figure out how to set the columnview mode to either multiple or single in code. Any help appreciated. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML

Re: [Gambas-user] Dumb columnview question

2010-10-10 Thread richard terry
On Saturday 09 October 2010 17:02:37 Jack wrote: > richard terry a écrit : > > Despite reading the docs, I can't figure out how to set the columnview > > mode to either multiple or single in code. > > > > Any help appreciated. > > Columnview.mo

[Gambas-user] columnview select mode

2010-11-02 Thread richard terry
Wondered what the constant names were for the select mode. Help with mode loads this: Select This class does not exist in version 3.0. Any help appreciated. Richard -- Nokia and AT&T present the 2010 Calling All Inno

Re: [Gambas-user] draw graph gambas2

2010-11-16 Thread richard terry
On Tuesday 16 November 2010 19:18:17 wally wrote: > Hi, > > i need to draw a graph with nonlinear data from a measurement device. > Doing draw.line/draw.polyline gives pretty ugly results. > Is there a way to draw to drawarea with smooth lines, bezier or curve_to as > in cairo with Gambas2 ? In g

[Gambas-user] DateBox/DateChoose - numbers on calendar all the same

2010-11-23 Thread richard terry
Hi List ?Just my machine, but for some reason in my last update there all the days of the mont h are '31' any ideas? Richard -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest

Re: [Gambas-user] Removing / Modifying IsXXXX() functions in Gambas 3

2010-11-24 Thread richard terry
On Wednesday 24 November 2010 22:08:34 Benoît Minisini wrote: Hi Benoit I use isDate() quite a lot, isNumber I think once Regards richard > Hi, > > I'm currently thinking about modifying/removing all Is() functions in > Gambas 3. > > They mainly test the datatype of their expression. So, e

Re: [Gambas-user] Removing / Modifying IsXXXX() functions in Gambas3

2010-11-24 Thread richard terry
On Wednesday 24 November 2010 22:32:26 Benoît Minisini wrote: > > On Wednesday 24 November 2010 22:08:34 Benoît Minisini wrote: > > > > Hi Benoit I use isDate() quite a lot, isNumber I think once > > > > Regards > > richard > > In which context exactly? > When I've got textboxes and user has ente

[Gambas-user] isNull()

2010-11-24 Thread richard terry
I use IsNull extensively, is that going to be removed? richard -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for

[Gambas-user] Fresh machine, fresh gambas - won't run

2010-11-25 Thread richard terry
Hi LIst Any ideas on this. Downloade fresh svn on fresh machine, compiled ok When try and run gambas get message: no project file in /usr/local/bin/gambas3 and nothing happens Any help appreciated richard -- Increas

Re: [Gambas-user] DateBox/DateChoose - numbers on calendar all the same

2010-11-25 Thread richard terry
íaz > > > > 2010/11/23 richard terry > > > Hi List > > > > ?Just my machine, but for some reason in my last update there all the > > days of > > the mont h are '31' > > > > any ideas? > > > > Richard > > > > &

[Gambas-user] Missing tooltip in IDE

2010-11-29 Thread richard terry
Hi Benoit, I've noticed for quite a while now that the tool tip which used to appear when you put the cursor over a tool in the toolbox is gone - I sometimes can't remember what the graphic's represent (the list pictures mainly), so it would be nice to have this back if possible. Regards Rich

[Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
wasn't really paying attention to the discussion on this, but IsString is gone in the latest update and its blown away all our database saving routines (we don't use the gambas ones). This code: If IsString(field) Then no longer works. Any help appreciated. In the meantime - Benoit - How

Re: [Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
On Tuesday 30 November 2010 10:12:39 Benoît Minisini wrote: > > wasn't really paying attention to the discussion on this, but > > > > IsString is gone in the latest update and its blown away all our database > > saving routines (we don't use the gambas ones). > > > > This code: > > > >If IsStri

Re: [Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
On Tuesday 30 November 2010 10:12:39 Benoît Minisini wrote: Ok, is working again ok, thanks, can save the patient's notes, insert pictures into notes again Thanks. > > wasn't really paying attention to the discussion on this, but > > > > IsString is gone in the latest update and its blown away a

[Gambas-user] CControl.ConvertToString.673 Illegal Instruction (Abort)

2010-11-30 Thread richard terry
As per header, the latest svn compilation gives me this error on running gambas Bumma, now my secretaries front desk machine can't file my incoming correspondance. Thanks Richard -- Increase Visibility of Your 3D Ga

Re: [Gambas-user] CControl.ConvertToString.673 Illegal Instruction (Abort)

2010-12-01 Thread richard terry
On Thursday 02 December 2010 00:11:31 Benoît Minisini wrote: > > As per header, the latest svn compilation gives me this error on running > > gambas > > > > Bumma, now my secretaries front desk machine can't file my incoming > > correspondance. > > > > > > > > Thanks > > > > Richard > > Which revi

Re: [Gambas-user] CControl.ConvertToString.673 Illegal Instruction (Abort)

2010-12-01 Thread richard terry
On Thursday 02 December 2010 10:41:51 Benoît Minisini wrote: > > On Thursday 02 December 2010 00:11:31 Benoît Minisini wrote: > > > > As per header, the latest svn compilation gives me this error on > > > > running gambas > > > > > > > > Bumma, now my secretaries front desk machine can't file my in

[Gambas-user] Size of gambas exe question

2010-12-07 Thread richard terry
HI benoit Ian and I have a 'huge' tree. When I started the project I kept everything there including all the help files etc. I wonder if there is anyway of setting up gambas so that the compiled exe can exclude tree branches so as not to end up with such a huge exe. REgards Richard -

Re: [Gambas-user] Settings with VSplit control

2010-12-12 Thread richard terry
Simple sample code: Public sub Save_Settings() Settings["Your_Section_Name/HSplit_Main.Layout"] = HSplit_Main.Layout end to restore this: Public Sub Settings_Load() HSplit_Main.Layout = Settings["Your_Section_Name/HSplit_Main.Layout"] = HSplit_Main.Layout End BTW settings is located usu

Re: [Gambas-user] Settings with VSplit control -oops

2010-12-12 Thread richard terry
On Sunday 12 December 2010 21:38:49 richard terry wrote: Sorry, didn't delete something as I was cutnpasting and typing: try again: Simple sample code: Public sub Save_Settings() Settings["Your_Section_Name/HSplit_Main.Layout"] = HSplit_Main.Layout end to restore thi

Re: [Gambas-user] Settings with VSplit control

2010-12-12 Thread richard terry
> a = Split(vsplit1.Layout, ",") > Settings["Group/key"] = a[0] > Settings.Write(ME.Window) > END > > It works better :) > > 2010/12/12 richard terry > > > Simple sample code: > > > > Public sub Save_Settings() > > Settin

[Gambas-user] Feature request before release

2010-12-13 Thread richard terry
Hi Benoit Just another request for a feature I've asked for before, that shouldn't be much trouble but would make dealing with complex forms easier. In the IDE on the heirachy tab, having a search textbox to search for a control. When one's form is complex it's possible to 'lose' these, if one

Re: [Gambas-user] Feature request before release

2010-12-14 Thread richard terry
On Tuesday 14 December 2010 21:13:12 Benoît Minisini wrote: > > Hi Benoit > > > > Just another request for a feature I've asked for before, that shouldn't > > be much trouble but would make dealing with complex forms easier. > > > > In the IDE on the heirachy tab, having a search textbox to search

[Gambas-user] 3367 compile error

2010-12-14 Thread richard terry
cpaint_impl.cpp: In member function ‘virtual int MyPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const’: cpaint_impl.cpp:1119: error: ‘class QPaintDevice’ has no member named ‘colorCount’ make[5]: *** [gb_qt4_la-cpaint_impl.lo] Error 1 make[5]: Leaving directory `/home/richard/svn/gambas3/

Re: [Gambas-user] 3367 compile error

2010-12-14 Thread richard terry
On Wednesday 15 December 2010 08:50:01 Benoît Minisini wrote: > > cpaint_impl.cpp: In member function ‘virtual int > > MyPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const’: > > cpaint_impl.cpp:1119: error: ‘class QPaintDevice’ has no member named > > ‘colorCount’ > > make[5]: *** [gb_qt4_l

[Gambas-user] Tooltip over icons in IDE toolbox

2010-12-27 Thread richard terry
Hi benoit, Wonder if it would be possible to put back the tooltips over the icons on the tabs in the toolbox - it can be hard to remember which icon = which control eg for lists/columnviews/grids/tableview. Regards richard --

[Gambas-user] Spelling error in textedit docs

2010-12-27 Thread richard terry
TextEdit.RichText (gb.qt4.ext) PROPERTY RichText AS String Returns or sets the rich text displayed in the control, i.e. the text ***will*** all the markups. should be 'with' Regards richard -- Learn how Oracle Real Ap

Re: [Gambas-user] Tooltip over icons in IDE toolbox

2010-12-27 Thread richard terry
On Tuesday 28 December 2010 10:04:09 Benoît Minisini wrote: > > Hi benoit, > > > > Wonder if it would be possible to put back the tooltips over the icons on > > the tabs in the toolbox - it can be hard to remember which icon = which > > control eg for lists/columnviews/grids/tableview. > > > > Rega

Re: [Gambas-user] Spelling error in textedit docs

2010-12-27 Thread richard terry
On Tuesday 28 December 2010 13:18:43 Benoît Minisini wrote: > > TextEdit.RichText (gb.qt4.ext) > > PROPERTY RichText AS String > > Returns or sets the rich text displayed in the control, i.e. the text > > ***will*** all the markups. > > > > should be 'with' > > > > Regards > > > > richard > > Funn

[Gambas-user] Using a timer and Last

2010-12-31 Thread richard terry
Hi List I've a couple of timers on different forms, which I need to auto-update some stuff periodically. What's the theory with Last and timers. for example say my program is executing a subroutine which uses Last, but at that instance the timer fires and becomes Last, can things go wrong? Ca

[Gambas-user] Code snippet questions

2011-01-01 Thread richard terry
Hi List Could someone explain to me how code snippets work/are used. I note you can access them and add new snippets and a trigger word. How does one then get back the code in the IDE Also Benoit, it would be really nice to have menu option on the IDE menu which when you swipe a section of co

[Gambas-user] break points - removing question

2011-01-01 Thread richard terry
Hi Benoit, Is there any way you could insitute removing breakpoints other than those in the current routine which we already can? sometimes I put in a breakpoint to check something, then having validated things are ok, want it removed so the program execution continues past this next time, but

[Gambas-user] Sig 11 with menu items remains

2011-01-02 Thread richard terry
Hi Benoit/List: A reminder prior to the release that that annoying Sig11 bug remains with the menu items, you'll remember I tried to use valgrind with it some time ago without success and I think the suggestion was that maybe it is related to a QT4 bug. Maybe someone else on the list is awar

Re: [Gambas-user] break points - removing question

2011-01-02 Thread richard terry
On Monday 03 January 2011 00:13:50 Benoît Minisini wrote: > > Hi Benoit, > > > > Is there any way you could insitute removing breakpoints other than those > > in the current routine which we already can? > > > > sometimes I put in a breakpoint to check something, then having validated > > things ar

Re: [Gambas-user] break points - removing question

2011-01-02 Thread richard terry
On Monday 03 January 2011 10:12:05 Benoît Minisini wrote: > > On Monday 03 January 2011 00:13:50 Benoît Minisini wrote: > > > > Hi Benoit, > > > > > > > > Is there any way you could insitute removing breakpoints other than > > > > those in the current routine which we already can? > > > > > > > > s

Re: [Gambas-user] Sig 11 with menu items remains

2011-01-02 Thread richard terry
On Monday 03 January 2011 10:20:30 Benoît Minisini wrote: > > Hi Benoit/List: > > > > > > A reminder prior to the release that that annoying Sig11 bug remains with > > the menu items, you'll remember I tried to use valgrind with it some time > > ago without success and I think the suggestion was th

[Gambas-user] Sudden IDE bug > unable to load my project > gambas vaporises.

2011-01-02 Thread richard terry
Mm.Help. Ok, deep breath. I'd done two things 1) Set an argument in the project properties, which was just a flag, and working fine. 2) I'd created a new menu using the menu editor, just a single menu item with no children. I then tried to assign this menu to a me

[Gambas-user] Little project with the menu problem > will vaporise gambas

2011-01-03 Thread richard terry
Hi benoit, This little project will show that a menu generated by the menu editor (menu5 - if you look at the form and checkout the menu editor) is not available in the list of popup menu's. After I closed this project and tried to re-load it the project won't load - gambas starts and it di

Re: [Gambas-user] Sudden IDE bug > unable to load my project > gambas vaporises.

2011-01-03 Thread richard terry
On Tuesday 04 January 2011 00:13:02 Benoît Minisini wrote: > > Mm.Help. > > > > Ok, deep breath. > > > > I'd done two things > > > > 1) Set an argument in the project properties, which was just a flag, and > > working fine. > > > > 2) I'd created a new menu using the me

[Gambas-user] following up the menu sig11 question

2011-01-04 Thread richard terry
Thanks for all the help to solve this Ian/Benoit. Now I've another problem around this menu. In the program, which has multiple modules, I generate the popup menu of health issues, on multiple forms. Rather than leave the code duplicated in each form on a dozen occurrences or whatever it will b

[Gambas-user] super big favour needed

2011-01-06 Thread richard terry
Hi list/Benoit. I've spent ages looking through the gambas IDE code to try and find where/how you set up the popup form with a scrolling list of tools and the code to drag and drop this onto the toolbar. I wonder if anyone/Benoit could be kind enough to point me to this so I can copy the conce

Re: [Gambas-user] super big favour needed

2011-01-06 Thread richard terry
On Thursday 06 January 2011 23:35:51 Benoît Minisini wrote: > > Hi list/Benoit. > > > > I've spent ages looking through the gambas IDE code to try and find > > where/how you set up the popup form with a scrolling list of tools and > > the code to drag and drop this onto the toolbar. > > > > I wonde

[Gambas-user] Gui question = menu shadow left on screen after click

2011-01-09 Thread richard terry
Hi list Enclosed is picture - when I click on a menu item, and the code attatched to a menu item has any sort of delay to it - for example accessing a database to pull back data, then the shadow of the menu remains on the screen. I've tried putting a wait before the actioning of the menu item,

Re: [Gambas-user] Gui question = menu shadow left on screen after click

2011-01-09 Thread richard terry
On Monday 10 January 2011 08:04:26 Benoît Minisini wrote: > > Hi list > > > > Enclosed is picture - when I click on a menu item, and the code > > attatched to a menu item > > "attached" how ? Where ? > to explain further Menu may have several items: -- display result -- delete document -- displ

[Gambas-user] Menu name in toolbox disappearing

2011-01-11 Thread richard terry
Hi Benoit, I've mentioned this before and got no response, though I know how busy you are, its not critical as I can edit the form definition and fix it. In some situations, (if one accidently deletes the property menu of a menubutton in the toolbox, seems often one can't get it back, despite

[Gambas-user] Adding a control to a group

2011-01-27 Thread richard terry
I wondered if it is possible to add a control to an existing group of controls which have been created at design time, but where the new control is created in code. Though a control such as a toolbar as a group property at design time, this dosn't seem to be available at run time. " T

Re: [Gambas-user] Adding a control to a group

2011-01-27 Thread richard terry
On Thursday 27 January 2011 22:48:35 richard terry wrote: Ok, to answer my own question I just gave the control's event the same name as the event of the group I want it to be in, so problem solved!!! tb = New ToolButton(Last) As "tbSections" Ah well, maybe it will he

Re: [Gambas-user] svn automation scripts

2011-01-30 Thread richard terry
On Monday 31 January 2011 13:57:08 John Spikowski wrote: Just rebuilding dosn't seem to take long John (I'm using kubuntu 9.0) I just do as per web side svn update, ./reconf-all ./configure make make install. However I do watch the svnversion of the currently working one so I can roll back if

[Gambas-user] Saving source > dialog won't create new folder

2011-02-03 Thread richard terry
3533 version Saving source the dialog tries to create the folder as I can see it flicking on and off but no folder is created. Kubuntu 9.0 REgards richard -- The modern datacenter depends on network connectivity to ac

[Gambas-user] SelectAll property problem

2011-02-04 Thread richard terry
Last couple of updates of the svn this syntax is no longer working: listview1.SelectAll(False) or Columnview1.SelectAll(FAlse) My program just stops on these lines with no error messages ?? Anyone else noticed this Regards richard ---

Re: [Gambas-user] SelectAll property problem

2011-02-04 Thread richard terry
On Saturday 05 February 2011 10:50:04 Benoît Minisini wrote: > > Last couple of updates of the svn this syntax is no longer working: > > > > listview1.SelectAll(False) > > or > > Columnview1.SelectAll(FAlse) > > > > My program just stops on these lines with no error messages > > > > > > ?? > > > >

[Gambas-user] Saving executable dialog still has problems

2011-02-05 Thread richard terry
Hi benoit Does create now, however the pane to the right of the file tree dosn't clear - it shows the contents of the previous directory. Regards Richard -- The modern datacenter depends on network connectivity to acc

[Gambas-user] Message Dialog Question

2011-02-09 Thread richard terry
With Mesage.Optional a couple of questions 1) What is the key parameter for/how used. 2) Only one button name can be included, ?any reason Regards richard -- The ultimate all-in-one performance toolkit: Intel(R) Paralle

Re: [Gambas-user] Message Dialog Question

2011-02-10 Thread richard terry
ge. Nothing to decide, no more buttons > needed. > > @ Benoît: > Message.Title doesn't work with Message.Optional. > > Regards > Matti > > Am 10.02.2011 04:33, schrieb richard terry: > > With Mesage.Optional a couple

Re: [Gambas-user] Settings component

2011-02-13 Thread richard terry
On Monday 14 February 2011 09:12:24 Jussi Lahtinen wrote: > Hi! > I think I have missed something... documentation says about Settings: > "If you use this class statically, then the default project > configuration file will be used." > > And path property is read only. > > So, how can you determi

[Gambas-user] dumb date question

2011-02-28 Thread richard terry
I never can figure out the simple things If I have 2 dates and want to find if one is more recent than the other, what would be the syntax? Regards Richard -- Free Software Download: Index, Search & Analyze Logs and ot

[Gambas-user] Missing libraries for some examples

2011-03-02 Thread richard terry
Hi list, I've just been trying some of the examples, and it seems my machine (Kubuntu 9) missing some stuff for example it complains about OpenGL missing - could anyone tell me what particular libaries I need. I did look in synaptic but it was pretty cryptic to my simple mind. Thanks in advanc

[Gambas-user] 3628 version Controls spacing Question

2011-03-02 Thread richard terry
Upgraded to this version, suddenly my entire gui looks wacky. All the controls are spaced differently - I've got a lot of borderless stacked textboxes which all of a sudden are much more widely separated - almost like I'd switched on the spacing property of a container and doubled it. I'm runni

[Gambas-user] Bug in Webview demo in Gambas

2011-03-02 Thread richard terry
Maybe this is just my machine, I typed in this url, and the sample died: FBrowser.WebView_Click.286: http://www.youtube.com/ (process:10837): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.22.3/gobject/gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this funct

Re: [Gambas-user] 3628 version Controls spacing Question

2011-03-02 Thread richard terry
On Thursday 03 March 2011 07:22:17 Benoît Minisini wrote: > > Upgraded to this version, suddenly my entire gui looks wacky. > > > > All the controls are spaced differently - I've got a lot of borderless > > stacked textboxes which all of a sudden are much more widely separated - > > almost like I'd

Re: [Gambas-user] Bug in Webview demo in Gambas

2011-03-02 Thread richard terry
On Thursday 03 March 2011 07:23:43 Benoît Minisini wrote: > > Maybe this is just my machine, I typed in this url, and the sample died: > > > > FBrowser.WebView_Click.286: http://www.youtube.com/ > > > > (process:10837): GLib-GObject-CRITICAL **: > > /build/buildd/glib2.0-2.22.3/gobject/gtype.c:24

[Gambas-user] Save Project > dialog icons missing

2011-03-03 Thread richard terry
Hi Benoit, The little icons to create directory etc missing from the top bar. I realise they are still on the menu, great, but it works quicker to also have them visually in the dialog. Regards richard -- Free Softwar

Re: [Gambas-user] Change in spacing/padding/margin property for Gambas 3

2011-03-04 Thread richard terry
ing and Margin > property to fit requests from Richard Terry, and I'm trying to not break > every application by doing that. > > The old behaviour was: > > - If Spacing is TRUE, then child controls are spaced with Desktop.Scale > pixels. > > - If Margin is TRUE, th

[Gambas-user] Font in the add breakpoint textbox

2011-03-13 Thread richard terry
Meaning to ask this for a while - the font in this text box is quite small on my machine - is it my machine or is it set that small? Regards Richard -- Colocation vs. Managed Hosting A question and answer guide to deter

[Gambas-user] Errata: Font in the add Watch textbox

2011-03-13 Thread richard terry
On Sunday 13 March 2011 22:22:51 richard terry wrote: > Meaning to ask this for a while - the font in this text box is quite small > on my machine - is it my machine or is it set that small? > > Regards

[Gambas-user] ?screenshot property of control gone missing

2011-03-28 Thread richard terry
Hi Benoit, The ability of capture a screen shot of a control seems to have gone ?? I use this in a number of places in my program. Regards Richard -- Enable your software for Intel(R) Active Management Technology to me

Re: [Gambas-user] ?screenshot property of control gone missing

2011-03-28 Thread richard terry
On Tuesday 29 March 2011 15:53:59 Fabien Bodard wrote: > 2011/3/29 richard terry : > > Hi Benoit, > > > > The ability of capture a screen shot of a control seems to have gone ?? I > > use this in a number of places in my program. > > > > Regards > > &g

[Gambas-user] Source code - where's the download link gone

2011-04-06 Thread richard terry
Hi LIst Tried the new web site, couldn't find anywhere the link to the page telling how to download the sources to compile??? Can some one post this or send me the link. Regards Richard -- Xperia(TM) PLAY It's a major

Re: [Gambas-user] Source code - where's the download link gone

2011-04-07 Thread richard terry
On Thursday 07 April 2011 15:05:14 Kevin Fishburne wrote: > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ > Thanks, that's what i"m missing, the rest I do every few days, by svn update, but I'm doing this on a new machine. richard -

[Gambas-user] Editor-preferences Q)

2011-04-08 Thread richard terry
Hi List, Can't see anywhere now to set the font size in the preferences > editor > settings. Am I missing something? Installed gambas on a new machine and the editor fonts are small and hard to read. Any help appreciated. --

Re: [Gambas-user] Editor-preferences Q)

2011-04-08 Thread richard terry
On Friday 08 April 2011 22:59:34 Jussi Lahtinen wrote: Ah, thanks, I would have thought the editor font should be under editor. Regards richard > Check "preferences > interface" and "preferences > style". > > Jussi > > On Fri, Apr 8, 2011 at

[Gambas-user] Webview + images Kubuntu 9 / Kubuntu 10

2011-04-08 Thread richard terry
I'm having a problem with images being shown in the webview control in kubuntu 10. I run 9 on my laptop, no problems. Its not my program, as I modified the code in the webrowser example to just show the contents of a html file > all the text is ok, but not the pictures. The same file renders ok

Re: [Gambas-user] Webview + images Kubuntu 9 / Kubuntu 10

2011-04-09 Thread richard terry
On Saturday 09 April 2011 17:15:16 Ian Haywood wrote: > ALIGN=LEFT WIDTH=320 HEIGHT=240 BORDER=0> > Thanks Ian, I booted up the other machine again and tested this with/without the file:/// and seems you are quite correct, I had saved a page from google with some images to the local drive - n

[Gambas-user] Global search & replace

2011-04-10 Thread richard terry
I'm missing something here, as I can see no way to do a global search and replace of a string across all files in the project. Maybe someone can help?? Regards Richard -- Xperia(TM) PLAY It's a major breakthrough. An a

Re: [Gambas-user] Global search & replace

2011-04-10 Thread richard terry
ed. > > > Olivier Cruilles > Mail: linu...@club-internet.fr > > Le 10 avr. 2011 à 13:44, richard terry a écrit : > > I'm missing something here, as I can see no way to do a global search and > >

Re: [Gambas-user] Global search & replace

2011-04-12 Thread richard terry
On Tuesday 12 April 2011 20:41:20 Benoît Minisini wrote: > > On Sunday 10 April 2011 22:17:20 Olivier Cruilles wrote: > > Thanks, I'll try that, but I would have thought the gambas editor should > > accomodate global replaces. > > > > Regards > > > > Richard > > Global replace was added in revisio

Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-12 Thread richard terry
On Wednesday 13 April 2011 09:51:05 Jeff Halverson wrote: > I have something that is puzzling me that seems easy to do, but I can't > figure it out... I was hoping somebody might be able to help. > > If I have the following available from a resultset: > > DataSummary!InvestmentName > DataSummary

Re: [Gambas-user] Global search & replace

2011-04-12 Thread richard terry
On Tuesday 12 April 2011 20:41:20 Benoît Minisini wrote: > > On Sunday 10 April 2011 22:17:20 Olivier Cruilles wrote: > > Thanks, I'll try that, but I would have thought the gambas editor should > > accomodate global replaces. > > > > Regards > > > > Richard > > Global replace was added in revisio

[Gambas-user] Webview popup menu question

2011-04-14 Thread richard terry
I've noticed that webview has some sort of built in menu options for example when you right mouse click over an image, you get the options to save image open, copy . I wondered how in code this was accessed, as I have a use for this. Regards richard

[Gambas-user] an "Is this possible question" about images

2011-04-14 Thread richard terry
Hi List, Don't know much about the workings of graphic stuff so i wondered if this scenario was technically possible in gambas, but first the real life analogy. Let say you have a photograph and you have a hand-held magnifying glass, you run it over the fine print and you see what is magnified

Re: [Gambas-user] an "Is this possible question" about images

2011-04-14 Thread richard terry
On Friday 15 April 2011 13:41:27 John Spikowski wrote: > On Fri, 2011-04-15 at 13:15 +1000, richard terry wrote: > > Let say you have a photograph and you have a hand-held magnifying glass, > > you run it over the fine print and you see what is magnified in the > > glass.

Re: [Gambas-user] an "Is this possible question" about images

2011-04-14 Thread richard terry
On Friday 15 April 2011 14:05:21 Kevin Fishburne wrote: > On 04/14/2011 11:48 PM, richard terry wrote: > > On Friday 15 April 2011 13:41:27 John Spikowski wrote: > >> On Fri, 2011-04-15 at 13:15 +1000, richard terry wrote: > >>> Let say you have a photograph and y

Re: [Gambas-user] an "Is this possible question" about images

2011-04-15 Thread richard terry
k my sucess or lack therof Regards Richard > On 04/15/2011 12:47 AM, richard terry wrote: > >> Do you need it to look like a fisheye-style lens effect, or just > >> box-zoom an area? If the latter this can be done easily in gb code. > > > > Just the box-zoom . >

Re: [Gambas-user] an "Is this possible question" about images

2011-04-15 Thread richard terry
On Saturday 16 April 2011 00:23:47 Shane Powell wrote: Thanks heaps to shane, Caveat and all - I'll try a look at all this today and report back. Regards Richard > On 15/04/11 22:58, richard terry wrote: > > On Friday 15 April 2011 17:02:25 richard terry wrote: > > Hi K

Re: [Gambas-user] an "Is this possible question" about images

2011-04-15 Thread richard terry
and put it into the gambas examples! Regards richard > On 16/04/11 08:53, richard terry wrote: > > On Saturday 16 April 2011 00:23:47 Shane Powell wrote: > > > > Thanks heaps to shane, Caveat and all - I'll try a look at all this today > > and report back. > &

[Gambas-user] Potentially difficult to find error in the IDE

2011-04-16 Thread richard terry
Hi Benoit, This could be difficult to trace for a user: This scenario I had a form, to which at run time, I added a combo box (ie the combo not put on the form in the IDE) and I'd put it in the declarations section at the top. I then changed my mind, and decided I'd put it on the form in the I

Re: [Gambas-user] Potentially difficult to find error in the IDE - addendum

2011-04-16 Thread richard terry
On Saturday 16 April 2011 17:05:18 richard terry wrote: As an addendum to my ambiguous wording, I should have said that searching for cmbTemplates using the popup search dialog failed to find the instance at the top, though it found other instances in code, and it was only by scrolling down

  1   2   3   4   5   6   7   8   >