[Gambas-user] 4182 compile issues

2011-10-08 Thread John Spikowski
|| || Unable to compile gb.form || Unable to compile gb.form.dialog || Unable to compile gb.form.mdi || Unable to compile gb.db.form || Unable to compile gb.report || Unable to compile gb.chart || Unable to compile gambas3 || Build Commands: svn update sudo rm -f /usr/local/bin/gbx3 /usr/local

Re: [Gambas-user] A little off topic - internet

2011-10-08 Thread Kevin Fishburne
On 10/07/2011 03:37 PM, Dag-Jarle Johansen wrote: > Hi All, > > after shuffelling through pages after pages of so called know how, I still > can't get my Wireless adapter to work. Some of you may have got the > information - I moved from Argentina (cabled and no problem) to Oslo, where > I can't us

Re: [Gambas-user] Maybe new editor feature - code folding in IF, FOR, WHILE etc code blocks (not only in SUB).

2011-10-08 Thread Kevin Fishburne
On 10/07/2011 03:52 PM, Dag-Jarle Johansen wrote: > Hi, > > I am not a Dev, jsut a user of gambas. > It would make me crazy if all gets highligted all the time, just because I > am hovering or rightklicking on something. Perhaps it would be better to use > a Key-combination to achive your needs, I

Re: [Gambas-user] Dialog.SaveFile() and Dialog.Path problem

2011-10-08 Thread BenoƮt Minisini
> > 2) second problem. > The path at the top of dialog is not shown correctly. Some characters or > whole words are missing. > > Is this because of Greek letters in path? > Not at all, it is a bug in the container arrangement routine that shows up only with gb.gtk. It is fixed in revision #41

Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-08 Thread Charlie Reinl
Am Samstag, den 08.10.2011, 03:46 -0700 schrieb J_Mischk3: > > > Mmm. I think the problem may be in your code. Can you show us how you read > the > data and fill the TableView? > > > No problem, here it is: > > For i = 0 To sql2.DBResult.Max > TabHandle.Rows[i].Selecte

Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-08 Thread J_Mischk3
Mmm. I think the problem may be in your code. Can you show us how you read the data and fill the TableView? No problem, here it is: For i = 0 To sql2.DBResult.Max TabHandle.Rows[i].Selected = False TabHandle.Rows[i].Title = i + 1 TabHan