Re: [Gambas-user] Console in V 3.8.4

2016-03-08 Thread Jussi Lahtinen
I personally like the old way, but there is nothing I cannot do with this new way. And it doesn't have any effect on my working speed. Do you mean you need the console to its own window? Go to Debug menu and select "Use terminal emulator". Maybe that will do it? So far you haven't said anything

[Gambas-user] Example of Video Strem

2016-03-08 Thread abbat81
Hi all, I want to ask anyone to create very useful the example, I'm not too strong to create it by myself. Video Stream using webcam and Socket connection, stable to breaks connection (don't crash app.) (It can be not only Socket, which is only way for my knowledge) Please, can someone create it

Re: [Gambas-user] Two suggestions for the ide

2016-03-08 Thread Benoît Minisini
Le 08/03/2016 14:20, Fabien Bodard a écrit : > All are related to the new Add/Import file layout. > > > Can you : > > - Add a new MenuButton "New" that act depend the tree view position. > - Add a new Button Import that act depend the tree position > - Add an IconPanel in the Import Dialog to Easil

[Gambas-user] Two suggestions for the ide

2016-03-08 Thread Fabien Bodard
All are related to the new Add/Import file layout. Can you : - Add a new MenuButton "New" that act depend the tree view position. - Add a new Button Import that act depend the tree position - Add an IconPanel in the Import Dialog to Easily select the import filter. In all case i found the new w

Re: [Gambas-user] XMLDocument GetSingleNode or XPath support?

2016-03-08 Thread Adrien Prokopowicz
Le Mon, 29 Feb 2016 15:10:49 +0100, KKing a écrit: > On 17/02/16 09:15, KKing wrote: >> does the XML component support a GetSingleNode method or allow an >> XPath to be used to obtain single nodes? >> - - - - >> > is that a no then? > > At the moment, there is no XPath support for the gb.xml co

[Gambas-user] Ideas? New tri-state control

2016-03-08 Thread adamn...@gmail.com
(We're just having a little think session here) Looking for the a good example of how to do a "draw it yourself" control. The control in question represents the value of a tri-state variable with the values "Up", "Down" or "Not set" (out reasons are arcane but consider something you want to s

Re: [Gambas-user] Ideas? New tri-state control

2016-03-08 Thread Rolf-Werner Eilert
Nice idea - but before re-inventing the wheel, you know that there is a checkbox with tri-state functionality? What would be the advantage of your version over the existing one? Rolf Am 09.03.2016 05:30, schrieb adamn...@gmail.com: > (We're just having a little think session here) > > Looking f