[Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Hi, I have just added the components gb.qt.kde and gb.qt.kde.html ad all my project did change look like if QT were not present. How can I force the QT look ? Thank you Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Application.Theme = qt Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Friday, July 24, 2009 12:47:47 PM Subject: [Gambas-user] gb.qt.kde.html Hi, I have just added the components

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Jean-Yves F. Barbier
Pino Zollo a écrit : Hi, I have just added the components gb.qt.kde and gb.qt.kde.html ad all my project did change look like if QT were not present. How can I force the QT look ? Normally, this has kicked gb.gui out, so you must be in Qt. If under kde, you can conform Qt to the kde

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Really don't know Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: David Villalobos Cambronero david_villalobo...@yahoo.com Sent: Friday, July 24, 2009 1:52:12 PM Subject: Re: [Gambas-user] gb.qt.kde.html Il venerdì 24 luglio 2009 15:40:32 hai scritto

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
: Re: [Gambas-user] gb.qt.kde.html Il venerdì 24 luglio 2009 15:40:32 hai scritto: if you set it to qt4? Regards Just done but no change...seems inactive. Ciao Pino Maybe Il Maestro Benoît knows... Gracias de todo modo.. Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Il venerdì 24 luglio 2009 17:55:48 hai scritto: Pino Zollo a écrit : ... Mercì Jean-Yves, It seems that gb.gui is incompatible with gb.qt and gb.qt.ext ...so I am in a dead lock... Yes it is, but you have the choice: gb.gui = Gambas is choosing GTK||Qt, depending on your desktop

[Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
Hello hi, In regards to the webbrowser component, is it at all possible to gain access to the link normally displayed in the status bar of a normal web browser whilst the mouse is positioned above a html link in this component? Also, is it possible to parse the html code currently used in the

Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Jason Hackney
You can read the link a user clicks on with the .link property. Not sure if it can be read before clicking on it though. Or, the .path property... says it returns or sets the URL displayed by the browser. Not sure if either of those is what you're looking for. Not sure about the other question.

Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
Yeah, link does work when the mouse is hovered over a link. It's perfect. On Wed, 2009-06-10 at 10:41 -0400, Jason Hackney wrote: You can read the link a user clicks on with the .link property. Not sure if it can be read before clicking on it though. Or, the .path property... says it returns