Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread kobolds
I couldn't find the option snap to grid in GB3 but I try on/off the toggle grid . same result . problem align same height and same width. 1. i create a form and drop 3 buttons 2. change the button1 only widthxheight to 80x100 3. select the rest button and do align same height and same width 4

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread kobolds
. select the rest of buttons and do alignment same width and same height 7. check the widthxheight of the buttons . you will notice all change to other value (not 100x80) hope this will help richard terry-5 wrote: > > On Monday 05 April 2010 14:22:12 kobolds wrote: >> I post this pr

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread kobolds
the problem is on the ide . you can try todo the same as the picture I attach . you will notice the problem . it's very obvious . richard terry-5 wrote: > > On Monday 05 April 2010 14:22:12 kobolds wrote: >> I post this problem before but until now this issue left unsol

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread kobolds
here I attach the image http://old.nabble.com/file/p28137258/snapshot4.png kobolds wrote: > > I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the h

[Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread kobolds
I post this problem before but until now this issue left unsolved. i try to create a form with many buttons (something like a keyboard). 1. when I try to change the height and width of all the buttons by using align same height and width , it doesn't work . 2. I position each button with sma

Re: [Gambas-user] probem with user component in GB3 Rev 2851

2010-04-02 Thread kobolds
today. I try recompile and make and restart GB3 but no use Charlie Reinl wrote: > > Am Donnerstag, den 01.04.2010, 20:34 -0700 schrieb kobolds: >> I realized my program still able to call my component even though that my >> component is not showing in component list . &g

[Gambas-user] probem with user component in GB3 Rev 2851

2010-04-01 Thread kobolds
I realized my program still able to call my component even though that my component is not showing in component list . the problem now is that the changes on my component project is not reflected on my program. -- View this message in context: http://old.nabble.com/probem-with-user-comp

Re: [Gambas-user] Gambas3 "Dock Widget" in qt

2010-03-07 Thread kobolds
if anyone plan to do that please make something like dock panel , stack panel , wrap panel in WPF EA7DFH wrote: > > This is for Benoît :-) > > As far as I'm experimenting with latest Gambas3 snapshot, I haven't > found a "Dock Widget" like in Qt Widgets (Qt Designer). > > Is it planned to

Re: [Gambas-user] suggestion of make option

2010-03-03 Thread kobolds
mail you some screen shot . hope you can give me some of your opinion ? I Benoît Minisini wrote: > >> this idea is from one of the program I previous used >> >> when I compile and make program , there is an option which allow me to >> include or not include the runtime framework or select wh

[Gambas-user] suggestion of make option

2010-03-01 Thread kobolds
this idea is from one of the program I previous used when I compile and make program , there is an option which allow me to include or not include the runtime framework or select which to include into one executable. of course the down side for this is the executable file will be big . \ when

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
solved in rev 2713 . thanks kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27698553.html Sent from the gambas-user mailing list

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
here i attach the log http://old.nabble.com/file/p27695194/konsole.txt.tar.gz konsole.txt.tar.gz Bugzilla from gam...@users.sourceforge.net wrote: > >> same with rev 2712 >> >> kobolds wrote: >> > ERROR: #2: Cannot load class 'Project': Unable

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
same with rev 2712 kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27694913.html Sent from the gambas-user mailing list

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
same with rev 2711 kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27685066.html Sent from the gambas-user mailing list

[Gambas-user] error running gambas3 rev2710

2010-02-21 Thread kobolds
ERROR: #2: Cannot load class 'Project': Unable to load class file -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27682794.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] 32 or 64?

2010-02-13 Thread kobolds
I use 64 , I switch to gambas is because of 64bit . right now I don't see any reason to waste time on 32bit. yuhej wrote: > > Hello List, > > I have to change my computer and need to install Ubuntu (9.10). > From the Gambas point of view is there any difference? What I develop will > be ins

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
I updated rev 2640 . thanks it fixed . Benoît Minisini wrote: > >> 2. click on a test table you will see no records on records view . double >> click on the records view you will get exception . this exception only >> happen if no record . if there's a record then the exception won't come >>

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
I just updated with rev 2640 . this problem still happen . when I click to close the tab for db manager , it close whole ide . no error show up . this problem only happen for db manager . the source or form tab is ok. is there a way for me to trace ? Benoît Minisini wrote: > >> 1. after you

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-25 Thread kobolds
the double quote is a habit for indicate value is string . if the double quote is not needed anymore shouldn't there be a warning when a user try to enter a double or single quote? Benoît Minisini wrote: > >> I found another problem with the db manager . >> >> when I set the default value

