Re: [Gambas-user] New soft at the farm

2015-11-19 Thread Moviga Technologies
It could be the GPU that is the issue, but anyways, this "simple" graphics should not be that demanding. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] New soft at the farm

2015-11-19 Thread Ricardo Armas
Strange, I have and athlon 2 x3 (less than an i3) and runs smooth On Thu, Nov 19, 2015 at 6:58 PM, Moviga Technologies wrote: > > > Looks cool, but my i7 processor can't handle the load :) > -- > _

Re: [Gambas-user] New soft at the farm

2015-11-19 Thread Fabien Bodard
2015-11-19 22:58 GMT+01:00 Moviga Technologies : > > > Looks cool, but my i7 processor can't handle the load :) too slow for me too > -- > ___ > Gambas-user mailing list > Gamba

Re: [Gambas-user] New soft at the farm

2015-11-19 Thread Moviga Technologies
Looks cool, but my i7 processor can't handle the load :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-

[Gambas-user] [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click

2015-11-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.844&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- "Verify the translation" button should continue to next issue upon click Type : Request Priority : Medium Gambas version : 3.8.90 (TRUNK) Product

[Gambas-user] New soft at the farm

2015-11-19 Thread martin p cristia
It's a Rubik's cube. Hope you enjoy it! -- Saludos Ing. Martin P Cristia -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Gambas-user] New gb.web.form component

2015-11-19 Thread Moviga Technologies
OK! Sounds good! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] New gb.web.form component

2015-11-19 Thread Benoît Minisini
Le 19/11/2015 11:45, Moviga Technologies a écrit : > > > I was thinking of forms as pages, and that you could gracefully change > from one form/page to another by using Ajax-calls. Now, that I play with > the latest version, it seems that you will use the main form as the > page, and the subsequent

Re: [Gambas-user] Paint.Color and Dash questions

2015-11-19 Thread Moviga Technologies
Take a look at the Painting example program in the software farm :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/l

Re: [Gambas-user] New gb.web.form component

2015-11-19 Thread Moviga Technologies
I was thinking of forms as pages, and that you could gracefully change from one form/page to another by using Ajax-calls. Now, that I play with the latest version, it seems that you will use the main form as the page, and the subsequent forms as draggable/resizable divs. How about allowing for b

Re: [Gambas-user] Paint.Color and Dash questions

2015-11-19 Thread Rolf-Werner Eilert
Am 18.11.2015 18:41, schrieb Rolf-Werner Eilert: > In a PDF, I tried to set Paint.Color(Color.Blue), but it makes a black > line. > > Paint.Color(Color.RGB(190,190,190)) runs ok, nicely gray. But > Paint.Color(Color.RGB(0,0,255)) makes a black line, too. > > How do I get this color thing colored?