Re: [Gambas-user] Component Creation

2017-04-26 Thread Leon Davis
Got it... Excellent and thank you for the help. On Wed, Apr 26, 2017 at 11:36 AM, Tobias Boege wrote: > On Wed, 26 Apr 2017, Leon Davis wrote: > > Gambas v3.9.2 GTK+3 > > > > I am trying to create a component using gambas. Is there a way to test > the > > component during development? or is it n

Re: [Gambas-user] Component Creation

2017-04-26 Thread Tobias Boege
On Wed, 26 Apr 2017, Leon Davis wrote: > Gambas v3.9.2 GTK+3 > > I am trying to create a component using gambas. Is there a way to test the > component during development? or is it necessary to complete the component > and install it to test? You help is appreciated. You can run your component li

Re: [Gambas-user] Component Creation

2017-04-26 Thread Benoît Minisini
Le 26/04/2017 à 18:16, Leon Davis a écrit : > Gambas v3.9.2 GTK+3 > > I am trying to create a component using gambas. Is there a way to test the > component during development? or is it necessary to complete the component > and install it to test? You help is appreciated. I usually test the compon

[Gambas-user] Component Creation

2017-04-26 Thread Leon Davis
Gambas v3.9.2 GTK+3 I am trying to create a component using gambas. Is there a way to test the component during development? or is it necessary to complete the component and install it to test? You help is appreciated. --