[Gambas-user] Custom List Control

2015-07-29 Thread Patrick Wright
Hello, I am working on a simple, custom control similar to the ListBox using a ListContainer and TextLabels. I am using these two items because the default ListBox control (and every other list) don't seem to support text wrapping or fonts. Everything seems to be going well, however I am unable

[Gambas-user] Custom List Control

2015-07-30 Thread Patrick Wright
I was unaware I was using an outdated version of Gambas. I added the repository for the most recent stable release (or so I thought) to Ubuntu. I will look into using a GridView of ScrollArea. Thanks, Patrick On Jul 29, 2015, at 2:46 PM, BenoƮt Minisini wrote: > Le 29/07/2015 21:38, Patr

Re: [Gambas-user] Custom List Control

2015-07-30 Thread Patrick Wright
overflow the current view. This is odd because I can replicate the same code in a simple form outside of the control and everything works correctly. Do you know why this would be occurring? Patrick On Jul 30, 2015, at 7:54 AM, Patrick Wright wrote: > I was unaware I was using an outda

[Gambas-user] UDP Segmentation Fault

2015-07-30 Thread Patrick Wright
I am either doing something incorrectly or there is a bug with UDP sockets in Gambas. I have created a new instanceof a UDPSocket, set its Port property, and called the Bind method. I have an event handler for the Read event on this socket. In this method I am simply using Read #MySocket,