Provided your Linux is similar to mine, I meant to suggest something like
With the terminal command:
locate themes
You can identify the directory that contains the tooltip color formatting
file to find with:
grep tooltip * -rin
Regards
Gianluigi
2016-05-12 20:20 GMT+02:00 Gianluigi :
> Sorry Rol
Sorry Rolf,
but I have Ubuntu.
I was hoping you could get inspiration.
Ciao
Gianluigi
2016-05-12 16:56 GMT+02:00 Rolf-Werner Eilert :
> Thank you Gianluigi, but does GTK have anything in common with my KDE
> stuff?
>
> Rolf
>
> Am 12.05.2016 16:40, schrieb Gianluigi:
> > See Ron's trick [0] and t
Thank you Gianluigi, but does GTK have anything in common with my KDE stuff?
Rolf
Am 12.05.2016 16:40, schrieb Gianluigi:
> See Ron's trick [0] and this article[0], I hope can be useful.
> Regards
> Gianluigi
> [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html
> [1]
> http://www.iwil
See Ron's trick [0] and this article[0], I hope can be useful.
Regards
Gianluigi
[0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html
[1]
http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/
2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert :
> This has not pr
This has not priority 1 for me, but it looks somewhat ugly.
Currently I am migrating an older project from Gambas2 to Gambas3.
On my system, there is qt4 with KDE4, but due to performance reasons I
use qt3 and KDE3 for display.
The same project shows a Balloon with yellow background when starte
Ah, what a shame... Ok, but I understand. Thanks for the explanation!
Rolf
Am 21.04.2016 16:41, schrieb Benoît Minisini:
> Le 21/04/2016 08:59, Rolf-Werner Eilert a écrit :
>> This is a little thing that got my attention:
>>
>> When I hover the mouse over an underlined item in the help window, a
Le 21/04/2016 08:59, Rolf-Werner Eilert a écrit :
> This is a little thing that got my attention:
>
> When I hover the mouse over an underlined item in the help window, a
> balloon help comes up. This will always open to the right. When the item
> is near the right window border, the balloon disapp
This is a little thing that got my attention:
When I hover the mouse over an underlined item in the help window, a
balloon help comes up. This will always open to the right. When the item
is near the right window border, the balloon disappears under the
window's edge. There is no difference wh
:-D
Gio 18/12/14, Jorge Carrión ha scritto:
Oggetto: Re: [Gambas-user] Balloon Colors Issue
A: "mailing list for gambas users"
Data: Giovedì 18 dicembre 2014, 10:42
The solution is very
simple, like Ru Vuott has pointed, Bal
The solution is very simple, like Ru Vuott has pointed, Balloon Class uses
richtext, so
Balloon("" & sometext & "",mecontrol)
bans the issue.
Regards
2014-12-17 11:38 GMT+01:00 Jorge Carrión :
>
> I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the
> Balloon class with ill
Ok. I'm afraid my users lacks the ability to change that. Message class
again, then...
Thanks for the answer.
Regards
2014-12-17 11:56 GMT+01:00 Benoît Minisini :
>
> Le 17/12/2014 11:38, Jorge Carrión a écrit :
> > I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the
> > Bal
Le 17/12/2014 11:38, Jorge Carrión a écrit :
> I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the
> Balloon class with illegible colors: foreground white, background yellow.
> I don't see any color property on Balloon class.
> My clients hasn't changed nothing on Ubuntu's setti
I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the
Balloon class with illegible colors: foreground white, background yellow.
I don't see any color property on Balloon class.
My clients hasn't changed nothing on Ubuntu's settings.
It's possible change that behavior of the class?
Le 25/03/2014 14:49, Tobias Boege a écrit :
> On Tue, 25 Mar 2014, Tobias Boege wrote:
>> Hi Benoit,
>>
>> the Balloon class allows negative Delay values and when shown, it stays
>> visible for a very short time (maybe some constant delay that the timer
>> waits to make one tick - and then it notic
On Tue, 25 Mar 2014, Tobias Boege wrote:
> Hi Benoit,
>
> the Balloon class allows negative Delay values and when shown, it stays
> visible for a very short time (maybe some constant delay that the timer
> waits to make one tick - and then it notices that it is already in a
> negative delay and ra
Hi Benoit,
the Balloon class allows negative Delay values and when shown, it stays
visible for a very short time (maybe some constant delay that the timer
waits to make one tick - and then it notices that it is already in a
negative delay and raises the Timer event).
Is this an issue or should we
You are right,
what i missed is:
GTK+
GNOME
UBUNTU 10.10 64 AND UBUNTU 10.04 64 (HAPPENS ON FEDORA 13 ALSO)
I tried with any of possible value for stacking property with the same
result. If the first Form you open is .Modal() the balloon is hidden by
the form. And yes if you disable Compiz all wo
> Hi Benoît,
> return to this after a while because it seems not a compiz related
> problem, or at least, not only.
> If your first opened Form isn't the FMAIN and is Modal then the balloon
> is hidden by the form. If you open the FMAIN and then open a Modal Form
> the balloon is corretly displayed
Hi Benoît,
return to this after a while because it seems not a compiz related
problem, or at least, not only.
If your first opened Form isn't the FMAIN and is Modal then the balloon
is hidden by the form. If you open the FMAIN and then open a Modal Form
the balloon is corretly displayed.
The attac
> Hi Benoît,
> found it. The balloon appear as expected if i disable the Desktop
> Effects. With them enabled i cannot see the balloon nor with QT nor with
> GTK.
>
> Ubuntu 10.10 x86_64
> Gnome
> svn rev 3432
>
So this is a Compiz problem... but I can't test it on my machine.
I have a NVIDIA c
Hi Benoît,
found it. The balloon appear as expected if i disable the Desktop
Effects. With them enabled i cannot see the balloon nor with QT nor with
GTK.
Ubuntu 10.10 x86_64
Gnome
svn rev 3432
Il giorno dom, 02/01/2011 alle 22.13 +0100, Benoît Minisini ha scritto:
> > > Hi to all,
> > > Since up
> > Hi to all,
> > Since updated to last svn 3247
I think you meant 3427 instead?
> > the balloon disappear from my project, i
> > send you the project to investigate it.
> > Run the project
> > After the language selection a wizard will start: don't check checkbox
> > on the first step,
> > lea
> Hi to all,
> Since updated to last svn 3247 the balloon disappear from my project, i
> send you the project to investigate it.
> Run the project
> After the language selection a wizard will start: don't check checkbox
> on the first step,
> leave any field blank in the second step and hit next: t
Il mercoledì 16 settembre 2009 00:26:43 Benoît Minisini ha scritto:
> > Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto:
> > > Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > > > > Hi!
> > > > >
> > > > > >Balloon popup is little buggy (sometimes).
> > > > > >Screenshot tells it all
Tell me what to do and what needs to be tested.
Steven Drinnan,
On Wed, 2009-09-16 at 00:26 +0200, Benoît Minisini wrote:
> > Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto:
> > > Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > > > > Hi!
> > > > >
> > > > > >Balloon popup is litt
> Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto:
> > Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > > > Hi!
> > > >
> > > > >Balloon popup is little buggy (sometimes).
> > > > >Screenshot tells it all.
> > > >
> > > > For me (Gambas 2.15) the delay is not actuated:
> > > >
> > >
Stefano Palmeri a écrit :
...
> This is a little example that shows the problem on my box.
>
> Gambas 2.15.1
> KDE 3.5.10
> Qt 3.3.8b
> GTK2 2.12.12
>
> The balloon flashes when using gtk.gb.
Debian sid
GB2.15.2-1 (deb package)
Qt3.3.8b-6
GTK2 2.16.6-1
Tests using your project:
time (s
Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto:
> Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > > Hi!
> > >
> > > >Balloon popup is little buggy (sometimes).
> > > >Screenshot tells it all.
> > >
> > > For me (Gambas 2.15) the delay is not actuated:
> > >
> > > Balloon.Delay = 2
Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > Hi!
> >
> > >Balloon popup is little buggy (sometimes).
> > >Screenshot tells it all.
> >
> > For me (Gambas 2.15) the delay is not actuated:
> >
> > Balloon.Delay = 2
> >
> > shows for a small second
> >
> > Pino
>
> It works there...
> Hi!
>
> >Balloon popup is little buggy (sometimes).
> >Screenshot tells it all.
>
> For me (Gambas 2.15) the delay is not actuated:
>
> Balloon.Delay = 2
>
> shows for a small second
>
> Pino
>
It works there... I think the problem comes from the window manager: which one
do you
Hi!
>Balloon popup is little buggy (sometimes).
>Screenshot tells it all.
For me (Gambas 2.15) the delay is not actuated:
Balloon.Delay = 2
shows for a small second
Pino
--
Key ID: 0xF6768208
Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwke
Actually, I dont know how, but it seems to work now.
Have not changed anything, except, I run a binary off my project
instead of running the code from the IDE
I'll let you know if the problem emerges again.
On Thu, Jul 17, 2008 at 6:52 PM, Benoit Minisini
<[EMAIL PROTECTED]> wrote:
> On lundi 14
On lundi 14 juillet 2008, M0E Lnx wrote:
> Almost forgot to mention...
>
> Using Gambas2-2.7
> gb.gtk component used in my application
>
> gb.qt has been disabled.
>
> On 7/14/08, M0E Lnx <[EMAIL PROTECTED]> wrote:
> > I'm trying to add a balloon message to my application, but I'm having
> > a lit
Almost forgot to mention...
Using Gambas2-2.7
gb.gtk component used in my application
gb.qt has been disabled.
On 7/14/08, M0E Lnx <[EMAIL PROTECTED]> wrote:
> I'm trying to add a balloon message to my application, but I'm having
> a little problem
>
> The balloon seems flash before my eyes f
I'm trying to add a balloon message to my application, but I'm having
a little problem
The balloon seems flash before my eyes for just a split second and then vanishes
I've tried setting the Balloon.Delay property to an extemely high
value (like 50) and it makes no difference at all
Could th
35 matches
Mail list logo