Re: [Gambas-user] Use gb.web.form in a web project with not only web forms

2016-08-08 Thread Tobias Boege
On Mon, 08 Aug 2016, Benoît Minisini wrote: > Le 26/07/2016 18:26, Tobias Boege a écrit : > > Hi Benoit, > > > > I have some projects using gb.web.form now and in every of these I have the > > requirement not only to load webforms but also a webpage or to implement > > some other URL schema to gen

Re: [Gambas-user] Use gb.web.form in a web project with not only web forms

2016-08-08 Thread Benoît Minisini
Le 26/07/2016 18:26, Tobias Boege a écrit : > Hi Benoit, > > I have some projects using gb.web.form now and in every of these I have the > requirement not only to load webforms but also a webpage or to implement > some other URL schema to generate or serve a ressource. > > As I see it, gb.web.for

Re: [Gambas-user] Upper left cell in a TableView

2016-08-08 Thread Fabien Bodard
This is how to do :-) ' Gambas class file Public Sub Form_Open() TableView1.Rows.Count = 10 TableView1.Columns.Count = 6 End Public Sub TableView1_Draw(X As Integer, Y As Integer, Width As Integer, Height As Integer, Row As Integer, Column As Integer) If Row = 0 And If Column = 0 Then