Re: [Gambas-user] error when run gambas3 (rev 2623)

2010-01-22 Thread kobolds
thanks . problem fixed Benoît Minisini wrote: > >> thanks but another error show up when I open the project >> here I post the snapshot >> http://old.nabble.com/file/p27267531/snapshot2.png snapshot2.png >> > > Is it better with revison #2625? > > -- > Benoît Minisini > > -

Re: [Gambas-user] error when run gambas3 (rev 2623)

2010-01-21 Thread kobolds
thanks but another error show up when I open the project here I post the snapshot http://old.nabble.com/file/p27267531/snapshot2.png snapshot2.png Benoît Minisini wrote: > >> today I try update to gambas3 (rev 2623) . no problem when compiling the >> source but when I run I get this error >>

[Gambas-user] problem when run gambas3 (rev 2623)

2010-01-21 Thread kobolds
today I try update to gambas3 (rev 2623) . no problem when compiling the source but when I run I get this error ERROR #27: cannot load component 'gb.qt4" : /usr/local/lib/gambas3/gb.qt4.so: undefined symbol: _ZTV9CEmbedder I don't have any problem of compiling and running previous rev of gb3.

[Gambas-user] error when run gambas3 (rev 2623)

2010-01-21 Thread kobolds
today I try update to gambas3 (rev 2623) . no problem when compiling the source but when I run I get this error ERROR #27: cannot load component 'gb.qt4" : /usr/local/lib/gambas3/gb.qt4.so: undefined symbol: _ZTV9CEmbedder I don't have any problem of compiling and running previous rev of gb3.

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-19 Thread kobolds
I found another problem with the db manager . when I set the default value of a field of a table for sqlite3 , for example the field name log_status and the default value "ACTIVE" . when a new record is created the log_status field show "ACTIVE" the double quote sign is included when it's not

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
here I attach the test project and snap shot. the database is in sqlite3 . you need to change the path of the connection 1. after you open the database manager , at the top right you will see red close button (to close the tab) click on it , it will close the whole ide when it not suppose to be

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
>> 1. when I close the database manager , it close the whole gb3 > Where do you click exactly? Can you give me more details? > the red close tab button Benoît Minisini wrote: > >> I though the one show at the connection is db manager ?. >> I create a sqlite db connection . when I click on

Re: [Gambas-user] problem with database manager (gambas3)

2010-01-18 Thread kobolds
I though the one show at the connection is db manager ?. I create a sqlite db connection . when I click on it , it show db manager where I can add/modify or delete table. even though it's integrated into the ide , I though it's still db manager . Benoît Minisini wrote: > >> I having some

[Gambas-user] problem with database manager (gambas3)

2010-01-17 Thread kobolds
I having some problem with the database manager on gb3 1. when I close the database manager , it close the whole gb3 2. cannot add /modify /delete the records in a table. if no records in the table and I click on the view , I get exception and gb3 terminate . the add button always disable and the

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-17 Thread kobolds
my desktop scale is 7 my screen size is 1280 x 800 Benoît Minisini wrote: > >> OK , I think I finally found the bugs . >> >> you can try your self and will see the bug. >> 1. add a button to a form >> 2. change the button width and height to 60 . or any even number >> 3. click to select the

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread kobolds
only occur if you set the width and height to even number . if you set to odd number then it's OK. kobolds wrote: > > yes . it's selected by default > > > Kadaitcha Man wrote: >> >> 2010/1/17 kobolds : >>> >>> I using gb3 and qt4 a

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread kobolds
yes . it's selected by default Kadaitcha Man wrote: > > 2010/1/17 kobolds : >> >> I using gb3 and qt4 and I still having these problem > > Yes, but did you select qt4 in Proj

