See attached
On Fri, May 5, 2017 at 1:59 AM, Fabien Bodard wrote:
> can you send a sample project ?
>
> 2017-05-04 18:12 GMT+02:00 Leon Davis :
> > Using Gambas v3.9.2 and GTK+3
> >
> > After I rotate an image "Image.Rotate(0.03)" I get a background I can't
> get
> > rid of. Bug or Feature? Than
I must apologize about a mistake on the gbLauncher 0.1.4 uploaded this
morning to Gambas's Farm. Usually I use my home language (spanish) to
variable names etc. Before upload to gambas farm I translate the variables
to a understandable english version... but I forgot translate de settings
variable
On Fri, 05 May 2017, alexchernoff wrote:
> Well thanks Tobias, that's a great idea.
>
> The "AXprotector" ELF protector encrypts the executable so it should be
> safe.
>
> Any suggestions how to build such a self-extractor ELF?
>
> thanks!
>
Try the attached archive. It contains 3 things:
okey, thank you. i have found how to do that. look at below.
Dim get_coef As Float[]
get_coef = calcul_coefficients(j, iy_v_c_w, 2)
coeff_v_c_w_0 = get_coef[2]
coeff_v_c_w_1 = get_coef[1]
coeff_v_c_w
Ah, of course...
Jussi
On Fri, May 5, 2017 at 9:57 AM, Fabien Bodard wrote:
> yes the copy function is not necessary in this case as [a,b,c] return
> a new instance on each call
>
> 2017-05-04 17:21 GMT+02:00 cheikh diabang :
> > I think the copy is not necessary. I want just access in one ele
I've just upload to Gambas Farm a project called "gbLauncher" it's a
utility that uses a TrayIcon with a configurable menu who launch comands
and applications, check a pop3 account incoming email notifier and allows
you tu send Post-it (Desktop Notes) to your own Desktop or to a remote
Desktop usin
Well thanks Tobias, that's a great idea.
The "AXprotector" ELF protector encrypts the executable so it should be
safe.
Any suggestions how to build such a self-extractor ELF?
thanks!
--
View this message in context:
http://gambas.8142.n7.nabble.com/Gambas-binary-to-ELF-tp58891p58907.html
use
MyForm.ShowPopup(...)
http://gambaswiki.org/wiki/comp/gb.qt4/window/showpopup?l=fr
It was made for that :-).
2017-05-04 19:30 GMT+02:00 Tobias Boege :
> On Thu, 04 May 2017, herberth guzman wrote:
>> Hi
>>
>> Close If Clicked Outside Form
>>
>> Is there any way to close a form if it is clic
can you send a sample project ?
2017-05-04 18:12 GMT+02:00 Leon Davis :
> Using Gambas v3.9.2 and GTK+3
>
> After I rotate an image "Image.Rotate(0.03)" I get a background I can't get
> rid of. Bug or Feature? Thank you for any assistance.
>
> Leon
> ---