Re: [Gambas-user] fouled up svn question

2009-09-29 Thread Benoît Minisini
> Gambas has fouled up my svn, I think benoit is aware of the issue but in > the meantime I can't commit. > > It occurred around renaming a directory in gambas. > > When I last did an update this was the outcome > D help/clinical/familyhistory > Updated to revision 202. > > I then tried

[Gambas-user] fouled up svn question

2009-09-29 Thread richard terry
Gambas has fouled up my svn, I think benoit is aware of the issue but in the meantime I can't commit. It occurred around renaming a directory in gambas. When I last did an update this was the outcome D help/clinical/familyhistory Updated to revision 202. I then tried a commit but the di

[Gambas-user] UI controls copy paste problem.

2009-09-29 Thread Jussi Lahtinen
Hi! In Gambas 3 revision 2364, you can copy example button, but paste option is greyed out (also CTRL + V is not working). So, you cannot actually copy/paste any controls. Jussi -- Come build with us! The BlackBerry® Deve

[Gambas-user] Stack backtrace window

2009-09-29 Thread Jussi Lahtinen
Hi! Where the stack backtrace window disappear? Talking about Gambas 3, revision 2364. @Ubuntu 9.04 64bit Jussi -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to

Re: [Gambas-user] tableview

2009-09-29 Thread Benoît Minisini
> Benoît Minisini wrote: > > Try to put -1 in the TableView.Columns.Width property. If I remember, it > > does not work correctly if your data comes from the Data event. > > no , it don't work , it make all columns ~ 10 px . > > Isn't there a way to call the directly the mouse action ? > like cal

Re: [Gambas-user] tableview

2009-09-29 Thread nero
Benoît Minisini wrote: > Try to put -1 in the TableView.Columns.Width property. If I remember, it > does not work correctly if your data comes from the Data event. no , it don't work , it make all columns ~ 10 px . Isn't there a way to call the directly the mouse action ? like call Tableview_Cl

Re: [Gambas-user] tableview

2009-09-29 Thread Benoît Minisini
> Hi, > > when using a tableview in gambas3 if I doubleclick between two columns all > columns autoresize to best fit. > > How can I have the same by code without do nothink with mouse ? > > thank's, > marco. > Try to put -1 in the TableView.Columns.Width property. If I remember, it does not

[Gambas-user] tableview

2009-09-29 Thread nero
Hi, when using a tableview in gambas3 if I doubleclick between two columns all columns autoresize to best fit. How can I have the same by code without do nothink with mouse ? thank's, marco. -- E' Primavera. I sensi si risvegliano. Le giornate si allungano, e non solo quelle...

[Gambas-user] TextEdit copy&Paste and removal of hyper tags

2009-09-29 Thread stderr
hi, I wanted to make a text editor that recognized hyper links. So I used 'TextEdit'. To extract the plain text I tried to use SelectAll + Copy + Paste like this: PUBLIC SUB Form_Open() DIM txt AS String PRINT "“abc”" TextEdit1.Text = "“abc”" TextEdit1.SelectAll() TextEdit1.Cop

Re: [Gambas-user] how to start a file?

2009-09-29 Thread Robert JUHASZ
Can it be an other option to load files to the mysql database as BLOB? If yes can someone tell me the command to upload and download the file from/to a certain location? This would solve my problem with the rights. Thx, Robi -