Re: [Gambas-user] problem with aligment same width (gambas3)

2010-01-16 Thread kobolds
I using gb3 and qt4 and I still having these problem Kadaitcha Man wrote: > > 2010/1/16 Fiddler63 : >> kobolds wrote: >>> >>> gambas3 qt4 >>> >>> I notice that gb ide auto change the width when it's not suppose too. >>> >>

[Gambas-user] problem with aligment same width (gambas3)

2010-01-15 Thread kobolds
gambas3 qt4 I notice that gb ide auto change the width when it's not suppose too. I have 3 button each with width 90, 100,100 I want all 3 button width become 90 . I select them and choose align same width . I notice all 3 button width now become 91 when it suppose to be 90 . -- View this

[Gambas-user] problem bold style in select font dialog (gambas3)

2010-01-15 Thread kobolds
I small problem with the select font dialog . when I try to select to bold style , the text doesn't change to bold . I have to first click other style (normal , italic or bold italic) and then click the bold style , by then the bold style will work . -- View this message in context: http://o

Re: [Gambas-user] PictureBox problem (Gambas3)

2010-01-15 Thread kobolds
I found the problem . sorry it's my fault . I mess up some code while try to rewrite my program in gb2 to gb3. Benoît Minisini wrote: > >> I having strange problem with PictureBox to display image. >> >> if I choose the image from picturebox properties , the image show up but >> when I do i

Re: [Gambas-user] PictureBox problem (Gambas3)

2010-01-14 Thread kobolds
uot;True". > > Bill Richman - Lincoln, Nebraska > Tilter at windmills, maker of pies in the sky, & curmudgeon > email: b...@geektrap.com web: www.geektrap.com > > > > > kobolds wrote: >> I having strange problem with PictureBox to display image. >&

[Gambas-user] PictureBox problem (Gambas3)

2010-01-14 Thread kobolds
I having strange problem with PictureBox to display image. if I choose the image from picturebox properties , the image show up but when I do it from program , the picture not showing . in the program I do this picturebox1.picture = picture[application.path & "/image/back.png"] I found out tha

Re: [Gambas-user] make fail (gambas3 rev 2603)

2010-01-11 Thread kobolds
I just add the libffi-devel package from yast . this package is not added by default Rolf-Werner Eilert wrote: > > Am 09.01.2010 18:51, schrieb kobolds: >> >> Fixed . thanks > > > How did you fix that? I had the same problem, so please describe > somewhat mo

Re: [Gambas-user] make fail (gambas3 rev 2603)

2010-01-09 Thread kobolds
Fixed . thanks Benoît Minisini wrote: > >> I tried with rev 2604 but still get same error . >> >> here I attach the log >> >> http://old.nabble.com/file/p27086866/konsole.txt.tar.gz >> konsole.txt.tar.gz >> >> kobolds wrote: >>

Re: [Gambas-user] make fail (gambas3 rev 2603)

2010-01-09 Thread kobolds
I tried with rev 2604 but still get same error . here I attach the log http://old.nabble.com/file/p27086866/konsole.txt.tar.gz konsole.txt.tar.gz kobolds wrote: > > Hi, I having trouble when compiling gambas3 source on opensuse 11.2 (x64) > > ../libtool: line 4998: cd: no: No

[Gambas-user] make fail (gambas3 rev 2603)

