Topics in Gambas web: Changed: now 09:10 GMT Changed by:

WebStatistics 20 Nov 2004 - 10:50 - r1.119 Gambas.guest
Statistics for Gambas Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Nov 2004 50835 25 ...  

Frm2form 18 Nov 2004 - 21:48 - r1.3 RobKudla
frm2form is a perl filter that you can use to convert VB forms to Gambas forms. It ignores all VB code and all controls and properties that it doesn't know about ...  

TWikiUsers 17 Nov 2004 - 13:52 - r1.130 ElkinRafael
List of TWiki users Please take the time and add yourself to the list. To do that fill out the form in TWIKIWEB .TWikiRegistration. This will create an account for ...  

ElkinRafael 17 Nov 2004 - 13:52 - NEW ElkinRafael
Name: elkin rafael Email: efruto@yahoo.es Company Name: usb Company URL: Country: Colombia How Learned About: Other (how?) Comment: Personal Preferences (details ...  

WebHome 10 Nov 2004 - 15:44 - r1.73 BenoitMinisini
Gambas Documentation Welcome to the English Gambas Wiki. To register for an account (to edit pages) or to change or reset your password, visit TWiki.TWikiRegistration ...  

IndexByName 10 Nov 2004 - 15:43 - r1.5 BenoitMinisini
Gambas Alphabetical Language Index A LangAbs Abs LangAccess Access LangAcsACos Acs / ACos LangAcshACosh Acsh / ACosh LangAND AND LangArithmeticOperators Arithmetic ...  

LangEVENT 10 Nov 2004 - 15:42 - r1.2 BenoitMinisini
EVENT See LangEventsDeclaration Events declaration .  

LangRAISE 10 Nov 2004 - 15:42 - NEW BenoitMinisini
RAISE RAISE Event ( Parameter #1 , Parameter #2 ... ) AS ReturnVariable This statement raises an event previously declared with the LangEVENT EVENT keyword. You can ...  

LangSTOPEVENT 10 Nov 2004 - 15:39 - r1.4 BenoitMinisini
STOP EVENT STOP EVENT This statement must be used in an event handler. It tells the interpreter that the event that called the event handler must be cancelled. You ...  

LangEventsDeclaration 10 Nov 2004 - 15:38 - r1.7 BenoitMinisini
Events declaration EVENT Identifier ( Parameter #1 , Parameter #2 ... ) AS Boolean This declares a class event. This event is raised by a function call. You can specify ...  

IndexByCategory 10 Nov 2004 - 15:34 - r1.28 BenoitMinisini
Gambas Index By Category TOC{depth "4"} Language Concepts LangArithmeticOperators Arithmetic operators LangAssignment Assignment LangComparisonOperators Comparison ...  

GbXmlLibxmlXmlWriterMBinHex 06 Nov 2004 - 21:27 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterMBinHexTitleInclude"} INCLUDE{"GbXmlLibxmlXmlWriterMBinHexSyntaxInclude"} Writes a BinHex encoded string. Dim Xml As XmlWriter ... Xml ...  

GbXmlLibxmlXmlWriterMBase64 06 Nov 2004 - 21:24 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterMBase64TitleInclude"} INCLUDE{"GbXmlLibxmlXmlWriterMBase64SyntaxInclude"} Writes a base-64 encoded string. Dim Xml As XmlWriter ... Xml ...  

GbXmlLibxmlXmlWriterMOpen 06 Nov 2004 - 21:19 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterMOpenTitleInclude"} INCLUDE{"GbXmlLibxmlXmlWriterMOpenSyntaxInclude"} Opens an XML for writting. You have to call it prior to use any ...  

GbXmlLibxmlXmlWriterMPI 06 Nov 2004 - 21:09 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterMPITitleInclude"} INCLUDE{"GbXmlLibxmlXmlWriterMPISyntaxInclude"} Writes an XML PI node. Dim MyXML As XmlWriter ... MyXML.PI("mydocument ...  

GbXmlLibxmlXmlWriterMStartElement 06 Nov 2004 - 21:03 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterMStartElementTitleInclude"} INCLUDE{"GbXmlLibxmlXmlWriterMStartElementSyntaxInclude"} Starts a XML node, called Name . If that node contains ...  

GbXmlLibxmlXmlWriter 06 Nov 2004 - 20:53 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlXmlWriterTitleInclude"} This class allows you to write a XML file using a linear mode, that is, once you open a XML file for writting, you have ...  

GbXmlLibxml 06 Nov 2004 - 20:47 - r1.2 DanielCampos
INCLUDE{"GbXmlLibxmlTitleInclude"} This component allows you to read and write XML files. It is based on http://www.xmlsoft.org libxml2 , and currently, is in beta ...  

GambasFuture 03 Nov 2004 - 18:44 - r1.2 DanieleAlbano
Ah, yes, the Future of Gambas. 1 Create the Future of Gambas page 1 You figure it out from here Gambas.IsaacBuckman 26 Oct 2004 Add done by DanieleAlbano on 03 ...  

DanieleAlbano 03 Nov 2004 - 18:39 - NEW DanieleAlbano
Name: Daniele Albano Email: daniele dll@yahoo.it Company Name: Company URL: http://www.phpsoft.it Country: Italy How Learned About: Web site (which one?) Comment ...  

GambasWeblinks 30 Oct 2004 - 22:16 - r1.2 ReinerHoffmann
Gambas Links http://gambas.sourceforge.net/ The gambas site http://www.TheEasyGambasDoku.de simple introduction and examples in english http://www.binara.com/gambas ...  

HowToProgramComponentsQuick 30 Oct 2004 - 17:10 - r1.2 BenoitMinisini
Quick start I think the better way is starting from the GbSdl sdl component, which is very small. So, let's suppose you want to write the gb.xyz component. This component ...  

GbPcre 28 Oct 2004 - 20:08 - r1.2 RobKudla
INCLUDE{"GbPcreTitleInclude"} This component provides regular expression matching that is compatible with Perl. Regular expression matching is like the use of and ...  

GbXmlLibxmlRpcRpcTypeCArray 28 Oct 2004 - 20:00 - r1.2 RobKudla
INCLUDE{"GbXmlLibxmlRpcRpcTypeCArrayTitleInclude"} INCLUDE{"GbXmlLibxmlRpcRpcTypeCArraySyntaxInclude"} GbXmlLibxmlRpcRpcTypeCArray Not documented  

GbXmlLibxmlRpcRpcTypeCBoolean 28 Oct 2004 - 19:40 - NEW RobKudla
INCLUDE{"GbXmlLibxmlRpcRpcTypeCBooleanTitleInclude"} INCLUDE{"GbXmlLibxmlRpcRpcTypeCBooleanSyntaxInclude"} GbXmlLibxmlRpcRpcTypeCBoolean Not documented  

GbXmlLibxmlRpc 28 Oct 2004 - 19:37 - NEW RobKudla
INCLUDE{"GbXmlLibxmlRpcTitleInclude"} GbXmlLibxmlRpc Not documented INCLUDE{"GbXmlLibxmlRpcClassesInclude"}  

GbXmlLibxmlRpcRpcType 28 Oct 2004 - 19:36 - NEW RobKudla
INCLUDE{"GbXmlLibxmlRpcRpcTypeTitleInclude"} GbXmlLibxmlRpcRpcType Not documented INCLUDE{"GbXmlLibxmlRpcRpcTypeSymbolsInclude"}  

GbXmlLibxmlClassesInclude 28 Oct 2004 - 19:36 - NEW RobKudla
Classes GbXmlLibxmlXmlDocument XmlDocument GbXmlLibxmlXmlNode XmlNode GbXmlLibxmlXmlReader XmlReader GbXmlLibxmlXmlReaderNodeType XmlReaderNodeType GbXmlLibxmlXmlWriter ...  

LangSinh 26 Oct 2004 - 17:20 - r1.5 PaulRobinson
Sinh Value Sinh ( Number ) Computes the hyperbolic sine of a number. Example PRINT Sinh(1) ARROW 1.175201193644  

IoanBizau 03 Oct 2004 - 07:24 - r1.2 IoanBizau
Name: Ioan Bizau Email: Company Name: Company URL: Country: Romania How Learned About: Web site (which one?) Comment: Freshmeat Personal Preferences (details in TWIKIWEB ...  

EnzoDezi 22 Sep 2004 - 12:30 - NEW EnzoDezi
Name: enzo dezi Email: enzo.dezi@deltapol.com Company Name: Company URL: Country: Italy How Learned About: Friend/Co-worker Comment: Personal Preferences (details ...  

NewButtonProgram 18 Sep 2004 - 17:07 - r1.2 ReinerHoffmann
The New Button Program This program creates 2 new buttons on a form. The buttons are created just by code and do not come out of the toolbox. Alike this method you ...  

ClipboardProgram 18 Sep 2004 - 16:17 - NEW ReinerHoffmann
The Clipboard Program This program shows you the use of the clipboard in Gambas. You need 2 commandbuttons and 2 textareas to get the program going. The Code: ' Gambas ...  

GunnarL 12 Sep 2004 - 12:20 - NEW GunnarL
Name: Gunnar L Email: gunix@comhem.se Company Name: Company URL: Country: Sweden How Learned About: Friend/Co-worker Comment: Personal Preferences (details in TWIKIWEB ...  

MiodragBogdanovic 12 Sep 2004 - 00:34 - NEW MiodragBogdanovic
Name: Miodrag Bogdanovic Email: gio1000@ladijainwind.it Company Name: Company URL: Country: Italy How Learned About: Web site (which one?) Comment: Personal Preferences ...  

ExecuteProgram 10 Sep 2004 - 12:03 - NEW ReinerHoffmann
The Execute Program This program is similar to the program which is found here: http://www.theeasygambasdoku.de/misc/processes/exec/index.html It has been changed ...  

NewFormProgram 10 Sep 2004 - 11:19 - NEW ReinerHoffmann
The New Form Program This program opens a new form of the same class. The similar programm which is found here: http://www.theeasygambasdoku.de/widgets/form/form ...  

LuigiMarti 10 Sep 2004 - 07:34 - NEW LuigiMarti
Name: Luigi Marti Email: lgmarti@email.it Company Name: Company URL: http://www.animeonweb.com Country: Italy How Learned About: Press/News (where?) Comment: I learn ...  

FileSizeProgram 09 Sep 2004 - 18:33 - NEW ReinerHoffmann
The File Size Program With this miniprogram you can get the size of a file or a directory. You need a commandbutton to get the program going. The Code PUBLIC SUB ...  

FileSizeProgramm 09 Sep 2004 - 18:26 - NEW ReinerHoffmann
Can be deleted!!  

HomeDelSac 05 Sep 2004 - 06:05 - NEW HomeDelSac
Name: Home del Sac Email: home del sac@yahoo.es Company Name: Company URL: Country: Spain How Learned About: Web site (which one?) Comment: Personal Preferences ...  

ChasBigham 30 Aug 2004 - 14:06 - NEW ChasBigham
Name: Chas. Bigham Email: yancancook45@hotmail.com Company Name: Company URL: Country: USA How Learned About: Other (how?) Comment: by googling for "visual basic ...  

MatteoCampanelli 29 Aug 2004 - 22:16 - NEW MatteoCampanelli
Name: Matteo Campanelli Email: matteocam@freeweb.org Company Name: Company URL: Country: Italy How Learned About: Press/News (where?) Comment: Personal Preferences ...  

CarlosDazDelCampo 28 Aug 2004 - 21:36 - NEW CarlosDazDelCampo
Name: Carlos Díaz del Campo Email: bmciudadreal@yahoo.es Company Name: Company URL: Country: Spain How Learned About: Friend/Co-worker Comment: Personal Preferences ...  

LangLINK 28 Aug 2004 - 21:03 - r1.2 BenoitMinisini
LINK LINK Source path TO Destination path Creates a symbolic link named Destination path that points at the Source path file. See also LangCOPY COPY , LangKILL KILL ...  

LangERROR 28 Aug 2004 - 20:55 - NEW BenoitMinisini
ERROR ERROR Returns if there was an error. Use it just after a LangTRY TRY instruction to know if the executed instructions failed. To get more information about ...  

DiFuscoFrancesco 28 Aug 2004 - 06:52 - NEW DiFuscoFrancesco
Name: Di Fusco Francesco Email: francesco.difusco@libero.it Company Name: teaching online Company URL: http://www.teachingonline.it Country: Italy How Learned About ...  

GfdsaAtGfdsaorg 25 Aug 2004 - 14:23 - NEW GfdsaAtGfdsaorg
Name: gfdsa at gfdsa.org Email: gfdsa@gfdsa.org Company Name: Company URL: Country: Italy How Learned About: Web site (which one?) Comment: kde-apps Personal Preferences ...  

SanjayArora 23 Aug 2004 - 19:16 - NEW SanjayArora
Name: Sanjay Arora Email: smailbox@hotpop.com Company Name: Transcontinental Impex Pvt. Ltd. Company URL: Country: India How Learned About: Other (how?) Comment: ...  

LangENDIF 23 Aug 2004 - 12:15 - NEW BenoitMinisini
ENDIF See LangIF IF .  

Number of topics: 50