Re: [Gambas-user] Feature request: Option to create .gitignore in new Project dialog

2014-05-15 Thread Randall Morgan
I myself was just looking into using git with Gambas. I'd be very interested in anything you guys have to add. If anyone would like to write an article about it for Gambas Magazine let me know On Thu, May 15, 2014 at 1:31 PM, Jussi Lahtinen wrote: > > Better: the IDE should support git as it

Re: [Gambas-user] JIT problem

2014-05-15 Thread Jussi Lahtinen
Yes, everything works as expected! Thanks! Jussi On Thu, May 15, 2014 at 1:24 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > > I get following error message: > > "Stack became corrupted in a JIT function. Please make a bug report."

Re: [Gambas-user] Feature request: Option to create .gitignore in new Project dialog

2014-05-15 Thread Jussi Lahtinen
> Better: the IDE should support git as it supports subversion. > Prepare to have a massive head ache. Jussi -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests acr

Re: [Gambas-user] gb.desktop.x11

2014-05-15 Thread Benoît Minisini
Le 15/05/2014 19:30, herberth guzman a écrit : > Hi > Beno?t > > Thanks for your help. > I did what you said, but not work, in my project I have the Atom Class > gb.desktop otherwise it fails. > > X11.SetWindowProperty (Atom ["_NET_WM_WINDOW_TYPE"], Atom ["ATOM"] > Atom ["_NET_WM_WINDOW_TYPE_DOCK"]

[Gambas-user] gb.desktop.x11

2014-05-15 Thread herberth guzman
Hi Beno?t Thanks for your help. I did what you said, but not work, in my project I have the Atom Class gb.desktop otherwise it fails. X11.SetWindowProperty (Atom ["_NET_WM_WINDOW_TYPE"], Atom ["ATOM"] Atom ["_NET_WM_WINDOW_TYPE_DOCK"], f_taskbar.Id) Also work with, but not work: _NET_WM_STRUT _

Re: [Gambas-user] A strategical move for two communities: Gambas and The GNU Project

2014-05-15 Thread PICCORO McKAY Lenz
Hllo Benoit, Tobias, Charlie an rest of mal list, please read carefully! From: Bruno F?lix Rezende Ribeiro many GNU and Freeoft followers an zealots are blinken about their mission, in the flisol in Venezuela, in presentations all are using win-buntu, so Charlie got a point, another exmple, their

Re: [Gambas-user] How to lock (all controls) Form1 while Form2.Show = True?

2014-05-15 Thread Roki
Try this! dim f2 as new Form2 f2.ShowModal On 05/15/2014 03:50 PM, abbat81 wrote: > I want my Form1 to be untouchable untill Form2 is not Closed. > If Form1_KeyPress, then show Form2 if it is Minimized. > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/How-to-lock-a

Re: [Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-15 Thread Jb Skaggs
That really helped me. :) On Thu, May 15, 2014 at 5:47 AM, Rolf-Werner Eilert wrote: > > > Am 14.05.2014 22:27, schrieb Jb Skaggs: >> So a child is a subcategory of a parent in treeview then? >> > > If you have a TreeView that shows categories - yes. You can put it that way. > > Others would cal

[Gambas-user] How to lock (all controls) Form1 while Form2.Show = True?

2014-05-15 Thread abbat81
I want my Form1 to be untouchable untill Form2 is not Closed. If Form1_KeyPress, then show Form2 if it is Minimized. -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-lock-all-controls-Form1-while-Form2-Show-True-tp46519.html Sent from the gambas-user mailing list archiv

Re: [Gambas-user] Fwd: gb.media v4l2 mediaplayer webcam image choopy

2014-05-15 Thread Sorin Alecu
Mr.Benoit, As i say, I've use your code from MTest.module from your Media example which is in fact the same thing in gb.media ( using mediapipeline instead of mediaplayer ) that is in the gstreamer code " gst-launch -e v4l2src device =/dev/video0 ! 'video/x-raw-yuv,width=640,height=480,framerate=

Re: [Gambas-user] Fwd: gb.media v4l2 mediaplayer webcam image choopy

2014-05-15 Thread Benoît Minisini
Le 15/05/2014 13:20, Benoît Minisini a écrit : > > > > Message original > Sujet:gb.media v4l2 mediaplayer webcam image choopy > Date :Thu, 15 May 2014 14:10:36 +0300 > De : Sorin Alecu > Pour :gam...@users.sourceforge.net > > > > Hi everyone, > I'm using

[Gambas-user] Fwd: gb.media v4l2 mediaplayer webcam image choopy

2014-05-15 Thread Benoît Minisini
Message original Sujet: gb.media v4l2 mediaplayer webcam image choopy Date : Thu, 15 May 2014 14:10:36 +0300 De :Sorin Alecu Pour : gam...@users.sourceforge.net Hi everyone, I'm using gambas3 gb.media mediaplayer control mainly with these instructions: $hPlayer = Ne

Re: [Gambas-user] Could someone give me a brief explanation of parents and kids in this example

2014-05-15 Thread Rolf-Werner Eilert
Am 14.05.2014 22:27, schrieb Jb Skaggs: > So a child is a subcategory of a parent in treeview then? > If you have a TreeView that shows categories - yes. You can put it that way. Others would call them nodes, and nodes that hang at the line under the same node (their parent node) are its child

Re: [Gambas-user] Feature request: Option to create .gitignore in new Project dialog

2014-05-15 Thread Benoît Minisini
Le 09/05/2014 16:16, Patrik Karlsson a écrit : > I think it would be nice to just tick a CheckBox in the new project dialog > to create a standard .gitignore. > > What do you think? > > /Patrik Better: the IDE should support git as it supports subversion. Do you have the needed knowledge to expla

Re: [Gambas-user] JIT problem

2014-05-15 Thread Benoît Minisini
Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > I get following error message: > "Stack became corrupted in a JIT function. Please make a bug report." > > This seems to be cause by optional argument. > See attachment. > > Gambas 3 r6259 @ Xubuntu 14.04 64bit > > > Jussi > Does the revision #6264 c