2010-01-08 Thread kobolds
Hi, I having trouble when compiling gambas3 source on opensuse 11.2 (x64) ../libtool: line 4998: cd: no: No such file or directory libtool: link: cannot determine absolute directory name of `no' make[4]: *** [gb.la] Error 1 make[4]: Leaving directory `/temp/trunk/main/gbx' make[3]: *** [all-recur

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: > > Doriano Blengino a écrit : >> Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql >>> Actually we don't play on the same ground: most of the

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: > >> Benoît Minisini wrote: >> >> I wish to propose SQL object . >> >> >> >> in the project tree to add a new folder call SQL where it contain sql >> >> object . >> >> the sql object basically is just use to store sql code (like a local >> >> stored >> >> procedure) but y

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: > > kobolds a écrit : >> I wish to propose SQL object . >> >> in the project tree to add a new folder call SQL where it contain sql >> object >> . >> the sql object basically is just use to store sql code (like a loca

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: > >> I wish to propose SQL object . >> >> in the project tree to add a new folder call SQL where it contain sql >> object . >> the sql object basically is just use to store sql code (like a local >> stored >> procedure) but you can edit with 2 option . one using sqlquery

[Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second edit the sql code (text directly)

Re: [Gambas-user] compiling gambas2 on opensuse 11.1 x64

2009-08-08 Thread kobolds
Benoît Minisini wrote: > >> kobolds wrote: >> > I try many times try to compile gambas2 from source . I left with 4 >> > warning to solve . please help me >> > http://www.nabble.com/file/p24868373/log.txt log.txt >> > >> > - gb.cor

Re: [Gambas-user] compiling gambas2 on opensuse 11.1 x64

2009-08-08 Thread kobolds
kobolds wrote: > > I try many times try to compile gambas2 from source . I left with 4 > warning to solve . please help me > http://www.nabble.com/file/p24868373/log.txt log.txt > > - gb.corba >libACE.so - from acroread , libomniORB4.so, libomniDynamic4.so

[Gambas-user] compiling gambas2 on opensuse 11.1 x64

2009-08-07 Thread kobolds
I try many times try to compile gambas2 from source . I left with 4 warning to solve . please help me http://www.nabble.com/file/p24868373/log.txt log.txt - gb.corba libACE.so - from acroread , libomniORB4.so, libomniDynamic4.so - gb.db.firebird install from opensuse database resposit

Re: [Gambas-user] question on running Gambas Executable on others distro

2009-07-18 Thread kobolds
Fabien Bodard-4 wrote: > > http://www.gambasdoc.org/help/install > > 2009/7/17 kobolds : >> >> >> >> Fabien Bodard-4 wrote: >>> >>> qt or/and gtk, curl, database, poppler(pdf)... and anything else >>> >>> 2009/7/17 k

Re: [Gambas-user] question on running Gambas Executable on others distro

2009-07-17 Thread kobolds
Fabien Bodard-4 wrote: > > qt or/and gtk, curl, database, poppler(pdf)... and anything else > > 2009/7/17 kobolds : >> >> I have question on how to run my application on other distro . I create a >> demo live linux cd that primary just run my program withou

[Gambas-user] question on running Gambas Executable on others distro

2009-07-16 Thread kobolds
I have question on how to run my application on other distro . I create a demo live linux cd that primary just run my program without any desktop program in it . my question is 1. install gambas run time 2. install user create components 3. what else that will be need ? any guide will be goo

[Gambas-user] ButtonView

2009-07-15 Thread kobolds
I decide to share this with everyone . this will be useful for people develop program for touchscreen . let me know you opinion http://www.nabble.com/file/p24508131/snapshot2.png http://www.nabble.com/file/p24508131/test.zip test.zip -- View this message in context: http://www.nabble.com

Re: [Gambas-user] How to specify action button at runtime

2009-07-15 Thread kobolds
Ron Klinkien wrote: > > >> my problem now is how to set the click action and how to know which button is clicking >>> Use this instead: >>> >>> m_button = NEW Button(ScrollView1) AS "MyButton" >>> >>> Set the .Tag property to something unique: >>> >>> .Tag = iUn

Re: [Gambas-user] How to specify action button at runtime

2009-07-15 Thread kobolds
Ron Klinkien wrote: > > kobolds wrote: >> Hi, >> >> I try create button at run time but I having trouble to set the click >> action. >> here my code >> >> DIM m_MaxCol AS Integer = 5 >> DIM m_button AS Button >> DIM m_MaxBut AS In

Re: [Gambas-user] How to specify action button at runtime

2009-07-15 Thread kobolds
Ron Klinkien wrote: > > kobolds wrote: >> Hi, >> >> I try create button at run time but I having trouble to set the click >> action. >> here my code >> >> DIM m_MaxCol AS Integer = 5 >> DIM m_button AS Button >> DIM m_MaxBut AS In

Re: [Gambas-user] Bugs in TextLabel

2009-07-15 Thread kobolds
Benoît Minisini wrote: > >> gambas 2.14 qt >> >> 1. create a project >> 2. drag picturebox into the form and select a png picture (make sure at >> least 400x400) >> 3. drag a textlabel on top of the picture >> 4. test that you can select the picture box control or textlabel by click >> on them

[Gambas-user] How to specify action button at runtime

2009-07-15 Thread kobolds
Hi, I try create button at run time but I having trouble to set the click action. here my code DIM m_MaxCol AS Integer = 5 DIM m_button AS Button DIM m_MaxBut AS Integer = 18 DIM m_Colcnt AS Integer = 0 DIM m_Rowcnt AS Integer = 0 DIM m_butcnt AS Integer = 0 DIM m_Colgap AS Integer = 2 DIM m_Row

[Gambas-user] Bugs in TextLabel

2009-07-14 Thread kobolds
gambas 2.14 qt 1. create a project 2. drag picturebox into the form and select a png picture (make sure at least 400x400) 3. drag a textlabel on top of the picture 4. test that you can select the picture box control or textlabel by click on them 5. change the transparent on textlabel to true no

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
You're right . thanks Werner-9 wrote: > > Werner wrote: >> kobolds wrote: >> >>> sorry here the code >>> >>> http://www.nabble.com/file/p24460070/test.zip test.zip >>> >>> Benoît Minisini wrote: >>> &g

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
mine show tab strip 1 , but the button also show out Werner-9 wrote: > > kobolds wrote: >> sorry here the code >> >> http://www.nabble.com/file/p24460070/test.zip test.zip >> >> Benoît Minisini wrote: >> >>>> the whole project I doi

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
sorry here the code http://www.nabble.com/file/p24460070/test.zip test.zip Benoît Minisini wrote: > >> the whole project I doing now still in very messy status . but I confirm >> the problem exist by create a new project to see if it happen or not . >> >> now that you said that , I also not su

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
the whole project I doing now still in very messy status . but I confirm the problem exist by create a new project to see if it happen or not . now that you said that , I also not sure whether the problem is because of kde 4.3 qt 4.5 . I guess this is why I unable to compile gambas3 on the y

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
qt . version 2.14 using binary from Guillermo Ballester Valor. on opensuse 11.1 x64 kde 4.3 RC2 release 142 Benoît Minisini wrote: > >> follow my example to emulate the bug . >> >> 1 create a form >> 2. drag and drop a tabstrip control to the form >> 3. set the count to 3 , it will create

[Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
follow my example to emulate the bug . 1 create a form 2. drag and drop a tabstrip control to the form 3. set the count to 3 , it will create 3 tab 4. add a button to tab1 5. at form _open() event add the following code ' only left tab1 visible , hide the rest tabstrip1[1].visible = tru

Re: [Gambas-user] where is line ,rectangle , circle

2009-07-12 Thread kobolds
Benoît Minisini wrote: > >> since I don't see it on default gambas control , I wonder had anyone >> wrote >> such control ? >> >> for example >> line --> can set the color ,thickness ,shape ,horizontal or vertical >> rectangle --> can set tickness ,the edge color , fill color and edge >> shape

[Gambas-user] where is line ,rectangle , circle

2009-07-11 Thread kobolds
since I don't see it on default gambas control , I wonder had anyone wrote such control ? for example line --> can set the color ,thickness ,shape ,horizontal or vertical rectangle --> can set tickness ,the edge color , fill color and edge shape circle -->can set tickness , can set the edge colo

[Gambas-user] change GridView title text alignment and font

2009-07-10 Thread kobolds
how do i change GridView title text alignment and font? -- View this message in context: http://www.nabble.com/change-GridView-title-text-alignment-and-font-tp24425430p24425430.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] something need to be done with the compiler

2009-07-07 Thread kobolds
Benoît Minisini wrote: > >> I have been trying learn gambas for a month now , I quite happy with it >> other than the compiler . >> the compiler just too stupid . when I code a program and some time typo >> or >> forget the fill a parameter of a function , the compiler just ignore it . >> >> I

[Gambas-user] something need to be done with the compiler

2009-07-07 Thread kobolds
I have been trying learn gambas for a month now , I quite happy with it other than the compiler . the compiler just too stupid . when I code a program and some time typo or forget the fill a parameter of a function , the compiler just ignore it . I spend more time to trace such stupid problem o

Re: [Gambas-user] Bug in Database manager

2009-07-07 Thread kobolds
Benoît Minisini wrote: > >> > what I mention is also happen when you using the database manager to >> > create the table and the default value . this happen if the field type >> > is string . create a table (sqlite) using database manager . create a >> > field type string . enter the default v

Re: [Gambas-user] Bug in Database manager

2009-07-06 Thread kobolds
Benoît Minisini wrote: > >> gambas 2.14 >> database sqlite >> >> I create table with 2 datetime fields (start_date , end_date) and default >> value current_timestamp . and 1 string field (stg_status) with default >> 'O' >> >> when I open using gambas database manager >> the 2 datetime field sho

[Gambas-user] Bug in Database manager

2009-07-06 Thread kobolds
gambas 2.14 database sqlite I create table with 2 datetime fields (start_date , end_date) and default value current_timestamp . and 1 string field (stg_status) with default 'O' when I open using gambas database manager the 2 datetime field show , start_date --> default show --> 0 end_date--->

Re: [Gambas-user] found interesting bug

2009-07-06 Thread kobolds
gambas 2.14 gui qt Benoît Minisini wrote: > >> I found very interesting bug . here how to emulate it (took me a while >> to >> trace it) >> >> 1 . create 2 module >> >> module Mtest1 >> >> public function test() as boolean >> >> error.raise("this is error 1") >> >> return true >> catch >

[Gambas-user] found interesting bug

2009-07-06 Thread kobolds
I found very interesting bug . here how to emulate it (took me a while to trace it) 1 . create 2 module module Mtest1 public function test() as boolean error.raise("this is error 1") return true catch Mtest2.test2(error.text) return false end '__ modu

Re: [Gambas-user] extend group property

2009-07-03 Thread kobolds
Benoît Minisini wrote: > >> is it possible to extend the use of group property to not just share >> event >> between control ? >> >> I know some programming tools on windows that they allow a control to set >> multiple group . their group provide more function . >> >> group can be use to assign

[Gambas-user] extend group property

2009-07-01 Thread kobolds
is it possible to extend the use of group property to not just share event between control ? I know some programming tools on windows that they allow a control to set multiple group . their group provide more function . group can be use to assign same property of controls . for example I have

[Gambas-user] something very strange with the compiler

2009-06-29 Thread kobolds
I found something very strange with the compiler . I have a variable that I declare it public in a module . I use the variable in a form code . then I change the name of the variable and select compile all and make . no error show up . but when I run the program and hit the line where I using the

Re: [Gambas-user] I create a new function to share

2009-06-27 Thread kobolds
Doriano Blengino wrote: > > Benoît Minisini ha scritto: >>> 1. i18n says that a "normal" number has no thousand separator; instead a >>> currency ("monetary") has it. Thinking again and again, this could make >>> sense. >>> >>> 2. KDE desktop has its own management. Don't know how and why - per

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread kobolds
Pino Zollo wrote: > > Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: >> I create a function call FormatX() for easy formatting number, date and >> string . read the cctools.html for detail on how to use it . >> >> post your opinion what you think about

[Gambas-user] I create a new function to share

2009-06-26 Thread kobolds
I create a function call FormatX() for easy formatting number, date and string . read the cctools.html for detail on how to use it . post your opinion what you think about it http://www.nabble.com/file/p24216805/cctools.tar cctools.tar -- View this message in context: http://www.nabble.com/I

[Gambas-user] site like rbgarage for gambas

2009-06-23 Thread kobolds
I wonder is there any site like rbgarage but for gambas out there ? site like that very important for developer where you can share your works , other users can download code and see how things can be done . -- View this message in context: http://www.nabble.com/site-like-rbgarage-for-gamb

Re: [Gambas-user] Help creating user control

2009-06-22 Thread kobolds
Benoît Minisini wrote: > >> I read how to create user control from this link >> http://www.gambasdoc.org/help/dev/gambas >> >> but I still having some problem to get it work . >> I want to create a custom control button . >> - FButtonEX (form) >> - ButtonEX (class) >> >> on the form (FButtonEX)

[Gambas-user] Help creating user control

2009-06-20 Thread kobolds
I read how to create user control from this link http://www.gambasdoc.org/help/dev/gambas but I still having some problem to get it work . I want to create a custom control button . - FButtonEX (form) - ButtonEX (class) on the form (FButtonEX) , I drag and drop a button . --

[Gambas-user] text in button auto wrap

2009-06-20 Thread kobolds
i wish that the text on the button auto wrap if too long not cut off like right now. how do i do that -- View this message in context: http://www.nabble.com/text-in-button-auto-wrap-tp24125198p24125198.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] showdialog / showmodal auto center

2009-06-19 Thread kobolds
Benoît Minisini wrote: > >> i found that when display a window using showdialog / showmodal , the >> window show with auto center on screen. i don't want that , how do i >> disable it. i try using the X and Y but no effect > > Why don't you want that? > > -- > Benoît > > ---

[Gambas-user] showdialog / showmodal auto center

2009-06-18 Thread kobolds
i found that when display a window using showdialog / showmodal , the window show with auto center on screen. i don't want that , how do i disable it. i try using the X and Y but no effect -- View this message in context: http://www.nabble.com/showdialog---showmodal-auto-center-tp24105720p241057

[Gambas-user] change row height in listview

2009-01-07 Thread kobolds
how do I change the row height in listview ? I try change the the font . it work but look ugly . any other way ? I try to set listview1.item.height = 30 , but get error null object . couldn't find any help for that property also. -- View this message in context: http://www.nabble.com/change-r

[Gambas-user] re turn value from a form

2009-01-07 Thread kobolds
in order to get return value from a form , I create a variable in the form in ftest public retun_value as boolean =false public sub btnOK_click() return_value = true me.close end public sub btncancel_click() return_value = false me.close end from Fmain

Re: [Gambas-user] align item center form

2009-01-06 Thread kobolds
Shawn McCuan wrote: > > richard terry wrote: >> On Wed, 7 Jan 2009 02:39:28 pm kobolds wrote: >> >>> where is the align item to center of the form . I see align left ,right, >>> bottom and top but couldn't find align vertical center and align

[Gambas-user] align item center form

2009-01-06 Thread kobolds
where is the align item to center of the form . I see align left ,right, bottom and top but couldn't find align vertical center and align horizontal center . -- View this message in context: http://www.nabble.com/align-item-center-form-tp21324301p21324301.html Sent from the gambas-user mailing

Re: [Gambas-user] create gambas component

2009-01-04 Thread kobolds
mpt me any error . Benoit Minisini wrote: > > On dimanche 4 janvier 2009, kobolds wrote: >> I using opensuse 11.1 (64 bit) . I download gambas from >> http://download.opensuse.org/repositories/home:/gbvalor/ >> >> I using gambas 2.9 . >> I also try updat

Re: [Gambas-user] create gambas component

2009-01-03 Thread kobolds
I using opensuse 11.1 (64 bit) . I download gambas from http://download.opensuse.org/repositories/home:/gbvalor/ I using gambas 2.9 . I also try update to 2.10 and recompile but still get the same error Benoit Minisini wrote: > > On dimanche 4 janvier 2009, kobolds wrote: >>

[Gambas-user] create gambas component

2009-01-03 Thread kobolds
hi I new in gambas. I try to create a simple gambas component , a project with only a class and a function . I read from wiki that all I need to do is 1. on the project option set the "this project is component to true" 2. on make executable option tick "Install in the user component directory" a