Re: [Gambas-user] IDE code questions - property editors

2015-10-07 Thread adamn...@gmail.com
On Wed, 7 Oct 2015 01:50:04 +0200 Benoît Minisini wrote: > Le 06/10/2015 06:37, adamn...@gmail.com a écrit : > > I think this is way out there in the cosmos somewhere, but I'll ask > > anyway. > > > > I am wading through the FProperty code of the IDE trying to > > understand how the values for pr

Re: [Gambas-user] IDE code questions - property editors

2015-10-06 Thread Tobias Boege
On Wed, 07 Oct 2015, Beno??t Minisini wrote: > If you want to have custom dialogs associated with custom components, > I'm afraid it's not possible at the moment. > > What is needed is: > - A way to have a gambas library side by side with a component, that > would include the custom dialogs. > -

Re: [Gambas-user] IDE code questions - property editors

2015-10-06 Thread Benoît Minisini
Le 06/10/2015 06:37, adamn...@gmail.com a écrit : > I think this is way out there in the cosmos somewhere, but I'll ask > anyway. > > I am wading through the FProperty code of the IDE trying to > understand how the values for properties are set (bad term) in the > grid. When I get down to CControl

Re: [Gambas-user] IDE code questions - property editors

2015-10-06 Thread Jussi Lahtinen
I don't quite understand the problem. You forgot to attach the picture. Jussi On Tue, Oct 6, 2015 at 7:37 AM, adamn...@gmail.com wrote: > I think this is way out there in the cosmos somewhere, but I'll ask anyway. > > I am wading through the FProperty code of the IDE trying to understand how >