Making all in opengl
make[5]: Entering directory `/home/richard/gambas3-
svn/src/trunk/gb.qt4/src/opengl'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -
I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore -
I/usr/include/QtGui -I/usr/include/Qt3Support -
On Sunday 27 December 2009 09:09:23 Laurent Carlier wrote:
> Le samedi 26 décembre 2009 22:58:38, richard terry a écrit :
> > Making all in opengl
> > make[5]: Entering directory `/home/richard/gambas3-
> > svn/src/trunk/gb.qt4/src/opengl'
> > /bin/sh ../../libt
On Sunday 27 December 2009 09:37:29 you wrote:
> Le samedi 26 décembre 2009 23:21:40, richard terry a écrit :
> > On Sunday 27 December 2009 09:09:23 Laurent Carlier wrote:
> > > Le samedi 26 décembre 2009 22:58:38, richard terry a écrit :
> > > > Making all in op
I wondered if it was possible to programatically clear the cache of URL's from
the webview control.
Thanks in anticipation.
Richard
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of
On Wednesday 13 January 2010 22:28:26 Matteo Lisi wrote:
>Hi !
>I have to develop a gambas application (I have to customize gambas IDE
> too) , but I encounted some problem with my ubuntu 9.10 ,if you read this
> mailing list you know :D .
>My simple question is:
>What is the best
On Thursday 14 January 2010 08:10:45 Matti wrote:
> Thanks, Benoit.
> But no progress.
>
> cairo. cairo-devel, cairomm, cairomm-devel, python-cairo are installed.
> cairo-ft ??? Couldn't find it.
>
> But this just can't be the reason.
> There are so many errors and warnings and disabled componten
On Friday 15 January 2010 21:36:57 Joshua Higgins wrote:
> Hi list,
>
> I have updated the report-ng script so that it should work with any
> distro that is supplying an /etc/lsb-release file. Before it only
> expected Ubuntu to provide this file.
>
> Regards,
>
> >>--
>
works with ARCH
Not sure if this problem is mine/webmit/my gambas.
I just had occasion to use strikethough in some html
, and despite the code it did't appear in the webkit window.
Some time later I noticed it was appearing in another webkit window using the
same code. I swiped the paragraph which should have
Cannot load class 'Main': Unable to load class file
Desktop.Path_Read.352
Any ideas?
I've downgraded each version until I reached which works ok.
Any help appreciated.
richard
--
Throughout its 18-year history, RSA Con
On Monday 25 January 2010 01:25:39 Benoît Minisini wrote:
> > Here you go.
>
> Thanks: I think I got it with that.
>
> Try the revision #2629, by reconfiguring and recompiling everything. It
> should work now. It was a matter of directory installation order.
>
> Regards,
>
Reportint that 2637
I'm trying to debug my program at moment and finding lots of situations where
gambas dosn't pick up a problem in the IDE but the executable does and dies.
Hence having to go back to my code - isolate the subroutine and re-make the
executable, and I'm having to do this hundreds of times as the bu
the moment I'm doing this 100's of times a session
Regards
richard
>
> 2010/1/31 richard terry :
> > I'm trying to debug my program at moment and finding lots of situations
> > where gambas dosn't pick up a problem in the IDE but the executable does
>
On Monday 01 February 2010 06:06:02 you wrote:
> > I'm trying to debug my program at moment and finding lots of situations
> > where gambas dosn't pick up a problem in the IDE but the executable does
> > and dies.
> >
> > Hence having to go back to my code - isolate the subroutine and re-make
> >
I wanted to grab the contents of a HBox as picture (it contains other
controls), put the code under a button:
Public Sub Button1_Click()
Dim pic As Picture
pic = HBox1.Grab()
End
This gives an error message 'wanted picture, got void instead'.
Any one got any ideas?
Thanks in anticipatio
On Saturday 06 February 2010 21:02:57 M. Cs. wrote:
> I'm repeating my question, since the documentation is quite obsolete in
> this topic:
>
> How can I open a picture with Gambas2 ("/home/me/pic.jpg"), and put it into
> a sqlite database table as a blob?
> How can I use the picture stored in th
On Sunday 07 February 2010 03:13:56 you wrote:
> > I wanted to grab the contents of a HBox as picture (it contains other
> > controls), put the code under a button:
> >
> > Public Sub Button1_Click()
> > Dim pic As Picture
> > pic = HBox1.Grab()
> >
> > End
> >
> > This gives an error message
I wondered how to this this, as I'm in the process of using this sample to do
some work in my program.
thanks in anticipation.
regards
Richard
<>--
The Planet: dedicated and managed hosting, cloud storage, colocation
St
Hi List,
I want to end up with this text to pass to the shell, and it contains
quotation marks, I wondered how to do that.
wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" --footer-
center "- EasyGP Medical Records -" --footer-spacing 5 --footer-font-name
"comic sans ms"
any
Benoit,
using replace, I used gb.case as per docs, gambas bauked, but gb.text does
work as case insensitive replace.
??
Regards
Richard
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Pred
Hi List,
I wondered if anyone was using /maintaining the pdf code from the pdf example,
as there are a number of problems with it and missing features.
I've emailed the original author, but the info at top of the file is quite old
(2007) and Daniel says he is not able to contribute anymore.
A
On Sunday 14 February 2010 21:10:17 you wrote:
> > On Sunday 14 February 2010 04:05:12 you wrote:
> > > > On Saturday 13 February 2010 09:55:21 you wrote:
> > > > > > Hi List,
> > > > > >
> > > > > > I wondered if anyone was using /maintaining the pdf code from the
> > > > > > pdf example, as there
On Monday 22 February 2010 09:33:13 Benoît Minisini wrote:
> > FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if
> > any further info is needed.
> >
> > Thanks
> >
> > make[5]: Leaving directory `/home/george/trunk/gb.qt4/src/opengl'
> > make[5]: Entering directory `/home/ge
Nothing important, but I've always wonder why collections eg the data, then
the key, but lists get the key then the data? After all, they are both
collections.
(here I was just reading in a file line by line to a collection and a
listview.
SampleData.Add(sLineInput, icounter)
lvSampleDa
This seems really odd, perhaps it is my typing, but for a number of versions
I've noticed this odd behaviour which I can't track down, but what is
happening is that when a dialog box is presented during a function that
returns something eg boolean, then when the program continues to execute bac
To the list/Ian
brand new svn copy of our project tonight, downloaded via gambas which said
ok at the end, the svn won't commit with the message contained in the
pictures.
Pity as I've done a number of bug fixes on several forms.
Won't commit in a terminal either.
Anyone familiar with the er
As previouisly mentioned (got no replies) Ian and I have updated our svn for
our project and I couldn't commit because of 'no working copy of admin'
Seached the net and found this:
**
To clarify, the error "Directory 'blah/.svn' containing
Hi List,
We debated this before and though some persons understood what I was saying, I
don't think there was any resolution, so this time I've got a little screen
shot to visually demonstrated the problem which is.
When one sets a collection member to any empty sting "" gambas beleives this
On Saturday 27 February 2010 21:58:11 you wrote:
> hresult!field=if(mycollection.exist(field), mycollection!field, null)
>
That's not want I need, I want to be able to do this.
dim a_ollection as collection
acollection!firstname = "fred"
acollection!surname = "smith"
acollecton!salutation = "" (i
ian's lost his console (I think he uses ubuntu).
I tried to lose mine by undocking and succeded by setting the window opacity
to 10%, but it reappeared with a reload.
I do rememember a long time ago I lost my console and found that I'd
invertently made it so small i couldn't see it when gambas
; Ian
>
> On Sun, Feb 28, 2010 at 12:13 AM, Fabien Bodard wrote:
> > close ide and
> > look in ~/.config/gambas3/gambas3.conf
> >
> > [FOutput]
> > Geometry=[0,0,582,324]
> > Undock=False
> >
> >
> > or in ~/.config/gambas/gambas2.conf
&
I almost feel embarrassed to ask this having programmed in gambas for so long,
but here goes.
simplest syntax for testing for no text in a textbox.
I currently to
if Trim(textbox1.text) = "" then
etc.
Anything better?
Richard
-
t; Ricardo Díaz
>
> 2010/3/4 Stefano Palmeri
>
> > Il giovedì 4 marzo 2010 00:57:32 richard terry ha scritto:
> > > I almost feel embarrassed to ask this having programmed in gambas for
> > > so long, but here goes.
> > >
> > > simplest syntax for te
I was looking at the different fonts in the preference, saw one called
'newspaper', clicked on it > gambas up in smoke, no warning, no sig 11, just
disappeared.
Can anyone re-produce that. don't worry, it dosn't destroy anthing. Maybe its
a kde4.4 thing.
Regards
richard
-
On Thursday 04 March 2010 22:34:52 Keith Clark wrote:
> I have designed a form and all looked great. Suddenly the form no
> longer looks the same in the design mode compared to the run mode. The
> objects are no longer in the same places as shown when I'm in
> programming mode.
>
> Not sure what
On Saturday 06 March 2010 14:24:15 rte...@pacific.net.au wrote:
> kubuntu jaunty lib tool 2.2.6
>
> Won''t compile,any help appriated.
>
> richard
>
> gambas-u...@lists.sourceforge.nettool 1.16
>
>
> ---
> --- Download Int
Last couple of versions I've noticed this, I'll upgrade and report back, but
wondered if anyone else experienceing this. Have to kill the ide and restart
gambas.
Richard
--
Download Intel® Parallel Studio Eval
Try the n
me
crazy.
Regards
Richard
>
> Regards
> Dag-Jarle Johansen
>
> Am Mittwoch, den 10.03.2010, 08:50 +1100 schrieb richard terry:
> > Last couple of versions I've noticed this, I'll upgrade and report back,
> > but wondered if anyone else experienceing thi
I decided tonight to make a little control - something simple, a vbox,
containing a picturebox, underneath that a hbox with label, textbox and
checkbox.
I've read the doc's on the website and have had a modicum of success in that
I've. I wanted a compound control because I'm writing a section
I wondered if it was possible programatically to deselect a users multi select
ie, if I've an checkbox as an option for the user to set the
Filechoose1.multi=true, and they change their mind > click it off, how does
one remove the highlighted multiple selected files?
Regards
Richard
-
>From its properites it looks like Filechooser1.Reload may refresh the file
list, but it dosn't seem to work.
Has anyone who has used this control got to refresh it programatically?
Thanks.
Richard
--
Download Intel® P
On Friday 19 March 2010 13:19:22 richard terry wrote:
> On Friday 19 March 2010 13:16:38 you wrote:
> > > On Friday 19 March 2010 04:30:39 Fabien Bodard wrote:
> > > > try that ...
> > > > o.FileView.reload()
> > > >
> > &
On Sunday 28 March 2010 02:08:21 Maurice Dumais wrote:
Finally, someone has reproduced a bug I've been trying to reproduce for 6
onths or more. agree with you,However I found it wasn't that clear cut.
sometimes the Sig 11 occurred after a few uses. Hopefully benoit can find the
bug now with
I wondered if there was any way to set the dialog sizes when called like this:
If Dialog.OpenFile() Then
As on my system the directory names are not allocated much space and arn't
that easy to read, and I have to manually drag the dialog to make it bigger.
Regards
Richard
--
On Monday 05 April 2010 04:14:08 Benoît Minisini wrote:
> > > Hi list/Benoit
> > >
> > > i posted this previously and non-one answered, so here's a picture.
> > >
> > > ordinary file select dialog popping up - obscuring the file names
> > >
> > > Kubuntu qt4 fairly upto date svn within a couple of
On Monday 05 April 2010 14:22:12 kobolds wrote:
> I post this problem before but until now this issue left unsolved.
>
> i try to create a form with many buttons (something like a keyboard).
>
> 1. when I try to change the height and width of all the buttons by using
> align same height and width
On Monday 05 April 2010 17:29:08 Kadaitcha Man wrote:
> On 5 April 2010 17:19, kobolds wrote:
> > here how you do the test on IDE
> >
> > 1. create a form (768x1024)
> > 2. drag a panel into the form (make sure it big)
> > 3. drag a picbox into the panel (same size as panel) so the picbox cover
>
On Tuesday 06 April 2010 18:55:16 kobolds wrote:
Hi,
I'm stuggling to understand what you mean - why not just use vertical
box/horizontal box, and set the expand or not expand properties. let the IDE
do the work for you
I enclose a simple example showing various areas of the screen not-expandi
On Wednesday 07 April 2010 17:13:39 Kadaitcha Man wrote:
> On 6 April 2010 20:38, richard terry wrote:
> > I've never used a panel ever in my project, and I've hundreds of forms
> > and modules on a postgres backend with 30 schemas and hundreds of tables.
> >
>
Often with forms one wants to start some processing after the form has loaded
- in my case, as my app is quite database intensive, it could involve loading
sometimes quite large amounts of data.
I'd ideally like to have the form load visually, and then the data loading to
take place once the fo
On Tuesday 13 April 2010 20:50:26 Doriano Blengino wrote:
Thanks doriano, that worked a treat, looks much better, will try with some
other forms which have the same problem.
> richard terry ha scritto:
> > Often with forms one wants to start some processing after the form has
> &
On Thursday 15 April 2010 08:07:56 Fabien Bodard wrote:
The method suggested using the timer works for my use really well, and really
simply.
Users are much more tolerant if the gui is showing and processing going on in
the background even if the busy cursor is showing briefly.
This particula
On Tuesday 27 April 2010 08:11:30 Jerry McBride wrote:
> A question for you all... :')
>
>
> Just "how usable" is Gambas3?
>
> I'm being pushed into dropping Gambas2 due to kde3 and qt3 being deprecated
> in Gentoo. My only option is to move into Gambas 3.0... and I need to
> know, just how us
This routine is called by my program, consecutively a large number of times
during an automated process:
Public Sub Display_HTML(sHTML As String, wb As WebView, Optional prefix As
String = "html")
Dim wFile As File
Dim sFilename As String
sFilename = Temp$(prefix) & ".html"
wfile =
se the code definately closes them, however I've
found a workaround - the webview has a .html poperty so I just write direct to
that and bypass the file which was really old code back when I used the
konqueror control.
Thanks.
>
> I hope this helps
> Dimitris
>
> On Tue, May 4, 20
Hi LIst,
I'm automatically parsing many many thousands of pages of documents, the
patients are in a listbox, and the documents in another. (with underlying
collections of course).
The basic code looks like this:
If cvwInboxDocuments.count = 0 Then
' do a whole lot of stuf
On Friday 07 May 2010 14:29:55 richard terry wrote:
sorry, misleading code the second Wait was a typo, it should read this:
> Hi LIst,
>
> I'm automatically parsing many many thousands of pages of documents, the
> patients are in a listbox, and the documents in another.
I wondered if there was any easy way to find a file (class/form/module) in ones
code tree. Maybe this feature already exists in gambas3
As I've hundreds of forms, classes and modules, I've got to the point where I
occasinally 'mislay' one.
Yes I know I can search my HDD easily with locate, but
mai 2010 23:32, richard terry a écrit :
> > I wondered if there was any easy way to find a file (class/form/module)
> > in ones code tree. Maybe this feature already exists in gambas3
> >
> > As I've hundreds of forms, classes and modules, I've got to the point
>
Hi List,
I wondered if there was a way to over come case sensitivity in the combo.find
property, the help dosn't indicate anything.
cmbTitle.index =
cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)
eg if Title = "Dr" and my comb o entry = "Dr" then all is well, but if title =
On Wednesday 19 May 2010 09:09:31 Benoît Minisini wrote:
> > Hi List,
> >
> > I wondered if there was a way to over come case sensitivity in the
> > combo.find property, the help dosn't indicate anything.
> >
> > cmbTitle.index =
> > cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)
I wondered if there was any way that gambas could have an auto-resize property
to controls other than labels/buttons?, for example check boxes/options
buttons etc
Would be ***really handy.
Regards
Richard
--
Thin
On Thursday 03 June 2010 12:14:31 Tomas Rodriguez wrote:
> Hi body.
>
> my doubt is about , How can I insert a form( with controls), inside other
> form( in gambas 2)? somebody have any idea or expierence.
>
> thanks
> tomas
>
>
>
> -
On Thursday 03 June 2010 18:11:28 Benoît Minisini wrote:
> > I wondered if there was any way that gambas could have an auto-resize
> > property to controls other than labels/buttons?, for example check
> > boxes/options buttons etc
> >
> > Would be ***really handy.
> >
> > Regards
> >
> > Rich
Fabian,
I just updated to 2989 of gambas, tried to include my component and got the
message "does not export any class" or something similar.
Could you explain/assist
Thanks
Richard
On Tuesday 01 June 2010 21:11:54 Fabien Bodard wrote:
> Old Mail
>
> Hi,
>
> In the last revision, I
Hi Benoit
Upgraded gambas a couple of days ago and noticed that when one saves a menu,
the IDE gui "judders", like the code is going through some sort of loop, and
the IDE is being refreshed many many times . Dosn't seem to affect anything or
do any damage.
Regards
Richard
--
Does anyone have/know where to find these:
gb.qt4.ext
This component implements a few more Graphical User Interface classes. It is
based on the QT 4 library.
Classes
./dial
Editor
Highlight
./lcdnumber
./textedit
Specifically is there anyway of knowing the x/y pos of the cursor relative to
th
HI Benoit,
I'm longing for a roll-back or change to your global search proceedures.
Yes, the global search finds all the recurrences, but its slow and cumbersome.
Couldn't you just add an extra checkbox on the ordinary search and replace
which says 'global search', and then, as used to be the c
On Tuesday 29 June 2010 16:53:27 Benoît Minisini wrote:
> > HI Benoit,
> >
> > I'm longing for a roll-back or change to your global search proceedures.
> >
> > Yes, the global search finds all the recurrences, but its slow and
> > cumbersome.
> >
> > Couldn't you just add an extra checkbox on the o
Hi List,
I've a wizard, with several options on the first page, depending on which
radiobutton is set I want to 'skip over' some pages. This is ok, as it seems
if i use the Wizard1_BeforeChange() event, I can just set which page I want it
to go to (forward direction) that is.
However, as user
On Thursday 01 July 2010 02:02:41 Benoît Minisini wrote:
> > Hi List,
> >
> > I've a wizard, with several options on the first page, depending on which
> > radiobutton is set I want to 'skip over' some pages. This is ok, as it
> > seems if i use the Wizard1_BeforeChange() event, I can just set whi
Hi Benoit
Thanks for the latest changes and ability to cancel.
Can I suggest one more enhancement.
The ability to exclude files under the data directory, ie only search sources.
We have megabytes of data files for EasyGP, stuff like coding systems, the
database dump (30+ schema's and hundreds
Select Case BMI
Case < 25
This dosn't seem to work? can't one use less than, greater than, <> etc?
Regards
Richard
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G
t; Case Else
> End Select
>
> Depending on your code's structure and style either one of those
> workarounds will work.
> I tested them myself using Gambas2 2.19 on Linux Mint 9
>
> Regards,
> Dimitris
>
> On Sun, Jul 18, 2010 at 11:02 PM, richard terry wrote
I wondered where the full documentation is for this compoent.
The pdf viewer will do things like hightlight test you want to search for, but
I wondered if there is a machanism of 'going to' the first occurrence.
There is a couple of goto properties, but the mini-help which come up but no
explan
On Tuesday 27 July 2010 09:16:23 kevinfishburne wrote:
Kevin,
I've found this is a problem with gambas/qt, I've many many many dozens of
forms in my project (lost count), some of which pull quite a bit of data from
a postgresql backend.
As a work-a-round suggested by someone else on the list -
Hi Benoit
Is DatePicker, the same as DateChooser - if so I use it all the time so I'd
hate to see it deleted.
Regards
Richard
On Sunday 01 August 2010 10:11:32 Benoît Minisini wrote:
> Hi,
>
> As the subject said, I have disabled DatePicker and MessageLabel in the
> gb.form component, to see
On Wednesday 04 August 2010 22:05:45 Benoît Minisini wrote:
> > I wondered where the full documentation is for this compoent.
> >
> > The pdf viewer will do things like hightlight test you want to search
> > for, but I wondered if there is a machanism of 'going to' the first
> > occurrence.
> >
> >
I noticed there is an orientation property for the pdf, but ?how to use this.
Is there any automatic way to detect if the orientation of a doc is landscape?
Regards
Richard
--
This SF.net email is sponsored by
Make an
On Tuesday 24 August 2010 01:03:43 Benoît Minisini wrote:
> > 1. Thank you for your response, it works better now.
> >
> > 2.The problem of shortcuts keys Ctrl+C, Ctrl+X is: when I use those
> > shortcut keys, I can paste only to the Gambas project editor window from
> > where I copy (I can paste
Any idea's how to do this.
I updated the svn today and since then some major parts of my code won't work,
though the logic in those files has not been touched for months.
Any help appreciated
1) How to identify current svn version
2) How to select an arbitary version and roll back.
Regards
Ric
Version 4492
Hi Benoit,
I the mouse-down event of apparently random controls (eg I've noted with
toolbutton, picturesbox), clicking on the control gives error shown in
picture.
If I go to the heirachy tree first, select the control, then back to the IDE it
dosn't seem to happen.
regards
Ri
Hi Benoit.
Came to work today having updated the latest svn and found I can't select any
patients from my multiple pick list - which uses the list container - I have a
cPatientRow into which I put the patient's photograph and their demographic
details in a textlabel. These are then placed in th
On Monday 27 February 2012 09:05:44 Benoît Minisini wrote:
> Le 26/02/2012 22:23, richard terry a écrit :
> > Hi Benoit.
> >
> > Came to work today having updated the latest svn and found I can't select
> > any patients from my multiple pick list - which uses t
Hi List, Benoit
My program crashed today when using dateadd:
DateAdd(Now, gb.Year, iNumberOfYears) has worked for eons in my recall system
dateAdd using gb.month still works.
I reverted back from the latest svn to an older one > no difference.
Could this be a leap year bug?
richard
---
On Wednesday 29 February 2012 10:39:49 Benoît Minisini wrote:
> Le 29/02/2012 00:34, Benoît Minisini a écrit :
> > Le 29/02/2012 00:08, Caveat a écrit :
> >> Yeah, strange... you can add 12 months (temporary workaround?) but
> >> adding a year results in an invalid date error...
> >>
> >> Print
SVN is 4515 but this bug has been present for a while
I've tried to narrow it down without success, but roughly seems to occur when
a form is shown in the ide and the first thing you do is click on a control. If
one goes to the hierachy tree first, clicks on anything, then goes back to the
IDE
On Thursday 01 March 2012 10:26:25 Ru Vuott wrote:
> Hello Benoit,
>
> with new Gridview I noticed that is not possible write:
>
> Gridview1.Columns.WIDTH = number
With gridview1
.columns.count = 2
.columns[
Benoit,
Thanks for fixing the side vertical header when used on left to fit the text.
Question/request. I notice there is essenially a full character width on
either side of the text - wastes quite a bit of screen real estate. Any
changfe of making it a tighter fit - then if anyone really wante
On Wednesday 21 March 2012 06:05:35 Benoît Minisini wrote:
Hopefully windows will die out one day... and anyone buying a mac probably
has rocks in their brain anyway...
Viva Linux
Richard
> Le 20/03/2012 16:27, Rob Kudla a écrit :
> > ...
> > Someone did get the Gambas 1.x interpreter port
I've never used this, wondered if someone could give me a quite tip how to
activate the short cut to insert the snippet, assuming this is what is meant
to happen
richard
--
This SF email is sponsosred by:
Try Windows Az
On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote:
> On 03/29/2012 12:54 PM, richard terry wrote:
> > I've never used this, wondered if someone could give me a quite tip how
> > to activate the short cut to insert the snippet, assuming this is what is
> > meant
On Thursday 29 March 2012 22:08:05 Demosthenes Koptsis wrote:
> On 03/29/2012 01:18 PM, richard terry wrote:
> > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote:
> >> On 03/29/2012 12:54 PM, richard terry wrote:
> >>> I've never used this, wondered i
Hi List,
I've noticed that when I put the webbrowser into my project that sites which
need a login I can't access.
The login dialog pops up ok, but the password/username don't seem to get
passed to the site,
Any one tried this or knows a solution.
Regards
Richard
--
On Tuesday 03 April 2012 08:51:27 Benoît Minisini wrote:
> Le 03/04/2012 00:21, richard terry a écrit :
> > Hi List,
> >
> > I've noticed that when I put the webbrowser into my project that sites
> > which need a login I can't access.
> >
> > The l
On Thursday 12 April 2012 20:41:41 Rolf-Werner Eilert wrote:
> Not an answer but a question: I've got Gambas3 on my laptop which has
> ATI graphics. Under KDE 4 I experienced problems like it doesn't draw in
> a DrawingArea, under LxDE (GTK) it runs without problems. Do you think
> this is a relate
version ending in 17 I think, see the picture.
<>--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.ne
On Friday 13 April 2012 14:09:32 richard terry wrote:
> version ending in 17 I think, see the picture.
>
ACtually it was 4619
richard
<>--
For Developers, A Lot Can Happen In A Second.
Boundary is the first t
On Wednesday 18 April 2012 16:30:53 Rolf-Werner Eilert wrote:
Would be great for me - I can't get proper internet at home - no adsl and am
in a wireless deadspot.
richard
> Oh yes, and it requires a webserver to handle this, I guess. But maybe
> it is possible to let Gambas do this work in the
Hi List
A few qridview questions if anyone has time.
I'm loading a grid with variable length strings, and want to adjust the
column widths to match, or have the option to increase the height of a
cell with word-wrap within the cell.
I wondered if anyone has gone down this path before.
I tried
Rolf-Werner Eilert wrote:
> Hi Richard,
>
>
>
>> I'm loading a grid with variable length strings, and want to adjust the
>> column widths to match, or have the option to increase the height of a
>> cell with word-wrap within the cell.
>>
>> I wondered if anyone has gone down this path before.
>>
401 - 500 of 722 matches
Mail list logo