From gambas.fr at ...176... Sun Nov 13 09:28:36 2016 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 13 Nov 2016 09:28:36 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms Message-ID: This a first preview of some terminal windows with VBoxes Hboxes, Buttons, and Labels. -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot_20161113_092353.png Type: image/png Size: 173675 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot_20161113_092453.png Type: image/png Size: 195703 bytes Desc: not available URL: From gambas at ...1... Sun Nov 13 15:27:53 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 13 Nov 2016 15:27:53 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms In-Reply-To: References: Message-ID: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> Le 13/11/2016 ? 09:28, Fabien Bodard a ?crit : > This a first preview of some terminal windows with VBoxes Hboxes, > Buttons, and Labels. > > Cool. You have to prefix all exported classes, for example with the "Term" string: TermForm, TermWindow, TermHBox, TermVBox, and so on... Regards, -- Beno?t Minisini From gambas at ...1... Sun Nov 13 15:29:59 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 13 Nov 2016 15:29:59 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms In-Reply-To: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> References: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> Message-ID: Le 13/11/2016 ? 15:27, Beno?t Minisini a ?crit : > Le 13/11/2016 ? 09:28, Fabien Bodard a ?crit : >> This a first preview of some terminal windows with VBoxes Hboxes, >> Buttons, and Labels. >> >> > > Cool. > > You have to prefix all exported classes, for example with the "Term" > string: TermForm, TermWindow, TermHBox, TermVBox, and so on... > > Regards, > Sorry: only the control classes need to have the "Term" prefix. Regards, -- Beno?t Minisini From gambas.fr at ...176... Sun Nov 13 21:26:33 2016 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 13 Nov 2016 21:26:33 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms In-Reply-To: References: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> Message-ID: Hi Benoit, Why this need to have a prefix ? In the case of this component there is no way to have collid with a graphical component ! isn't it ? 2016-11-13 15:29 GMT+01:00 Beno?t Minisini : > Le 13/11/2016 ? 15:27, Beno?t Minisini a ?crit : >> Le 13/11/2016 ? 09:28, Fabien Bodard a ?crit : >>> This a first preview of some terminal windows with VBoxes Hboxes, >>> Buttons, and Labels. >>> >>> >> >> Cool. >> >> You have to prefix all exported classes, for example with the "Term" >> string: TermForm, TermWindow, TermHBox, TermVBox, and so on... >> >> Regards, >> > > Sorry: only the control classes need to have the "Term" prefix. > > Regards, > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel -- Fabien Bodard From gambas at ...1... Sun Nov 13 21:32:40 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 13 Nov 2016 21:32:40 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms In-Reply-To: References: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> Message-ID: Le 13/11/2016 ? 21:26, Fabien Bodard a ?crit : > Hi Benoit, > Why this need to have a prefix ? In the case of this component there > is no way to have collid with a graphical component ! isn't it ? > For the IDE, and because if two classes have the same name, they should do the same thing more or less, and be interchangeable. I don't think that you can replace a gb.qt4 Window by a gb.term.form window, like you can do with a gb.gtk Window. Do you? -- Beno?t Minisini From gambas at ...1... Sun Nov 13 21:35:21 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 13 Nov 2016 21:35:21 +0100 Subject: [Gambas-devel] Some screenshots of my current work on Terminal forms In-Reply-To: References: <86ed9a93-fee3-d392-ad0b-8cfce28c5d0c@...1...> Message-ID: <4dedb62e-d525-13af-e3d2-524aae46c4bc@...1...> Le 13/11/2016 ? 21:32, Beno?t Minisini a ?crit : > Le 13/11/2016 ? 21:26, Fabien Bodard a ?crit : >> Hi Benoit, >> Why this need to have a prefix ? In the case of this component there >> is no way to have collid with a graphical component ! isn't it ? >> > > For the IDE, and because if two classes have the same name, they should > do the same thing more or less, and be interchangeable. > > I don't think that you can replace a gb.qt4 Window by a gb.term.form > window, like you can do with a gb.gtk Window. Do you? > But you have a counter-example with gb.sdl(2), which does not use any prefix for its Window class. Well... Don't put any prefix at the moment, and we will see if the IDE has any problem with it, when your component will be advanced enough to be managed by the IDE form editor. Regards, -- Beno?t Minisini