Re: [Gambas-user] Form Top bar

2017-02-16 Thread Charlie
On the Form properties set Border to False. - Check out www.gambas.one -- View this message in context: http://gambas.8142.n7.nabble.com/Form-Top-bar-tp58480p58481.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] dynamic created Menus

2017-02-16 Thread Gianluigi
Hi Tobias, first of all I apologize to you for the late reply. You really been kind and patient to answer in a broad and comprehensive manner to a blockhead like me. I confirm that you are a great and thank you very much. Regards Gianluigi 2017-02-16 0:45 GMT+01:00 Tobias Boege : > On Wed, 15 Fe

[Gambas-user] Runtime Libraries in Gambas 3.9.2

2017-02-16 Thread bill-lancaster
Have just upgraded my Gambas to 3.9.2 from a much earlier v3. The way libraries are managed has changed and I don't quite understand how the the arrangement works. Can someone point me to some help on this matter? Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/Runtime-

Re: [Gambas-user] Runtime Libraries in Gambas 3.9.2

2017-02-16 Thread Christof Thalhofer
Am 16.02.2017 um 13:24 schrieb bill-lancaster: > Have just upgraded my Gambas to 3.9.2 from a much earlier v3. > The way libraries are managed has changed and I don't quite understand how > the the arrangement works. > Can someone point me to some help on this matter? I fear there is none. If you

Re: [Gambas-user] Runtime Libraries in Gambas 3.9.2

2017-02-16 Thread Christof Thalhofer
I forgot something: Am 16.02.2017 um 18:01 schrieb Christof Thalhofer: > Development: > > At development time a lib has to be defined as such (type "library" in > the project dialog) and "vendor" has also to be defined with an unique > name. If you compile the project, the IDE places the lib in

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065&from=L21haW4- Comment #12 by Víctor PEREZ: Run the test project and the icon appears, Showing this message in console, "Sni-qt / 3372" WARN 17: 15: 39.288 void StatusNotifierItemFactory :: connectToSnw () Invalid interface to SNW_SERVICE Gree

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065&from=L21haW4- Comment #13 by Víctor PEREZ: Sorry I missed putting the icon on the bar (Icon is shown in bar) -- Check out the vibrant tech community on one of the w

[Gambas-user] class

2017-02-16 Thread Shane
So gambas ide crashed while editing source code now i can't change a class _new definition it keeps going back to the original one i had even though i deleted the definition and deleted the class file and reinstalled gambas any ideas thanks Shane

Re: [Gambas-user] class

2017-02-16 Thread Jussi Lahtinen
AFAIK Gambas does not reverse your changes... do you mean the IDE crashes every time you try to make the changes? Can you send the source? Jussi On Fri, Feb 17, 2017 at 3:03 AM, Shane wrote: > So gambas ide crashed while editing source code now i can't change a > class _new definition it keeps

Re: [Gambas-user] class

2017-02-16 Thread Shane
No the ide only crashed once so my class declaration looks like this and when i try ti instantiate my class so no matter what i but into the class new these four variables remain On 17/02/17 12:15, Jussi Lahtinen wrote: > AFAIK Gambas does not reverse your changes... do you mean the IDE crashe

Re: [Gambas-user] class

2017-02-16 Thread Jussi Lahtinen
Looks like this..? Jussi On Fri, Feb 17, 2017 at 3:32 AM, Shane wrote: > No the ide only crashed once > > so my class declaration looks like this > > and when i try ti instantiate my class > > > so no matter what i but into the class new these four variables remain > > On 17/02/17 12:15, Jussi

Re: [Gambas-user] class

2017-02-16 Thread Shane
Looks Like Pic1 and then pic2 On 17/02/17 13:04, Jussi Lahtinen wrote: Looks like this..? Jussi On Fri, Feb 17, 2017 at 3:32 AM, Shane wrote: No the ide only crashed once so my class declaration looks like this and when i try ti instantiate my class so no matter what i but into the

Re: [Gambas-user] class

2017-02-16 Thread Jussi Lahtinen
OK, so the signature is not updated... have you tried to recompile all from Gambas IDE? Is that library or regular Gambas project? Jussi On Fri, Feb 17, 2017 at 4:08 AM, Shane wrote: > Looks Like Pic1 > > and then pic2 > > > > > On 17/02/17 13:04, Jussi Lahtinen wrote: > >> Looks like this..?

Re: [Gambas-user] class

2017-02-16 Thread Benoît Minisini
Le 17/02/2017 à 03:08, Shane a écrit : > Looks Like Pic1 > > and then pic2 > > > Which version of Gambas do you use? -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech si

Re: [Gambas-user] class

2017-02-16 Thread Shane
yes i have tried recompiling its a sdl project it seems like their is a backup file some where that wasn't deleted when the IDE crashed but i can't find any On 17/02/17 13:49, Jussi Lahtinen wrote: > OK, so the signature is not updated... have you tried to recompile all from > Gambas IDE? Is

Re: [Gambas-user] class

2017-02-16 Thread Shane
It seems i can compile it now just the signature is not updated as before it would just add definitions to the end if i added them as new ones [System] Gambas=3.9.90 OperatingSystem=Linux Kernel=4.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Rafaela Desktop=MATE Theme=Gtk Lan

Re: [Gambas-user] class

2017-02-16 Thread Shane
here is the code it looks like its the way I'm doing things with inheriting On 17/02/17 13:55, Benoît Minisini wrote: > Le 17/02/2017 à 03:08, Shane a écrit : >> Looks Like Pic1 >> >> and then pic2 >> >> >> > Which version of Gambas do you use? > ---

Re: [Gambas-user] class

2017-02-16 Thread Shane
here it is On 17/02/17 13:55, Benoît Minisini wrote: Le 17/02/2017 à 03:08, Shane a écrit : Looks Like Pic1 and then pic2 Which version of Gambas do you use? Gamtetris-0.0.1.tar.gz Description: application/gzip -

Re: [Gambas-user] class

2017-02-16 Thread Shane
I think this is my problem 3.4. Inheritance and constructor Contrary to all the object language I know, each class in the inheritance hierarchy consumes the parameters passed to the constructor. Let's suppose we have the following inheritance tree: |MyListBox ---inherits--> ListBox ---i