Re: [Gambas-user] "wrapping" function based on recent Mod thread

2013-10-09 Thread Kevin Fishburne
On 10/09/2013 01:46 PM, Jussi Lahtinen wrote: > Are you using SDL, OpenGL? > > What is the map size? > > How many lines of code? > Run this on your project folder to know: > find . -name '*.class' -o -name '*.module' | xargs wc -l > > I have also written some game (RPG), but it seems I really don't

[Gambas-user] Problem with Gambas 3.4 and Skiptaskbar

2013-10-09 Thread herberth guzman
hello, I have a question, I have a form that does not want to display on the taskbar panel, change the skiptaskbar property to true, but pressing (alt + tab) still appears in the task manager of windows manager. How do I NOT display in the taskbar and pressing Alt-Tab is desactivate. --

Re: [Gambas-user] "wrapping" function based on recent Mod thread

2013-10-09 Thread Jussi Lahtinen
Are you using SDL, OpenGL? What is the map size? How many lines of code? Run this on your project folder to know: find . -name '*.class' -o -name '*.module' | xargs wc -l I have also written some game (RPG), but it seems I really don't have time for it. Maybe some day. Also I have big problems t

Re: [Gambas-user] "Strange" results from Time( ) function ?

2013-10-09 Thread Jussi Lahtinen
Confirmed with latest revision (5870) @ Xubuntu 13.04 64 bit. Jussi On Fri, Sep 13, 2013 at 8:44 PM, Ru Vuott wrote: > Hello, > > I tried this code: > > > Public Sub Form_Open() > > Dim i As Integer > > For i = 1 To 24 > >Print Time(0, 0, 3600 * i), 3600 * i > > Next > > End

[Gambas-user] InputBox and Message... no help-window on-line

2013-10-09 Thread Ru Vuott
Hello, I saw that when I begin to write in the code some functions, such as "InputBox" and "Message", the corresponding suggestion-help-window on-line does not appear. Regards vuott -- October Webinars: Code for Perform