Re: [Gambas-user] Help needed with drag icon

2017-04-27 Thread Gianluigi
Could You take a look at DragNDrop in Examples. Maybe it could help Regards Gianluigi 2017-04-27 16:23 GMT+02:00 bill-lancaster : > I have a DrawingArea with a series of images drawn within. > I can move an image within the DrawingArea but how to show a drag,icon > while > the image is being dra

Re: [Gambas-user] New component gb.rss to generate and parse RSS documents

2017-04-27 Thread Tobias Boege
On Tue, 18 Apr 2017, Benoît Minisini wrote: > Le 18/04/2017 à 19:52, Benoît Minisini a écrit : > > Le 18/04/2017 à 19:44, Tobias Boege a écrit : > >> On Sun, 16 Apr 2017, Benoît Minisini wrote: > >>> Le 02/04/2017 à 18:07, Tobias Boege a écrit : > > * The date conversion routines ignore

[Gambas-user] Help needed with drag icon

2017-04-27 Thread bill-lancaster
I have a DrawingArea with a series of images drawn within. I can move an image within the DrawingArea but how to show a drag,icon while the image is being dragged? Public Sub dwgImage2_MouseDrag() Drag.Icon = Picture["icon:/64/linux"] End This code doesn't show any icon during the drag operet

Re: [Gambas-user] Property override

2017-04-27 Thread Leon Davis
Thank you On Thu, Apr 27, 2017 at 9:14 AM, Tobias Boege wrote: > On Thu, 27 Apr 2017, Leon Davis wrote: > > Using Gambas v3.9.2 and GTK+3 > > > > I am creating a component and would like to override the Caption > property. > > > > > > > > Public Const _Properties as String = "*,Caption" > > > >

Re: [Gambas-user] Property override

2017-04-27 Thread Tobias Boege
On Thu, 27 Apr 2017, Leon Davis wrote: > Using Gambas v3.9.2 and GTK+3 > > I am creating a component and would like to override the Caption property. > > > > Public Const _Properties as String = "*,Caption" > > Property Read {Caption} as String > > > > Causes an "improper override error". I

[Gambas-user] Property override

2017-04-27 Thread Leon Davis
Using Gambas v3.9.2 and GTK+3 I am creating a component and would like to override the Caption property. Public Const _Properties as String = "*,Caption" Property Read {Caption} as String Causes an "improper override error". I've also tried encasing the word Caption in the _Properties state

[Gambas-user] QT5 + OpenGL + WEbKit

2017-04-27 Thread Martin Cristia
Hi, after an system update from Ubuntu 17.04 Unity to 17.04 Gnome3, I can't longer use a webview + GLArea together. The QT5.OpenGL dont exist anymore, suppposed not need to, but gb.OpenGL complains it needs some OpenGL provider. I'm no able to find a combination of components that provide the W

[Gambas-user] [Gambas Bug Tracker] Bug #1099: sliderbox sill respond to mouse wheel when its disabled

2017-04-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1099&from=L21haW4- Jorge CARRIÓN reported a new bug. Summary --- sliderbox sill respond to mouse wheel when its disabled Type : Bug Priority : Low Gambas version : 3.9 Product : GUI components Description

Re: [Gambas-user] HttpClient not exposing redirect response codes

2017-04-27 Thread Benoît Minisini
Le 25/04/2017 à 19:12, T Lee Davidson a écrit : > I have run into a couple of sites that are responding with 301 (Moved > Permanently) and 302 (Moved Temporarily) codes. However, HttpClient.Code > yields "0" for both of those sites/codes (and HttpClient.Reason is > empty). 200 & 404 codes are repor