Re: [Gambas-user] Feature request: absolute C data type equivalents and native type aliasing

2014-04-26 Thread Bruno Félix Rezende Ribeiro
Em Sat, 26 Apr 2014 13:06:27 +0200 Benoît Minisini escreveu: > I don't want to discourage you, but I think XLib will not be used > anymore in a few years because of Wayland. :-/ Well, we can't be sure whether Xlib will fall into desuse. And even if that does happen I'll write a Wayland Gambas

[Gambas-user] Downgraded to Gambas 3.5.2 with Ubuntu LTS 14:04

2014-04-26 Thread Ru Vuott
Hello, two friends of the forum "www.gambas-it.org" have asked me to post this problem here in the Mailing List. They had updated and used normally the version 3.5.3 of Gambas. Well, not long ago they have updated their Ubuntu LTS distro at new 14:04 version. But, when they installed Gambas

[Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-04-26 Thread Francisco Martinez
Hi buddies. In running mode. I see that ValueBox's ReadOnly property is True, but I can write inside. It is a bug?. I'm using the development version: 3.5.99.1+svn20140424+build51~ubuntu12.10.1 Thanks -- Start Your

Re: [Gambas-user] TreeView: Change parent key

2014-04-26 Thread Benoît Minisini
Le 23/04/2014 23:13, Jørn Erik Mørne a écrit : > Hi! > > Is there a way with the TreeView component to change an item's parent key? > > Now, I have to clear out all elements, and reload them each time I > want to move an item to another parent, and this also resets the > current opened/closed statu

Re: [Gambas-user] Dialog on top of FullScreen window

2014-04-26 Thread Benoît Minisini
Le 26/04/2014 07:34, Patrik Karlsson a écrit : > Hi, > > Im having a problem with displaying forms on top of my main form when it's > in full screen mode, even though I have set Form.Stacking=Above for my > dialog form and called it with ShowModal. > > How ever, I noticed that when I use Message.

Re: [Gambas-user] Feature request: absolute C data type equivalents and native type aliasing

2014-04-26 Thread Benoît Minisini
Le 26/04/2014 05:57, Bruno Félix Rezende Ribeiro a écrit : > Hello Gambas users and developers! > > I'm working on a module for Gambas, fully written in Gambas language, > which aims to provide full access to the X Window System's Xlib library > through a high-level Gambas-ish interface. I'm in th