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
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
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
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
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
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
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
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
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
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
>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
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
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
>
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
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
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
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
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
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
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
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
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
í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
> >
> >
&
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
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
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
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
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
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
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
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
-
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
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
> 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
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
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
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/
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
---
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
> >
> >
> > ??
> >
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-
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.
--
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
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
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
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
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
> >
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
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
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
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
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
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.
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
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 .
>
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
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.
> &
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
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 - 100 of 722 matches
Mail list logo