Re: [Gambas-user] Questions on where *.webpage files should be put and how to call them

2014-05-30 Thread paulwheeler
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

[Gambas-user] Questions on where *.webpage files should be put and how to call them

2014-05-29 Thread paulwheeler
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

[Gambas-user] HttpClient - Out of memory errors

2014-05-18 Thread paulwheeler
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

Re: [Gambas-user] gb.db Unknown symbol 'Fields' in class 'Connection'

2013-12-03 Thread paulwheeler
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

[Gambas-user] How do I get the names of fields with unknown names?

2013-11-23 Thread paulwheeler
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:

Re: [Gambas-user] How to use connections/resultsets from gb.web scripts?

2013-11-16 Thread paulwheeler
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

Re: [Gambas-user] Source Code can't be reached

2013-11-15 Thread paulwheeler
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/

Re: [Gambas-user] Semi-persistent pop-up form?

2013-11-12 Thread paulwheeler
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

Re: [Gambas-user] Issue 467 in gambas: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing

2013-10-19 Thread paulwheeler
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

[Gambas-user] Inline Tasks in comments not working

2013-10-11 Thread paulwheeler
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

Re: [Gambas-user] rev5866 build error

2013-10-01 Thread paulwheeler
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

[Gambas-user] rev5866 build error

2013-10-01 Thread paulwheeler
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

Re: [Gambas-user] No longer possible to write in "gedit" with 'Process'

2013-10-01 Thread paulwheeler
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

Re: [Gambas-user] Where are the Widgets

2013-09-30 Thread paulwheeler
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

Re: [Gambas-user] Modulo operator returns wrong results

2013-09-28 Thread paulwheeler
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

Re: [Gambas-user] Test

2013-09-20 Thread paulwheeler
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

Re: [Gambas-user] Gambas doc down?

2013-09-10 Thread paulwheeler
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

Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install

2013-09-10 Thread paulwheeler
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

Re: [Gambas-user] hConnection = New Connection ( [ DatabaseURL As String ] )

2013-08-27 Thread paulwheeler
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

Re: [Gambas-user] hConnection = New Connection ( [ DatabaseURL As String ] )

2013-08-25 Thread paulwheeler
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

Re: [Gambas-user] R: How to get all string after last "/"

2013-08-22 Thread paulwheeler
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

Re: [Gambas-user] R: How to get all string after last "/"

2013-08-22 Thread paulwheeler
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, "/")

Re: [Gambas-user] For Each Line in String

2013-08-17 Thread paulwheeler
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

[Gambas-user] Gambas 3.4.1 won't compile on mint linux

2013-07-17 Thread paulwheeler
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 ---

Re: [Gambas-user] Issue 452 in gambas: PictureBox.picture images file filter is broken

2013-07-08 Thread paulwheeler
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

Re: [Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-25 Thread paulwheeler
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

Re: [Gambas-user] Issue 442 in gambas: SQL connection.Edit bug

2013-06-21 Thread paulwheeler
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

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread paulwheeler
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

[Gambas-user] stat bug?

2013-05-06 Thread paulwheeler
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