e how to write the call inside the "Main"
routine. Do I just have Main () main.webpage end?
4) BTW: this link: "Make a web application by using CGI" on the tutorials page
has a problem and only shows me the word "CGI"
Paul
On 05/29/2014 09:47 AM, Benoît Mi
I am working with the WebBrowser example, and understand how to go to a
particular web site based on the text.url box.
However, I want the program to run a custom web page. According to the
documentation, I need to create file with a .webpage
extension. Where should that file be put? Also, how d
I am attempting to use the HttpClient, but keep getting these messages:
hClient.Status = -1027
hClient.ErrorText = Out of memory
I took the example program that comes with Gambas (HttpGet 3.0.0) and modified
it to bypass the form, to make it easier to make and test changes.
Some HTTP addresses
The correct one is:
htable.Fields
I assume you have this line in your code:
Dim hTable As Table
Your code is similar to mine, but I do not use the "with".
I do the full line. hTable.Fields.Add("cod_ficha", db.String, 20)
Try doing it that way.
Maybe there is a bug in the "With"???
paul
On
I am trying to get a list of the tables in a SQLite database.
According to SQLite.org the table called "sqlite_master" lists all the tables
and indices in the DB[1]. I have a SQlite browser tool that seems to confirm
that, because it returns table names from the target DB, when this is executed:
Piccoro,
My name is Paul Wheeler, and I have noticed you having trouble communicating
with the Gambas group. I would like to help you. What is your native language?
If it is Spanish, then I could take your Spanish and translate it to English
for sending to the Gambas group.
Even if it is anoth
I have confirmed that using Firefox 25.0 Ubuntu canonical - 1.0
with NO plug-ins or Add-ons, the link does NOT work. So, it appears to be a
basic Firefox issue and not a plug-in or add-on problem.
However, Konquerer 4.11.2 Works fine.
paul
On 11/15/2013 04:12 PM, Benoît Minisini wrote:
> Le 15/
Bruce,
Unfortunately, I have no answer for your question, but wanted to say that your
illustrations are SO COOL!
If you don't mind my asking, how did you do them?
paul
On 11/11/2013 01:47 PM, Bruce wrote:
> Is there some way to make a popup form only close on a specific user
> action?
>
> In
Neither gb.gtk nor gb.qt4 are selected in properties, so I assume I am just
using gambas built-in stuff.
paul
On 10/19/2013 08:14 AM, gam...@googlecode.com wrote:
> Updates:
> Status: NeedsInfo
>
> Comment #2 on issue 467 by benoit.m...@gmail.com: Printing example in
> Gambas 3.5 "Save
Benoît,
I went to the wiki and found this page: Inline Tasks
(http://gambasdoc.org/help/ide/tasks?v3)
I put all three of those notes into the code for a project, just to see what
they look like, and hit run.
No "Tasks" tab showed up while I was in debug mode.
The wiki says it has been since v
yes, "... I follow the "How To Deal With Subversion" instructions exactly."
On 10/01/2013 05:36 PM, Benoît Minisini wrote:
> Le 02/10/2013 02:27, paulwheeler a écrit :
>> While looking at the gedit process problem that Ru and Jussi are
>> dis
While looking at the gedit process problem that Ru and Jussi are
discussing, I decided to checkout 5866.
Unfortunately, when doing ./configure -C it has several errors:
checking for libintl headers... ./configure: line 17062: cd:
/home/Paul/Gambas: No such file or directory
Do we need to add the
Wally and Ru,
I also get nothing written to gedit. My gedit is the same version as
yours and I am running 3.4.90 Gambas.
My error message is: Fontconfig warning:
"/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from
~/.fonts.conf is deprecated.
paul
On 10/01/2013 02:13 PM, Ru Vu
Fabien, Mike, and Benoît,
As a follow-up to Mike's question of where the widgets are, and Fabien's
response, F6 does nothing on my system. I am running Gambas 3.4.90 and
the toolbox is always visible. I also do not have the View menu item
that is mentioned in several older documents. F6 is also no
Gentlemen,
I have never heard of the mod operator being used the way you did in
your problem. However, because Jesus mentioned his calculator having a
mod function, I went to "http://web2.0calc.com/"; and did the problem. I
was stunned to see that the result is 797! It appears to me that you
are
So, did you pass the test?
On 09/19/2013 03:37 PM, Benoît Minisini wrote:
> This is just a test...
>
--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudi
I have been editing various documents on GambasDoc.org today, but that
should not affect your access. I am in the USA, and have no problems
with it today.
Paul
On 09/10/2013 10:56 AM, PICCORO McKAY Lenz wrote:
> Subject: Re: [Gambas-user] Gambas doc down?
>
> always we depend of gambasdoc.org se
Mike,
I have submitted a modified version of the INSTALL file to Benoit, that
fixes the wording to match the website, so that at least a part of your
confusion (and mine) will be avoided in the future.
Paul
On 09/05/2013 08:25 AM, Pryor, Mike wrote:
> Sorry, Benoit. I assumed the INSTALL file i
Bruce and Fabien,
My email a few days back gave the code that I am using to open sqlite
databases. That code opens a db in any directory you have access to. Is
there something I am not understanding about Bruce's question?
The code is attached.
paul
On 08/27/2013 12:42 AM, F
This will allow you to open a connection anywhere. All you have to change is
the "sName" and the .Host entry
Enjoy!
paul
'' Put these at the beginning of your program on your form named fMain:
Public $hConn As New Connection
Public sMyPath As String
Public sAppPath As Stri
Very interesting that g3 treats a web address the same as a file name.
Definitely easier than my code, and something to remember! Thanks Fabien!
paul
On 08/22/2013 01:14 PM, Fabien Bodard wrote:
:-)
StrName = File.Name([1]"http://www.link1.com/folder1/picture1.png";)
[2]http://gamb
Here is the code to do the extraction:
Dim intSlash As Integer
Dim strPictureName As String
Dim strLinkAddress As String =
[1]"http://www.link1.com/folder1/folder1/picture1.png";
'' Find location of last slash in address:
intSlash = RInStr(strLinkAddress, "/")
Not sure what you wanted to do with the information, but this code will get
the directory info, output it to a file, print it to the console, and put it
into an array.
NOTE: This is an excerpt from the gambas-diskinfo (Version 1.0.33) code
written by Demosthenes Koptsis. Sometimes i
I downloaded the bz2 file from sourceforge for gambas3-3.4.1 at about 5:30
gmt
Looked at Installation instructions ("INSTALL") which said to run configure
Unfortunately, there is no "configure" file in the root directory for
gambas3.4.1
Now what do I do?
paul
---
Thank you for the information.
paul
On 07/07/2013 11:16 PM, Kende Krisztián wrote:
It's already fixed in revision 5630:
[1]http://sourceforge.net/p/gambas/code/5630
Status: New
Owner:
Labels: Version-3.4.1 Type-Bug Priority-Medium OpSys-Any Dist-Any
Arch-Any Desktop-Any GUI-Any
Thank you,
That worked.
However, when I uncommented the tvwInventory load code a few lines down,
I now get a "Bad Row Index" message.
Not sure how tvwInventory[iCounter, 0].Text with iCounter equal to 0 can
be a bad row, but that is what it says!
I took the exact same code from another secti
Benoît
Thank you for your reply, and thank you for your patience in dealing
with people like me who are not full-time programmers.
Thank you for taking the time to help me understand.
Paul
As for your last line about reading the documentation. I DID read it.
However, I was confused by these
Tobias,
Thank you for you work on this project.
I have been lurking for a while, just to absorb more knowledge.
My apology, but I am confused about what was funny.
Translation?which script line?
Paul
On 05/22/2013 10:33 AM, Tobias Boege wrote:
On Wed, 22 May 2013, Emanuele S
I have many files with spaces in the name. However, this causes the message
"File or directory does not exist" when using stat. Works fine for files
that do not have spaces in the name. I even tried adding quotes to the
string, but still get same message.
Using Gambas 3.4.1 on this
29 matches
Mail list logo