[Gambas-user] RE: Why I meet "illegal instruc tion" ?

2009-08-09 Thread Swee Kwang Tan
f' again. /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.10/am/depend2.am:?? The usual way to define `AMDEP' is to add one of the compiler tests /usr/share/automake-1.10/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OB

[Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-08 Thread Swee Kwang Tan
ine so it is more specific than "Re: Contents of Gambas-user digest..." Today's Topics:    1. Re: Gambas sticker graphic? (M0E Lnx)    2. Why I meet "illegal instruction" ? (Swee Kwang Tan)    3. Re: compiling gambas2 on opensuse 11.1 x64 (kobolds)    4. Re: compiling gambas2

[Gambas-user] Why I meet "illegal instruction" ?

2009-08-07 Thread Swee Kwang Tan
My Dear, I'm a fortune teller, writing a predict fortune program. dim gan as TienGan 'TienGan is a Class dim dx as ShiXing       'ShiXing is a Class dim fd as FlowData     'FlowData is a Class, it have defined many constant. gan = new TienGan(3, fd) dx = new ShiXing(gan.GetValue(), fd) why "

[Gambas-user] I've a command line gambas program, how do I send some paramater for it ?

2009-07-29 Thread Swee Kwang Tan
We can write it in C/C++, like this int main (int argc, char * argv[]) {   if (argc < 3) {   ___ 辣茩妏蚚閉湮⺍講捇誥蚘眊 http://cn.mail.yahoo.com -- Let Crystal Reports

[Gambas-user] How do you set text for a group of textbox ?

2009-06-26 Thread Swee Kwang Tan
Dear Sir, If I have a group of textbox, a string array access data from database, How do I write a program to set text for each textbox sepqrately ? like the following dim str[10] as string dim i as integer . .  'after this line, str get the data from database for i = 0 to 9    

[Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 47

2009-06-26 Thread Swee Kwang Tan
anagement (David Villalobos Cambronero)    3. The define style of many element string array (Swee Kwang Tan)    4. Re: Bug in package creator? (Beno?t Minisini)    5. Feature request (Steven James Drinnan)    6. Re: The define style of many element string array       (Steven James Drinnan)    7. Re: Bl

[Gambas-user] The define style of many element string array

2009-06-25 Thread Swee Kwang Tan
Dear Sir, Thank you for your reading. I have a string array, there is many element string. like this dim ss as string[] = ["jkl", "9080|", "jim", "ren", "mu8", "vcnm", "m83d", "m09nc", "n83f", "iiop'", "qiop"..] a longl long line, it have 65 sub-string. How do I write it smart ? If someone

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-23 Thread Swee Kwang Tan
Dear Sir, Thank you for your reply, after execute the line "#rpm -ivh --nodeps gambas2-gb-db-postgresql-2.13.1-1.fc11.i586" fedora 11 said "no such file or directory". The following is the simplify program PRIVATE $res AS Result PRIVATE $Con AS NEW Connection PRIVATE SUB OpenDataBase()

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-22 Thread Swee Kwang Tan
owdialog / showmodal auto center (kobolds) 3. Re: build 2027 failing (Beno?t Minisini) 4. GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREEDIFFERENTS STATES (Ricardo D?az Mart?n) 5. Please help me!!! (Swee Kwang Tan) ---

[Gambas-user] The lastest version gambas can't run in fedora 11

2009-06-21 Thread Swee Kwang Tan
Dear Sir, I've upgrade my system from ubuntu8.04 to fedora 11, after intall the gambas2-2.13.1, I found that my program can't run on the latest gambas version, because the gambas2-gb-db-postgresql is missing, my program can run in ubuntu 8.04 normally with the 2.8.2 version, I wish to download the

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-21 Thread Swee Kwang Tan
og / showmodal auto center (kobolds) 3. Re: build 2027 failing (Beno?t Minisini) 4. GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREEDIFFERENTS STATES (Ricardo D?az Mart?n) 5. Please help me!!! (Swee Kwang Tan) -

[Gambas-user] Please help me!!!

2009-06-20 Thread Swee Kwang Tan
Dear Sir, Gambas is good software, thank you for your working. I've upgrade my system from ubuntu 8.04 to fedora 11, and get the latest gambas2-2.13.1 from fedora repo. But my gambas program can't work normally, although it can work noraml in ubuntu, the postgresql can't connect, because fedora

[Gambas-user] Please help me, I've something trouble about gambas

2009-06-16 Thread Swee Kwang Tan
My Dear, There is a form include 10 label, if I wish to use a for loop assign 10 string to it, 10 difference string to the label, how do I write the program ? Thank you. Albert Lee ___ 辣茩妏蚚閉湮⺍講捇誥蚘眊 http://cn.mail.yahoo.com