Re: [Gambas-user] Can't start gambas IDE

2015-07-28 Thread Zach Smith
For anyone else who faces this situation, I had to delete these old files and then reinstall in order to get things working again. /usr/lib/gambas3/gb.component /usr/lib/gambas3/gb.jit.component /usr/lib/gambas3/gb.jit.la /usr/lib/gambas3/@gb.jit.so /usr/lib/gambas3/@gb.jit.so.0

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Charlie
I see what you mean. The only way I can see to do this is as attached. Colours.gz -- View this message in context: http://gambas.8142.n7.nabble.com/Adding-custom-colors-tp52076p52121.html Sent from the gambas-user mailing list archive

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Marco Ancillotti
I already do somethink like that , but any time I change a color I need to replace the color code and when I use somethink like 10 - 20 colors it's really complex. I'm searching a way to define a custom color and reference that by code so I can try colors and change that when I need. Il 28/0

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Charlie
Create a form with one TextBox in it and use the code below. The "004F9F8B" is the number from the 'Select a color' dialogue in my last post. (The one in my last post shows "") Public Sub Form_Open() Dim sMyColour As String = "0045279F" Dim sHex As String sHex = "&H" & sMyColour & "&" T

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Marco Ancillotti
I've already found that , but after setting some custom colors how can I reference it from code ? Il 28/07/2015 16:30, Charlie ha scritto: > All you have to do is click on the "Free" tab to take you from > > to >

Re: [Gambas-user] Adding custom colors

2015-07-28 Thread Charlie
All you have to do is click on the "Free" tab to take you from to -- View this message in context: http://gambas.8142.n7.nabble.com/Addin

Re: [Gambas-user] New Gambas bug tracker (alpha)

2015-07-28 Thread Jesús Guardón
Oops. Didn't read that post about not wanting to use reCaptcha. Sorry. Thanks anyway for easing the login page. Regards Jesús En 28 jul 2015 01:33, en 01:33, "Benoît Minisini" escrito: >Le 27/07/2015 22:14, Benoît Minisini a écrit : >> >> There is something strange there, because I can re