[Gambas-user] Release of gambas 1.9.42

Timothy Marshal-Nichols timothy.marshal-nichols at ...247...
Tue Sep 12 13:35:28 CEST 2006


> -----Original Message-----
> From: gambas-user-bounces at lists.sourceforge.net
> [mailto:gambas-user-bounces at lists.sourceforge.net]On Behalf Of rolf
> Sent: Tuesday, 12 September 2006 11:38
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Release of gambas 1.9.42
>
>
> Hi Benoit
>
> > This release has many changes in the gb.qt component and
> gb.settings that
> > will break your projects:
>
> What has happend with the TreeView control?
> In my applicatin a click does not expand the item - the cursor
> keys must been
> used. The cursor keys only expand an entry, but cannot been used
> to move to
> the next element.
>
> Did I something wrong or ar there new settings I do not
> understand or use?

The root option was removed in Gambas 1.9.40. Both in the TreeView and
ColumnView. Not sure why as these controls looked a lot better with this
option enabled. Apart from this the control appears to function as normal.

>
> Many thanks for your answer
>
> Rolf
>
> BTW: My problem, to bring an element in the foreground (in front
> of any other
> element) could not be solved with the raise event. Is there another
> posibility?


Logic like this appears to work:

	PRIVATE SUB SelectList(ListBoxNumber AS Integer)
	  SELECT CASE ListBoxNumber
	    CASE 1
	      ListBox1.Raise()
	    CASE 2
	      ListBox2.Raise()
	    DEFAULT
	      Error.Raise("Invalid ListBox")
	  END SELECT
	END

Thanks

8-{)} Timothy Marshal-Nichols
<mailto: timothy.marshal-nichols at ...247...>








More information about the User mailing list