Topics in Gambas web: | Changed: now 15:21 GMT | Changed by: |
TWikiUsers | 31 Dec 2004 - 12:18 - r1.161 | SrikantaPrasanna |
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 ... |
SrikantaPrasanna | 31 Dec 2004 - 12:18 - NEW | SrikantaPrasanna |
Name: Srikanta Prasanna Email: srikantap@gmail.com Company Name: Xalted Networks Company URL: http://www.xaltedindia.net Country: India How Learned About: Friend ... |
VincenzoDionisioVirgilio | 30 Dec 2004 - 18:30 - NEW | VincenzoDionisioVirgilio |
Name: Vincenzo Dionisio Virgilio Email: supporto@gambas.it Company Name: Sicily On Net Company URL: http://www.son.it Country: Italy How Learned About: Web site ... |
WebHome | 30 Dec 2004 - 15:42 - r1.75 | 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 ... |
GbDbDBMQuote | 30 Dec 2004 - 15:41 - r1.3 | BenoitMinisini |
INCLUDE{"GbDbDBMQuoteTitleInclude"} INCLUDE{"GbDbDBMQuoteSyntaxInclude"} See GbDbConnectionMQuote Connection.Quote . |
GbDbConnectionMQuote | 30 Dec 2004 - 15:41 - r1.2 | BenoitMinisini |
INCLUDE{"GbDbConnectionMQuoteTitleInclude"} INCLUDE{"GbDbConnectionMQuoteSyntaxInclude"} Returns a quoted identifier so that you can freely insert it in a query. ... |
GbStringMLen | 30 Dec 2004 - 15:40 - r1.2 | BenoitMinisini |
INCLUDE{"GbStringMLenTitleInclude"} INCLUDE{"GbStringMLenSyntaxInclude"} Returns the length of an UTF-8 string in characters. Example PRINT String.Len("Benoît") ARROW ... |
GbString | 30 Dec 2004 - 15:37 - r1.2 | BenoitMinisini |
INCLUDE{"GbStringTitleInclude"} This class provided UTF-8 string manipulation methods. Be careful that standard Gambas string routines only deal with ASCII strings ... |
GbStringMIndex | 30 Dec 2004 - 15:36 - r1.2 | BenoitMinisini |
INCLUDE{"GbStringMIndexTitleInclude"} INCLUDE{"GbStringMIndexSyntaxInclude"} Returns the index of the character at position Pos in the string. Example DIM iInd AS ... |
GbStringMPos | 30 Dec 2004 - 15:33 - r1.2 | BenoitMinisini |
INCLUDE{"GbStringMPosTitleInclude"} INCLUDE{"GbStringMPosSyntaxInclude"} Returns the position of the character of index Index in the string. Example DIM iInd AS Integer ... |
GbSdlMusicPVolume | 30 Dec 2004 - 15:16 - r1.2 | BenoitMinisini |
INCLUDE{"GbSdlMusicPVolumeTitleInclude"} INCLUDE{"GbSdlMusicPVolumeSyntaxInclude"} Returns or sets the volume of the music track. The volume is a floating point value ... |
GbSdlChannelsPVolume | 30 Dec 2004 - 15:15 - r1.2 | BenoitMinisini |
INCLUDE{"GbSdlChannelsPVolumeTitleInclude"} INCLUDE{"GbSdlChannelsPVolumeSyntaxInclude"} Returns or sets the volume of all channels in one shot. The volume is a floating ... |
GbSdlChannelPVolume | 30 Dec 2004 - 15:08 - r1.2 | BenoitMinisini |
INCLUDE{"GbSdlChannelPVolumeTitleInclude"} INCLUDE{"GbSdlChannelPVolumeSyntaxInclude"} Returns or sets the volume of the channel. The volume is a floating point value ... |
GbQtTreeViewMMoveBack | 30 Dec 2004 - 15:07 - r1.2 | BenoitMinisini |
INCLUDE{"GbQtTreeViewMMoveBackTitleInclude"} INCLUDE{"GbQtTreeViewMMoveBackSyntaxInclude"} When one of the other Move methods has failed, you can use MoveBack to ... |
GbQtControlRPrevious | 30 Dec 2004 - 15:02 - r1.2 | BenoitMinisini |
INCLUDE{"GbQtControlRPreviousTitleInclude"} INCLUDE{"GbQtControlRPreviousSyntaxInclude"} Returns the previous control having the same parent. |
GbQtControlRNext | 30 Dec 2004 - 15:02 - r1.2 | BenoitMinisini |
INCLUDE{"GbQtControlRNextTitleInclude"} INCLUDE{"GbQtControlRNextSyntaxInclude"} Returns the next control having the same parent. |
GbDbDBPDebug | 30 Dec 2004 - 14:59 - r1.2 | BenoitMinisini |
INCLUDE{"GbDbDBPDebugTitleInclude"} INCLUDE{"GbDbDBPDebugSyntaxInclude"} Sets or returns if the database component is in debugging mode. When this flag is set, each ... |
GbDbResultRLength | 30 Dec 2004 - 14:38 - r1.2 | BenoitMinisini |
INCLUDE{"GbDbResultRLengthTitleInclude"} INCLUDE{"GbDbResultRLengthSyntaxInclude"} This is a synonymous for the GbDbResultRCount Count property. |
GbClassRInstance | 30 Dec 2004 - 14:23 - r1.2 | BenoitMinisini |
INCLUDE{"GbClassRInstanceTitleInclude"} INCLUDE{"GbClassRInstanceSyntaxInclude"} Returns the instance of an auto-creatable class. For example, if you use a form named ... |
IndexByName | 29 Dec 2004 - 17:14 - r1.6 | JochenGeorges |
Gambas Alphabetical Language Index A LangAbs Abs LangAccess Access LangAcsACos Acs / ACos LangAcshACosh Acsh / ACosh LangAND AND LangArithmeticOperators Arithmetic ... |
WidgetsListBox | 29 Dec 2004 - 17:14 - NEW | JochenGeorges |
How to make a listbox PUBLIC SUB new() lb1.Add("System.Charset") lb1.Add("System.Domain") lb1.Add("System.Home") lb1.Add("System.Host") lb1.Add("System.Language" ... |
HowTo | 29 Dec 2004 - 17:09 - r1.31 | JochenGeorges |
The Easy Gambas Documentation It is still under construction, feel invited to use the edit-buttton :-) How to ... HowDoISayHelloWorld ...say "Hello World"? VisualIntroductionToGambas ... |
OopCcar | 29 Dec 2004 - 15:58 - r1.2 | JochenGeorges |
CCar.class The Program This is just a class which is used in different projects. The Code: PUBLIC brand AS String PUBLIC ps power AS Integer PUBLIC kw power AS Float ... |
MiscFilesMydatatype | 29 Dec 2004 - 15:53 - r1.2 | JochenGeorges |
How to save and load files with selfdefined datatypes The program safes a binary file in the homedirectory. car AS CCar auto AS CCar arCar AS Object PUBLIC SUB new ... |
BtnByCode | 29 Dec 2004 - 06:43 - NEW | JochenGeorges |
How do I make a button by code? Gambas class file lb AS Label btn AS Button PUBLIC SUB new() btn NEW Button(ME) AS "Btn1" btn.X 20 btn.Y 30 btn.Width 80 btn.Height ... |
GbQtControlPMouse | 28 Dec 2004 - 19:34 - r1.2 | JochenGeorges |
INCLUDE{"GbQtControlPMouseTitleInclude"} INCLUDE{"GbQtControlPMouseSyntaxInclude"} Returns or sets the appearence of the cursor when it points inside the control ... |
HowDoesGambasWork | 28 Dec 2004 - 13:24 - NEW | JochenGeorges |
How does Gambas work If you write a program, you will have one or more form files, one or more class files and a .project file. A form file is a description of your ... |
MiscApplicationArgs | 28 Dec 2004 - 12:24 - NEW | JochenGeorges |
How to start a gambas program with arguments Make an executable gambasprogram and start it with 2 arguments: ./gui n args kakakaka ozozozoz ' Gambas class file PUBLIC ... |
MiscExec | 28 Dec 2004 - 12:19 - NEW | JochenGeorges |
How to execute programs PRIVATE myProcess AS Process PUBLIC SUB new() ME.Title "Working with EXEC" ComboBox1.add("gambas") ComboBox1.add("ls") ComboBox1.add("/usr ... |
MiscFilesLoadSave | 28 Dec 2004 - 11:26 - NEW | JochenGeorges |
How to save and load files ' Gambas class file PUBLIC SUB Button1 Click() TextArea1.Text File.Load("test.txt") 'test.txt must exist!! END PUBLIC SUB Button2 Click ... |
MiscFilesOpen | 28 Dec 2004 - 11:26 - NEW | JochenGeorges |
How to open a file ' Gambas class file PUBLIC SUB Button1 Click() myLine AS String myFile AS File nb AS Integer X AS Integer nb 0 'test.txt must exist! |
VariablesArrayMyDatatype | 28 Dec 2004 - 11:18 - NEW | JochenGeorges |
How to make an Array of a selfdefined datatype ' Gambas class file arCar AS Object blue AS CCar green AS CCar PUBLIC SUB new() blue NEW CCar("blueCar", 300, 400.34 ... |
VariablesArray | 28 Dec 2004 - 11:17 - NEW | JochenGeorges |
How to make an Array ' Gambas class file arStr AS String PUBLIC SUB new() i AS Integer arStr NEW String '$arStr NEW String 5 'does NOT work! FOR i 0 TO 4 |
VariablesCollection | 28 Dec 2004 - 11:16 - NEW | JochenGeorges |
How to make a Collection ' Gambas class file col1 AS NEW Collection col2 AS NEW Collection PUBLIC SUB new() col1.Add("hallo", 1) col1.Add(5.7, 2) col1.Add(876, 3 ... |
VariablesConvertVal | 28 Dec 2004 - 11:12 - NEW | JochenGeorges |
How to convert Strings with Val() ' Gambas class file PUBLIC SUB new() TextLabel1.Text "Type in something that looks like an " "Integer, Float or Boolean" END PUBLIC ... |
VariablesConvertCstr | 28 Dec 2004 - 11:11 - NEW | JochenGeorges |
How to convert Variables to String with CStr() and Str() ' Gambas class file PUBLIC SUB Button1 Click() Label2.Text Str(4.6) Label4.Text CStr(4.6) Label6.Text Str ... |
VariablesConvertCint | 28 Dec 2004 - 11:09 - NEW | JochenGeorges |
How to convert Strings to Integer with CInt() ' Gambas class file PUBLIC SUB Button1 Click() x AS Integer x CInt(TextBox1.Text) CInt(TextBox2.Text) 'this throws ... |
StringsDivideWords | 28 Dec 2004 - 11:08 - NEW | JochenGeorges |
How to How to divide a string into single words PUBLIC SUB Button1 Click() myAr AS String myStr AS String outstr AS String x AS Integer outstr "" |
StringsDivideChar | 28 Dec 2004 - 11:07 - NEW | JochenGeorges |
How to divide a string into single characters ' Gambas class file PUBLIC SUB new() TextLabel2.Text "See the first and last character of your INPUT!" END PUBLIC SUB ... |
StringsCatenate | 28 Dec 2004 - 11:06 - NEW | JochenGeorges |
How to catenate strings ' Gambas class file PUBLIC SUB Button1 Click() 'use to catenate strings : TextLabel1.Text "Hello " TextBox1.Text END Gambas.JochenGeorges ... |
StringsCompareLike | 28 Dec 2004 - 11:02 - NEW | JochenGeorges |
How to compare strings with 'LIKE' ' Gambas class file ' STATIC PUBLIC SUB Main() ' hForm AS Fmain ' hForm NEW Fmain ' hForm.show ' END PUBLIC SUB Button1 Click( ... |
Timer | 28 Dec 2004 - 10:43 - r1.2 | JochenGeorges |
How to make a timer ' Gambas class file PUBLIC SUB new() TextLabel1.Text "XXXXXX" Timer1.Delay 200 Timer1.Enabled TRUE |
TextLabels | 28 Dec 2004 - 10:39 - NEW | JochenGeorges |
How to format Text in a TextLabel ' Gambas class file PUBLIC SUB new() Label1.Text " b Label /b b " " i You can`t design the text /i b " " u that`s the way it IS ... |
ProgressBar | 28 Dec 2004 - 10:22 - NEW | JochenGeorges |
How to use a Progressbar ' Gambas class file PUBLIC SUB new() ProgressBar1.value 0.01 END PUBLIC SUB Button1 Click() ProgressBar1.value ProgressBar1.value 0.01 END ... |
MakeMessages | 28 Dec 2004 - 10:21 - r1.2 | JochenGeorges |
How to make a Message ' Gambas class file PUBLIC SUB Button1 Click() Message.Info("Hello, this is the Info Message", "OK") END PUBLIC SUB Button2 Click() SELECT Message ... |
MakeMenu | 28 Dec 2004 - 08:18 - NEW | JochenGeorges |
How to make a menu To make a menu you can use the menu-editor. To open it just rightclick in your Form. The Program At starttime the menus' command "trees" is not ... |
ModalForm | 28 Dec 2004 - 07:27 - NEW | JochenGeorges |
How to open a modal Form If a modal window or dialog is active, all other windows or dialogs are passiv. ' Gambas class file PUBLIC SUB Button1 Click() DIM hNewForm ... |
NewForm | 28 Dec 2004 - 07:23 - NEW | JochenGeorges |
How to open a new Form/Window ' Gambas class file PUBLIC SUB Button1 Click() DIM hNewForm AS Fnew hNewForm NEW Fnew hNewForm.show END |
DrawFigures | 28 Dec 2004 - 07:19 - r1.2 | JochenGeorges |
How to draw some figures ' Gambas class file PUBLIC SUB new() 'this clears the DrawingArea da.Clear() 'all the drawing activities have to be 'capseld by |
GbDbConnectionMEdit | 27 Dec 2004 - 16:35 - r1.2 | AndyBertini |
INCLUDE{"GbDbConnectionMEditTitleInclude"} INCLUDE{"GbDbConnectionMEditSyntaxInclude"} Returns a read/write GbDbResult Result object used for editing records in the ... |