[Gambas-user] Test list delivery, sorry

2015-11-25 Thread Jesus Guardon
Testing list delivery, sorry. Regards Jesús Guardon -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one

Re: [Gambas-user] Clicking a TreeView item by program

2015-11-25 Thread Rolf-Werner Eilert
Am 25.11.2015 13:59, schrieb Benoît Minisini: > Le 25/11/2015 09:07, Rolf-Werner Eilert a écrit : >> In one of my older projects, there was kinda timeout after 2 minutes of >> inactivity. In the TreeView the next parent was jumped at and "clicked" >> to let the data of the child disappear from

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

2015-11-25 Thread Benoît Minisini
Le 25/11/2015 17:56, Jesus Guardon a écrit : > > El 19/11/15 a las 23:30, Fabien Bodard escribió: >> 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 > > > Weird enough, my i7 running

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

2015-11-25 Thread Jesus Guardon
El 19/11/15 a las 23:30, Fabien Bodard escribió: > 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 Weird enough, my i7 running Kubuntu 14.04 inside a VirtualBox (Running Yosemite OSX

Re: [Gambas-user] Clicking a TreeView item by program

2015-11-25 Thread Rolf-Werner Eilert
Am 25.11.2015 18:07, schrieb Benoît Minisini: > Le 25/11/2015 17:58, Rolf-Werner Eilert a écrit : >> Am 25.11.2015 13:59, schrieb Benoît Minisini: >>> Le 25/11/2015 09:07, Rolf-Werner Eilert a écrit : In one of my older projects, there was kinda timeout after 2 minutes of inactivity. In

Re: [Gambas-user] Clicking a TreeView item by program

2015-11-25 Thread Benoît Minisini
Le 25/11/2015 17:58, Rolf-Werner Eilert a écrit : > > Am 25.11.2015 13:59, schrieb Benoît Minisini: >> Le 25/11/2015 09:07, Rolf-Werner Eilert a écrit : >>> In one of my older projects, there was kinda timeout after 2 minutes of >>> inactivity. In the TreeView the next parent was jumped at and

[Gambas-user] [Gambas Bug Tracker] Bug #846: Fast routines raise error: Wanted Float[] got Integer[] instead

2015-11-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.846=L21haW4- Comment #2 by Jussi LAHTINEN: Try the rubik cube (GBrubik). 1. Open modMotor3D module. 2. Add Fast to get "Fast Public Sub fRotateVector()". 3. Run the project and rotate any row.

[Gambas-user] [Gambas Bug Tracker] Bug #846: Fast routines raise error: Wanted Float[] got Integer[] instead

2015-11-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.846=L21haW4- Comment #1 by Benoît MINISINI: Doh! Please give one precise example at least! IDE uses jit compiler on some places, and I didn't have any problem with it.

[Gambas-user] [Gambas Bug Tracker] Bug #846: Fast routines raise error: Wanted Float[] got Integer[] instead

2015-11-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.846=L21haW4- Martin CRISTIA reported a new bug. Summary --- Fast routines raise error: Wanted Float[] got Integer[] instead Type : Bug Priority : High Gambas version : 3.8 Product : Unknown Description

Re: [Gambas-user] Rubik cube 0.1.7

2015-11-25 Thread Moviga Technologies
Great job! Now it works smoothly as silk ;) -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5

Re: [Gambas-user] [Gambas Bug Tracker] Bug #846: Fast routines raise error: Wanted Float[] got Integer[] instead

2015-11-25 Thread Emil Lenngren
Where is the source code for GBrubik? 2015-11-26 0:32 GMT+01:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.846=L21haW4- > > Comment #2 by Jussi LAHTINEN: > > Try the rubik cube (GBrubik). > > 1. Open modMotor3D module. > 2. Add Fast to get "Fast Public Sub

Re: [Gambas-user] [Gambas Bug Tracker] Bug #846: Fast routines raise error: Wanted Float[] got Integer[] instead

2015-11-25 Thread Jussi Lahtinen
You can find it from software farm. Jussi On Thu, Nov 26, 2015 at 2:22 AM, Emil Lenngren wrote: > Where is the source code for GBrubik? > > 2015-11-26 0:32 GMT+01:00 : > > > http://gambaswiki.org/bugtracker/edit?object=BUG.846=L21haW4- > > >

[Gambas-user] Rubik cube 0.1.7

2015-11-25 Thread martin p cristia
New version has the Timer.Trigger - ed refreshing , and removed all Fasts. Since Fabien idea gave me some CPU %, I added shadows, with a customizable light position. Settings can be changed at FMain.Form_Open: Rounded = False ' True is slower (this is for rounded cubes)

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Rolf-Werner Eilert
I use KSnapshot, and it should be able to make a snapshot of an expanded menu. You could choose "Window under mouse-pointer" and/or a delay of x seconds which you use to expand the menu. Regards Rolf Am 25.11.2015 11:19, schrieb Jorge Carrión: > Hi everybody, > > I have to do a manual about a

[Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
Hi everybody, I have to do a manual about a application of mine and it have a lot of print screen of diferent forms but I can't capture the menu when its expanded: the PrintScreen key doe'nt work. Is there a way to capture the Imgage of a form with the menu expanded? Thanks

[Gambas-user] Clicking a TreeView item by program

2015-11-25 Thread Rolf-Werner Eilert
In one of my older projects, there was kinda timeout after 2 minutes of inactivity. In the TreeView the next parent was jumped at and "clicked" to let the data of the child disappear from screen. This is the code, "baum" is the TreeView: baum.MoveParent baum.Item.Selected =

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

2015-11-25 Thread Fabien Bodard
This is how to use the Timer.Trigger to reduce the calls to the _Draw event. Each time mouse seem to move it call the _MouseMove event so it can be undreds time a second. Then this event call the .refresh method that raiseth _draw event. You have many call more in your code for the .refresh

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
Thanks Rolf. I didn't not nothing about that. :) 2015-11-25 11:35 GMT+01:00 Rolf-Werner Eilert : > I use KSnapshot, and it should be able to make a snapshot of an expanded > menu. > > You could choose "Window under mouse-pointer" and/or a delay of x > seconds which

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Moviga Technologies
KSnapShot is being deprecated. KScreenGenie is taking over as the replacement. -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
Ok. Thanks I'll try it. 2015-11-25 11:58 GMT+01:00 Moviga Technologies : > > > KSnapShot is being deprecated. KScreenGenie is taking over as the > replacement. > > -- > Go from Idea to Many App Stores

Re: [Gambas-user] Clicking a TreeView item by program

2015-11-25 Thread Benoît Minisini
Le 25/11/2015 09:07, Rolf-Werner Eilert a écrit : > In one of my older projects, there was kinda timeout after 2 minutes of > inactivity. In the TreeView the next parent was jumped at and "clicked" > to let the data of the child disappear from screen. This is the code, > "baum" is the TreeView: >